/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px Arial;
	text-align: left;
	color: #000;
	background: #f4f3f1;
}

/* Global Styles */

a { color: #41627E; text-decoration: none;}
a:hover { text-decoration: underline;}
a img { border: none;}

p { padding: 0px; line-height: 18px;}

li {
	margin-left: 15px;
} 

.left { float: left; }
.right { float: right; }

.clear { clear:both; }

.sep {
	border: 1px solid #ddd;
	background: #f1f1f1;
	height: 20px;
	width: 814px;
	margin: 0px 25px 0 25px;
}

.none { display: none; }

.notice {
	clear: both;
	margin: 0 0 15px;
	padding: 5px 10px 5px 10px; 
	text-align: center;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 25px;
	color: #222;
}

#wrapper {
	position: relative;
	background: url('../images/bg.gif') repeat-y;
	width: 985px;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

#header {
	background: url('../images/header.gif') repeat-x;
	height: 188px;
	width: 969px;
}

#header .top {
	float: left;
	height: 32px;
	width: 972px;
}

#header .top .number {
	font-size: 22px;
	color: #f2f2f2;
	margin: 0 12px 0 0;
}
	#header .number p { float: left;margin: 5px 0 0 0;}
	#header .number ul { float: right; margin: 0 -2px 0 0;}
		#header .number li {
			list-style: none;
		} #header .number li a {
			color: #939084;
			font-weight: bold;
			font-size: 12px;
			background: #EFECDF url(../images/mail.png) no-repeat 6px 6px;
			display: block;
			padding: 6px 10px 6px 30px;
			margin: 3px 5px 3px 3px;
			-moz-border-radius: 2px; /* Firefox */
  		-webkit-border-radius: 2px; /* Safari, Chrome */
  		border-radius: 2px; /* CSS3 */
  		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
			-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
			box-shadow: 1px 1px 2px rgba(0,0,0,.2);
		}	#header .number li a:hover { 
				text-decoration: none;
				color: #FFF;
				background: #e7e5d7 url(../images/mail.png) no-repeat 6px 6px;
			}
			

#header .top span.lang{
	font-size: 12px;
	color: #f2f2f2;
	margin: 8px 0 0 20px;
}

#header .logo {
	margin: 15px 0 0 20px;
	float: left;
	width: 393px;
	height: 100px;
}

#header .top .language {
	margin: -5px 0 0 0;
	float: left;
	width: 100px;
	height: 100px;
}

#header .top .language input.lang {
	border: 1px solid #e8e6d8;
	background: #e8e6d8;
	font-size: 11px;
	width: 42px;
	height: 25px;
	color: #7a8b2a;
	float: left;
	margin: 0 0 0 3px;
}

#header .clocks {
	margin: 0 25px 0 20px;
	float: right;
	width: 500px;
	height: 100px;
}

#header .clock {
	text-align: center;
	margin: 20px;
	float: right;
}

#header .clock h3 {
	margin: 10px 0 5px 0;
	text-align: center;
	font-size: 11px;
}

#header .clock b {
	color: #999999;
}

#header .menu {
	margin: 10px 20px 0 22px;
	float: left;
	width: 925px;
	background: #cfccbc;
	height: 30px;
}

#header .menu ul {
	list-style: none;
	margin: 0;
}

#header .menu ul li {
	margin: 0;
	float: left;
	
}

#header .menu ul li.end {
	
} 

#header .menu ul li a {
	display: block;
	text-align: center;
	padding: 8px 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #222;
	border-right: 1px solid #f2f2f2;
}

#header .menu ul li a.last {
	border-right: none;
	padding-right: 30px;
	padding-left: 30px;
}

#header .menu ul li a:hover {
	background: #817e72;
	color: #f2f2f2;
}

#header .menu ul li a.selected {
	background: #0c074c;
	color: #FFFFFF;
}

/*///////////////////////
|| Dropdowns
\\\\\\\\\\\\\\\\\\\\\\\*/

#nav ul li {
	position: relative;
}	
	
#nav ul.sub_menu{
	z-index: 999;
	position: absolute;
	visibility: hidden;
	width: auto;
}

	#nav ul.sub_menu li{
		background: #cfccbc;
		float: none;
		width: auto;
		
	} 
	#nav ul.sub_menu li a {
		text-align: left;
		display: block;
		padding: 8px 20px 8px 8px;
		text-transform: uppercase;
		text-decoration: none;
		color: #222;
		border-bottom: 1px solid #F2F2F2;
	}
	
	#nav ul.sub_menu.models {
		width: 175px;
	}
	
	#nav ul.sub_menu ul {
		z-index: 999;
		position: absolute;
		visibility: hidden;
		width: 200px;
		top: 0;
		left: 175px;
		display: block;
	}

#banner {
	margin: 23px 0 25px 22px;
	width: 924px;
	height: 270px;
	background: #FFF;
	z-index: -1;
} #banner.extra {
	margin: 23px 0 40px 22px;
}

/*///////////////////////
|| BreadCrumbs
\\\\\\\\\\\\\\\\\\\\\\\*/

#breadcrumbs {
	display: block;
	width: 924px;
	float: left;
	background: #FFF;
	margin: 0 0 0 22px;
}
	#breadcrumbs li {
		padding: 5px;
		list-style: none;
		float: left;
	}


/*///////////////////////
|| Videos
\\\\\\\\\\\\\\\\\\\\\\\*/

#video-bg {
	display: none;
	position: fixed;
	top: 0; left: 0; 
	width: 100%; height: 100%;
	background: #000;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
  z-index: 7000;
}

#videos {
	display: none;
	position: fixed;
 	width: 925px; height: 510px; background: #404040;
 	top: 					50%;
  left: 				50%;
  margin-top: 	-255px;
  margin-left: 	-472.5px;
	z-index: 			8001;
	padding: 			10px;
	z-index: 8000;
}

#banner h1 {
	float: left;
	margin: 90px 0 0 40px;
	font-size: 28px;
	width: 400px;
	text-align: center;
}

#banner img {
	float: right;
}

#home_sections {
	margin: 5px 10px 0 24px;
}



#home_sections ul {
	margin: 0;
}

#home_sections ul li {
	float: left;
	padding: 10px;
	list-style: none;
	margin: 10px 0 0 16px;
	width: 115px;
}

#home_sections ul li img{
	margin: 0 0 8px 0;
}

.latest-post {
	font-family: 'Arial','Helvetica', sans-serif;
	font-size: 12px;
	color: #666;
	width: 100%; overflow-x: hidden;
} 

#content {
	margin: 15px 0 20px 22px;
	width: 925px
}

#content p {
	font-size: 13px;
}

form ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

form ul li label {
	color: #222;
	font-weight: bold;
	font-size: 12px;
}

label.note {
	color: #444;
	font-weight: normal;
	font-size: 10px;
}

label.choice {
	margin: 0 15px 0 0;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

input.text,
textarea {
	margin: 5px 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
}

input.radio,
input.checkbox,
input.file {
	margin: 5px 5px 0 0;
}

input.button {
	padding: 0 5px 3px 5px;
	font-size: 12px;
}

select.drop {
	font-size: 12px;
	margin: 5px 5px 0 0;
	border: 1px solid #d2d2d2;
	padding: 5px;
	-moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  border-radius: 5px; /* CSS3 */
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}


input.short { width: 20%;}
input.medium { width: 45%;}
input.long { width:70%;}
input.max { width: 95%;}

.success {
	color: #008000;
}

.error, .req {
	color: #d8122d;
	font-weight: normal;
}

table {
	width: 99%;
	height: 100%;
	margin: 0 0 15px;
	text-align: left;
	border-collapse: collapse;
}

table thead,
table tfoot {
	background: url(../images/background-table.gif) repeat-x;
}

table th {
	font-weight: bold;
	padding: 5px 8px;
	color: #444;
}

table td {
	padding: 8px;
	color: #444;
	border-bottom: 1px solid #d2d2d2;
}

table td span.active { color: #55a34a;}
table td span.pending { color: #c5a059;}
table td span.closed { color: #a02b2b;}

table .odd {
	background: #f6f6f6; 
}

#holder {
	background: #cbc7b9;
}

#aircraft_side {
	padding: 15px;
	background: #cbc7b9; 
	width: 270px; 
}

.box {
	border-right: 1px solid #999;
	margin-bottom: 20px;
}

.box h3 {
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#aircraft_main {
	padding: 15px 15px 15px 0;
	background: #cbc7b9; 
	width: 609px; 
}

.thumbnail{
	float: left; 
	border: 1px solid #999; 
	margin-left:10px;
	margin-bottom: 5px;
	margin-top:5px;
	padding:5px; 
	width: 100px; 
	height: 115px;
}

#footer {
	float: left;
	background: #939084;
	width: 953px;
	padding: 8px;
	color: #d2d2d2;
}

#footer div {
	margin: 0 10px 0 10px;
}

	#footer .left {width: 55%;}
	#footer p {
		display: inline-block;
	}
	#footer h4 {font-size: 14px;margin: 10px; color: #FFF;}
	#footer ul {
		float: left;
		margin: 10px 0;
	}
	#footer li {
		list-style: none;
		float: left;
		margin: 5px 2%;
		padding: 0 15px 0 0;
		border-right: 1px solid #E7E5D7;
		width: 14%;
	}
	#footer li.end {border: none; margin: 5px 2.5% 5px 0;} 
	
	#footer a {
		color: #D2D2D2;
		border-bottom: 1px solid #FFF;
	}
		#footer a:hover {
			color: #FFF;
			border-bottom: 2px solid #FFF; text-decoration: none;
		}
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
iframe#charter  {margin: 0 22px;}
iframe { margin: 0 22px 0 40px;}

/*
************************************************
***************** CONTACT FORM *****************
************************************************
*/

#contact-form input, textarea{
		-moz-border-radius: 5px; /* Firefox */
  	-webkit-border-radius: 5px; /* Safari, Chrome */
  	border-radius: 5px; /* CSS3 */
  	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
		box-shadow: 1px 1px 2px rgba(0,0,0,.2);
		width: 400px;
}

#contact-form input.button {
	padding: 6px;
	width: 50px;
	font-size: 12px;
}

.purple {
	color: #D9EEF7;
	border: solid 1px #3a3485;
	background: #0095CD;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3485), to(#0c074c));
	background: -moz-linear-gradient(top,  #3a3485,  #0c074c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3485', endColorstr='#0c074c');
}
.purple:hover {
	background: #D9EEF7;
	background: -webkit-gradient(linear, left top, left bottom, from(#494395), to(#0c074c));
	background: -moz-linear-gradient(top,  #494395,  #0c074c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#494395', endColorstr='#0c074c');
}
.purple:active {
	color: #D9EEF7;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c074c), to(#494395));
	background: -moz-linear-gradient(top,  #0c074c,  #494395);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c074c', endColorstr='#494395');
}

/*/////////////////////////////////////
|||||||||| Models Styling
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#chart_div  {
	background: transparent url(../images/chart-bg.png) no-repeat -0px 55px; 
}

.chart-axis { position: relative; width: 600px; }
.chart-axis span { position: absolute; bottom: 15px; font-weight: bold; color: #0C074C;}
	.chart-axis span.left {left: 150px;}
	.chart-axis span.right {right: 0;}

/*/////////////////////////////////////
|||||||||| Blog Styling 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#news {
	margin: 40px 0;
}

.post {
	background: #f8f7ef;
	float: left; width: 650px; padding: 0px 0 10px 0; 
	margin: 0px 0 20px 25px;
}

	.post h4 {
		font-size: 18px; color: #0C074C;
		padding: 10px;
		margin: 0 0 0px 0;
	}
		.post h4 span {
			display: block;
			padding: 5px;
			background: #F2EFE1;
			margin: 10px 0 0 0;
			font-size: 13px; color: #404040;
			font-weight: normal;
			border-bottom: 1px solid #D4D2C3;
		}
		.post p {
			
			padding: 10px;
		}

.pagination {
	float: left;
	width: 650px;
	padding: 20px 35px;
}
	.pagination a {
		background: #0C074C;
		color: #FFF;
		padding: 5px; margin: 5px 2px;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
		.pagination a:hover { background: #140d72;}
		.pagination a.prev{ float: left;}
		.pagination a.next{ float: right;}
		
.sidebar {
	float: right;
	background: #F9F9F9;
	width: 222px;
	min-height: 200px;
	margin: 0 38px 5px 20px;
	padding: 30px 10px 10px 10px;
}

	.sidebar li {
		list-style: none;
		margin: 0 0 30px 0;
		border-bottom: 1px solid #CCC;
		padding: 0 0 10px 0;
	}
	
		.sidebar li a {
			display: block;
			color: #0C074C;
			font-size: 16px;
			margin: 0 0 10px 0;
		}
		
		.sidebar li p {
			color: #6E6E6E;
		}
		
		.sidebar li span {
			text-align:right;
			display: block;
			color: #a9a89d;
			padding: 0 0 5px 0;
			margin: 0 0 10px 0;
			border-bottom: 1px solid  #e7e5d7;
		}
		
		
/*///////////////////////////////////////
|||	User Styles: Neale
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


#home-section {
	background: #FFF;
	width: 925px;
	margin: 0px 20px 20px 20px;
} 

#home-section.text{
	padding:20px ;
	width: 885px;
}

		#home-section .section {
			float: left;
			width: 260px;
			margin: 20px 30px 20px 20px;
		} #home-section .section.last {margin: 20px;}
			
			#home-section .section-half {
				float: left;
				width: 380px;
				margin: 40px;
				text-align: center;
			}
			
			#home-section p {
				margin: 20px 0 0 0;
				color: #666;
			}
			
			#home-section ul {
				margin: 20px 0 0 0;
				color: #666;
			}
			
			#home-section img {
				margin: 20px 0 0 0;
			}
			
			#home-section .latest-post img { margin: 0;}
			
			#home-section .section h2 {
				color: #666;
				font-size: 20px;
				border-bottom: 1px solid #E9E5D7;
			}
			
			#home-section h2 {
				color: #666;
				font-size: 16px;
				border-bottom: 1px solid #E9E5D7;
			}
			
			#home-section h2.full-width {
				width: 885px;
				margin-bottom: 0;
				text-align: center;
				color: #666;
				font-size: 16px;
				border-bottom: 1px solid #E9E5D7;
				padding: 20px 20px 0 20px;
			}

#home-section a.more {
	float: right;
	background: #050C4C;
	padding: 5px;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 15px 0 0 0;
}

#models {
	width: 925px;
	margin: 0 0 20px 20px;
	background: #FFF;
}

#top-models {
	display: table;
	margin: 20px auto;
}

#models h2 {
	color: #666;
	text-align: center;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #E9E5D7;
}

#top-models li{
	list-style: none;
	float: left; width: 160px;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
	
	#top-models b, #top-models i { color: #333; display: block; margin: 5px;}

#slider .slide {
	width: 925px;
	height: 275px;
}

.bx-pager {
	margin: 10px 0 0 0;
	text-align: center;
} 
	.bx-pager a { 
	margin: 0 5px; width: 7px; height: 7px; background: url(../images/slider-pager.png) no-repeat; display: inline-block; text-indent: -9999px;
	} 
	.bx-pager a.pager-active { background: url(../images/slider-pager.png) no-repeat 0 -7px;}
#slide1 {
	background: url(../images/slide1.jpg)no-repeat;
}
#slide2 {
	background: url(../images/slide2.jpg)no-repeat;
}
#slide3 {
	background: url(../images/slide3.jpg)no-repeat;
}
#slide4 {
	background: url(../images/slide4.jpg)no-repeat;
}
#slide5 {
	background: url(../images/slide5.jpg)no-repeat;
}


	#slider .slide h4 {
		background: #FFF;
		/* Opacity */
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
			filter: alpha(opacity=85);
			-moz-opacity: 0.85;
			-khtml-opacity: 0.85;
			opacity: 0.85;
		padding: 5px;
		margin: 225px 0 0 15px;
		color: #050B4C;
		font-size: 22px;
		font-weight: lighter;
		width: auto;
		display: inline-block;
	}
	
/*////////////////////////////
||| Page Sections
\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#content ul {
	margin: 10px 0 10px 20px;
}

#content ul li { margin: 0 0 5px 0;}

.page-header {
	background: #FFF;
	width: 885px;
	margin: 0;
	padding: 20px;
}

.left img.vid-thumb{ margin: 10px 0 20px 0;}

.right h2 {
	font-size: 25px; 
	margin: 0 0 20px;
	border-bottom: 1px solid #E9E5D7;
}

.full-width {
	width: 925px;
	background: #FFF;
	float: left;
	margin: 20px 0;
}

	.full-width .section {
		float: left;
		width: 260px;
		margin: 20px 30px 20px 20px;
	} .full-width .section.last { margin: 20px; }
	
	.section-full {
		padding: 20px;
	}
	
	#content h3 {
		font-size: 15px;
		margin: 20px 0;
		border-bottom: 1px solid #E9E5D7;
	}
	
	#content p {
		margin: 0 0 20px 0;
	}
	
	
.content-sections {
	width: 925px;
	background: #FFF;
	float: left;
	margin: 20px 0;
}

.content-sections .section {
		float: left;
		width: 875px;
		margin: 20px 30px 0px 20px;
} .content-sections .content-slide {display: none;}
	.content-slide ol {padding: 20px;}

.content-sections h3 {
	background: url(../images/open-close.png) no-repeat; 
	height: 15px; 
	padding: 0 0 0 20px;
}	.content-sections h3.open {
		background: url(../images/open-close.png) no-repeat 0 -15px; 
	}


/*
		Google Maps
*/

#map-canvas {
	margin: 23px 0 40px 22px;
	width: 924px;
	height: 270px;
	background: #FFF;
	z-index: -1;
} #map-canvas.global {height: 420px;}
	#map-canvas.euro {height: 420px;}

#map_global {
	float: left;
}

/*
	Directions
*/

#map_canvas {
	width:924px;
	height:310px;
	float: left;
}

#routeForm {
		width: 100%;
		text-align: center;
		margin: 0 auto 20px auto;	
	}

	#routeForm input.text {
		padding: 10px; width: 200px;;
	}
	#routeForm input.submit {
		padding: 10px; border: none; background: #0C074C; color: #FFF;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	} #routeForm input.submit:hover { background: #140c71;}
	
	#directionsPanel {
		position: relative;
		background: #FFFFFF;
		width: 840px;
		padding: 20px;
		margin: 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 15px;
	}
	
	#adp-placemark{
		visibility: visible;
		margin: 10px 0 10px 0;
	}
	
	.adp-placemark {
		margin-top: 100px;
		visibility: hidden;
	}
	
	#map-add-1 { color: #444; position: absolute; width: 791px; border-bottom: 1px solid #CCC; padding: 0 0 5px 32px; bottom: 173px; left: 20px;}
	#map-add-2 { color: #444; position: absolute; width: 791px; border-bottom: 1px solid #CCC; padding: 0 0 5px 32px; bottom: 142px; left: 20px;}
	#map-add-3 { color: #444; position: absolute; width: 791px; padding: 0 0 5px 32px; bottom: 112px; left: 20px;}
	#map-destination { 
	color: #444; position: absolute; width: 791px; padding: 15px 0 15px 48px; bottom: 51px; left: 20px; border: 1px solid #D2D2D2; 
	background:#EEE url(../images/marker-small.png) no-repeat 5px;
	
	}
	
	.adp-directions {
		width: 98%;	
	}
	
	.adp-legal {
		text-align: center;
	}


#print-directions { 
	display: none;
}	#print-directions input {
		background: url(../images/print-icon.png) no-repeat 0 1px;
		border: none;
		padding: 5px 0 5px 20px;
		margin: 15px 0 5px 0;
	}
	#print-directions input:hover {
		padding: 5px 0 5px 22px;
	}


/*
	Global Partners
*/

#map_global{
	width:924px;
	height:420px;
	float: left;
}

/*
	Euro Partners
*/

#map_euro{
	width:924px;
	height:420px;
	float: left;
}

/*////////////////////////////
||| Gallery
\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#content ul#gallery {
	margin: 4px 0 0 4px;
}

#gallery .gallery-item{
	position: relative;
	float: left;
	background: white;
	margin: 5px 5px 0 0;
	width: 225px;
	height: 120px;
	overflow: hidden;
} #content .gallery-item h3 {
		background: #FFF; 
		padding: 3px; margin: 0;
		position: absolute; bottom: 0 ; right: 0; z-index: 10;
		color: #0C074C;
	}
	.gallery-item a {
		display: block;
	}
	
#video-container h3 {
	margin: 40px 0 20px 0;
}

/*////////////////////////////
||| Editing Area
\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.editing-area {
	width: auto;
	position: relative;
	z-index: 9999;
	padding: 10px;
	background: #FFF;
}

/*////////////////////////////
||| Stock
\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


#content.stock {
	margin: 38px 0 0 22px;
}

#content.stock h3 {
	margin: 5px 0 0 5px;
}

#content.stock p {
	margin: 0;
}

