@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

body{
	margin: 0;
	font-family: "Segoe UI", Arial, Verdana;
	font-size: 13px;
	color: #333;
	background: #002d62 url(images/bg_layer1.jpg) repeat-x;
	text-align: left;
	}

h1, h2, h3, h4, h5{
	color: #d21010;
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
	line-height: 1.2em;
	text-align: center;
	}
	 
h1 {
	font-size: 30px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 14px;
	color: #222;
	}
h5 {
	text-align: left;
	font-size: 12px;
	color: #222;
	}
p{
	text-align: left;
	padding: 0;
	margin: 10px 0;
	}

ul, ol{
	text-align: left;
	margin: 20px 0;
	padding-left: 20px;
	}
ul{
	list-style: url(images/bullet_bluecheck.gif);
	padding: 10px 10px 10px 40px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	}
li{
	padding: 4px 0;
	}
	
hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #f8f8f8;
	margin: 15px 0;
	}

	
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	}
a:link, a:visited{
	color: #09C;
	}
a:hover, a:active{
	color:#C00;
	}
	
img, img a{
	border: none;
	}	

.bg_layer2{
	background: url(images/bg_layer2.jpg) no-repeat center top	;
	margin: 0 auto;
	overflow: visible;
}

.main_holder{
	margin: 0 auto;
	width: 750px;
}

.header{
	width: 750px;
	height: 200px;
	background: url(images/header.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	}
	
.content{
	width: 690px;
	border-top: 1px solid #dfdfe0;
	background:  #FFF url(images/content_top.jpg) repeat-x;
	padding: 0 30px 20px 30px;
	_padding: 0 30px 20px 30px;
	overflow: visible;
	margin: 0;
}

.content p{
	line-height: 1.4em;}
	
.content_end{
	width: 750px;
	height: 50px;
	background: transparent url(images/content_end.jpg);
}

.footer{
	background: url(images/footer-logo.jpg) top right no-repeat;
	color: #FFF;
	text-align: left;
	font-size: 10px;
	width: 730px;
	overflow: visible;
	height: 50px;
	margin: 0;
	padding: 0px 10px 0px;
	}
	


/*MISC - FONT COLORING*/

#maroon{
	color: #c00;
	}
#blue{
	color: #039;
	}
#black{
	color: #222;
	}
#orange{
	color: #F60;
	}
	
.bonuses, .advbonus, .brainmakeover{
	margin: 10px auto;
	}


/*box01 CSS START*/

	.box01_content{
		height: 200px;
		background: #FFF url(images/box01/content_bg.jpg) bottom repeat-x;
		padding: 20px 20px;
		}
	.box01_left{
		background: #929292;
		width: 10px;
		}	
	.box01_right{
		background: #929292;
		width: 10px;
		}	


/*contents*/

#introbox {
	margin: 0;
	padding: 20px 40px 10px;
	}
	#daytime {font-weight: bold;
	color: #999;
	}
#ordernow{
	display: block;
	padding: 30px 20%
	}
#rememberlist ul{
	list-style: none;}
	#rememberlist ul li{
		padding: 0 0 10px 24px;
		background: url(images/redcheck.png) no-repeat 0 4px;}
		
/*Trail*/

#property_trail{
	margin: 0 auto;
	font-size: 10px;
	color: #aaa;
	background: #222 url(images/trailbg.jpg) top repeat-x;
	border: 1px solid black;
	padding: 0 20px;
	margin: 0px 0 0;
	text-align: left;}
	#phone, #email, #ftei{
		color: #09C;}

