@import url("reset.css");

body {
	background: #000 url(../images/bg_fractal.jpg) 0 0 no-repeat;
	}
h2 {
	font-size: 44px;
	line-height: 90%;
	margin: 0 0 10px 0;
	}	
	
.content {}
	.content .contentinner {
/* 		border: 1px dashed red; */
		width: 800px;
		margin: 20px 0 0 105px;
		text-align: center;
		}
	.contentinner h3 {
		font-size: 18px;
		line-height: 90%;
		color: white;
		margin-bottom: 10px;
		}	
	.contentinner p {
		font-size: 14px;
		line-height: 110%;		
		color: white;
		}
	
	
#mainwrapper {
	width:941px;
	margin:0 0 0 45px;
/* 	border: 1px dashed red; */
	}
#header {
/* 	border: 1px dashed blue; */
	width:100%; height:128px;
	position: relative;
	}
	#logo {
/* 		border: 1px dashed; */
		position: absolute;
		top:-8px; left:0;
		}
	#phone {
/* 		border: 1px dashed; */
		color: #f1f1f1;
		font-size: 36px;
		position: absolute;
		top:47px; right:0;
		}


#contentcontainer {
	border: 1px solid #e8e7e7;
	position: relative;
	width: 916px;
	height: auto;
	padding: 14px;
	overflow: auto;
	background: #FFF;
	}
		#navcontainer {
/* 			border: 1px dashed blue; */
			overflow: auto;
			height: 30px;
			}
		#navlist
		{
		list-style: none;
		padding: 0;
		margin: 0;
		}
		#navlist li
		{
		display: block;
		float: left;
		padding: 0 20px;
		margin: 0;
		color: #517cc4;
		}
		#navlist li a:link, #navlist li a:visited {
			color: #517cc4;
			text-decoration: none;
			text-transform: uppercase;
			}
			#navlist li a:hover {
				text-decoration: underline;
				}
	.mainimage {
/* 		border: 1px solid red; */
		}
	.leftbox {
		float: left;
		border: 1px solid #c9c9c9;
		padding: 10px;
		margin: 10px 10px 0 0;
		width: 485px; height: 350px;
		}
		#bulletlist li {
/* 			padding: 0 0 0 40px; */
			font-size: 20px;
			line-height: 110%;
			color: #130707;
			padding: 8px 0 12px 40px;
			}
		#bulletlist li.bullet1 {
			background: transparent url(../images/bullet1.png) no-repeat;
			}
		#bulletlist li.bullet2 {
			background: transparent url(../images/bullet2.png) no-repeat;
			}
		#bulletlist li.bullet3 {
			background: transparent url(../images/bullet3.png) no-repeat;
			}
		#bulletlist li.bullet4 {
			background: transparent url(../images/bullet4.png) no-repeat;
			}
		#bulletlist li.bullet5 {
			background: transparent url(../images/bullet5.png) no-repeat;
			}
	.rightbox {
		float: right;
		border: 1px solid #c9c9c9;
		padding: 10px;
		margin: 10px 0 0 0;
		width: 375px; height: 300px;
		}
		.rightbox p {
			font-size: 20px;
			line-height: 140%;
			color: #130707;
/* 			text-align: justify; */
			}
	
	


	
#footer {
/* 	border: 1px dashed red; */
	width:100%;
	margin:140px auto 20px auto;
	}
	#footer_menu {
/* 		border: 1px dashed; */
		text-align: center;
		}
	#copyright {
/* 		border:1px dashed red; */
		text-align: center;
		margin-top:20px;
		}
.copyright {text-align: center; margin-top: 4px; color: #666;}
