/** GLOBAL RESET **/

* {
	margin: 0;
	padding: 0;	
}

img {
	border: 0;
}

/** PRIMARY LAYOUT START **/

body {
	background: #EDECE9 url(../img/bg.gif) repeat-x;
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;	
}

#page-wrap {
	width: 900px;
	margin: 0px auto;	
}

#header {
	background: transparent url(../img/header-50bucks2.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	text-indent: -9999px;	
    display: block;
}

#footer {
	background: transparent url(../img/footer.png) no-repeat;
	height: 105px;	
}

#content-area {
	background: transparent url(../img/contentarea-bg.png) repeat-y;
	width: 760px;
	padding: 30px 70px;
}

#disclaimer {
	width: 840px;
	padding: 0 30px;
}


/** SQUEEZE PAGE ONLY **/

#squeeze-video {
	float: left;	
	margin: 60px 0 0 0;
	display: inline; /* added for ie6 */
}

#form-area {
	float: right;
	background: transparent url(../img/optin_form_prelaunch.jpg) no-repeat;	
	width: 250px;
	height: 220px;
	padding: 150px 35px 35px 35px;
	display: inline; /* added for ie6 */
}

#form-area input {
	padding: 8px;
	width: 235px;
	margin-bottom: 15px;
	border: 1px solid #AEAEAE;
}

#form-area #buttonContainer {
	width: 238px;
	padding: 7px;
	background: #D80000;
}

#form-area button.submit {
	padding: 8px;
	width: 235px;
	font-weight: bold;
	margin-bottom: 0;	
}


/** SLIDING LOGIN PANEL **/

#login-panel {
	background: red;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}


/** TEXT AND HEADINGS START **/

a { color: #CA0000; text-decoration: underline; }

a:hover { text-decoration: none; }

p, h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 15px; 
}

p {
	font-size: 14px; 
	font-weight: normal; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 14pt;	
}

#footer p,
#footer-vip p {
	color: #727475;
	font-size: 12px;
	text-align: center;
	line-height: 12pt;
	padding-top: 35px;
}

h1 {
	font-size: 30px; 
	color: #CA0000;
	text-align: center; 
}

h2 {
	font-size: 24px; 
	color: #CA0000;
	text-align: left; 
    font-weight: normal;
}

h3 {
	font-family: georgia, times new roman, serif;
	font-size: 20px; 
	font-weight: normal; 
	text-align: center; 
	line-height: 20pt;
}

h4 {
	color: #CA0000;
	border-top: 1px dashed #989898;
	border-bottom: 1px dashed #989898;
	background: #ECECEC;
	font-size: 16px; 
	font-weight: bold; 
	text-align: center; 
	line-height: 18pt;
	padding: 6px;
}

h5 {
	font-size: 18px; 
	font-weight: bold; 
	text-align: left; 
	line-height: 18pt;
}

h6 {
	font-size: 20px; 
	font-weight: bold; 
	font-style: italic;
	text-align: center; 
}

blockquote {
	background: #ECECEC;
	padding: 20px;
	border: 1px dashed #989898;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 14pt;
	text-align: justify;
}

.highlight {
	background-color: yellow;
}

.style1 {
	font-weight: bold;
}

.style2 {
	font-weight: bold;
	font-style: italic;	
}

.style3 {
	font-weight: bold;
	text-decoration: underline;
}

.style4 {
	font-weight: bold;
	color: red;
}

p.small-text {
	font-size: 12px;
	line-height: 12pt;
	color: #747474;
}

p.sendmydvd {
	font-size: 28px;
	line-height: 28pt;
	text-align: center;

}

p.sendmydvd a {
	color: blue;
	font-weight: normal;	
}

#top-caption {
	background-color: pink;
	font-weight: bold;
	text-align: center;
	border: 1px dashed #000000;
	display: block;
	margin: 0 auto;
}

.backto	{
	font-size: 10px;
	font-weight: bold; 
	text-align: right; 
	text-decoration: underline; 
}

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }


/** LISTS **/

ul {
	font-size: 14px;
	text-align: justify;
	list-style-type: none;
	margin-bottom: 20px;
}


ul li {
	background: url(../img/bullet2.png) no-repeat;
	margin-bottom: 12px;
	padding: 0 0 12px 40px;
	line-height: 15pt;
}

ul.list2 li {
	background: url(../img/bullet.png) no-repeat 0 3px;
	margin-bottom: 12px;
	padding: 0 0 12px 25px;
	line-height: 15pt;
}

ul li:last-child {
    border-bottom: 0 none;
}

ol {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 20px;
}

ol li {
	margin-bottom: 12px;
	margin: 25px;
	line-height: 15pt;
}


/** BOTTOM NAVIGATION **/

#footer ul,
#footer-vip ul {
	color: #FFFFFF;
    list-style: none;
	list-style-type: none;
    text-align: center;
    font-size: 12px;	
	padding-top: 35px;
}		

#footer-vip ul {
	padding-top: 15px;
}

#footer ul li,
#footer-vip ul li {
	background: none;
	display: inline;
    padding: 0;
    padding-left: 5px;
    border: 0 none;    
}	

#footer ul li a,
#footer-vip ul li a { 
	color: #FFFFFF; 
}


/** IMAGE ALIGNMENT **/

img#top-headline {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img#content-area-top {
	margin-bottom: -135px;
}

img#content-area-top-sales {
	margin-bottom: -40px;
}
.inline-img-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.inline-img-right {
	float: right;
	margin: 10px 0px 10px 10px;
}

.inline-img-center {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.inline-img-center2 {
	display: block;
	margin: 0 auto;	
}


/** IM STEPS, BONUSES - DIVS **/

.closing-box {
	background: #C6E2FF;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px dashed #000000;
}

.im-steps-top {
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 700px;
	height: 149px;
}

.bonuses-top {
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 633px;
	height: 130px;
}

.im-steps,
.bonuses {
	background: #F5F5F5 url(../img/im_system_body.gif) repeat-y;
	margin: 0 auto;
	width: 574px;
	padding: 25px 25px 0 25px;
}

.im-steps-btm {
	background: #F5F5F5 url(../img/im_system_btm.gif) no-repeat;
	margin: 0 auto;
	width: 624px;
	height: 16px;
	margin-bottom: 20px;
}

#step7 p {
	text-align: center;
}

.im-step1 { background-image: url(../img/im_system_part1.gif); }
.im-step2 { background-image: url(../img/im_system_part2.gif); }
.im-step3 { background-image: url(../img/im_system_part3.gif); }
.im-step4 { background-image: url(../img/im_system_part4.gif); }
.im-step5 { background-image: url(../img/im_system_part5.gif); }
.im-step6 { background-image: url(../img/im_system_part6.gif); }
.im-step7 { background-image: url(../img/im_system_part7.gif); }

.im-step1, .im-step2, .im-step3,
.im-step4, .im-step5, .im-step6,
.im-step7 {
	background-color: #F5F5F5
	width: 624px;
	height: 148px;
}

.im-steps ul,
.im-steps ul li.last,
.bonuses ul,
.bonuses ul li.last {
	margin-bottom: 0;
}

.bonus1 { background-image: url(../img/bonus1.jpg); }
.bonus2 { background-image: url(../img/bonus2.jpg); }
.bonus3 { background-image: url(../img/bonus3.jpg); }
.bonus4 { background-image: url(../img/bonus4.jpg); }

.bonuses ul.books {
	list-style: none;
}

.bonuses ul.books li {
	background: url(../img/bullet.png) no-repeat;
	padding-left: 30px;
	font-weight: bold;
	font-style: italic;
}



/** MISC **/

.clear {
	clear: both;
}

.no-btm-margin {
	margin-bottom: 0;
}

table#recurring-income {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table#recurring-income td { 
	width: 33%;
	border: 1px solid #000000;
	padding: 10px;
}

table#recurring-income td.title { 
	background: #ECECEC;
	font-weight: bold;
}

object#sales-page {
	width: 480px;
	height: 300px;
	display: block;
	margin: 0 auto;
}

object#youtube {
	width: 540px;
	height: 328px;
	float: left;
	margin-bottom: 15px;
}

/*
img#addtocart-video {
	float: right;
	width: 325px;
	height: 253px;
	padding-left: 30px;
}
*/


/************ MEMBERS AREA ************/

#page-wrap-sidebar {
	background: #fff url(../img/contentarea-bg-vip-sidebar.gif) repeat-y;
	width: 900px;
	margin: 0px auto;	
}

#header-vip {
	background: transparent url(../img/header-vip.jpg) no-repeat;
	height: 188px;
	margin: 0 auto;
	text-indent: -9999px;	
}

#content-area-vip {
	background: transparent url(../img/contentarea-bg-vip.png) repeat-y;
	width: 780px;
	padding: 30px 60px;
}

#content-area-vip-sidebar {
	float: left;
	background: none;
	width: 585px;
	padding: 30px 40px 30px 65px;
}

#footer-vip {
	background: transparent url(../img/footer-vip.gif) no-repeat;
	height: 90px;	
	clear: both;
}

embed#vip-video,
object#vip-video {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 580px;
	height: 355px;
}

embed {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}


#sidebar {
    float: right;
    width: 140px;
    padding: 30px 50px 30px 20px;
}

#sidebar ul {
    margin-bottom: 25px;
}

#sidebar ul#nav {
    font-weight: bold;
	text-align: left;	
}

#sidebar ul#nav li {
    background: none;
    list-style-type: none;
	line-height: 20px;
	margin: 0;
	padding: 0;	
}

#sidebar ul#nav li a:link,
#sidebar ul#nav li a:visited {
	color: #000;
	display: block;
	border-bottom: 1px solid #cdcdcd;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 0;
	text-indent: 2px;
}

#sidebar ul#nav li a:hover {
	background-color: #444;
	color: #fff;
	text-decoration: none;	
}

#sidebar ul#nav li a:active {
	top: 0;	
}


/** TOP NAV **/

#topnav {
    background: transparent url(../img/contentarea-bg.png) repeat-y;
    margin: 0 auto;
    height: 50px;   
	z-index: 100;
}

/* LEVEL ONE */
#topnav ul.dropdown { 
	position: relative; 
	background: #184576; 
	text-align: center; 
	font-size: 13px; 
	width: 830px; 
	height: 20px; 
	padding: 15px 20px; 
	margin: 0 auto; 
}

#topnav ul.dropdown li { 
	background: none; 
	padding: 0px 13px; 
	border: 0 none; 
	border-right: 1px solid #ABABAB; 
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	margin-bottom: 0; 
	cursor: pointer;
}

#topnav ul.dropdown li:last-child { border-right: 0; /* Doesn't work in IE */ }
#topnav ul.dropdown li.last { border-right: 0; }

#topnav ul.dropdown a { 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
}

#topnav ul.dropdown a:hover { /*border-bottom: 1px solid #FFFFFF;*/ }

#topnav ul.dropdown li a { 
	display: block; 
	color: #FFFFFF; 	
}

#topnav ul.dropdown li.no-sub-menu a:hover { 
	border-bottom: 1px dashed #FFFFFF;
}

#topnav ul.dropdown li.hover,
#topnav ul.dropdown li:hover { 
	color: #FFFFFF; 
	position: relative; 
}


/* LEVEL TWO */
#topnav ul.dropdown ul { 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	text-align: left; 
	font-size: 13px;
	margin-top: 14px;
}

#topnav ul.dropdown ul li { 
	font-weight: normal; 
	background: #EDECE9; 
	color: #000000; 
	border-bottom: 1px solid #ABABAB; 
	border-right: 0 none;
	float: none; 
	padding: 6px 10px; 
}

#topnav ul.dropdown ul li:hover { background: #ABABAB; }									  

#topnav ul.dropdown ul li a { 
	font-weight: normal; 
	border-right: none; 
	width: 100%; 
	display: inline-block; /* IE 6 & 7 Needs Inline Block */
	color: #000000;
} 

#topnav ul.dropdown ul li a:hover { 
	color: #000000;
} 

/* LEVEL THREE */
#topnav ul.dropdown ul ul { 
	left: 100%; 
	top: 0; 
	margin-top: 0;
}

#topnav ul.dropdown li:hover > ul { visibility: visible; }


/** Videos Navigation **/

ul#videos-nav {
	font-family: arial,verdana,helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 15px;
}

ul#videos-nav li {
	margin: 0;
	padding: 0;
	border: 0;	
	margin-bottom: 10px;
	/*text-indent: 50px;*/
}

ul#videos-nav li.bonus-indent {
	text-indent: 95px;
}

ul#videos-nav li a {
	/*background: #EDECE9 url(../img/members/videos-nav-sprite.png) no-repeat;*/
	background: #EDECE9;
	display: block; 
	color: #000000;
	text-decoration: none;	
	padding: 15px;
}

ul#videos-nav li a:hover {
	background-color: #ABABAB;	
}

ul#videos-nav li a.step1 { background-position: 5px 5px; }
ul#videos-nav li a.step2 { background-position: 5px -63px; }
ul#videos-nav li a.step3 { background-position: 5px -128px; }
ul#videos-nav li a.step4 { background-position: 5px -195px; }
ul#videos-nav li a.step5 { background-position: 5px -261px; }
ul#videos-nav li a.step6 { background-position: 5px -328px; }
ul#videos-nav li a.step7 { background-position: 5px -394px; }
ul#videos-nav li a.bonus { background-position: 5px -462px; }

ul#videos-nav ul.videos-subnav {
	display: block;
	background: #FFFFFF;
	font-size: 16px;
}

ul#videos-nav ul.videos-subnav li {
	background: #FFFFFF url(../img/bullet.png) no-repeat scroll 0 15px;
	color: #000000;	
	line-height: 15pt;	
	padding: 12px 0 0 25px;
	margin: 0 10px 0 30px;
	text-indent: 0;
}

ul#videos-nav ul.videos-subnav li a {
	background: none;
	display: inline;
	color: #000000;
	padding: 0;
}

ul#videos-nav ul.videos-subnav li a:hover {
	text-decoration: underline;
}


/** VIDEOS PAGE LIST **/

ul.videos {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

ul.videos li {
	background: transparent url(../img/members/show_reel.png) no-repeat;
    margin: 0 0 10px 0;
	padding: 10px 0 0 45px;
	border: 0;	
    height: 35px;    
}

ul.videos li.bonus-indent {
	text-indent: 95px;
}

ul.videos li a {
    text-decoration: none;
	color: #000;
}

ul.videos li a:hover {
    text-decoration: underline;
}


/** E-Class **/

#page-wrap-eclass {
	background: transparent url(../img/contentarea-bg.jpg) repeat-y;
    width: 900px;
	margin: 0px auto;	
}

#eclass-sidebar {
	float: right;
    width: 105px;	
	padding-left: 30px;
}

#eclass-content {
    float: left;
    width: 592px;
    border-right: 1px dashed #989898;
    padding-right: 30px;
}

#page-wrap-eclass h2 {
    font-size: 25px;
}

#eclass-sidebar ul {
	font-size: 14px;
	color: #989898;
    text-align: justify;
	list-style-type: none;
	margin-bottom: 20px;
}


#eclass-sidebar ul li {
	background: url(../img/bullet.png) no-repeat scroll 0 5px;
	margin-bottom: 12px;
	padding: 0;
    padding-left: 25px;
	line-height: 15pt;
    border: 0 none;
}

#eclass-sidebar ul li a {
    color: #CA0000;
    font-weight: bold;
}

.member-videos {
	background: #1a1a1a;
	width: 640px;
	height: 498px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

#top-wrapper {
	width: 100%;
	background: #EDECE9;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
	display: none;
}

#top-wrapper #members-top-panel {
	width: 875px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0;
}

#members-top-panel h1 {
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 5px;
}

#members-top-panel span,
#members-top-panel span a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.inner-box {
	background: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
}

.inner-box-dark {
	background: #E1E1E1;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px dashed #989898;
}

.booksum-thumb {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000000;
}

.download-btns {
	display: block;
	clear: both;
	margin-bottom: 0;
}

span.author {
	color: #000000;
	font-size: 14px; 
	font-weight: bold; 
	text-align: justify; 
	text-decoration: none; 
	line-height: 16pt;	
}

ul.left,
ol.left {
	float: left;
	width: 45%;	
}

ul.right,
ol.right {
	float: right;
	width: 45%;
	text-align: left; /* over-ride align right text class*/
}

p.red {
	color: red;
}

.member-videos {
	background: #1a1a1a;
	width: 590px;
	height: 459px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}


div.table-wrap {
	border: 1px solid #000000;
	padding: 15px;
	margin-bottom: 15px;
}

table.eclass-data {
	border: 1px solid #000000;
	border-width: 1px;
	border-collapse: collapse;
	font-size: 14px;
}


table.eclass-data td {
	border: 1px solid #000000;
	padding: 5px;
	border-style: inset;
}

/** ToolTip Stuff **/

#tooltip {
	position: absolute;
	z-index: 9999;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 200px;	
}

#tooltip .tipHeader {
	height: 8px;
	/*background: url(images/tipHeader.gif) no-repeat;*/
}

/* IE hack */
*html #tooltip .tipHeader { margin-bottom: -6px; }

#tooltip .tipBody {
	background-color: #000000;
	padding: 5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height: 8px;
	/*background: url(images/tipFooter.gif) no-repeat;*/
}


/*** E-CLASSES ***/
table.datasheet-1 {
	background-color: #d6e3bc;
	margin: 0 auto 15px auto;
	font-size: 12px;
}

table.datasheet-1 tr {
	
}

table.datasheet-1 td {
	padding: 5px;
}

table.datasheet-2 {
	background-color: #d6e3bc;
	border: 1px solid #C00000;
	font-size: 11px;
	margin: 0 auto 15px auto;
}

table.datasheet-2 tr {
	
}

table.datasheet-2 td {
	border: 1px solid #C00000;
	height:	40px;	
	padding: 2px;
	width:	50px;
}

td.average {
	background-color: #FFF726;		
}

table.datasheet-3 {
	background-color: #ffffff;
	border: 1px solid #006F10;
	font-size: 12px;
	margin: 0 auto 15px auto;
}

table.datasheet-3 tr {
	text-align: center;
}

table.datasheet-3 td {
	border: 1px solid #006F10;
	height:	40px;	
	padding: 2px;
	width:	80px;
}

td.bold {
	font-weight: bold;
}

tr.alternate {
	background-color: #d6e3bc;
}

td.left {
	text-align: left;
}

.diagram {
	text-align: center;
}

.padding-left {
	padding-left: 10px;
}

