@charset "utf-8";
/* CSS Document */



body{
	background:url(../images/bg_main.jpg) repeat-x top;
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:15px;
	color:#535353;
}

.left{float:left}
.right{float:right;}
.clear{clear:both;}
.site_width{
	width:1000px;
	margin:0 auto;
	border:0px solid #999999;
}
a{ color:#196AA8; text-decoration:none;}
a:hover{ color:#FF3300; text-decoration:none;}
.title_with_line{
	background:url(../images/pix_gray_border.png) repeat-x center;
	display:block;
}
.title_with_line h2{
	background:#FFF;
	display:table-cell;
	padding:20px 0;
	padding-right:20px;
}
h2{
	font-size:20px;
	color:#196aa8;
	margin-top:0;
	text-transform:uppercase;
}
h3{
	font-size:16px;
	color:#196aa8;
	text-transform:uppercase;
	margin-bottom:5px;
}

H4{
	color:#ff6c00;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:5px;	
}
.header{
	height:101px;
}
.header .left{
	width:219px;
	padding-top:22px;
}

.header .lnk_emailus{
	text-align:right;
	border:0px solid #666666;
	height:72px;
}
.header .lnk_socialnetwork{
	text-align:right;
}

/* menu */

.top_menu_bar{
	height:47px;
	
	background: #115383; /* Old browsers */
	background: -moz-linear-gradient(top,  #115383 0%, #08a6ca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#115383), color-stop(100%,#08a6ca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #115383 0%,#08a6ca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #115383 0%,#08a6ca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #115383 0%,#08a6ca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #115383 0%,#08a6ca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115383', endColorstr='#08a6ca',GradientType=0 ); /* IE6-9 */


	
}
.top_menu a{
	text-transform:uppercase;
	color:#ffffff;
	font-size:14px;
	display:block;

	padding-top:19px;
	padding-bottom:15px;
	text-decoration:none;
	
	
}

.GillSansItalic{
	font-style:italic!important;
	color:#FFF;
	position:absolute;
	margin-top:16px;
	margin-left:35px;
	text-transform:uppercase;
	font-size:14px;
	font-family:tahoma;
	display:block;
	}



.top_menu a:hover{

	background: #d07038; /* Old browsers */
	background: -moz-linear-gradient(top,  #d07038 0%, #8d2d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d07038), color-stop(100%,#8d2d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d07038 0%,#8d2d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d07038 0%,#8d2d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d07038 0%,#8d2d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d07038 0%,#8d2d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d07038', endColorstr='#8d2d0d',GradientType=0 ); /* IE6-9 */
}
.top_menu a.selected{
	background: #d07038; /* Old browsers */
	background: -moz-linear-gradient(top,  #d07038 0%, #8d2d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d07038), color-stop(100%,#8d2d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d07038 0%,#8d2d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d07038 0%,#8d2d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d07038 0%,#8d2d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d07038 0%,#8d2d0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d07038', endColorstr='#8d2d0d',GradientType=0 ); /* IE6-9 */
}

.top_menu_bar ul {
	display:table;
  	width: 100%;
  	table-layout: fixed;
	margin:0;
	padding:0;
	
}

.top_menu_bar li {
    list-style: none;
    text-align: center;
	border-right:1px solid #115686;
 	display: table-cell;

}

.top_menu_bar li:last-child {border-right:0px;}


/* end menu */

.slider_header{
	height: 278px;
	background:#437da3;
}
.inner_body_content{

	min-height: 478px;
	
	background:#ffffff url(../images/bg_inner.png) repeat-x top;

}

.inner_body_content .padding{padding:50px 40px;}

.slider_header .slogan{
	position:absolute; z-index:5; margin-top:-40px; margin-left:250px;}

/*  body cols */

.body_content .col1{
	backg round:#FCC;
	width:744px;
	background:url(../images/pix_gray_border.png) repeat-y right;
}





.body_content .col2{
	
	width:256px;
}
.body_content .col1 .padding{margin-right:24px; ba ckground:#909;}
.body_content .col2 .padding{margin-left:20px;bac kground:#F06;}

.body_content .intruduction{
	text-align:justify;
}

.body_content .readmore{
	display:block;
	margin-top:20px;
	margin-bottom:15px;
	color:#ff6c00;
	font-size:15px;
}
.body_content .readmore a{color:#ff6c00; text-decoration:none;}

/* end  body cols */

/* companys_intro */
.companys_intro div{
	width:345px;
	float:left;
	
}
.companys_intro div .thumbLink{height:110px;display:block;}
.companys_intro div:nth-child(even){margin-right:25px;}
.companys_intro div:nth-child(1){margin-bottom:20px;}
.companys_intro div:nth-child(2){margin-bottom:20px;}
/* end companys_intro */

.footer .shadow{
	background:url(../images/footer_shadow.png) repeat-x top;
	height:7px;
}
.footer .copyright{
	height:124px;
	font-size:11px;
	text-align:center;
	color:#5f93bc;
	padding-top:20px;
	background: #005a9e; /* Old browsers */
	background: -moz-linear-gradient(left,  #005a9e 0%, #043860 49%, #005a9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005a9e), color-stop(49%,#043860), color-stop(100%,#005a9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #005a9e 0%,#043860 49%,#005a9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #005a9e 0%,#043860 49%,#005a9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #005a9e 0%,#043860 49%,#005a9e 100%); /* IE10+ */
	background: linear-gradient(to right,  #005a9e 0%,#043860 49%,#005a9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a9e', endColorstr='#005a9e',GradientType=1 ); /* IE6-9 */
}


#flynovoair_offers{width:228px; height:455px; border:1px solid #CCC; margin-top:10px;}
#flynovoair_offers img{  }
#headerPictures{width:920px ; height:250px;}

.fleet_thumbs{
	w idth:450px;
	border:0px solid #333;
	float:left;
}
.fleet_thumbs a{
	display:block;
	float:left;
	margin-right:7px;
	margin-bottom:5px;
}

.siteURL{
	position:absolute;
	margin-top:12px;
	width:344px;
	border:0px solid #333;
	text-align:right;
}
.siteURL a{

	font-size:13px;
}

.contact span{
	display:block;
	float:left;
	width:50px;
}