@charset "utf-8";
/* CSS Document */

/*---------------------------RESET----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}
/*---------------------------Page Structure----------------------------------------*/
body {
	background: url(../images/bg.jpg) center top no-repeat fixed #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#outterwrapper{
	width: 1060px;
	background: url(../images/outer_wrapper.png) repeat-y;
	margin: 0 auto;
}

#wrapper{
	width: 1000px;
	background: #000000 url(../images/wrapper_bg.jpg) repeat-x;
	margin: 0 auto;
}

#header{
	background: #FFF url(../images/header.png) center no-repeat;
	margin: 0 auto;
	width: 1000px;
	height: 139px;
}
#nav{
	width:980px;
	background:#000;
	height: 38px;
	margin:0 auto;
}

#banner{
	background:url(../images/banner.jpg) no-repeat;
	width: 980px;
	height: 330px;
	margin: 0 auto;
}

#left{
	background:url(../images/aboutus_header.jpg) top center no-repeat;
	float: left;
	width: 313px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right:10px;
}

#left img{
	padding-top: 46px;
	padding-bottom: 10px;
}

#center{
	background:url(../images/whychoose_header.jpg) top center no-repeat;
	float: left;
	width: 313px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right:10px;
}

#center img{
	padding-top: 46px;
	padding-bottom: 10px;
}

#right{
	background:url(../images/equipment_header.jpg) top center no-repeat;
	float: left;
	width: 313px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#right img{
	padding-top: 46px;
	padding-bottom: 10px;
}

#content{
	color: #fff;
}

#innercontent_head
{
margin:0 auto;
width: 980px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}

#innercontent_left{
	float: left;
	width: 588px;
	margin: 26px;
}

#innercontent_right{
	float: right;
	width: 327px;
	margin: 10px;
}

#innercontent{
	float: left;
	width: 980px;
	padding: 10px;
}

#contactcontent_left{
	float: left;
	width: 355px;
	margin: 26px;
}

#contactcontent_right{
	float: right;
	width: 535px;
	margin: 26px;
}


#footer{
	width: 100px;
	height:0px;
	margin: 0 auto;
	clear:both;	
}

#bottomfooter {
	background: url(../images/outer_wrapper.png) repeat-y;
	margin: 0 auto;
	width: 1060px;
	height: 50px;
	color: #fff;
	font-size: 11px;
}

#footer-txt-left{
	text-align:left;
	float:left;
	margin-left:30px;
	margin-top:10px;
	padding-top:6px;
}


#footer-txt-right{
	text-align:right;
	float:right;
	margin-right: 30px;
	margin-top:10px;
	height:26px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	padding-top:6px;
	padding-left:33px;
}

#contactcontent_right table td {
	padding-bottom:8px;
}

#comments {
	vertical-align:middle;
	margin-top:-8px;
}

#firstnameError {
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

#lastnameError {
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

#phoneError {
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

#emailError {
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

/*---------------------------Secondary Styling----------------------------------------*/

a {
	color: #00adef;
	text-decoration:none;
}

a:hover {
	color: #00adef;
	text-decoration:underline;
}

a:visited {
	color: #00adef;
	text-decoration:none;
}


li
	{
	list-style: none;
	margin: 0;
    padding: 0 0 0 15px;
	background-image: url(../images/li_img.png);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	}
	
	#bottomfooter a {
	color: #fff;
	text-decoration: none;
	}
	
#bottomfooter a:hover {
	color: #00adef;
	text-decoration:none;
}

h2 {
	color: #00adef;
	font-size:16px;
	padding-bottom: 5px;
}
	
h1 {
	color: #00adef;
	font-size:18px;
	padding-bottom: 5px;
}

#projects h1 {
	color: #00adef;
	font-size:18px;
	padding-bottom: 5px;
	padding-left: 17px;
	clear: left;
}

/*------------------------------Gallery Styling--------------------------------------*/

	.thumbs {
	clear:left;
}
	.thumbs ul {
	list-style: none;
	}
	
	.thumbs ul li a {
		float: left;
		margin: 0;
		margin-right:8px;
		margin-bottom:8px;
		padding:0 !important;
		border: #000 2px solid;
	}
	
		.thumbs ul li a:hover {
		float: left;
		margin: 0;
		margin-right:8px;
		margin-bottom:8px;
		padding:0 !important;
		border: #00adef 2px solid;
	}
	