/*=== Global Settings ===*/

html, body{
	margin:0;
    padding:0;
	font-family: arial, tahoma,'Trebuchet MS';
	height:100%;
	background:url(images/headerbg.jpg) repeat-x top left #e4e2e2;
}

/*=== Formatting ===*/

body, img, ul, ol, li, form, blockquote {margin: 0; padding: 0;}
p {line-height:1em; padding: 5px 0;}
a, a:visited {color: #0000FF; text-decoration: underline;}
a:hover {text-decoration: none;}
a img {border: none;}
strong, b {font-weight: bold;}
em, i {font-style: oblique;}

/*=== Wrapper ===*/

#wrapper{
	position:relative;
	margin:0 auto;
	padding:0;
	width:914px;
}

#header{
	margin:0;
	padding:0;
	width:914px;
	height:100px;
	background:url(images/header.png) no-repeat;
}

#header h1{
	font-family:Verdana, Arial;
	font-size:23px;
	font-weight:bold;
	color:#fff;
	line-height:1em;
    margin:0 0 0 30px;
    padding:45px 0 0;
    font-style:italic;
}

#downarrow img {
	position:absolute;
	border:none;
	top:0;
	float:right;
	margin:0 0 0 650px;
	padding:0;
	z-index:1000;
}


/*=== Squeeze Page Area ===*/

#squeezebody{
	margin:0;
	padding:0 0 20px 0;
	width:914px;
	background:url(images/bodybg.png) repeat-y;
	overflow:hidden;
	height:auto;
}

#squeezebody #leftcontent {
	padding:0;
	width:525px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}

#squeezebody .sellingpoints {
	width:auto;
	padding:0;
	font-size:16px;
	font-family:Verdana, arial, sans-serif;
}

#squeezebody .sellingpoints span{
	background-color:yellow;
	font-weight:bold;
	margin:0 0 0 -25px;
	padding:0;
	width:auto;
}

#squeezebody .sellingpoints img {
	float:left;
	padding:0 50px 0 0;
	margin:0;
}

#squeezebody .sellingpoints ul {
	margin:10px 0 0;
	padding:0;
	list-style-image:url(images/check.png);
	list-style-position: inside;
}

#squeezebody .sellingpoints ul li{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

/*=== Content Area ===*/

.leftside {
	width:555px;
	float:left;
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	border-right:1px solid #ececec;
}

.leftside p{
	line-height:1.2em;
    font-size:15px;
}

.leftside h2{
	font-family:Verdana, Arial;
	font-size:55px;
	margin:10px auto;
	width:500px;
	text-align:center;
	color:#cc0000;
}

.leftside h2 .headline {
	font-family:Verdana, Arial;
	font-size:40px;	
}

.leftside #subheader h3{
	font-family:Verdana, Arial;
	font-size:20px;
	width:500px;
	text-align:center;
	margin:15px auto 25px;
}

/*=== Right Side Area ===*/

.rightside{
	width:300px;
	float:right;
    padding: 0 15px 0 0;
    margin:90px 0 0;
	text-align:center;
}

.rightside h3{
	font-family:Verdana, Arial;
	font-size:28px;
	margin:10px 20px 10px 10px;
	text-align:center;
	color:#cc0000;
}

.rightside .optin{
	font-size:11px;
	font-family:Arial, verdana, sans-serif;
	text-align:center;
	color:#000;
}

.rightside .optin p{
	font-size:13px;
	font-family:arial, verdana;
	text-align:center;
	color:#000;
	padding:0 5px;
}

/*=== Autoresponder Code Area ===*/

#emailcode {
	margin:25px 0 0; 
	padding:0;
}

#emailcode .namefield{
	margin:10px 0 0 0; 
	padding:0;
	width:230px;
	height:35px;
	line-height:35px;
	border:2px solid #bababa;
	text-align:center;
	font-size:15px;
	color:#404040;
	font-weight:bold;
	background:#ececec;
}

#emailcode .emailfield{
	margin:5px 0 10px 0; 
	padding:0;
	width:230px;
	height:35px;
	line-height:35px;
	border:2px solid #bababa;
	text-align:center;
	font-size:15px;
	color:#404040;
	background:#ececec;
	font-weight:bold;
}

#emailcode .button img {
	margin:0; 
	padding:0;
}

#disclaimer {
	width:270px;
	margin:10px 0 0 35px;
	padding:0;
	background:url(images/lock.jpg) no-repeat;
}

#disclaimer img{
	overflow:hidden;
	float:left;
    margin:0 10px 0 35px;
}

#disclaimer p{
	margin:0 0 0 20px;
	padding: 0 30px 0 0;
	font-size:12px;
	color:#999792;
	font-family:Arial, Verdana, Tahoma;
	text-align:left;
}

/*=== Testimonials / Follow Me Area ===*/

#reveal{
	margin:0 auto;
	padding:0;
	height:auto;
	width:900px;
	text-align:center;
	overflow:hidden;
}

h4.reveal_trigger {
	padding: 0;
	margin: 0 20px;
	height: 22px;
	line-height: 46px;
	width: auto;
	font-size: 14px;
	font-weight: normal;
}

h4.reveal_trigger img {
	border:none;
}

h4.reveal_trigger a, h4.reveal_trigger a:visited {
	color: #0086be;
	text-decoration: none;
	display: block;
}

h4.reveal_trigger a:hover { 
	color: #ccc; 
}

h4.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.reveal_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 900px;
	height:331px;
	clear: both;
	background:url(images/slider.jpg) #bababa;
}
.reveal_container .block {
	padding: 0px; /*--Padding of Container--*/
}

.reveal_container .block ul{
	list-style-type:none;
	margin:155px 0 0;
}

.reveal_container .block li{
	display:inline;
	margin:0;
	padding:0;
}

/*=== Footer Area ===*/

#footer{
	margin:0 auto;
	padding:0;
	width:914px;
	background:url(images/footer.png) no-repeat;
	text-align:center;
	overflow:hidden;
}

.footerlinks{
	margin:35px 0 0;
	padding:0;
	text-align:center;
	font-size:14px;
    color:#6b6b6b;
}

.footerlinks a, .footerlinks a:visited{
	color:#6b6b6b;
	font-size:14px;
    text-decoration:none;
}

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

.credit {
	padding:0;
	margin:10px 0 0;
	text-align:center;
}

.credit a, .credit a:visited{
	color:#6b6b6b;
	font-size:10px;
    text-decoration:none;
}

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

/*=== Download or Blank Page ===*/

.blank {
	margin:0 auto;
	padding:0 20px;
	width:550px;
	text-align:center;
}

.blank h2{
	font-family:Verdana, Arial;
	font-size:55px;
	margin:10px auto;
	text-align:center;
	border-bottom: 2px dotted #bababa;
}

.blank h3{
	font-family:Verdana, Arial;
	margin:10px auto 30px;
	text-align:center;
	font-size:20px;
}

.blank h4{
	font-family:Verdana, Arial;
	margin:10px auto 20px;
	padding:3px;
	text-align:center;
	font-size:20px;
}

.blank p{
	margin:0 auto;
	padding:20px;
	width:510px;
	font-size:14px;
	text-align:left;
}

.blank img{
	border:none;
	margin:20px auto 0;
	margin:auto;
}
.dlbg {
	background:#ececec;
	width:530px;
	padding:10px;
}

.dlbg p{
	padding:10px 0;
}
