@charset "UTF-8";

html, body {
	background-color: #999999; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666666;
	background-image:url(../images/bg_stripe.png);
	background-position: center top;
	background-repeat:repeat-y;
	}

#content-wrapper {
	width: 100%;
	background-color: #ffffff;
	}	

#content-holder {
	position: relative;
	display: block;
	z-index: 5;
	width: 900px;
	margin: 0 auto 0 auto;
	background-image:url(../images/content_bg.png);
	background-position: center top;
	background-repeat:repeat-y;
	background-color: #ffffff;
	min-height: 475px;
	height: auto !important;
	overflow: hidden;
	
}	

#content-holder img {
	float: left;
	border: #999999 1px solid;
	padding: 2px;
	margin-right: 20px;
	margin-bottom: 30px;
	
	}
	
hr {color: #333333; width: 560px;}	

.header {
	position: relative;
	display: block;
	background-image:url(../images/header2.png); 
	background-repeat:no-repeat; 
	background-position: center bottom; 
	
	z-index: 7;
	width: 900px;
	height:150px;
	margin: 0 auto 0 auto;
	}
		
#footer {
	background-image:url(../images/footer.png); 
	background-repeat:no-repeat; 
	background-position: center top; 
	height: 40px;
	width: 100%;
	margin: 0;
	
	}
	
.maintext {
	
	z-index: 6;
	float: left;
	font-size: 14px;
	vertical-align: top;
	padding: 10px 0 10px 10px;
	width: 580px;
	float: left;
	text-align: justify;
	line-height: 130%;
		
	
	
}
.menutext {
	position: absolute;
	display: block;
	margin-left:394px;
	padding: 0;
	z-index: 6;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	
	width: 525px;
	
	overflow: visible;
	
	
	
}

h1 {
	font-size: 18px;
	color: #333333;
	vertical-align: top;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	text-decoration:underline;
	}
	
h3 {
	font-size: 14px;
	color: #333333;
	vertical-align: top;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	}	

#quote {

	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	z-index: 5;
	float: right;
	width: 270px;
	height: 100%;
	padding: 10px 0 0 30px;
	
}



.contact-field {
	border: 1px solid #999999;
	width: 230px;
	height: 20px;
	}
	
.contact-field-large {
	border: 1px solid #999999;
	width: 230px;
	}	
	
.contact-btn {
	border: 1px solid #999999;
	width: 80px;
	cursor: pointer; 
		}


.menu li{display: inline;}

a:link {
	color: #333333;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #333333;
	
}
a:hover {
	text-decoration: underline;
	color: #333333;
	}
	
a:active {
	text-decoration: none;
	color: #333333;
	}
	
#icons {
position: absolute;
	z-index: 7;
	top: 23px;
	width: 525px;
	left:50%;
	margin-left:-60px;
display: inline}

#icons img{height: 75px; width: 75px;}

.icon {position: absolute; top: 6px; z-index:100; display: block; margin-left: 6px;}

img, div { behavior: url(scripts/iepngfix.htc) }

#recaptcha {
}


#recent_projects {

	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index: 5;
	float: right;
	width: 270px;
	height: 100%;
	padding: 10px 0 0 20px;
	
}

.recent-projects-preview {
	display: block;
	position:relative;
	padding: 2px;
	height: 104px;
	width: 260px;
	font-color: #CCC;
}



.recent-projects-preview a {color:#333}


