@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	background:url(http://images.alphacoders.com/750/75041.jpg) center bottom fixed;
	background:url(images/roadway2.jpg) center bottom fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}

.container {
	width:786px;
	margin:0 auto;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	overflow:hidden;
	background-color:#FFF;
	min-height:900px;
}

.header {
	padding:20px;
	background:url(images/street_construction2.jpg) 0px -220px;
	height:163px;
}

.menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #81C524 url(images/menu.png) repeat-x;	
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 40px;
	width: 986px;
}

.menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 4px;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	display: block;
	float: left;
	padding: 8px 17px 10px 17px;
	color: #fff;	
	text-decoration: none;
	background: url(images/sep.png) no-repeat right;
}

.menu ul li a:hover {
	color: #000;	
}

.menu ul li#current a {	
	color:#FF0;
}

.menu ul li .simple {
	background-color:#F93;
	background:none;
	margin-top:8px;
	margin-left:11px;
	padding:0px;
}

.content {
	margin:5px 10px 10px 15px;
}

.gallery {
	margin-top:10px;	
}

	.gallery .frame{
		padding:2px;
		overflow:hidden;
		float:left;
		border:1px solid #666;
		margin:0px 10px 10px 0px;
		background-color:#DDD;
		text-align:center;
	}

	.gallery .image{
		width:160px;
		height:160px;
		overflow:hidden;
		margin:5px;
		border:1px solid #999;
		background-color:#FFF;
	}
	
		.gallery .image img{
		}

.right {
	float:right;
}

.references img{
	max-width:330px;
	margin-bottom:18px;
	
}

.reference_list {
	float:left;
	width:400px;
}

.reference_images {
	float:left;
	width:350px;
	text-align:center;
}

.reference_list ul li{
	line-height:30px;
}