@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background:#2e3851;}
	
#shadow {
	margin:0 auto;
	margin-top:-10px;
	background:#000000 url(../images/metaltexture.jpg);
	width:900px;
	height:auto;
	}

#wrapper {
	text-align:left;
	width:800px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:0px;
	background:#2e3851 url(../images/bg_gradient.jpg) repeat-x;
	border:4px solid #1b232e;}
	

	
#banner {
	width:800px;
	height:200px;
	margin-top:-10px;
	background:#2e3851;
	border-bottom:0px solid white;
	}

#spacer {
	width:800px;
	height:40px;
	background:url(../images/spacer.jpg);}
	
#nav {
	width:150px;
	height:auto;
	padding-top:0px;
	background:#2e3851;
	border-right:0px solid white;
	float: left;}

#nav a {
	display:block;
	margin-left:0;
	background-color:#1b232e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:10px 0px 10px 5px;
	height:10px;
	text-align:left;
	text-decoration:none;
	border-bottom:1px solid white;
	
	}
	
#nav a:hover {
	color:#FFFFFF;
	background:#6babd6 url(../images/hover_img.jpg) right no-repeat;}

#nav a#homenav, a#aboutnav, a#servicesnav, a#equipmentnav, a#affiliatesnav, a#contactnav {
	background: #1b232e url(../images/active_img.jpg) right no-repeat;
	border-top:0px solid white;}
	
#content {
	float:left;
	width:600px;
	color:#FFFFFF;
	margin-top:0px;
	padding:40px 10px 30px 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	border-left:1px solid white}
	
#content a {
	color:white;}
	
#flash {
	text-align:center;}
	
img.homebuilding {
	text-align:center;
	display:block;
	width:500px;
	height:400px;
	margin:0 auto;
	}
	
#footer {
	display:block;
	margin:0 auto;
	width:808px;
	height:60px;
	padding:0;
	border-top:0px solid white;
	background:#1b232e;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
	border:0px;}
	
#footer a {
	color:white;}
	



	