body{
	font-family: 'Open Sans Condensed', sans-serif;
	background: url(img/bg2.jpg) top center no-repeat #ecf0f1;
	margin:0 auto;
	font-style: normal;
}

body#home a#navhome,
body#about a#navabout,
body#services a#navservices,
body#gal a#navgal,
body#testimonials a#navtestimonials,
body#contact a#navcontact {
background:#1d1d1d;
color:#fff;
}

#container {
	width:930px;
	margin:0 auto;
	height: 300px;
	
}

#bodycontainer {
	width:930px;
	margin:0 auto;
	background: url(img/contentbg.png) repeat-y;
	margin-top: 4px;
	
}

#bodycontainerGallery {
	width:930px;
	margin:0 auto;
	background-color:#FFF;
	margin-top: 4px;
	
}

#wrapper {
	margin:0 auto;
	position:absolute 50%;
	
}

.slogan { margin-right: 10px; float:right;}

.date {	float:left;	margin-left:10px;}

.logo {	float:left; /*width: 520px;*/  width:930px;}

.tools {float:left; width:408px; margin-top:10px}

.clear {clear:both;}

.banner { width:930px; }

#nav {
	background: #1f1f1f; 
	width: 930px;
}

.morelinks {
	float:left;
	width:350px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#box {
	 float:left; 
	 width:269px;
	 background: url(img/boxbg.png) top repeat-x;
	 padding: 5px;
}

.main_right {
	float:left;
	width:560px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	min-height:300px;
	color: #202020;
}


h1.page_heading {
	font-size: 28px;
	border-bottom: 3px solid #cdcdcd;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	}

h2, h3, h4, h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
	color: #202020;
}

.page_sub-heading {
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #9f9f9f;
	color: #202020;
}

.body_subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
	padding: 5px;
	margin-bottom: 15px;
}


.side_heading {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #b70505;
	border-bottom: 1px solid #cdcdcd;
	font-size: 22px;
	margin-right: 20px;
}

.top_text {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #202020;
	height:21px;
	padding-top:3px;
}



.homeBox {
	float: left; 
	padding: 10px; 
	margin-right: 10px; 
	background: #202020; 
	color: #fff;
	font-size: 11px;
}

/** Links Begin **/


a:link, a:visited, a.text_link:link, a.text_link:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:hover, a.text_link:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

a.index_sub_link:link, a.index_sub_link:visited {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #202020;
	padding: 5px;
}
a.index_sub_link:hover {
	color: #fff;
	background: #666;
}

/** Contact Form **/

.contact_title {
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}

.contact_text {
	font-size: 15px;
	color: #000;
}

.contact_form_text {
	font-size: 12px;
	color: #000;
	margin:4px;
}

.contact_form_error{
	font-size: 8px;
	color: #333333;
	padding:0
}

.submit_button {
	color: #000000; 
	font-weight: bold; 
	border: 1px solid #333333; 
	background-color: #E9E9E9;
	padding:4px 10px;
}

.contact_form_bg {
	border:1px solid #999;
}

.imgGallery {
	margin:2px;
	padding:2px;
	border:1px dashed #fff;
	width:108px;
	height:90px;
}

#slideshow {
	position: relative;
	width: 290px;
	height: 256px;
	overflow: hidden;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 256px;
}

/* Footer */


#footer {
	 width:100%; background-color:#1d1d1d; margin:30px auto 0px;
	 border-top:solid 2px #444;
	 padding:30px 0px;
	 font-family:arial; font-size:12px; color:#999;
}


.footerTab {
	 border-bottom:1px solid #333; list-style:none; width:180px; padding:6px;
}


a.footer_link:link, a.footer_link:visited {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a.footer_link:hover {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	color: #ededed;
	text-decoration: none;
	margin-left:5px;
}

