/* =================================================
==============Main elements + text formatting=======
===================================================*/
ul, ol {
padding: 0px 0px 0px 30px;


}
li {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #545454;
/*margin-bottom: 20px;*/
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #024f8d;
	text-align: center;
	margin: 0 auto;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #55bff0;
	margin-bottom: 4px;
}
p {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #545454;
	margin-bottom: 20px;
}
#content h1, #content p {
	text-align: left;
}
/* =================================================
==================Links =============================
===================================================*/
a {
	color: #fd7801;
	text-decoration: underline;
}

a:hover {
	color: #ffb041;
}

/* ----- Nav Menu ------- */
#menu a, b.here {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	display: block;
	
	height: 43px;
	background: url('http://flyhere.com/img/bullet.gif') no-repeat center bottom;
}
/*
html>body #menu a {
	display: block;
}*/
a.here, b.here {
	/*display: block; unmark if use html>body and delete display in b.here */
	background: url('http://flyhere.com/img/bullet_hover.gif') no-repeat center bottom
}
#menu a:hover {
	background: url('http://flyhere.com/img/bullet_hover.gif') no-repeat center bottom;
	cursor:pointer;
	cursor:hand

}
/* -------------- end Nav Menu --------------- */

#c-bottom a, #c-bottom p {
	color: #ffffff;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

/* =================================================
==================Var. size box model ==============
===================================================*/
#box {
	width: 490px;
	background: #f9ebd7;				/*MAIN COLOR OF BOX BackGround*/
	overflow: hidden;
}
#box .top {
	background: url('http://flyhere.com/img/box_corners_light.gif') no-repeat -8px -8px;
	width: 100%;
	height: 8px;
}
#box .top div {
	background: url('http://flyhere.com/img/box_corners_light.gif') no-repeat 0px -8px;
	width: 8px;
	height: 8px;
	
	float: right;
}
#box .bottom {
	background: url('http://flyhere.com/img/box_corners_light.gif') no-repeat -8px 0px;
	width: 100%;
	height: 8px;
	
	overflow: hidden;
}
#box .bottom div {
	background: url('http://flyhere.com/img/box_corners_light.gif') no-repeat 0px 0px;
	width: 8px;
	height: 8px;
	
	float: right;
}
#box .c {
	margin: 0px 0px 0px 22px;
	overflow: hidden;
}
#box .col {
	width: 200px;
	margin-right: 15px;
	float: left;
}

#box .c h1 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #545454;
}
#box .c .col p {
	font: normal 11px Arial, Helvetica, sans-serif;
}
.col p b {
	font-weight: normal;
	color: #0099ff;
}

/* =========================== HOME ======================= */
#content div.sub-header {
	margin-left: 270px;
	margin-bottom: 30px;
	padding-top: 58px;
}
/* =========================== // HOME ======================= */

/* =========================== Interactive map ======================= */

#content div.sub {
	width: 780px;

	margin: 0 auto;
	text-align: left;
	padding-top: 10px;

	height: auto;
}
#content .object {
	text-align: left;

	height: 401px;
	margin-bottom: 30px;
}

#columns {
	clear: both;
	width: 100%;
}
#left {
	float: left;
	width: 465px;
}
#right {
	float: right;
	width: 260px;
}
#c-bottom {
	height: 11px;
	width: 100%;
	
	padding-top: 60px;
	
	color: #ffffff;
	background: url('http://flyhere.com/img/c_bottom.gif') no-repeat;
}
#c-bottom span {
	font-size: 11px;
	margin: 0 6px;
}
/* =========================== //end Interactive map ======================= */
/* ===========================  Link to us ======================= */
div.row {
	width: 100%;
	clear: both;
}
div#content .sub #text {
	/*width: 495px;*/
	width: 100%;
	float: left;
	
}
div#content .sub .row .object  {
	float: right;
	height: auto;
	width: 225px;
	margin-left: 25px;
}

div#content .sub .row .object span {
	font: normal 12px Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 15px;
}

/* IF IT WOULD BE FLASH IT COULD BE DELETED */
/* Если блок с тремя картинками флешовый - следующие описание можно убить  */

.row .left-block, .row .mid-block, .row .right-block {
	float: left;
	width: 260px;
	
	font: normal 12px Arial, Helvetica, sans-serif;
}
.row .mid-block span, .row .right-block span {
	display: block;
	text-align: left;
	padding-left: 37px;
}
.row .mid-block {
	text-align: center;
}
.row .right-block {
	text-align: right;
}
/* =========================== //end Link to us ======================= */
/* =================================================
======Common rules and formatting of blocks=========
===================================================*/
/*background: url('/images/logo.gif') no-repeat;*/
#main {
	width: 942px;
	margin: 0 auto;
	
	height: 100px;
}
#header {
	position: relative;
	
	margin-top: 8px;
	width: 100%;
	height: 100px;
	background: url('http://flyhere.com/img/c_top.gif') no-repeat bottom;
}
#logo {
	position: absolute;
	left: 10px;
	
	/*width: 182px;*/
	width: 260px;
	height: 78px;
	
}
#menu {
	position: absolute;
	right: 75px;
	top: 56px;
}
#menu div {
	float: left;
	
	width: 110px; /* Delete width and fix margin for every menu element  */
	height: 43px;
	margin-left: 28px;
}
#content {
	width: 100%;
	height: 350px;
	background: #ffffff;
	text-align: center;
	margin: 0 auto;
	
	padding-bottom: 30px;
}
html>body #content {
	min-height: 400px;
	height: auto;
	overflow: auto;	
}

td.tdSearch{
	background-color:#D2D2D2;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	border:1px silver solid;
	border-top:none;
	font-size:12px;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

td.SearchTab{
	background-color:#BFF1EE;
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-radius-topright: 4px;
	padding:5px;
	width:100px;
	border:1px silver solid;
	text-align:center;
}

td.SearchTabActive{
	background-color:#D2D2D2;
	-moz-border-radius-topleft: 4px; 
	-webkit-border-top-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-radius-topright: 4px;
	padding:5px;
	width:100px;
	border:1px silver solid;
	border-bottom:none;
	text-align:center;
	font-size:12px;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

td.SearchTab a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
}

input#SearchText{
	-moz-border-radius: 4px; 
	-webkit-border-top-radius: 4px;
	background-color:white;
	border:1px silver solid;
	width:500px;
	height:20px;
	padding:2px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	color:black;
}
.SearchText{
	-moz-border-radius: 4px; 
	-webkit-border-top-radius: 4px;
	background-color:white;
	border:1px silver solid;
	width:500px;
	height:20px;
	padding:2px;
	vertical-align:middle;
	font-size:14px;
	font-weight:normal;
	color:silver;
}
#SearchBtn{
	-moz-border-radius: 4px; 
	-webkit-border-top-radius: 4px;
	background-color:orange;
	border:1px silver solid;
	width:80px;
	height:25px;
	padding:2px;
	vertical-align:middle;
	background-image:url(http://flyhere.com/img/find2.png);
}

#SearchBtn.active{
	background-image:url(http://flyhere.com/img/find.png);
}

#SearchResults{
	display:none;
	background-color:#EEEEEE;
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-top-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-top-radius-tbottomright: 4px;
	padding:5px;
	margin-left:105px;
	width:400px;
	border:1px silver solid;
	border-top:none;
	position:absolute;
	margin-top:-3px;
	z-index:3000;
}

a.alpha{
  	display:block;
  	float:left;
  	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px white solid;
}
a.alpha:hover{
	-moz-border-radius: 4px; 
	-webkit-border-top-radius: 4px;
	border:1px orange solid;
}

a.clink{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

span.hidden{
  	display:block;
  	float:left;
  	padding:5px;
	color:silver;
  	font-family:Arial, Helvetica, sans-serif;
}

span.alpha{
  	display:block;
  	float:left;
  	padding:5px;
  	color:white;
	background-color:orange;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px; 
	-webkit-border-top-radius: 4px;
}

span.path{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#98b1c6;
}

td.block{
	background-image:url(http://flyhere.com/img/1.png);
	-moz-border-radius: 4px; 
	-webkit-border-top-radius: 4px;
	border:1px #98b1c6 solid;
	padding:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

td.block h1{
	color:#98b1c6;
}

