@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong {
	font-weight: bold;
	text-align: left;
}
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body {
	background: #e4e4e4 url(images2/contentbg.png) top center repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial; 
	padding-bottom: 0px;
}
a, a:link, a:visited { color: #014082; }

#topbar { 
	background: #FF6C00;
	min-height: 45px;
	height:45px;
	width:100%;
	position: fixed;
	color:#FFF;
	padding:5px 0px;
}

#header {
	background: url(images2/bodybg.jpg) top center repeat-x; height: 190px;
}
.exercise #header {
	background: url(images2/bodybg-red.jpg) top center repeat-x; height: 190px;	
}
.carbs #header {
	background: url(images2/bodybg-blue.jpg) top center repeat-x; height: 190px;
}
	
#header_content {
	background: url(images2/4cycle-header3.png) top center no-repeat; width: 910px; height:190px; margin: 0 auto;
}

.exercise #header_content {
	background: url(images2/4cycle-header3b.png) top center no-repeat; width: 910px; height:190px; margin: 0 auto;
}
.carbs #header_content {
	background: url(images2/4cycle-header3c.png) top center no-repeat; width: 910px; height: 190px; margin: 0 auto;
}
 
#header_content p, 
#header_content h1 	{text-indent: -9999px;}

#content {
	width: 756px; margin: 0 auto; padding: 0 140px; padding-bottom: 20px;
}

.divider {
	width: 850px;
	background: url(images2/divider.png) top center no-repeat;
	height: 30px;
	margin: .5em -30px;
	clear:both;
}

#footer {
	background: #e4e4e4;
	padding: 20px 0px;
	font-size: 12px;
}

h2, h3, h4 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
	letter-spacing:-1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-family: 'Archivo Narrow', Tahoma, Arial, Helvetica, sans-serif; font-weight:700;
}
h2 { font-size: 37px;  }
h3 { font-size: 32px; }

h4 { font-size: 21px; color: #014082; }
h4.component { font-size: 24px; color: #333; }

h4.subheadline { font-family: 'Archivo Narrow', sans-serif; color:#333; font-size: 26px; font-weight:400; }

p { font-size: 16px; line-height: 1.4em; }
#content p			{
	margin-bottom: 15px;
	text-align: left;
}
#footer p {
	font-size: 12px;
}
#footer a { color: #666; }

img.alignright, a img.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	background: white;
	padding: 0px;
	border: none;
}
img.alignleft, a img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: white;
	padding: 0px;
	border: none;
}

.highlight { background: #FFFF66; }

.red {
	color: #C00;
	text-align: center;
}

.blue { color: #014082; }
.orange { color: #ff8100; }
.green { color: #5e9000; }

.warning {
	font-family:Impact,Tahoma,Verdana;
	background: #FFFF66;
	color: #C00;
	text-transform: uppercase;
	font-size: 140%;
	padding: 0px 4px;
}

.greybox {
	background:#ededed;
	padding:15px 25px;
	border:3px solid #CCC;
	width:600px;
	margin: 15px auto;
}
.greybox h3 { font-size: 30px; }

.guarantee {
	width: 720px;
	background: url(images2/guaranteebox.png) top center no-repeat;
	min-height: 420px;
	margin: 0 auto;
	padding-right: 30px;
	padding-top: 30px;
}
/*.guarantee p { padding-left: 160px; }*/

.bonusbox {
	background: #fff;
	margin-bottom: 25px;
	border: 2px solid #CCC;
	padding-right: 15px;
	padding-top: 15px;
	padding: 15px;
	text-align: left;
}

.reportboxleft {
	width: 335px;
	float: left;
	margin-right: 24px;
	background: #fff;
	margin-bottom: 25px;
	border: 2px solid #CCC;
	padding-right: 15px;
	padding-top: 15px;
	text-align: left;
}
.reportboxright {
	width: 335px;
	float:right;
	margin-left: 24px;
	background: #fff;
	margin-bottom:25px;
	border:2px solid #CCC;
	padding-right: 15px;
	padding-top: 15px;
}
.reportboxleft h4, .reportboxright h4 {
	font-size: 20px;
	color: #333;
}

ul.checkmark {
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	margin-top: 8px;f
}

ul.checkmark li {
	background: url(images2/checkmark-green.png) no-repeat;
	padding-left: 2.5em;
	padding-top: 2px;
	margin-bottom: 15px;
	line-height: 1.35em;
}

ul.checkmark h3 {
	letter-spacing: normal;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

ul.stars {
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	margin-top: 8px;
}

ul.stars li {
	background: url(images2/star.png) no-repeat;
	padding-left: 3.0em;
	padding-top: 6px;
	padding-bottom: 15px;
}

ul.stars h3 {
	letter-spacing: normal;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

.productbox {
	border: 2px solid #990000;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 45px;
	min-height: 290px;
}
.productboxtitle { 
	background: #990000; 
	padding: 5px 15px;
	margin-top: 15px;
}
.productbox h2, .productboxtitle h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.productboxtitle h2 {
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}
.productbox h3, .productbox h4 { 
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 15px;
}
.productbox h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom:10px;
	letter-spacing: normal;
}
.productbox h4 {
	color: #666;
	margin-top: 0px;
	font-size: 17px;
	letter-spacing: normal;
}

.redbox {
	border: 3px dashed #C00;
	padding: 20px;
	margin: 0 auto;
	width: 640px;
}

.testimonial {
	clear:both;
	margin-bottom:25px;
	border:2px solid #CCC;
	padding: 10px 15px;
}

/* Alex Button v4 */
a.alexButton_v4I {
	font-size: 18px;
}
a.alexButton_v4I:link,a.alexButton_v4I:visited {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #cc0000;
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91075) repeat-x bottom;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.alexButton_v4I:hover {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #00cc00
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91077) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.alexButton_v4I:active {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #00cc00;
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91079) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
div.alexButton_v4O_Default {
    padding: 6px;
    background-color: #cc0000;
}
div.alexButton_v4O_Hover {
    padding: 6px;
    background-color: #00cc00;
}
div.alexButton_v4O_Pressed {
    padding: 6px;
    background-color: #00cc00;
}
/* End Alex Button 4 */

.coverbox {
margin: 50px 0px 50px 0px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.25);
border: 2px solid #669600;
padding: 15px 25px;
margin-bottom: 30px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f8e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f8e7));
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f8e7 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f2f8e7 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f2f8e7 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2f8e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f8e7',GradientType=0 );
}

.coverbox.purple {
border-color: #7e176b;
background: -moz-linear-gradient(top, #ffffff 0%, #f2e7f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2e7f0));
background: -webkit-linear-gradient(top, #ffffff 0%,#f2e7f0 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f2e7f0 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f2e7f0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f2e7f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2e7f0',GradientType=0 );
}
.coverbox.teal {
border-color:#00958c;
background: -moz-linear-gradient(top, #ffffff 0%, #e5f4f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5f4f3));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5f4f3 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5f4f3 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5f4f3 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5f4f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f4f3',GradientType=0 );
}
.coverbox.brown {
border-color:#947a00;
background: -moz-linear-gradient(top, #ffffff 0%, #efebd9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efebd9));
background: -webkit-linear-gradient(top, #ffffff 0%,#efebd9 100%);
background: -o-linear-gradient(top, #ffffff 0%,#efebd9 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#efebd9 100%);
background: linear-gradient(to bottom, #ffffff 0%,#efebd9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efebd9',GradientType=0 );
}
.coverbox.pink {
border-color:#b0004a;
background: -moz-linear-gradient(top, #ffffff 0%, #f7e5ed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7e5ed));
background: -webkit-linear-gradient(top, #ffffff 0%,#f7e5ed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f7e5ed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f7e5ed 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f7e5ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7e5ed',GradientType=0 );
}
.coverbox.orange2 {
border-color:#e87500;
background: -moz-linear-gradient(top, #ffffff 0%, #fdf1e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fdf1e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#fdf1e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#fdf1e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#fdf1e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#fdf1e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf1e5',GradientType=0 );
}

.numbers { padding-top:30px; clear:both; font-size:1.2em; }

h3.black {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(10, 10, 10, 1);
	text-align:center;
	line-height: 1.35em;
	margin: 25px -57px;
	padding: 20px 50px;
	border-top: 5px solid #619600;
	background: #8cc718; /* Old browsers */
background: -moz-linear-gradient(top, #8cc718 0%, #75ad00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc718), color-stop(100%,#75ad00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8cc718 0%,#75ad00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8cc718 0%,#75ad00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8cc718 0%,#75ad00 100%); /* IE10+ */
background: linear-gradient(to bottom, #8cc718 0%,#75ad00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc718', endColorstr='#75ad00',GradientType=0 ); /* IE6-9 */
}
h3.black .orange {
	text-shadow: none;
	color: #000;
	font-style: normal;
background: #ff8100;
border: 1px solid #ff5a00;
padding: 5px 5px 4px 5px;
margin: 0px 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-shadow: #ffffff 0px 1px 1px;
box-shadow: inset rgba(255,255,255,0.8) 0px 1px 1px, inset rgba(255,255,255,0.5) 0px -3px 5px, rgba(0,0,0,0.1) 0px 1px 10px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
