body {
	margin: 0;
	background:url(images/main_bg.png) 0 0 repeat-x #fff;
	border-top:6px solid #eb5a2d;
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}

#container {
    width: 900px;
	margin: 0px auto;
	padding: 0px;
}	
#header {
	background:none;
	border:none;
	margin-bottom:35px;
	overflow: hidden;
}
.logo {
	float: left;
	margin:25px 0px 0px 10px;
}
.logo img {
	border-style: none;
}
.headermenu {
	float: right;
}
.headermenu ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.headermenu li{
	float: left;
	margin-right: 5px;
	
}
.headermenu ul li a{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	display: block;
	line-height: 80px;
	text-decoration: none;
	font-size: 15px;
	color: #371C1C;
}
.headermenu ul li a:hover{
	background-color: #eb5a2d;
	color: #FFFFFF;
}
.headermenu ul li.selected{
	background-color: #eb5a2d;
}

.headermenu ul li.selected a{
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.row {
}
.banner_col {
	float: left;
	margin-right: 1px;
	width: 299px;
	background-color: #000;
}

.banner_col img{
	border-style: none;
}
.banner_col a{
	text-decoration: none;	
}
.banner_title {
	margin-right:10px;
	padding:4px 18px 4px 0;
	font:16px/20px 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
	background:url(images/arr_banner.png) 100% 10px no-repeat;
}
.content_text {
	margin:15px 0 27px;
	padding:27px 0 0;
	color:#848484;
	background:url(images/palen_bg.png) 0 0 repeat;
	font:14px/20px 'Cabin', sans-serif;
}
.content_text .content_text_block {
	padding:15px 16px 0 16px;
	width:266px;
	float:left;
	background:url(images/plane_line.png) 0 0 repeat-y;
}

.content_text .content_text_block:first-child { background:none;}
.content_text_bottom{
	margin-top:27px;
	height:12px;
	background:url(images/plane_bottom_line.png) 0 100% repeat-x;
}
.divimg {
	max-width: 30px;
	margin-right: 5px;
	float: left;
}
.content_text_exp {
	background-image: url(images/big_arr.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.footer_text {
	float:right;
	text-align:center;
	font:14px 'Cabin', sans-serif;
	text-transform:uppercase;
	margin-left:20px;
	color:#949494;
}
.footer_text .footer_logo {
	font:30px 'Quicksand', sans-serif;
	color:#3a3938;
}
.footer_text a{
	text-decoration: none;	
	color:#949494;
}
.footer_text a:hover { 
	color:#eb5a2d;
}

.social_icons {
	float:right;
	margin-right: 5px;	
}
.social_icons img{
	border-style: none;
}
#page_banner {
	width: 900px;
	height: 220px;
}

.page_banner_about{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
.page_banner_services{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

.page_title {
	padding:4px 18px 4px 10px;
	font:16px/20px 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	background-color: #000;
}

.page_text h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 20px;
}
.page_text h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.page_text p {
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	max-width: 800px;
}
.page_text ul {
	margin-top: 10px;
	margin-left: 20px;
}

.page_text li   {
      list-style: none;
	  font-family: 'Oswald', sans-serif;
	  font-size: 14px;
    }

.page_text li:before {
      content:'\2022';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -12px;
      top: -0px;
   	  color: #eb5a2d;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  margin: 17px auto 5px;
font-weight: bold;
font-size: 16px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.button_contact {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eb5a2d;
  background-image: -moz-linear-gradient(top, #eb5a2d, #f57851);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f57851), to(#eb5a2d));
  background-image: -webkit-linear-gradient(top, #eb5a2d, #f57851);
  background-image: -o-linear-gradient(top, #eb5a2d, #f57851);
  background-image: linear-gradient(to bottom, #eb5a2d, #f57851);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #eb5a2d #f57851 #eb5a2d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eb5a2d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

a.btn {
	text-decoration: none;
}

.contact_form {
	width: 600px;
}
.contact_field {
	float: right;
	width: 300px;
}

.row_contact {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

.error_contact{
	color: #F00;	
}