/* CSS Document */

html,body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #fb8600;
	background-repeat: repeat-y;
	background-position: center center;
}

#container {
	width:960px;
	margin: 0 auto;
	padding:0px;
}

#content {
	width:960px;
	margin: 0 auto;
	background-color:#f9f9f9;
	background-repeat: repeat-x;
	background-position: center top;
}

#footer {
	width:960px;
	margin: 0 auto;
	background-color:#323435;
	color:#fb8600;
	text-transform:uppercase;
	font-size:11px;
	padding-top:10px;
}

#header {
	width:960px;
	margin-top:40px;
	height: 73px;
}
#logo{
	width:960px;
	height:123px;
	background-image:url(images/logo.jpg);
	background-repeat:repeat;
}
.body_text {
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
	color:#000;
	margin-left:20px;
	margin-right:20px;
}
.bottom_text {
	font-size:11px;
	text-transform:uppercase;
	color:#aaabab;
}
#page_headerbox {
	background-color:#d2d2d3;
	width:100%;
	padding-top:13px;
	padding-bottom:13px;
	border-top: 1px solid #f9f9f9;
}
#page_headerbox_dark {
	background-color:#202122;
	width:100%;
	padding-top:13px;
	padding-bottom:13px;
	border-top: 1px solid #f9f9f9;
}
.page_header {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#353738;
	margin-left: 20px;
}
.side_header {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fb8600;
	margin-left: 20px;
}
.bottom_header {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fb8600;
}
.page_subheader {
	text-transform:uppercase;
	color:#fb8600;
}
.top_subheader {
	text-transform:uppercase;
	color:#343637;
}

a.text_link:link, a.text_link:visited {
	color: #fb8600;
	text-decoration: none;
}
a.text_link:hover {
	color: #929393;
}

a.footer_link:link, a.footer_link:visited {
	color: #f9f9f9;
	text-decoration: none;
}
a.footer_link:hover {
	color: #fb8600;
}





body#home a#navhome,
body#about a#navabout,
body#services a#navservices,
body#gal a#navgal,
body#faq a#navfaq,
body#testimonials a#navtestimonials,
body#contact a#navcontact {
background-image:url(images/nav_bg_hover.png);
color:#343637;
}

#homeboxes{
	background-color:#202122;
	width:960px;
}
#homebox{
	float:left;
	width:200px;
	padding:20px;
}
#seperator{
	height:1px;
	width:920px;
	background-color:#9c8da7;
	margin-left:11px;
	margin-top:20px;
	margin-bottom:13px;
}
#content_left {
	font-size:12px;
	margin-left:0px;
	text-align:justify;
	width:740px;
	float:left;
}
#content_right {
	font-size:12px;
	width:220px;
	float:right;
	background-color: #efefef;
}
#content_full {
	font-size:12px;
	margin-left:0px;
	text-align:justify;
}
.contactboxes{
	background:#f9f9f9;
	border:1px solid #aaabab;
	color:#353738;
	font-size:12px;
	}
.submit_button{
	background:#323435;
	border:1px solid #323435;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	}
.newsbox{
	background:#2a2c2c;
	border:3px solid #2a2c2c;
	color:#f9f9f9;
	font-size:12px;
	height:20px;
	width:160px;
	margin:0px;
	}
