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

body {
	color:#000000;
	background:url(../images/body_bg.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, "Lucida Bright";
}

#header_section{
	background:url(../images/header_section_bg.jpg) no-repeat;
	background-position: top center;
	height:200px;
}

.site{
	margin:0 auto;
	width:854px;
}

#content{
	text-align: left;  /*counter the body center */
	width:800px;
	margin: 0 auto;
}

#menu{
	width:252px;
	padding:160px 0 0 0;
	margin:0 auto;
}

#menu .btn{
	float:left;
	height: 30px;
	cursor: pointer;
}

#menu .btn#home{
	background:url(../images/menu_home_btn.png) no-repeat;
	width: 68px;
}

#menu .btn#reviews{
	background:url(../images/menu_reviews_btn.png) no-repeat;
	width: 94px;
}


#menu .btn#signup{
	background:url(../images/menu_signup_btn.png) no-repeat;
	width: 90px;
}

#menu .btn#home:hover,
#menu .btn#reviews:hover,
#menu .btn#signup:hover,
#menu .btn#home.selected,
#menu .btn#reviews.selected,
#menu .btn#signup.selected{
	background-position: 0 -30px;
}


#video_section{
	background:url(../images/video_section_bg.jpg) no-repeat;
	background-position: top center;
	height:521px;
}

#bonus_section{
	background:url(../images/bonus_section_bg.jpg) #000000 no-repeat;
	background-position: top center;
	height:166px;
}

#salescopy_section{
	background-position: bottom;
	padding:1px 0;
}

#salescopy{
	clear:both;
}

#salescopy_header{
	margin: 0 0 30px 0;
}

#footer_section{
	background:#1c1c1c;
}

#footer{
	color:#ffffff;
	font-size:12px;
	padding:10px 0;
	text-align:center;
}

#footer .highlight {
	color:#ff0000;
}

/* =Font Details
---------------------------------------------- */

#salescopy h1{
	color:#ab0000;
	text-align:center;
	font-size:2.0em;
}

#salescopy h2 {
	color:#000000;
	font-size:2.0em;
	text-align:left;
	margin:1em 0 0.5em 0;
}

#salescopy p {
	line-height:1.3em;
	margin:1.3em 0;
}

#salescopy li{
	margin:1em 0 1em 3em;
}



/* =Standard Elements
---------------------------------------------- */


.divider{
	background:url(../images/salescopy_divider_bg.jpg);
	height:13px;
	margin:0 0 30px 0;
}

.video{
	text-align:center;
}

#countdown{
	font-size:26px;
	font-weight:bold;
	padding:2px 9px 0 600px;
	text-align:right;
}

#countdown .days{ color:#ab0000; }
#countdown .hours{ color:#5c0b0b; }
#countdown .minutes{ color:#5b2828; }
#countdown .seconds{ color:#614c4c; }

.guaranteeBox{
	width:65%;
	padding:30px;
	background-color:#FFFF00;
	border: 2px solid #9D0300;
	margin: 0 auto;
	}
	
	.guaranteeBox h1{
		margin-top:0px;}
		
		
blockquote {
	text-indent: 25px;
	font-style:italic; 
	background:url(../images/common_quote1_start.png);
	background-position: 0 2px;
	background-repeat: no-repeat; }

	blockquote p {
		display: inline;
		margin: 0;
		padding-right: 24px;
		background:url(../images/common_quote1_end.png);
		background-position: bottom right;
		background-repeat: no-repeat; }

.quoteAuthor{
	text-align:right;
	font-weight:bold;
	margin-bottom:25px; }
	
.video{
	width:600px;
	padding:10px;
	margin: 0 auto; 
	text-align:center;
}

img{
	border:0px;
}

.schedule{
	background:#f9f9f9;
	border:1px solid #AFADAE;
	font-family:verdana, helvetica, arial, sans-serif;
	margin:20px 0;
}

.schedule .event{
	padding:5px;
}

.schedule .event .dateloc{
	float:left;
	font-size:17px;
}

.schedule .event .button{
	float:right;
}

.schedule .event.odd{
	background:#f0f0f0;   
}

.review{
	background:url(../images/quote_bg.png) no-repeat;
}

.review .quote{
	padding:0 0 0 113px;
	font-style:italic;
}

.review .author{
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 20px 0;
}

/*Phone Call Btn */
	#phonebtn{
		width:81px;
		float:right;
		position:fixed;
		right:25px;
		top:25px;
		z-index:15;
	}
	
	#phonebtn img{
		border:0px;
	}
	
	*html #phonebtn { /* IE6 & Below */
		position:absolute;
		right: expression( ( 25 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  		top: expression( ( 25 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	}
	
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}