@charset "utf-8";
/* Max HCG CSS Document */

/* GLOBAL STYLES ------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #33ccff;
	font-family:"arial";
	line-height: 1;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 925px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}

#header{
	width: 925px;
	background: url('../images/header_bg.png') no-repeat;
	height: 119px;
}

		#nav {
			padding: 68px 0 0 401px;
		}
	
		#nav-bar {
			background:url(../images/nav-bg.png) no-repeat;
			width:505px;
			height:35px;
			margin:0;
			padding:0;
		}
			#nav-bar span {
				display: none;
			}
			
			#nav-bar li, #nav-bar a {
				height:35px;
				display:block;
			}
			#nav-bar li {
				float:left;
				list-style:none;
				display:inline;
			}
			
				#nav-bar-1 { width: 95px; }
				#nav-bar-2 { width: 94px; }
				#nav-bar-3 { width: 166px; }
				#nav-bar-4 { width: 150px; }

					
					#nav-bar-1 a:hover {background:url(../images/nav-bg.png) 0px -35px no-repeat; }
					#nav-bar-2 a:hover {background:url(../images/nav-bg.png) -95px -35px no-repeat; }
					#nav-bar-3 a:hover {background:url(../images/nav-bg.png) -189px -35px no-repeat; }
					#nav-bar-4 a:hover {background:url(../images/nav-bg.png) -355px -35px no-repeat; }


/* INDEX STYLES ------------------------------------------- */

#topbanner{
	width: 925px;
	background-image: url(../images/top-banner.png);
	background-repeat:no-repeat;
}

#middlebanner{
	width: 925px;
	background-image: url(../images/middle-banner.png);
	background-repeat:no-repeat;
}

.bmi_calc {
	margin: 75px 70px 0 0;
	text-align:left;
}



#what_is_box {
	text-align:left;
}

#what_is_box h3 {
	font-size: 18px;
}

#what_is_box p {
	padding: 5px 5px 10px 0;
	line-height: 1.4;
}

#5_reasons_box {
	text-align:left;
}

.checklist {
	font-size: 18px;
	color: #112a66;
	padding: 5px 5px 20px 0;
	margin-left: 65px;
	font-weight: bold;
	text-align: left;
}

.checklist li {
	background-image:url(../images/checkmark.png);
	background-repeat:no-repeat;
	height: 34px;
	padding-left: 38px;

	

}

#testimonials {
	width: 287px;
	background-image: url(../images/testimonials-bg.png);
	background-repeat:no-repeat;
}

.t_box {
	margin: 60px 0 0 23px;
	line-height: 1.3;
	text-align:left;

}

#ebook {
	background-image: url(../images/e-book.png);
	background-repeat:no-repeat;

}

.ebook_btn {
	margin: 210px 0 0 340px;
} 

.input {
	border: 1px solid #CCC;
	text-align:center;
	font-size:18px;
}

.input_btn {
	border: 1px solid #CCC;
	background: #efefef;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
}

.input_btn:hover {
	background: #CCC;
	border: 1px solid #efefef;
	cursor:default;
}

/* FOOTER STYLES ------------------------------------------- */

#footer {
	text-align:left;
	padding: 5px 0 0 15px;
}

.disclaimer {
	color: #f5f5f5;
	font-size: 11px;
	padding: 25px 10px 0 15px;
}

#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat:no-repeat;
	padding-top: 30px;
}

.foot_links {
	color:#f5f5f5;
}

.foot_links a {
	padding: 25px 10px 0 15px;
	color:#f5f5f5;
	text-decoration: none;
}

.foot_links a:hover {
	text-decoration: underline;
}

.extra_text {
	color: #FFFFFF;
}

/* ABOUT PAGE STYLES ------------------------------------------- */

#about_page {
	text-align: left;
	margin: 0 0 0 20px;
	line-height: 1.3;
}


#faq {
	text-align: left;
	width: 820px;
	margin: 0 0 0 55px;
	line-height: 1.3;
}
	
	
#about_page h1 {
	font-size:24px;
	color:#333;
	margin: 0 0 0 30px;
	
}

#about_page p {
	padding: 0 25px 0 25px;
}

#about_page table {
	margin: 5px 0 0 40px;
}

.faqlist li {
	padding-bottom: 15px;
}

.faqlist li a {
	text-decoration: none;
	color: #006600;
	font-size:18px;
	font-weight: bold;
}

.faqlist li a:hover {
	text-decoration: underline;
	color: #009900;
	font-size:18px;
	font-weight: bold;
}

.faqtop a {
	font-size:12px;
	color: #666;
}

#faq h3 {
	font-size: 18px;
	color: #333;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #bababa;
}

#faq hr {
	margin: 0 0 5px 0;
	color: #CCC;
	height: 1px;
}

#faq p {
	padding: 5px; 0 10px 5px;
	line-height: 1.4;
}

#faq ol {
	list-style: upper-alpha;
	margin-left: 35px;
	padding: 5px 0 15px 0;
}


/* TESTIMONIALS PAGE STYLES ------------------------------------------- */

#testimonials_table {
	text-align: left;
	margin: 10px 0 0 50px;
}

#testimonials_table h2 {
	font-size: 20px;
	font-weight: bold;
}

#testimonials_table p {
	line-height: 1.3;
	padding-bottom: 15px;
}


/* PURCHASE PAGE STYLES ------------------------------------------- */


#purchase_table {
	text-align: left;
	margin: 10px 0 0 50px;
}

#testimonials_table h1 {
	font-size: 26px;
	font-weight: bold;
}

/* TRIAL PAGE STYLES ------------------------------------------- */

.trial_order_btn {
	margin: -65px 0 0 380px;
	padding: 0 80px 0 0;
}

#purchase_table p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 15px 0;
}

#trial_video_table {
	text-align: left;
	margin: 10px 0 0 70px;
}

#trial_video_table td.free_trail_video {
	height: 351px;
	background-image: url(../images/free_trial_video.png);
	background-repeat:no-repeat;
	padding: 0 0 0 100px;
}

.trial_order_terms {
	margin: 10px 20px 0 0;
	padding: 0 80px 0 0;
}

p.click_disc {
	font-size: 10px;
	color: #999;
	width: 365px;
	margin: -20px 0 0 30px;
	
}

p.click_disc a {
	text-decoration: none;
	color:#999;
}

p.click_disc a:hover {
	text-decoration: underline;
	color:#000;
}

