﻿@charset "UTF-8";
/* CSS Document */
body, html
{
	margin:0 auto;
	background-repeat:no-repeat;
	background-color:#bcc1c4;
	height:100%; /* needed for container min-height */
	background-position:top center;
	background-image:url(images/css/bg_gradient.jpg);

}
A:link {text-decoration: none; color:#333}
A:visited {text-decoration: none; color:#333}
A:active {text-decoration: none; color:#333}
A:hover {text-decoration: underline; color:#000;}

.h1
{
	position:absolute;
	z-index:2; 
	left: 7px; 
	top: -45px; 
	width: 925px; 
	height: 113px;
	font-family: Verdana;
	color: #FF0000;
}

.h4
{
	position:absolute; 
	z-index:2; 
	left: 6px; 
	top: -82px;
	font-size: medium;
}

#header
{
	position:relative;
	width:990px;
	height:121px;
}

#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:990px;		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow:visible;
}

#containerSidebar
{
	position:relative;
	width:230px;
	height:auto !important;
	height:100%;
	min-height:100%;
	overflow:visible;

}

#content
{
	background-image:url('images/001bg.jpeg');
	background-repeat:no-repeat;
	position:absolute;
	left: 63px; 
	top: 385px; 
	width: 885px; 
	height: 750px;
	z-index:2;
	
}


#contentSidebar
{
	min-height:420px;
}

#containerTop
{
	position:absolute;
	background-image:url(images/css/container_top.png);
	width:964px;
	height:35px;
	left:25px;
	top:0px;
}

#containerMiddle
{
	position:absolute;
	background-image:url(images/css/container_middle.png);
	width:964px;
	left:0px;
	padding:0px;
	top:35px;
	height:2230px;
}

#containerBottom
{
	position:absolute;
	background-image:url(images/css/container_bottom.png);
	width:964px;
	height:39px;
	left:0px;
	top:2265px;
	z-index:1;
}

#containerSidebarTop
{
	position:absolute;
	background-image:url(images/css/container_sidebar_top.png);
	width:230px;
	height:35px;
	right:-215px;
	top:370px;
}

#containerSidebarMiddle
{
	position:absolute;
	background-image:url(images/css/container_middle.png);
	width:231px;
	right:7px;
	top:35px;
	height:335px;
}


#containerSidebarBottom
{
	position:absolute;
	background-image:url(images/css/container_sidebar_bottom.png);
	width:230px;
	height:35px;
	top:360px;
}

#footer
{
	position:absolute;
	width:990px;
	height:137px;
}

.horizontalBreak
{
	position:relative;
	background-image:url(images/css/horizontal_break.png);
	background-repeat:repeat-x;
	height:18px;
	min-width:2px;
}

.video
{
	position:absolute;
	z-index:2;
	left: 0px;  
	height: 430px; 
	width: 600px;
	top:1330px;
}
.opt-in
{
	position:absolute;
	z-index:1;
}

.opt-inImage
{
	z-index:2;
}

.PocketGuide
{
	position:absolute;
	z-index:0;
}

.fatproof
{
	position:absolute;
	z-index:2;
	left: 330px; 
	top: 1800px;
	
}

.imgWoman
{
	position:absolute;
	z-index:3;
	left: 553px; 
	top: 140px;
	
}

.imgWoman2
{
	position:absolute;
	z-index:1;
	
}

.imgMan
{
	position:absolute;
	z-index:1;
}
.navHome
{
	
	position:absolute;
	left:55px;
	top:-10px;
}

.navReviews
{
	position:absolute;
	left:55px;
	top:40px;
}

.navBlog
{
	position:absolute;
	left:55px;
	top:90px;
}

.navFAQ
{
	position:absolute;
	left:55px;
	top:140px;
}

.navFeedback
{
	position:absolute;
	left:55px;
	top:190px;
}

.navGlossary
{
	position:absolute;
	left:55px;
	top:240px;
}

.navLinks
{
	position:absolute;
	left:55px;
	top:290px;
	z-index:2;
}

.header
{
	position:absolute;
	z-index:1;
}

.style1 {
	background-color: #FFFF00;
	font-family: Verdana;
	}
.style2 {
	font-family: Verdana;
	}
.style3 {
	font-size: medium;
}

.style4 {
	font-family: Verdana;
	font-size: medium;
}
.style6 {
	text-decoration: underline;
}
.style7 {
	font-family: Verdana;
	text-decoration: underline;
}
.style8 {
	color: #008080;
}
.style9 {
	background-color: #FFFF00;
}
