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

body {
	background:url(../images/bg_body.jpg) left top repeat;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px; 
	min-width:1000px;
	height:100%; 
	}
	
.left {float:left!important;}
.right {float:right!important;}
.clear {clear: both;}
.blok {display:block;}
.upper {text-transform:uppercase;}
.italic {font-style:italic;}
.bold {
	font-weight:bold;
	text-transform:uppercase;
	}	
	
.wrapper {
	width:100%;
	} 

div.main {
	margin:0 auto;
	width:1000px;
	}
	
div.center {
	background-color:#fff;
	padding:0 30px;
	}
	
div.line {
	background-color:#cfcdcc;
	width:100%;
	height:1px;
	margin:30px 0;
	}	
	
div.content {
	padding-bottom:63px;
	}
	
h1 {
	font-family:'proxima_nova_rgregular';
	font-size:35px; 
	line-height:35px; 
	color:#777777; 
	font-weight:normal;
	padding:0 0 26px;
	}
	
h2 {
	font-family:'proxima_nova_ltregular';
	font-size:25px; 
	line-height:25px; 
	color:#000; 
	padding:0 0 26px;
	font-weight:normal;
	}	
	
h3 {
	font-family:'proxima_nova_rgregular';
	font-size:24px; 
	line-height:24px; 
	color:#889456; 
	font-weight:normal;
	padding:20px 0;
	}
		
.mb6 {
	margin-bottom:6px;
	}	
	
.mb20 {
	margin-bottom:20px;
	}
	
.mr20 {
	margin-right:20px;
	}	

.pt40 {
	padding-top:40px;
	}	
	
.mb40 {
	margin-bottom:40px;
	}
		
.grid_1,
.grid_2,
.grid_3,
.grid_4,
	{
	display:inline;
	float: left;
	position: relative;
	}
	
.content .grid_1{
	width:620px;
	float: left;
	}

.content .grid_2{
	background:#edebe2;
	width:235px;
	float: right;
	padding:30px;
	}

.content .grid_3{
	width:300px;
	float: left;
	}	
	
.content .grid_4{
	width:215px;
	float: left;
	}
	
div.img{
	float:left;
	background-color:#fff;
	padding: 6px;
	border:1px #cfcfcf solid;
	}
	
div.imggall{
	border-radius: 13px;
	float:left;
	background-color:#37517c;
	padding: 6px;
	}

div.imggall:hover {
	border-radius: 13px;
	float:left;
	background-color:#fff;
	padding: 6px;
	}
	
a{	
	text-decoration:none;
	color:#fff; 
	}
	
a:hover{
	color:#fff; 
	text-decoration:none;
	}
	
a.link {
	color:#363636; 
	text-decoration:underline;
	}
	
a.link:hover {
	color:#363636; 
	text-decoration:none;
	
	}
	
a.link2 {
	text-decoration:none;
	color:#ff6000;
	font-weight:bold;
	}
	
a.link2:hover {
	text-decoration:underline;
	font-weight:bold;
	}
	
a.button {
	background:url(../images/bg_button.gif) left top repeat-x;
	color:#1a335c; 
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:48px; 
	line-height:48px; 
	font-weight:bold;
	padding:15px 22px;
	margin-top: 20px;
	border-radius: 4px;
	}
	
a.button:hover {
	background:url(../images/bg_button.gif) left top repeat-x;
	color:#ff1600; 
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:48px; 
	line-height:48px; 
	font-weight:bold;
	padding:15px 22px;
	margin-top: 20px;
	border-radius: 4px;
	}
	
a.read_more{
	background-color:#ff6000;
	display:block;
	float:left;
	font-family:'swis721_bdrnd_btbold';
	font-size:14px; 
	line-height:14px; 
	color:#fff; 
	text-decoration:none;
	text-transform:uppercase;
	padding:14px;
	border-radius:4px;
	margin-top: 15px;
	}	
	
a.read_more:hover{
	background-color:#2b719e;
	display:block;
	float:left;
	color:#fff; 
	text-decoration:none;
	padding:14px;
	margin-top: 15px;
	}	
	
a.policy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#7e7c72;
	text-decoration:underline;
	text-transform:capitalize;
	font-weight:bold;
	}
	
a.policy:hover {
	text-decoration:none;
	}	
/*==================== header ====================*/
.header {
	background:#fff;
	width:100%;
	padding-top:30px;
	}

#logo {
	float:left;
	padding:0 0 0 15px;
	}
	
#logo a {
	background:url(../images/logo.png) left top no-repeat;
	display:block;
	float:left;
	width:299px;
	height:94px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2px; 
	line-height:2px;
	text-indent:-9999px;
	}
	
#logo a:hover {
	background:url(../images/logo.png) left bottom no-repeat;
	display:block;
	float:left;
	width:299px;
	height:94px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2px; 
	line-height:2px;
	text-indent:-9999px;
	}	
	
ul.social{
	width:220px;
	padding-top: 30px;
	padding-right:40px;
	}		
	
ul.social li {
	float:right;
	width:30px;
	padding-left:9px;
	}	
	
ul.social li a{
	display:block;
	}	
	
.bg_menu{
	background:#61a6d2;
	height:70px;
	}
	
.menu li {
	float:left; 
	left:50%;
	position:relative;
	}
	
ul.menu {
	float:right;
	right:50%;
	position:relative;
	}
	
.menu li {
	float:left;
	}

.menu li.menuline {
	float:left; 
	background:#2f405b;
	width:1px;
	height:62px;
	margin-top:5px;
	}

.menu li a {
	display:block;
	float:left;
	width: 155px;
	font-family:'proxima_nova_rgregular'; 
	font-size:19px; 
	line-height:19px; 
	color:#fff; 
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:25px 0 26px;
	text-align:center; 
	font-style:normal;
	}

.menu li a:hover, .menu li a:active {
	background-color:#2b719e;
	display:block;
	width: 155px;
	float:left;
	font-family:'proxima_nova_rgregular'; 
	font-size:19px; 
	line-height:19px; 
	color:#fff; 
	font-weight:bold;
	padding:25px 0 26px;
	text-align:center;  
	text-decoration:none;
	text-transform:uppercase;
	}	

.first {
	width: 160px!important;
	}
	
.last {
	width: 160px!important;
	}
	
/*==================== slider ====================*/	
.slider {
	border-top:10px #fff solid;
	background:url(../images/bg_slider.jpg) left top repeat;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	line-height:24px;
	font-weight:normal;
	color:#f8f6f6; 
	margin-bottom:20px;
	height:357px;
	position:relative;
	}
	
.r_slider  {
	float:right;
	width:295px;
	}
	
a.slogan {
	background:url(../images/slogan_button.png) left bottom no-repeat;
	display:block;
	float:left;
	width:90px;
	height:84px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2px; 
	line-height:2px;
	position:absolute;
	z-index:99;
	top:240px;
	right:20px;
	text-indent:-9999px;
	border-radius: 45px;
	} 	
	
a.slogan:hover {
	background:url(../images/slogan_button.png) left top no-repeat;
	}

.slider p {
	display:block;
	font-size:32px; 
	line-height:32px;
	font-family:'proxima_nova_ltregular';
	text-transform:uppercase;
	color:#f8f6f6;
	text-align:center;
	}
/*==================== footer ====================*/
.footer {
	border-top:#dfddd5 10px solid;
	background-color:#edebe2;
	color:#7e7c72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:23px 30px 28px;
 	} 

.footer p{ 
	width:140px;
	float:left;
	}
.footer	li	{
	display:inline;}

.footer	li a {
	color:#ff6000;
	font-family:'swis721_bdrnd_btbold';
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	padding:0 7px;
	}
	
.footer	li a:hover {
	text-decoration:underline;
	}
		
/*==================== services page ====================*/	
ul.servic a {
	background:url(../images/serv_pinn.png) 5px center no-repeat;
	display:block;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	text-transform:normal;
	text-decoration:none;
	margin-bottom:10px;
	color:#29618b;
	}	
	
ul.servic a:hover {	
	background:url(../images/serv_pinn.png) 5px center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	color:#ff6000;
	text-decoration:underline;
	padding-left:20px;
	margin-bottom:10px;
	}
	
p span {
	font-weight:bold;
	text-decoration:underline;
	text-transform:none;
	}
/*==================== contact page ====================*/		
.adress {
	float:right;
	width:145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	text-decoration:none; 
	}

.adress dl > dt {
	float:left;
	width: 30px;
	}
	
.adress_bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	text-decoration:none; 
	}
	
.adress_bottom dl > dt {
	float:left;
	width: 80px;
	}

/*==================== contact form ====================*/	

/* Label */
label  {
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	width: 125px;
	margin: 0px;
	float: left;
	text-align: left center;
	text-transform:uppercase;
	}

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

textarea{
	float: left;
	background-color:#f7f7f7;
	width:270px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	margin-bottom:18px; 
	line-height:22px;
	border: 1px #c9c9c9 solid;; 
	padding:5px;
	}	

#sub {
	background-color:#ff6000;
	display:block;
	float:left;
	font-family:'swis721_bdrnd_btbold';
	font-size:14px; 
	line-height:14px; 
	color:#fff; 
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 14px;
	border-radius:4px;
	margin-top: 15px;
	width:90px;
	}

#sub:hover {
	background-color:#2b719e;
	display:block;
	float:left;
	color:#fff; 
	text-decoration:none;
	padding:8px 14px;
	margin-top: 15px;
	}
		
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
/*==================== font-face ====================*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@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_ltregular';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype'),
         url('proximanova-light-webfont.svg#proxima_nova_ltregular') 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;
	}
	
@font-face {
    font-family: 'swis721_bdrnd_btbold';
    src: url('swiss_721_bold_rounded_bt_0-webfont.eot');
    src: url('swiss_721_bold_rounded_bt_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('swiss_721_bold_rounded_bt_0-webfont.woff') format('woff'),
         url('swiss_721_bold_rounded_bt_0-webfont.ttf') format('truetype'),
         url('swiss_721_bold_rounded_bt_0-webfont.svg#swis721_bdrnd_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}