/* CSS Document */
/*-------------------------------- Global properties -------------------------------- */
html {width:100%; height:100%;}

body {
	background: url(../images/bg_body.jpg) center top repeat-x #33587d;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px; 
	font-weight:normal;
	width: 100%;
	min-width: 980px;
	position:relative;
	border-top: 5px #000 solid;
}
	
div.wrapper {
	width : 100%;
	position:relative;
} 

div.content {
	border-top: 10px #e7eeec solid;
	background:url(../images/bg_content.jpg) left top repeat;
	width:100%;
	margin:0 auto;
	padding: 0;
}

div.center {	
	width:960px;
	background-color: none;
	margin:0 auto;
}

h1{
	font-family: 'proxima_nova_rgregular';
	font-size:30px; 
	line-height:30px; 
	color:#312a1c; 
	font-weight:normal;
	padding-bottom:20px;
}

h2 {
	font-family: 'proxima_nova_rgregular';
	font-size:24px; 
	line-height:24px; 
	color:#312a1c; 
	font-weight:normal;
	padding-bottom:20px;
}	

h3 {
	font-family: 'proxima_nova_rgregular';
	font-size:20px; 
	line-height:20px; 
	color:#312a1c; 
	font-weight:normal;
	padding-bottom:20px;
}

h4 {
	font-family: 'proxima_nova_rgregular';
	font-size:18px; 
	line-height:18px; 
	color:#312a1c; 
	font-weight:normal;
	padding-bottom:10px;
}

div.line {
	background: url(../images/bg_line.png) left top repeat-x;
	height: 2px;
	width:100%;
	margin:20px 0 15px;
}

a.more {
	color:#ffb100;
	text-decoration:underline;
	font-weight: bold;
}
	
a.more:hover {
	text-decoration:none;
}

a.link {
	float: right;
	color: #22788d;
	font-family: 'proxima_nova_rgregular';
	font-size:18px; 
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
}	
	
a.link:hover {
	text-decoration:none;
	color: #ffae00;
}

a.link1 {
	color:#2f8fc6;
	font-weight:bold;
	text-decoration:underline;
}	
	
a.link1:hover {
	color:#2f8fc6;
	text-decoration:none;
}	

.blue {
	color:#3892ce; 
}

.yelow {
	color:#ffae00; 
}
.left {float:left!important;}

.right {float:right!important;}

.clear {clear: both;}	

.bold {
	font-weight:bold;
	text-transform: uppercase;
}

.paragraph {margin-top: 6px;}
/*==================== header ====================*/
.header {
	padding: 0 10px;
}

#logo {
	float:left;
}
	
#logo a {
	display:block;
}	

ul.menu {
	background: url(../images/bg_menu.png) left top no-repeat;
	width: 640px;
	float: right;
	height:90px;
	padding: 0;
}
	
.menu li {
	float:left; 
	text-align:center;
	width: 101px;
}

.menu li a {
	background-color:none; 
	display:block;
	float:left;
	font-family:'proxima_nova_rgregular'; 
	font-size:18px; 
	line-height:18px; 
	color:#303132; 
	text-decoration:none;
	padding: 20px 30px 20px;  
	font-style:normal;
	text-align:center;
}

.menu li a:hover, .menu li a:active{
	background-color:#e26a22;
	border-radius: 0 0 10px 10px; 
	color:#fff; 
	text-align:center;
	padding: 20px 30px 40px; 
	font-style:normal;
}	

/*==================== slider ====================*/
.slider_box {
	padding: 30px;
}

.big_slider {
	background: #fff;
	border: 1px #fff solid;
	padding: 8px;
	position: relative;
	z-index: 0;
}

 .slogan {
 	font-family: 'proxima_nova_rgregular';
	position: absolute;
	z-index: 1;
	bottom: 40px; left: 50px;
	height: 96px;
	width: 100%;
	color: #fbfbfb;
}

 .slogan p {
	font-size:36px;
	line-height:36px;
	text-transform: none;
	padding: 20px 16px 10px; 
 }

.slogan span {
	font-size:26px;
	line-height:26px;
	text-transform: none;
	padding: 20px 16px 10px; 
 }

.right_slider {
	background:url(../images/bg_right_slider.png) left top repeat-y;
	width: 210px;
	height: 355px;
	position: absolute;
	z-index: 1;
	bottom: 9px; right: 7px;
	padding: 30px 50px 30px;
}

.right_slider p {
	font-family: 'proxima_nova_rgregular';
	color:#fbfbfb; 
	text-transform: none;
	font-weight: normal;
	font-size:36px;
	line-height:36px;
	padding: 20px 0 10px; 
}

.right_slider span {
	display: inline-block;
	font-family: Helvetica, sans-serif, Arial;
	color:#fbfbfb; 
	font-size:16px;
	line-height:18px;
	text-transform: none;
 }

.right_slider a {
	background:url(../images/r_slider_button.png) left top no-repeat;
	display:block;
	width: 90px;
	color:#211c10;
	font-family: 'proxima_nova_rgregular';
	text-transform: uppercase;
	font-size:16px; 
	line-height:16px;
	text-decoration:none;
	padding:14px 12px; 
	margin-top: 40px;
}

.right_slider a:hover {
	background:url(../images/r_slider_button.png) left bottom no-repeat;
	text-decoration:none;
	padding:14px 12px; 
}

img.img {
	background: #fff;
	border: 1px #ccc transparent;
	padding: 5px;
	float: left;
	margin: 0 16px 18px 0;
}

.small_slider {
	margin-top: 20px;
	padding-left: 2px;
}

.small_slider img {
	margin-right:40px;
}

.footer {
	background: #436357;
	padding: 35px 0 50px;
	margin-top: 60px;
}

.footer ul {
	float:right;
	width: 200px;
}

.footer li {
	float:left;
	width: 22px;
 	display: block;
	font-size:2px;
	line-height:2px;
	text-decoration: none;
	padding: 7px 10px 0 0;
  }

.footer li img:hover {
	text-decoration: none;
	cursor: pointer;
  }

.policy {
	font-family: Arial,sans-serif, Helvetica;
	font-size: 12px;
	line-height: 12px;
	color:#fff;
	float:left;
	padding: 0 0 10px;
	text-transform: uppercase;
	padding-top: 10px;
	}
	
.policy a {
	text-transform: none;
	color:#fff;
	text-decoration:none;
}	

.policy	a:hover {
	text-decoration:underline;
}

/*==================== contact form ====================*/	
.banner {
	width: 200px;
	float: left;
	margin-right: 50px;
	color: #21798f;
	text-align: center;
	position: relative;
}

a.button {
	display:block;
	width: 103px;
	height: 34px;
	background:url(../images/button.png) left top no-repeat;
	font-size:2px; 
	line-height:2px;
	text-decoration:none;
	margin-top: 16px;
	text-indent: -9999px;
}
	
a.button:hover {
	text-decoration:none;
	background:url(../images/button.png) left bottom no-repeat;
}

.banner a.button {
	margin-left: 45px;
	// margin-left: -10px;
}

ul.services li {
	display:block;
	width: 250px;
	background:url(../images/bullet.png) left top no-repeat;
	color:#21798e;
	font-family:'proxima_nova_rgregular';
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	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/bullet.png) left bottom no-repeat;
	color:#0075c7;
	font-family:'proxima_nova_rgregular';
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	text-decoration:none;
	text-transform:none;
	padding:0  0 0 18px;
	margin-bottom: 7px;
}

.adress {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	text-decoration:none; 
}
	
.adress tr {width:400px;}

.adress, table td {
	border:none; 
	font-size:12px;
	line-height:23px;
	text-align:left;
	font-weight:normal;
}

table.inform {
	display: block;
	padding-top: 20px;
}

table.inform tr td{
	line-height: 26px;
}
/*==================== contact form ====================*/	
/* Label */
label  {
	color:#312a1c;
	font-family:'proxima_nova_rgregular';
	font-size:14px;
	line-height:14px;
	width: 70px;
	float: left;
	text-transform:none;
	text-align: left;
	padding: 8px 0;
	}

/* Input, Textarea */
input{ 
	float: left;
	background-color:#f7f7f7;
	width:210px;                          
	height:27px;
	border: 1px #ccc solid;
	font-family: Arial, sans-serif, Helvetica;
	font-size:12px;
	color:#888;
	padding: 0 5px;
	margin:0 0 14px;
	}

textarea{
	float: left;
	background-color:#f7f7f7;
	width:210px;
	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:103px;
	height: 34px;
	display:block;
	float:left;
	color:#fbfbfb;
	background:url(../images/button1.png) left top no-repeat;
	font-family:'proxima_nova_rgregular';
	font-size:15px; 
	line-height:15px;
	text-transform: uppercase;
	text-decoration:none;
	padding: 5px 18px;
	border: none;
 }
   
#submit:hover {
	text-decoration:none;
	color:#fff;
	background:url(../images/button1.png) left bottom no-repeat;
	font-style:normal;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0!important;
}

.omega {
  margin-right: 0!important;
}

/* Grid >> (margin, padding)
----------------------------------------------------------------------------------------------------*/
.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
	margin-left: 40px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

/*----------------------------------------------------------------------------------------------------*/
.grid_1 {
	float:left;
	width:640px;
}

.grid_2 {
	float:right;
	width:210px;
	padding-top: 8px;
}

.grid_3 {
	float:left;
	width:200px;
	margin-right: 20px;
}

.grid_4 {
	float:left;
	width:300px;
	text-align: center;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*==================== font-face ====================*/
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.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;
}
