* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:917px;
}
body { 
/*	background:url(images/tail-top.gif) 0 0 repeat-x #fff; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.1875em;
	background-color:#000;
	color:#000;
}

img {
	vertical-align:top;
	text-align:left;
	border: 0;
}

object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.inputText { 
	
	
	color:#000;
}
label.error { 
	
	
	color:#F00;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:917px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:144px;
	background:url(../images/header-bg.gif) 0 0 repeat-x;
}
#content {
	background:#fff;
	padding:0 14px 39px 14px;
}
	#content .aside {
		float:left;
		width:263px;
	}
		#content .aside .indent {
			padding:50px 28px 20px 26px;
		}
		#content .aside .indent1 {
			padding:30px 28px 40px 26px;
		}
	#content .mainContent {
		float:left;
		width:626px;
	}
		#content .mainContent .indent {
			padding:24px 35px 42px 40px;
		}
#footer {
	padding:0 0 19px 0;
	background:#fff;
}


/*---- tailings ----*/
.tail-center {
	background:url(../images/tail-center.png) center top repeat-y;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.argus {
	margin: 0px 10px 0px 50px;
	float: right;
}

.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.img-ready-pass {  
	display: block;
    margin-left: auto;
    margin-right: auto;

}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}
.extra-wrap .wrapper{height:50px;}
.gallery-list{float:left;}


p {
	margin-bottom:19px;
}
.p1 { 
		margin-bottom:9px;
		color: #000;
}
.p2 { 
	margin-bottom:19px;
}
.p3 { 
	margin-bottom:28px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#DEAA27; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:36px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	margin-bottom:14px;
}
h2 {
	font-size:26px;
	line-height:1.2em;
	margin-bottom:13px;
	color:#688166;
}
	h2.alt {
		color:#000;
	}
h3 {
	font-size:17px;
	line-height:23px;
	font-weight:normal;
	color:#688166;
	margin-bottom:11px;
}
h4 {
	font-size:15px;
	font-weight:normal;
	color:#688166;
	margin-bottom:19px;
}
h5 {
	font-size:1em;
	color:#4c4c4c;
	margin-bottom:19px;
}
h6 {
	font-size:1em;
	color:#4c4c4c;
}


.txt1 {
	color:#4c4c4c;
}
	

.button { 
	float:right;
	background:#ffc104;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	text-decoration:none;
}
.button:hover {
	background:#000;
}

.top-line {
	background:#e5e5e5;
	height:4px;
	line-height:0;
	font-size:0;
	overflow:hidden;
	margin-bottom:5px;
}

.line-hor {
	background:#eee;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:45px 0 40px 0;
}
.line-hor-charter {
	background:#eee;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0 10px 0;
}

.title { 
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
	.title a {
		float:right;
		color:#000;
		padding:8px 0 0 0;
	}


/*==================boxes====================*/
.box {
	background:#688166;
	width:100%;
	color:#000;
}
	.box .left-top-corner {
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
	background:url(../images/right-bot-corner.gif) no-repeat right bottom;
	width:100%;
		}
	.box .inner { 
		padding:22px 30px 27px 28px;
	}
	.box h2, .box h5 {
		color:#fff;
	}
	.box .button {
		background:#000;
	}
	.box .button:hover {
		background:#fff;
		color:#000;
	}



.box1 {
	background:#eee;
	width:100%;
	color:#868687;
}
	.box1 .left-top-corner {
		background:url(../images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(../images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(../images/left-bot-corner1.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(../images/right-bot-corner1.gif) no-repeat right bottom;
		width:100%;
		}
	.box1 .inner { 
		padding:25px 40px 43px 40px;
	}
	
	.box1 h2 {
		color:#000;
	}


.slide-box {
	height:360px;
	overflow:hidden;
	margin-bottom:14px;
}


.contacts { 
	color:#575656;
}
	.contacts dt {
		margin-bottom:19px;
	}
	.contacts dd { 
		clear:both;
	}
		.contacts dd a {
	color:#DEAA27;
	text-decoration:none;
		}
		.contacts dd a:hover {
			text-decoration:underline;
		}


/*===== header =====*/
#header .fleft {
	padding:25px 0 0 30px;
}

#header .nav {
	float:right;
	padding:45px 14px 0 0;
}
	#header .nav li {
		float:left;
		padding-left:3px;
	}
		#header .nav li a {
			float:right;
			width:102px;
			line-height:84px;
			color:#fff;
			font-size:14px;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			text-decoration:none;
			background:#cfcfcf;
		}
		#header .nav li a:hover, #header .nav li a.current {
	background-color: DEAA27;
		}
		#header .nav li a.first {
			background:url(../images/nav-bg1.gif) no-repeat 0 0 #cfcfcf;
		}
		#header .nav li a.first:hover, #header .nav li a.first-current, #header .nav li a.first-current:hover {
			background:url(../images/nav-bg2.gif) no-repeat 0 0 #ffcd04;
		}

/*===== content =====*/

/*===== header =====*/
#header .indent {
	padding:29px 0 0 0;
}
	
	#content .mainContent .row-2 .indent {
		padding:40px 35px 22px 40px;
	}
	
	
	.list1 li {
		border-bottom:1px solid #fff;
		background:url(../images/arrow1.gif) no-repeat 0 7px;
		padding:0 0 4px 10px;
		margin-bottom:4px;
		color: #000;
	}
	.list1 li.last {
		border-bottom:none;
	}
		.list1 li a {
	color:#FFF;
	text-decoration:none;
		}
		.list1 li a:hover {
			text-decoration:underline;
		}
		
	.list_full li {
	border-bottom:1px solid #fff;
	background:url(../images/arrow1.gif) no-repeat 0 7px;
	padding:0 0 4px 10px;
	margin-bottom:4px;
	}
	.list_full li.last {
		border-bottom:none;
	}
		.list_full li a {
	color:#DEAA27;
	text-decoration:none;
		}
		.list_full li a:hover {
			text-decoration:underline;
		}
	
	
	.list2 li {
		color:#000;
		padding-bottom:5px;
	}
	
	.list3 dt {
		font-weight:bold;
		color:#fff;
	}
	.list3 dd {
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.list3 dd.last {
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:10px;
	}
	
	
	.img-desc dd {
		background:#fff;
		padding:17px 20px 20px 20px;
		color:#868687;
	}
		.img-desc dd .fleft strong {
			color:#4c4c4c;
		}
		.img-desc dd .fright {
			padding:20px 0 0 0;
		}
	
	
	.testimonials li {
		border-bottom:1px solid #fff;
		padding-bottom:20px;
		margin-bottom:20px;
		color:#fff;
		text-align:right;
		font-weight:bold;
	}
	.testimonials li.last {
		border-bottom:none;
		padding-bottom:0;
	}
		.testimonials li blockquote {
			color:#000;
			text-align:left;
			font-weight:normal;
		}
		

/*===== footer =====*/
#footer .indent {
	background:#2c2c2c;
	padding:14px 15px 16px 22px;
	font-size:10px;
}

#footer {
	color:#fff;
}
	#footer a {
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	line-height:16px;
}
	#contacts-form label {
		display:block;
		height:43px;
	}
	#contacts-form input {
		width:220px;
		background:#fff;
		border:1px solid #a09b96;
		padding:1px 0 1px 5px;
	}
	#contacts-form textarea {
		width:255px;
		background:#fff;
		border:1px solid #a09b96;
		overflow:auto;
		height:101px;
		padding:1px 0 1px 5px;
		margin-bottom:27px;
	}
	#contacts-form .submitButton{
	background: none repeat scroll 0 0 #FFC104;
    color: #FFFFFF;
	border: none;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
	}
	
	#contacts-form .submitButton:hover {
	background:#000;
	}

	#contacts-form .col-1 {
	width:260px !important;
	margin:0 !important;
	}
	#contacts-form .col-2 {
		width:266px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		margin-left:20px;
	}

/*==========================================*/

.flight_log {
	padding-left:20px;
	padding-top:10px;
}
