body {
	margin: 0;
	padding: 0;
	font-family: 'Questrial', sans-serif;
	font-size:14px;
	background: url(img/bg.jpg) repeat-x scroll center top #FFF;
}

body#home a#navhome,
body#about a#navabout,
body#services a#navservices,
body#products a#navproducts,
body#gallery a#navgallery,
body#testimonials a#navtestimonials,
body#contact a#navcontact {
background:#507d90;
}

#banner {
    width:100%;
	height:100px;
	background-color:#031635;
}

#top_banner {
	margin: 10px 15px 7px 15px;
	width:930px;
	height: 100px;
}

a img {
   opacity: 1;
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;  
   -ms-transition: all .3s ease-in-out;
   }

   a img:hover {
      opacity: .8;
      }

#container {
	width: 960px;
	margin: 0 auto;
	padding-top:6px;
}
h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 16px;
}

.page_heading {
	font-family: 'Oswald', sans-serif;
	color:#507d90;
	font-size:40px;
	text-align:left;
	margin-top: 35px;
	margin-bottom: 30px;
	}

img {
	vertical-align: bottom;
}



#header {
	text-align: center;
	margin:5px 0px;
}

#content {
	text-align: left;
	font-size: 16px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 17px;
	color: #333;
}

#body_text {
	padding:0px 15px;
	min-height:350px;
}

#divLeft{
	float:left;
	width:550px;
}
#divRight{
	float:right;
	width:300px;
}

#footer {
    width:100%;
	height:140px;
	border-top: 1px solid #CCC;
	background-color:#EEE;
	padding-bottom:10px;
}

.footer_header {
	padding:12px 38px;
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:bold;
}

a.footer_link:link, a.footer_link:visited {
	font-family: Arial;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
a.footer_link:hover {
	font-family: Arial;
	padding-left:5px;
	color: #666;
	text-decoration: underline;
}

.footer_text {
	color:#999;
	font-size:11px;
	padding-left:38px;
	font-family:arial;
}

.footer_text_right {
	color:#999;
	font-size:11px;
	padding-right:40px;
	font-family:arial;
}



#tools {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	background-image: url(img/tools_bg.jpg);
	height: 120px;
		 
}

#seperator{
	height:2px;
	background-color:#CCC;
	margin-top: 5px;
	;
	margin-bottom: 5px;
	width: 930px;
}

.galleryblock{
	background-color: #DDD7A5;
	margin: 0 auto 10px auto;
}
.galleryblock img {
	width: 100px;
	height: 100px;
}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

a.text_link:link, a.text_link:visited {
	color: #228ADB;
	text-decoration: none;
	 -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;  
   -ms-transition: all .3s ease-in-out;
}
a.text_link:hover {
	color: #222;
	text-decoration:underline;

}

/** ------- CONTACT PAGE ---------- **/

.contact_text {
	font-size: 15px;
	color: #333333;
}

.contact_form_text {
	font-size: 15px;
	color: #000000;
	margin:4px;
}

.contact_form_error{
	font-size: 8px;
	color: #333333;
	padding:0
}

.submit_button {
	color: #000000;
	border: 1px solid #000; 
	background-color: #E9E9E9;
	padding:14px;
	-webkit-border-radius: 5px; 
	-wmoz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.submit_button:hover {
	background-color: #507d90;
}
.contactfields{
	background:#fff;
	color:#000;
	border:1px solid #000;
}
.contactbtn{
	background:#000;
	color:#fff;
	border:1px solid #228adb;
}

.slider-cta-btn {
	z-index: 1000 !important;
    opacity: 1 !important;
    width: 192px;
    height: 42px;
    line-height: 43px;
    font-weight: 700;
    display: block;
    background: none #fff;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 5px;
    margin: -60px auto 60px;
    position: relative;
}

.slider-cta-btn:hover {
	background: none #507d90;
	color: #fff;
	border-color: #507d90;
}