/* ------------------------------------------------ TEMPLATE STYLES ---------------------------------------- */

html { height: 100%; margin-bottom: 1px;
}

body {
	background: url('../images/header_01.jpg');
	background-repeat: repeat-x;
	background-color:#000000;
	margin:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

#content {margin:0 auto; padding:0 20px 0 20px;}
#footer {margin:0 auto; text-align:center; font-weight:bold; font-size:12px;}

.headline {
	font-size:28px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
	text-align:center;
	margin:0;
	padding-top:10px;}
	
.headlineimp {
	font-size:28px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-align:center;
	margin:0;
	padding-top:10px;}
	
.headline-left {
	font-size:24px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
	text-align:left;
	margin:0;
	padding-top:10px;}
	
.subheadline {
	font-size:16px;
	font-family:Tahoma, Georgia, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	margin:15px 20px 20px 20px;}

	
.subtitle {
	font-family: Georgia, Verdana;
	font-size: 24px;
	color: #B2091D;
	text-align: center;
	font-weight: bold;
	line-height:45px;
	margin:0 auto;}
	
.subtitle_left {
	font-size: 26px;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
	margin-top:0;}
	
	
.alert {
	font-family:verdana;
	font-size:12px;
	background-color: #FFFF00; 
	font-weight:bold;
	margin-left:20px;}
		

p {	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;}

p.caption {font-size:12px;
	font-style: italic;
	text-align:center;
	margin:0 auto;}

p.imp {
	color: #CC0000;
	text-align: left;
	font-weight: bolder;}
	
ul {margin-left:175px; margin-bottom:-15px; list-style-type: none; padding:5px 0 0 0; font-family:Tahoma;}
li {background-image:url('images/bullet.jpg'); height:auto; background-repeat: no-repeat; padding:2px 0 10px 35px;}


ul.lesson {margin-left:200px; margin-bottom:-15px; list-style-type: none; padding:5px 0 0 0; font-family:Tahoma;}
li.lesson {background-image:url('images/bullet.jpg'); height:auto; background-repeat: no-repeat; padding:2px 0 10px 35px; font-weight:bold;}

ul.checkbox {margin-left:30px; margin-right:30px; list-style-type: none; padding:5px 0 0 0; font-family:Tahoma;}
li.checkbox {background-image:url('images/checkbox.png'); height:auto; background-repeat: no-repeat; padding:0 0 20px 40px; font-weight:bold; font-size:16px}
li.bullets {background-image:url('images/bullets.png'); height:auto; background-repeat: no-repeat; padding:0 0 10px 20px;}
li.x {background-image:url('images/x2.png'); height:auto; background-repeat: no-repeat; padding:0 40px 10px 30px;}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0066CC;
	text-decoration: none;}

a img {	border: none;}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0066CC;
	text-decoration: none;
}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline;}
.boldandunderline {
	font-weight: bold;
	text-decoration: underline;
}

.highlighted {
	background-color: #FFFF00; 
	font-weight:bold;
}

.italiclight {
	background-color: #FFFF00;
	font-weight: bold;
	font-style: italic;}
	
.blue {
	color: #0000FF;
}
.center {
	text-align: center;
	margin:0 auto;
}

.redandbigger {
	font-size: 24px;
	color: #B2091D;
	text-align: center;
	font-weight: bolder;}

.details {
	font-size: 24px;
	color: #142880;
	text-align: left;
	font-weight: bolder;}
	
.redandbiggerleft {
	font-size: 24px;
	color: #B2091D;
	text-align: left;
	font-weight: bolder;}

.lesson_number {
	font-size: 28px;
	color: #B2091D;
	text-align: left;
	font-weight: bolder;}
	
.bigger {
	font-size: 18px;
	font-weight: bold;
	color:#000000;}

.floatleft {
	border:2px solid #000000; 
	float:left; 
	margin:0 10px 5px 0;}

.floatleft_nb {
	float:left; 
	margin:0 10px 5px 0;}
	
.floatright { 
	border:2px solid #000000; 
	float:right; 
	margin:0 0 5px 10px;}
	
.floatright_nb {
	float:right; 
	margin:0 0 5px 10px;}
	
.gray {
	color:#666666;
	font-size:10px;
	font-family:Arial, Verdana;
	text-align:justify;
	}
.gray_title {
	font-size:12px;
	color:#666666;
	text-align:center;
	margin:0 auto 10px auto;
	font-weight:bold;
	}
	
.bonusbox {
	border: 8px dashed #B2091D;
	margin:0 auto; width:600px;
	padding: 0 10px 10px 10px;}

.modulebox {
	width:600px;
	border: 8px dashed #0467BC;
	margin:0 auto; 
	padding: 0 10px 10px 10px;}

blockquote {
	width:475px;
	background-color:#E5E3E3;
	margin:0 auto;
	padding: 0px 10px 0px 10px;
	border: 1px dashed #333333;
	text-align:left;
	}
	
blockquote.norm {
	width:600px;
	background-color:#ffffff;
	margin:0 auto;
	padding: 0px 10px 0px 10px;
	border:none;
	text-align:left;
	}	
	
blockquote.imp {
	width:420px;
	background-color:#FBF3BE;
	margin:15px auto 15px auto;
	padding: 0px 10px 0px 10px;
	border: 5px dashed #000000;
	text-align:left;
	}
	
blockquote.guarantee {
	width:575px;
	background-color:#FFFFCD;
	margin:0 auto;
	padding: 0px 10px 0px 10px;
	border: 1px dashed #333333;
	text-align:left;
	}
	
	

.testimonial {
	width:454px; 
	margin:0 auto; 
	border:1px dashed #9C6F03;
	padding:4px 8px 4px 10px; 
	background-color:#FBF6D7; 
	font-family:arial, verdana; 
	font-size:14px; 
	font-style:italic; 
	text-align:left;}
.testimonial_shadow {margin:0 auto; background-image:url(images/big-shadow.gif); width:474px; height:30px;}
.testimonial_title {color:#CC0000; text-align:center; font-size:18px; font-weight:bold; line-height:18px;}

p.testimonials {
	font-family:arial;
	font-style: italic;
	font-size: 14px;}
	
#guarantee {
	background:url("images/guarantee_bg.jpg") no-repeat;
	width:586px;
	height:315px;
	padding-left:53px;
	font-family:Tahoma}