@charset "utf-8";
/* CSS Document */

/*core css*/
/* global */
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	margin:0;
	padding:0;
	height:20px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}
h3 {
	font-size:14px;
	color:#ff9900;
}
clr {
	clear:both;
}
img {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}
.right {
	float: right;
	padding: 0px 0px 0px 8px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ul li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/*styling css*/
body#bd {
	background:#000 url(../images/body-bg.jpg) repeat-x top center;
	color:#FFFFFF;
}
#container {
	width:100%;
	margin:0 auto;
	background: url(../images/footer-top.jpg) no-repeat bottom center;
}
#top-bar {
	height:19px;
	width:960px;
	margin:0 auto;
}
#top-bar .top-bar-left {
	color:#fff;
	float:left;
	font-size:10px;
	font-style:normal;
	letter-spacing:1px;
}
#top-bar .top-bar-right {
	width:560px;
	/*float:left;*/
	float:right;
	color:#97989c;
	font-size:10px;
}
#header-home {
	height:529px;
	width:100%;
	position:relative;
}
#header {
	height:333px;
	width:100%;
	position:relative;
	background:#333;
}
#footer-wrap {
	background:#0f0f0f;
}
#footer {
	width:960px;
	margin:0 auto;
	height:94px;
	text-transform:uppercase;
	color:#2f2f2f;
}
#footer a {
	color:#2f2f2f;
	text-decoration:none;
}
#footer li {
	color:#2f2f2f;
	text-decoration:none;
	list-style-type:none;
	background:none;
}
#footer li a {
	font-size:9px;
}
#footer li a:hover {
	color:#EA6433;
	font-size:9px;
}
#content-wrap {
	background:url(../images/content-bg.jpg) repeat-x top center;
	height:280px;
	margin:0 auto;
	width:960px;
}

#content-wrap .flicker-head{
	width:270px;	
}
#footer .footer-box-left {
	width:250px;
	font-size:10px;
	float:left;
	background:url(../images/td-bg.jpg) no-repeat right center;
}
#footer .footer-box-center {
	width:180px;
	font-size:10px;
	float:left;
	background:url(../images/td-bg.jpg) no-repeat right center;
}
#footer .footer-box-right {
	width:200px;
	float:left;
	font-size:10px;
}
#footer .copy-right {
	width:324px;
	float:right;
	font-size:8px;
	font-style:italic;
	background:url(../images/footer-top-bg.jpg) no-repeat top left;
	padding-top:10px;
}
#footer .footer-link {
	background:url(../images/footer-arrow.jpg) no-repeat center left;
	padding-left:15px;
	text-decoration:underline;
	color:#6c6c6c;
}
.td2 {
	float:left;
	text-align:left;
	padding-top:10px !important;
	padding:0;
}
* + html .td2 {
	padding-top:0px !important;
}
.footer-logo {
	margin-top:10px;
	width:190px;
}
#content-wrap #content {
	width:100%;
	min-height:182px;
}
#content-wrap #content img:hover {
	
}
#content-wrap #featured-clients {
	width:297px;
	height:84px;
	background:url(../images/home_featured_client.jpg) no-repeat;
	float:right;
	clear:both;
}
#content-wrap #featured-clients a {
	display: block;
	float: left;
	width:88px;
	height:40px;
}
#content-wrap #featured-clients a#client1 {
	position: relative;
	top: 20px;
	left: 16px;
}
#content-wrap #featured-clients a#client2 {
	position: relative;
	top: 20px;
	left: 24px;
}
#content-wrap #featured-clients a#client3 {
	position: relative;
	top: 20px;
	left: 30px;
}

.imageclass {
	/*padding-right:10px;*/
	padding-right:17px;
	padding-bottom:0px;
}

.content-tech-left {
	width:570px;
	float:left;
	font-family:"arial";
	font-size:14px;
	padding-top:30px;
}
.content-tech-left ul {
	margin:0;
	padding:0;
}

table.airrate ul.team-details{
	margin-top:5px;
}

.content-tech-left li {
	margin:0;
	padding:0;
	font-size:11px;
	list-style-type:dash;
}
#content-tech {
	width:960px;
	height:900px;
	/*background:url(../images/content-bg.jpg) no-repeat top center;*/
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
}
#content-spare {
	width:960px;
	height:700px;
	/*background:url(../images/content-bg.jpg) no-repeat top center;*/
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
}
#content-ourteam {
	height:900px;
	width:960px;
	/*background:url(../images/content-bg.jpg) no-repeat top center;*/
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
}
#content-manpower {
	height:750px;
	background:url(../images/content-bg.jpg) repeat-x top center;
	width:960px;
	margin:0 auto;
}
#content-cargo {
	height:830px;
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
	width:960px;
}
#content-crewing {
	height:700px;
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
	width:960px;
}
#content-operation {
	height:700px;
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
	width:960px;
}
#content-aircraft {
	height:900px;
	margin:0 auto;
	background:url(../images/content-bg.jpg) repeat-x top center;
	width:960px;
}
.content-tech-left img {
	float: left;
	padding: 0;
	margin: 6px 0 0 0;
}
.content-tech-left p.copy {
	margin:0 0 20px 20px;
	padding:0 0 10px 0;
	line-height: 30px;
	float: left;
	width: 370px;
}
.content-tech-left p.copy2 {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	line-height: 30px;
	width: auto;
}
.content-tech-left h2 {
	color:#ea6433;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.content-tech-left span {
	
	margin:0;
	display:block;
	font-size:12px;
}

div#rfrmlogo{
	position:absolute;
	height:55px;
	width:78px;
	left:730px;
	/*top:15px;*/
	z-index:99;
	margin-top:15px;
}

div#rfrmlogo a{
	/*position:absolute !important;*/
	height:55px;
	width:78px;
	display:block;
	/*z-index:999;*/
}

.content-tech-right {
	width:323px;
	float:right;
	position:relative;
}
.content-right-block {
	margin-top:20px;
	padding-left:20px !important;
	padding-left:15px;
	padding-top: 5px;
	width:313px;
	background:url(../images/right-block.png) no-repeat top center;
	height:530px;
	float:right;
}
.content-right-block-contact {
	margin-top:14px;
	padding-left:0px;
	/*width:323px;*/
	width:314px;
	background:url(../images/content-right-contact.png) no-repeat top center;
	height:530px;
	float:right;
}
.content-right-block-spare {
	margin-top:14px;
	padding-left:0px;
	width:327px;
	background:url(../images/content-right-blog.png) no-repeat top center;
	height:617px;
	float:right;
}
.content-right-block-brokerage {
	margin-top:14px;
	padding-left:0px;
	width:327px;
	background:url(../images/content-right-brokerage.png) no-repeat top center;
	/*height:617px;*/ /**/
	float:right;
}
.content-right-block-cargo {
	margin-top:14px;
	padding-left:0px;
	width:323px;
	background:url(../images/content-right-cargo.png) no-repeat top center;
	height:617px;
	float:right;
}
#form-spare {
	margin-top:117px;
}
* + html #content-tech .content-right-block {
	padding-left:10px !important;
}
.content-right-block img:hover {
	background:url(../images/button_rollover.gif) no-repeat;
}
.content-tech-right .flickr {
	text-align:center;
	width:323px;
}
.content-blankspace {
	height:20px;
}
.blankspace {
	height: 3.5em;
}
p.desc {
	font-style:italic;
	font-size:10px;
	color:#aeb0b3;
	line-height:20px;
}
.botsl {
	font-size:11px;
	color:#999999;
}
.botsl p {
	margin:0;
	padding:0;
	line-height:15px;
}
.botsl h3 {
	color:#992a02;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
}
.contact-us {
	margin-top:10px;
	color:#666869;
}
#content-contact {
	height:600px;
	width:960px;
	background:url(../images/content-bg.jpg) repeat-x top center;
	margin:0 auto;
}
ul.team-details li {
	list-style-type:none;
	line-height:20px;
}
.contact-us h3 {
	color:#FFFFFF;
	font-family:"arial";
	text-transform: capitalize;
	font-size:20px;
	margin:0;
	padding:0;
}
.contact-us h4 {
	color:#FFFFFF;
	font-family:"arial";
	text-transform: capitalize;
	font-size:16px;
	margin:0;
	padding:0;
}
.directions {
	font-style:italic;
	color:#e2391b;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}
.contact-us ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#666869;
}
.contact-us li {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#666869;
}
#navlist {
	padding:0;
	margin-left: -8px;
	font-size:11px;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 0px 8px 0px 8px;
	margin-left: 3px;
	border-bottom: none;
	text-decoration: none;
}
#navlist li a:link {
	color: #aeb0b3;
}
#navlist li a:visited {
	color: #aeb0b3;
}
#navlist li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#navlist li a#current {
	color: #FFFFFF;
	text-decoration:underline;
}
#featured {
	width:475px;
	padding-left:150px;
	position:relative;
	height:674px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:0;
	left:0px;
	list-style:none;
	padding:0;
	margin:0;
	width:150px;
}
#featured ul.ui-tabs-nav li {
padding:1px 0 1px 13px;
	font-size:12px;
	color:#666;
	list-style-type:none;
	margin-bottom:10px;
}
#featured ul.ui-tabs-nav li img {
	float:left;
	margin:2px 5px;
	padding:2px;
}
#featured ul.ui-tabs-nav li span {
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a {
	display:block;
	
	color:#666869;
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover {
}
#featured li.ui-tabs-selected {
	background:url('../images/contact-arrow.png') left center no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	color:#FFFFFF;
	font-weight:bold;
}
#featured .ui-tabs-panel {
	width:350px;
	position:relative;
}
#featured span {
	font-size:11px;
}
#featured .info h2 {
	font-size:18px;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p {
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a {
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover {
	text-decoration:underline;
}
#featured .ui-tabs-hide {
	display:none;
}
/*form css*/

td.cinput input {
	background-color:#060606;
	border:1px solid #666;
	color:#FFFFFF;
	padding:0;
	width:150px;
	/*padding:0.25em;*/
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
td.cinput-first input {
	background-color:#060606;
	border:1px solid #666;
	color:#FFFFFF;
	margin:0;
	padding:0.25em;
	width:150px;
}
td.minput input {
	background-color:#060606;
	border:1px solid #666;
	color:#FFFFFF;
	width:100%;
	padding:0.25em;
}

td.cinput textarea {
	background-color:#060606;
	border:1px solid #666;
	color:#fff;
}

.cinput-first {
	background-color:#060606;
	color:#FFFFFF;
	width:100px;
	border:1px solid #666666; /**/
}
.minput {
	background-color:#060606;
	border:none;
	color:#FFFFFF;
	width:30px;
	border:1px solid #666666; /**/
}
p.header {
	border-bottom:1px solid #666;
	padding-bottom:10px;
	font-weight:bold;
}
table.cargo tr td.other {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
table.cargo tr.other {
	color:#FFFFFF;
}
td.diff p {
	color:#d74b20;
}
table.final td.other {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
.spare {
	
}
table.spare td.other {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
table.aircraft tr td.other {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
.contact-header {
	text-align:center;
	width:314px;
}
ul.team-intro li {
	line-height:20px;
	font-size:12px;
	list-style-type:none;
	padding-left:20px;
	background:url(../images/dash.jpg) no-repeat left center;
}
h3.air {
	color:#e95d2f;
	font-size:18px;
	margin:0;
	padding:20px 0 0 0;
	text-decoration:underline;
}

h3.continued {
	color:#e95d2f;
	font-size:12px;
	margin:0;
	padding:25px 0 0 0;
	text-decoration:underline;
	font-style:italic;
}
.team_page {
	margin-left:20px;
}
.contactus {
	padding:10px;
}

* html table.contactus tr td{
	padding-top:0px;
	padding-bottom:0px;
}


* +  html table.contactus tr td{
	padding-top:0px;
	padding-bottom:0px;
}

#form-brokerage {
	margin-left:0;
	margin-top:66px;
	padding-left:10px;
}

* html #form-brokerage table.cargo tr td{
	padding-bottom:0px;
}

* + html #form-brokerage table.cargo tr td{
	padding-bottom:0px;
}

hr{
	color:#484848;
}
input.reset {
	display: block;
	background: url(../images/reset.jpg);
	width: 86px;
	height: 22px;
	border: none;
}
table{
	clear: both;
}
