@charset "UTF-8";
/* #############################################################
Global Tags and Classes
############################################################# */


body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #E5E6E7;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #666;
}

.sprite {
	background-image:url(images/spritesheet.gif);
}

a img {
	border:none;
}

a,
a:link,
a:active,
a:visited
{
	color:#004B8D;
	text-decoration:none;
}

a:hover
{
	color:#004B8D;
	text-decoration:underline;
}

.clear {
	clear:both;
}

h1 {
	width:800px;
	height:24px;
	font-size:23px;
	color:#004B8D;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 span {
	display:none;
}

h2 {
	font-size:22px;
}

.bb {
	font-weight:bold;
	color:#004B8D;
}

.bbb {
	font-size:14px;
	font-weight:bold;
	color:#004B8D;
}

.bg {
	font-size:14px;
	font-weight:bold;
	color:#58B846;
}


/* #############################################################
Global Structure
############################################################# */

#container {
	width: 925px;
	background: #FFFFFF;
	margin: 0 auto;  
	position:relative;

}

#header {
	height:100px;
	position:relative;
	width:881px;
	margin: 0 auto;
}

#header #logo {
	display:block;
	position:absolute;
	top:15px;
	left:0;
	width: 322px;
	height:81px;
	background-position: 0px -30px;
}

#header #tagline {
	display:block;
	position:absolute;
	top:45px;
	right:0;
	width: 395px;
	height:24px;
	background-position: 0px -132px;
}



#header #login_menu {
	font-size:10px;
	color:#666;
	position:absolute;
	width:550px;
	height:16px;
	top:22px;
	right:0px;
	text-align:right;
}

#header #login_menu a {
	color:#666;
	text-decoration:none;
}

#header #login_menu a:hover {
	color:#004B8D;
	text-decoration:underline;
}

#header #menu {
	position: absolute;
	width:500px;
	height:22px;
	top:78px;
	right:0px;
	text-align:right;
	
}

#header #menu a,
#header #menu a:link,
#header #menu a:active,
#header #menu a:visited 
{
	display:block;
	float:left;
	height:15px;	
}

#header #menu a span {
	display:none;
}


#header #menu a#home {
	background-position: 0px 0px;
	width:46px;
}
#header #menu a:hover#home {
	background-position: 0px -15px;
	width:46px;
}

#header #menu a#about {
	background-position: -46px 0px;
	width:137px;
}
#header #menu a:hover#about {
	background-position: -46px -15px;
	width:137px;
}

#header #menu a#products {
	background-position: -183px 0px;
	width:74px;
}
#header #menu a:hover#products {
	background-position: -183px -15px;
	width:74px;
}

#header #menu a#threestep {
	background-position: -257px 0px;
	width:112px;
}
#header #menu a:hover#threestep {
	background-position: -257px -15px;
	width:112px;
}

#header #menu a#testimonials {
	background-position: -369px 0px;
	width:93px;
}
#header #menu a:hover#testimonials {
	background-position: -369px -15px;
	width:93px;
}

#header #menu a#faq {
	background-position: -462px 0px;
	width:38px;
}
#header #menu a:hover#faq {
	background-position: -462px -15px;
	width:38px;
}



#mainContent {
	text-align: left;
	position:relative;
	border-top: solid 1px #53b847;
	border-bottom: solid 1px #53b847;
	margin: 12px 22px; 
   *margin: 20px 22px;
	padding-bottom:12px;
	padding-top: 15px;
	
}

#footer {
	width:925px;
	height:60px;
	position:relative;
	margin-top:12px;
}

#footer #cta_line {
	position:absolute;
	width:445px;
	height:19px;
	top:0px;
	left:235px;
	background-position: -85px -112px;
}
#footer #cta_line span {
	display:none;
}

#footer #facebook_icon {
	position:absolute;
	width:26px;
	height:27px;
	top:0px;
	left:855px;
	background-position: -328px -81px;
}

#footer #legal {
	font-size:10px;
	color:#666;
	position:absolute;
	width:350px;
	height:16px;
	top:32px;
	left:25px;
	text-align:left;
}

#footer #footer_menu {
	font-size:10px;
	color:#666;
	position:absolute;
	width:350px;
	height:16px;
	top:32px;
	right:22px;
	text-align:right;
}

#footer #footer_menu a {
	color:#666;
	text-decoration:none;
}

#footer #footer_menu a:hover {
	color:#004B8D;
	text-decoration:underline;
}

#slug {
	display:block;
	position:absolute;
	top:0px;
	left:22px;
	width:85px;
	height:25px;
	background-image:url(images/slug-grey-fff.gif);
}


/* Overlay */



#overlay_window {
	width:360px;
	height:240px;
	padding:18px;
	position:absolute;
	top:0;
	left:0;
	display:none;	
	background-color:#fff;
	border:solid #999 3px;
	text-align:left;
}

#video_window {
	width:640px;
	height:480px;
	padding:24px;
	position:absolute;
	top:0;
	left:0;
	display:none;	
	background-color:#fff;
	border:solid #999 3px;
	text-align:center;
}


#simplemodal-overlay {background-color:#00549E; cursor:wait;}

#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#ec_logo_small {
	width:195px;
	height:50px;
	background-position: -323px -29px;
	margin-left:160px;
}

/* #############################################################
Home Structure
############################################################# */

#homeContent {
	position:relative;
	width:882px;
	height:543px;
	margin: 0 auto;
	background-image:url(images/home.jpg);
}

#homeContent #biglink {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:882px;
	height:364px;
}

#homeContent #launch_movie {
	display:block;
	position:absolute;
	top:370px;
	left:0px;
	width:252px;
	height:164px;
}

#homeContent #thirtyday {
	display:block;
	position:absolute;
	top:370px;
	left:280px;
	width:252px;
	height:164px;
}

#homeContent #success_story {
	display:block;
	position:absolute;
	top:422px;
	left:540px;
	width:240px;
	height:164px;
	text-align:right;
	font-size:10px;

}


/* #############################################################
Content Page Structure
############################################################# */

.left_body {
	width:470px;
	float:left;
}
.right_body {
	text-align: center; 
	width: 367px;
	float: right;
}

.threestep_body {
	width:665px;
	float:left;
}

.threestep_image {
	background-image:url(images/3step.jpg);
	width:125px;
	float:left;
}

.testimonial_body {
	width:500px;
	float:right;
	padding-right: 80px;
}

#testimonial_image {
	width:260px;
	float:left;
	height: 280px;
	padding: 0 ;
	margin: 0;
}
#testimonial_image_outer {
	width:260px;
	margin: 0 20px 0 0;
	padding: 0;
	float:left;
	position:absolute;
	text-align: left;
	text-align:center;
}

.contact_body { text-align: center;}
.contact_body h1 { padding: 0; margin: 0; width:100%;}


/* #############################################################
Products Page Structure
############################################################# */
#container_products {
	position:relative;
	width:882px;
	height:532px;
	background-image:url(images/bg_products.jpg);
	background-repeat:no-repeat;
}

#products_body {
	position:relative;
	width:882px;
	height:437px;
	background-image:url(images/products.jpg);
	background-repeat:no-repeat;
}

#products_body a {
	display:block;
	position:absolute;
}

#products_body a span {
	display:none;
}



#products_body #product1_single {
	top:0px;
	width:286px;
	height:393px;
}

#products_body #product1_monthly {
	top:393px;
	width:286px;
	height:28px;
}

#products_body #product1_3month {
	top:393px;
	left:7px;
	width:286px;
	height:50px;
}

#products_body #product1_6month {
	top:393px;
	left:7px;
	width:286px;
	height:50px;
}



#products_body #product2_single {
	top:0px;
	left:298px;
	width:286px;
	height:393px;
}

#products_body #product2_monthly {
	top:393px;
	left:298px;
	width:286px;
	height:28px;
}

#products_body #product2_3month {
	top:393px;
	left:305px;
	width:286px;
	height:50px;
}

#products_body #product2_6month {
	top:393px;
	left:305px;
	width:286px;
	height:50px;
}



#products_body #product3_single {
	top:0px;
	left:596px;
	width:286px;
	height:393px;
}

#products_body #product3_monthly {
	top:393px;
	left:596px;
	width:286px;
	height:28px;
}

#products_body #product3_3month {
	top:393px;
	left:596px;
	width:286px;
	height:50px;
}

#products_body #product3_6month {
	top:393px;
	left:596px;
	width:286px;
	height:50px;
}


/* #############################################################
Product Detail Page Structure
############################################################# */

.detail_image {
	float:left;
}
.product_image {
	font-size: 10px;
	width:347px;
	float:left;
}
.product_details {
	font-size: 10px;
	line-height: 13px;
	width:520px;
	float:left;
	margin-bottom: 30px;
}
.product_details h1 {
	font-size: 14px;
	padding:0 0 6px 0; margin:0;
	color: #004B8D;
}
.product_details h2 {
	font-size: 10px;
	padding:0; margin:0;
	color: #004B8D;
}
.product_details p { 
	padding:0;
	margin:0;
}
.product_details form { 
	display:block;
	font-size: 13px;
	font-weight: bolder;
	color: #004B8D;
}
.product_details label { 
	display:block;
	padding-bottom:8px;
}
.product_details label img { 
	padding-right:4px;
}

#addToCartForm {
	font-size:12px;
	padding: 60px 0 0 24px;
}

#addToCartForm label {
	display:block;
	padding-bottom:18px;
}

.ProductDetailsAddToCartButton {
	margin-bottom:-12px;
}

.save {
	margin-bottom:-12px;
}

.pack_contents {
	float:left;
	width:250px;
	line-height:160%;
	padding-right:12px;
	border-right: solid 1px #666;
}

.formula {
	float:left;
	width:350px;
	line-height:160%;
	padding-right:12px;
	padding-left:12px;
}

.ProductDetailsSocialBookmarks {
	float:left;
	width:200px;
}