/* CSS Document */
/*-------------------------------- Global properties -------------------------------- */
html {width:100%;}

body {
	background: url(images/bg_body.jpg) left top repeat #181f03;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px; 
	font-weight:normal;
	width: 100%;
	min-width: 1100px;
	position:relative;
	margin: 0;
	padding: 0;
	border: none;
}

div.light{
	background: url(images/light_bg.jpg) center top fixed;
	width: 1100px;
	margin: 0 auto;
}

div.shadow {
	background: url(images/shadow.png) left top repeat;
	width: 100%;
	background-size: auto 2000px;
}

div.slider_shadow {
	background: url(images/slider_bg_shadow.png) center 80px no-repeat;
	width: 100%;
}

div.top_bg {
	background: url(images/top_bg.png) left top repeat-x ;
	width: 100%;
}
div.wrapper {
	width : 100%;
	position:relative;
} 

div.content {
	background:none;
	width: 940px;
	margin:0 auto;
	padding-bottom: 80px;
}

div.center {	
	background:none;
	width:980px;
	margin:0 auto;
}

h1{
	font-family: 'proxima_nova_rgregular';
	font-size:24px; 
	line-height:24px; 
	color:#000; 
	font-weight:normal;
	padding-bottom:30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:18px; 
	color:#fff; 
	font-weight:bold;
	text-transform: uppercase;
}	

h3 {
	display:block;
	background: none; 
	color:#fff;	
	font-family: Arial,sans-serif, Helvetica;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	text-decoration: underline;
	margin:12px 0 10px;
}

a.button {
	float: left;
	display: block;
	color:#fff;
	background-color: #45B3F8; 
	font-family: 'Ubuntu', sans-serif;
	font-size:14px; 
	line-height:14px;
	text-decoration:none;
	text-transform: none;
	padding: 8px 14px 10px;
	margin-top: 15px;
	border-radius: 3px;
}	
	
a.button:hover {
	color:#fff;
	background-color: #fec723; 
	text-decoration:none;
	padding: 8px 14px 10px;
	margin-top: 15px;
	border-radius: 3px;
}	

a.more {
	color:#93b135;
	text-decoration:underline;
	font-weight: normal;
}
	
a.more:hover {
	text-decoration:none;
}

div.horizline {
	background-color: #34400d;
	width: 1px;
	min-height: 400px;
	margin: 0 45px;
	float: left;
}

div.line {
	background-color: #34400d;
	border-top:1px #000 solid;
	width: 100%;
	height: 1px;
	margin: 25px 0;
}

.bordergreen {
	border-left:1px #34400d solid;
	margin-left: 45px;
	padding-left: 45px;
}

a.link {
	float: left;
	color: #91ba47;
	font-family: 'proxima_nova_rgregular';
	font-size:14px; 
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
}	

a.link:hover {
	text-decoration:none;
	color: #22788d;
}

a.link1 {
	color: #48484c;
	font-weight:bold;
	text-decoration:underline;
}	

a.link1 {
	color: #48484c;
	font-weight:bold;
	text-decoration:none;
}	

.left {float:left!important;}

.right {float:right!important;}

.clear {clear: both;}	

.bold {
	font-weight:bold;
	text-transform: none;
}

.paragraph {margin-top: 6px;}
/*==================== header ====================*/
.header {
	padding: 0;
	background-color: none;
}

#logo {
	float:left;
	height: 72px;
	padding-top: 10px;
	color: #fff
}
	
#logo a {
	display:block;
	color: #fff;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
}

#logo H1 {
	margin:0px;
	padding: 0px;
}		



form a {
	background: url(images/bg_search_button.png) left top no-repeat;
	color:#fff; 
	width: 34px;
	height: 29px;
	font-family: Arial, sans-serif, Helvetica;
	font-size:10px;
	line-height:10px;
	text-decoration:none;
	right:10px;  
	top: 5px;
	border:none;
	position:absolute;
	z-index:1;
}

form a:hover {
	color:#27272b; 
	text-decoration:none;
}

ul.menu {
	background-color: none;
	width: 750px;
	float: left;
	padding: 0;
	position: relative;
	
}

ul.menu li{
	padding: 0;
	float:left;
}

.menu li img {
	background: url(images/nav_line.png) left top no-repeat;
	width: 1px;
	height:65px;
	float:left;
	margin-left: 149px;
	position: absolute;
	z-index: 1;
}

.menu li a {
	width: 149px;
	background-color:none; 
	display:block;
	float:left;
    font-family: 'Ubuntu', sans-serif;
	font-size:20px; 
	line-height:20px; 
	font-weight: 300;
	color:#007EFF; 
	text-align: center;
	text-decoration:none;

	padding: 36px 0;   
}

.menu li a:hover, .menu li a.active{
	background: url(images/nav_bg_active.png) left top repeat-x;
	color:#fec723; 
	padding: 36px 0;  
	font-style:normal;
}	

img.img {
	background: #d0d0d0;
	border: 1px #fff transparent;
	padding: 3px;
	float: left;
	margin: 0 16px 18px 0;
}

img.right_img {
	background: #d0d0d0;
	border: 1px #ccc transparent;
	padding: 5px;
	float: right;
	margin: 0 0 18px 16px;
}
/*==================== slider ====================*/
#slider-wrapper {
    background:url(images/slider_bg.gif) no-repeat;
    height:420px;
    margin:0 auto;
    padding:5px 0 0 5px;
}

#slider {
	position:relative;
    width:800px;
    height:400px;
    background:none;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:-10px;
	top:-42px;
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:20px;
	background:url(images/slider_bullet.png) top right no-repeat;
	text-indent:-9999px;
	border:none;
	margin-right:17px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-1px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.html) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	width: 886px;
	padding: 20px 0 0 33px;
	color:#fff;
    text-shadow:none;
    font-family: 'Ubuntu', sans-serif;
}

.nivo-caption span { 
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}

.nivo-caption p { 
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/*==================== content ====================*/
.banner {
	background: #fff;
	float: left;
	width: 220px;
	min-height: 290px;
	margin-right:20px;
	padding: 0;
	text-decoration: none;
	position: relative;`
	z-index: 0;
	
	padding: 0 0 15px;
}
.banner img {
	margin-bottom: 20px;
}

.banner p {
	font-family: 'proxima_nova_rgregular';
	color: #065587;
	text-transform: none;
	font-size:15px; 
	line-height:15px;
	text-align: center;
	padding:0 20px;
}

.news {
	display:block;
	width:100%;
	position: relative;
}

.news span {
	display:block;
	background: none; 
	color:#fff;	
	font-family: Arial,sans-serif, Helvetica;
	font-size:14px;
	line-height:18px;
	text-transform:none;
	text-decoration: underline;
	margin:12px 0 10px;
}

.news span:hover {
	text-decoration: none;
}

.grid_3 p.name {
	padding: 0;
}

.grid_4 h3 {
	padding: 5px 0 15px 5px;
}

.grid_4 img{
	width: 40px;
	height: 34px;
	float: left;
	margin-right: 5px;
}

.gallery_box {
	width: 210px;
	margin-right: 20px;
	float: left;
}

.gallery_box img:hover {
	background: #317249;
}

.footer {
	background: #000;
	padding: 60px 0 40px;
}

ul.footer_menu  {
	background: none;
	border: none;
	width: 400px;
	float: right;
	padding: 0;
}
	
.footer_menu li {
	float:left; 
	text-align: center;
	width: 80px;

}

.footer_menu li a {
	display:block;
	float:left;
	font-family:'Ubuntu', sans-serif;
	font-size:14px; 
	line-height:18px; 
	color:#727e45; 
	text-decoration:none;
	padding: 10px 0 20px;  
	font-style:normal;
	text-align: center;
}

.footer_menu li a:hover, .footer_menu  li a.active{
	background: none;
	color:#fec723; 
	padding: 10px 0 20px;    
	font-style:normal;
}	

.policy {
	font-family: Arial,sans-serif, Helvetica;
	font-size: 11px;
	line-height: 14px;
	color:#7c7c7c;
	float:left;
	padding: 0 0 10px;
	text-transform: uppercase;
	padding-top: 10px;
	}
	
.policy a {
	text-transform: uppercase;
	color:#93b135;
	text-decoration:underline;
}	

.policy	a:hover {
	text-decoration:none;
}

ul.social {
	float:right;
	width: 200px;
}

ul.social li {
	float: left;
	width: 30px;
	height: 30px;
	font-size:2px;
	line-height:2px;
	text-indent: -9999px;
	text-decoration: none;
	margin-right: 10px;
}

ul.social li a{
 	display: block;
	float:left;
	width: 100%;
	height: 100%;
	font-size:2px;
	line-height:2px;
	text-indent: -9999px;
	text-decoration: none;
  }

 a.social1 {
 	background: url(images/social.html) left top no-repeat;
 }

 a.social2 {
 	background: url(images/social.html) -39px top no-repeat;
 }

 a.social3 {
 	background: url(images/social.html) -78px top no-repeat;
 }

  a.social4 {
 	background: url(images/social.html) -117px top no-repeat;
 }

.footer li img:hover {
	text-decoration: none;
	cursor: pointer;
  }

/*==================== contact form ====================*/	

ul.services li {
	display:block;
	width: 250px;
	background:none;
	text-decoration:none;
	text-transform:none;
	padding:0  0 0 18px;
	margin-bottom: 7px;
}

ul.services li:hover {
	display:block;
	width: 250px;
	background:url(images/bg_services.html) left top no-repeat;
	text-decoration:none;
	text-transform:none;
	padding:0  0 0 18px;
	margin-bottom: 7px;
}

ul.services li a{
	display:block;
	background:url(images/services_bullet.html) left bottom no-repeat;
	color:#48484c;
	font-family:Arial, sans-serif, Helvetica;
	font-weight:normal;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	text-transform:uppercase;
	padding:6px 0 5px 18px;
}
	
ul.services li a:hover{
	display:block;
	background:url(images/services_bullet.html) left top no-repeat;
	color:#fff;
	font-family:Arial, sans-serif, Helvetica;
	font-weight:normal;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	text-transform:uppercase;
	padding:6px 0 5px 18px;
}

/*================= Contacts =========================*/
.adress {
	width: 200px;
	color: #4c535b;
}

.adress p{
	color:#fff;
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	line-height:20px
}

#note{ width:500px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

label  {
	color:#ccc;
	font-family:Arial, sans-serif, Helvetica;
	font-size:12px;
	line-height:12px;
	width: 83px;
	float: left;
	text-transform:none;
	font-weight: bold;
	text-align: left;
	padding: 0;
}

/* Input, Textarea */
input{ 
	float: right;
	background-color:#f7f7f7;
	width:200px;                          
	height:27px;
	border: 1px #ccc solid;
	font-family: Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#888;
	padding: 0 5px;
	margin-bottom: 15px;
}

textarea{
	float: left;
	background-color:#f7f7f7;
	width:200px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	line-height:22px;
	border: 1px #c9c9c9 solid;; 
	padding:5px;	
	margin:0 0 14px;
}	

#submit {
	width: 90px;
	height: 36px;
	border: none;
	float: left;
	display: block;
	color:#fff;
	background-color: #6f8626; 
	font-family: 'Ubuntu', sans-serif;
	font-size:14px; 
	line-height:14px;
	text-decoration:none;
	text-transform: none;
	padding: 0 ;
	margin: 15px 0 0 83px;
	border-radius: 3px;
	cursor: pointer;
 }
   
#submit:hover {
	color:#fff;
	background-color: #fec723; 
	text-decoration:none;
	padding: 0;
	margin-top: 15px;
	border-radius: 3px;
}

#ajax-contact-form img{
	float:left; 
	width:110px; 
	height:53px; 
	margin-top:0px;
}

input.capthca{ 
	float:left; 
	width:83px; 
	margin-top:0px; 
	margin-right:10px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0!important;
}

.omega {
  margin-right: 0!important;
}

/* Grid >> (margin, padding)
----------------------------------------------------------------------------------------------------*/
.ml_60  {
	margin-left: 60px;
}

.mt_40 {
	margin-top:40px;
}

.mt_70 {
	margin-top:70px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_40 {
  padding-top: 40px;
}


/*----------------------------------------------------------------------------------------------------*/
.grid_1 {
	float:left;
	width:220px;
}

.grid_2 {
	float:center;
	width:1000px;
}

.grid_3 {
	float:left;
	width:620px;
}

.grid_4 {
	float:left;
	width:300px;
}

.grid_5 {
	float:left;
	width:190px;
	margin-right: 25px;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*==================== font-face ====================*/
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}