/* CSS Document */
body,
html {
	background:#022640;
	text-align:left;
	margin:0;
	padding:0px;
	width:100%;
	height:100%;
	
	color:#ffffff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
}

#wrapper_top {
	background:url(/images/bg_top.jpg) repeat-x center;
	width:100%;
	height:274px;
}

#wrapper_middle {
	background-color:#012a4a;
	width:100%;
	min-height:242px;
}

#container_top {
	background:url(/images/container_top.jpg) no-repeat;
	margin:0 auto;
	padding:65px 30px;
	width:940px;
	height:144px;
}

#container_top h1 {
	clear:left;
	margin:0;
	padding-top:28px;
}

#container_top ul {
	float:left;
	margin:0;
	padding:0 0 0 15px;
	width:623px;
}

#container_top ul li {
	list-style-type:none;
	float:left;
}

/*** top link ***/
a#services {
	background:url(/images/link_services.jpg) no-repeat;
	width:138px;
	height:137px;
	display:block;
}
a#services:hover {
	background:url(/images/link_services_on.jpg) no-repeat;
}

a#our_work {
	background:url(/images/link_our_work.jpg) no-repeat;
	width:174px;
	height:137px;
	display:block;
}
a#our_work:hover {
	background:url(/images/link_our_work_on.jpg) no-repeat;
}

a#about_us {
	background:url(/images/link_about_us.jpg) no-repeat;
	width:170px;
	height:137px;
	display:block;
}
a#about_us:hover {
	background:url(/images/link_about_us_on.jpg) no-repeat;
}

a#contact {
	background:url(/images/link_contact.jpg) no-repeat;
	width:141px;
	height:137px;
	display:block;
}
a#contact:hover {
	background:url(/images/link_contact_on.jpg) no-repeat;
}
/*** end of top links ***/

#container_middle {
	background:url(/images/container_left.png) no-repeat;
	margin:0 auto;
	padding:15px 25px;
	width:950px;
	min-height:250px;
}


#container_left {
	float:left;
	padding-right:15px;
	width:685px;
	min-height:250px;

}

#container_right {
	background:url(/images/container_right.png) no-repeat;
	float:left;
	padding:0 10px;
	width:230px;
	min-height:250px;
}

#wrapper_bottom {
	background:url(/images/bg_bottom.jpg) repeat-x center;
	width:100%;
	min-height:387px;
}

#container_bottom {
	background:url(/images/container_bottom.jpg) no-repeat;
	margin:0 auto;
	width:1000px;
	min-height:387px;
}

#container_content {
	background:url(/images/container_content.png) no-repeat center;
	padding:20px 50px;
	width:899px;
	min-height:250px;
}

#container_content h2,
#container_content h3 {
	margin-left:10px;
}

#footer {
	background:url(/images/footer_bg.jpg) repeat-x #012640;
	width:100%;
}

#footer_container {
	background:url(/images/footer.jpg) repeat-x;
	margin:0 auto;
	padding:20px 0;
	width:1000px;
	min-height:97px;
	
	text-align:center;
}

#footer_container ul {
	margin:10px 0;
	padding:0;
}

#footer_container ul li,
#footer_container ul li.line {
	padding:0 15px;
	list-style-type:none;
	display:inline;
	border-right: solid #ffffff 1px;
}

#footer_container ul li {
	border-right:none;
}

img {
	display:block;
	border:0;
}

img#logo {
	float:left;
}

img.bottom_image {
	margin: 20px 2px 2px 2px;
}

a {
	color:#abb2b6;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

p {
	margin:0 0 15px 0;
}

img#our_work {
	position:absolute;
	top:230px;
}

img#contact {
	margin:0 auto;
}