@import url("nav.css");
@import url("../includes/easyslider/css/screen.css");

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(/images/bg_glow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
img {border: 0px !important;}
table {
	font: 12px Helvetica, Arial, sans-serif;
}

p,  li{
	font: 12px Arial, Helvetica, sans-serif;
	color: #c6c6c6;
}
h1 {
	color: #05A3E2;
	font: bold 15pt/24px Arial;
	margin-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #05A3E2;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

.redText {
	color: #B70000;
}
.right {
	float: right;
}
#airports_aircrafts a:link {
	text-decoration: none;
	color: #C6C6C6;
}
#airports_aircrafts a:visited {
	text-decoration: none;
	color: #C6C6C6;
}
#airports_aircrafts a:hover {
	text-decoration: underline;
	color: #C6C6C6;
}
#airports_aircrafts a:active {
	text-decoration: none;
	color: #C6C6C6;
}
a:link {
	text-decoration: none;
	color: #05aaee;
}
a:visited {
	text-decoration: none;
	color: #05aaee;
}
a:hover {
	text-decoration: underline;
	color: #05aaee;
}
a:active {
	text-decoration: none;
	color: #05aaee;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #202020;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.left {float: left;}
.noMarginRight {margin-right: 0px !important;}

/* HEADER PHONE NUMBERS
--------------------------------*/
#header {width: 980px; height: 140px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: none;
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
}
#header .logo {position: absolute; left: 0px;}

/*USA*/
#header div.usaNumber {height: 117px; width: 395px; position: absolute; top: 15px; right: 0px;	font-size: 28px; font-weight:bold; color: #FFFFFF; }
#header div.usaNumber span.mainNumber {font-size:38px; color:#05A3E2; letter-spacing: 1px; }
#header div.usaNumber ul {list-style: none; margin: 0 20px 0 0; padding-left:0 !important;}
#header div.usaNumber ul li {font-size: 12px;	color: #FFFFFF; line-height:16px;}
/*UK*/
#header div.ukNumber {height: 117px; width: 395px; position: absolute; top: 15px; right: 0px;	font-size: 28px; font-weight:bold; color: #FFFFFF; }
#header div.ukNumber span.mainNumber {font-size:38px; color:#05A3E2; letter-spacing: 1px; }
#header div.ukNumber ul {list-style: none; margin: 0 20px 0 0; padding-left:0 !important;}
#header div.ukNumber ul li {font-size: 12px;	color: #FFFFFF; line-height:16px;}

#sidebar_home {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar1 .side {
	margin-bottom: 10px;
}

#mainContent {
	margin: 0 0 20; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 620px;
} 

#mainContent2 {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#tabs .mainContent {
	margin: 0 0 20; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 600px;
} 

#tabs #sidebar_tabs {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainContent h1, #mainContent2 h1 {
	margin-top:50px;
}

.rightBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #414141;
}
#airports_aircrafts {
	border-top: 1px dotted #414141;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#footer {
	padding: 0px 0 10px;
	background: #202020;
} 

#footer .footerinfo {
	padding: 0px 20px 10px;
	background: #202020;
} 

#footer .footerinfo p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #c6c6c6;
}

#footer ul {
	width: 955px;
	list-style: none;
	height: 37px;
	background: #2f2f2f;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer li {display: inline;}

#footer li a {
	color: #fff;
	text-decoration:none;
	padding-right: 11px;
	padding-left: 11px;
	line-height: 37px;
	display: block;
	float: left;
}

#footer li a:hover {
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#showcase {
	width: 980px;
	position: relative;
	clear: both;
}

#showcase.showcaseHome {
	width: 980px;
	height: auto;
}
#showcase  object {
	width: 764px;
	float: left;
}

#showcase  .smallbanner {
	border-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#showcase .pageTitle {
	position: absolute;
	right: 0px;
	top: 120px;
	background: #000000;
	color: #FFFFFF;
	height: auto;
	width: 280px;
	line-height: 30px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 5px;
}
#request_button {
	display: none;
}
#showcase #request_button {
	display: block;
}
#showcase #quotebox {
	display: none;
}
.request_button2:link, .request_button2:visited, .request_button2:active{
	background-image: url(../images/request_quote_button.png);
	height: 44px;
	width: 258px;
	color: #FFF !important;
	line-height: 43px;
	font-size: 18px;
	text-indent: 25px;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}
.request_button2:hover{
	background-position: left bottom;
	text-decoration: none !important;
}
#quotebox2 {
	clear: both;
	background-image: url(../images/quote_box/quotebox.png);
	background-position: left top;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 200px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#showcase #request_button:link , #showcase #request_button:visited{
	position: absolute;
	right: 360px;
	top: 235px;
	background-image: url(../images/request_a_free_quote.png);
	height: 46px;
	width: 262px;
	color: #FFF;
	line-height: 43px;
	font-size: 18px;
	text-indent: 25px;
	text-decoration: none;
	background-position: right;
}
#showcase #request_button:hover , #showcase  .selected{
	background-position: left;
}
#slider {
	display: inline-block;
	overflow: hidden;
	height: 235px;
	width: 980px;
	margin-bottom: -3px;
}
ul#rotator {
	list-style: none;
	overflow: hidden;
	width:980px;
	height:235px;
	margin: 0px;
	padding: 0px;
}
#rotator li {
	margin: 0px;
	padding: 0px;
}

#quotebox {
	height: 167px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	background: #121212 repeat-x left top;
	list-style: none;
	clear: both;
	position: relative;
	top: 1px;
}
#quotebox  span {
	display: none;
	margin: 0px;
	padding: 0px;
}

#quotebox li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 490px;
	height: 167px;
}

#quotebox a.charterx {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat left top;
	padding: 0px;
	margin: 0px;
}
#quotebox  a.charterx:hover {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat 980px top;
	padding: 0px;
	margin: 0px;
}
#quotebox  a.avinode {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat 1470px top;
	margin: 0px;
	padding: 0px;
}
#quotebox   a.avinode:hover {
	display: block;
	float: left;
	width: 490px;
	height: 167px;
	background: url(../images/request_a_quote.png) repeat 490px bottom;
	margin: 0px;
	padding: 0px;
}

#quotebox1 {
	clear:both;
}

#pre_avinodeForm {
	background-image: url(../images/quote_box/quotebox.png);
	height: 70px;
	width: 960px;
	position: relative;
	padding-top: 60px;
	color: #FFF;
	padding-left: 20px;
	margin: 0px;
}
#pre_avinodeForm label {
	display: block;
}
#pre_avinodeForm div {
	width: 250px;
	float: left;
	margin-right: 40px;
}
#pre_avinodeForm input {
	width: 200px;
}
#pre_avinodeForm #continue {
	position: absolute;
	right: 20px;
	bottom: 32px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/quote_box/quotebox_button.png);
	height: 26px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}
#pre_avinodeForm #continue:hover {
	background-position: right;
}


.outerBox {
	background-image: url(../images/sides_box.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 293px;
	margin-bottom: 20px;
}

.Box {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #000000;
	padding-right: 15px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 13px;
	background-image: url(../images/top_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.Boxshare {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 13px;
	background-image: url(../images/top_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.Box li {
	padding-bottom: 10px;
}

.Box h3 {
	color: #05aaee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	background-position: left top;
	padding-right: 10px;
	font-weight: 500;
}

.Boxshare h3 {
	color: #05aaee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 5px;
	background-position: left top;
	padding-right: 10px;
	font-weight: 500;
}

.bottomBox {
	background-image: url(../images/bottom_box.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 293px;
}

.outerblack {
	background-image: url(../../images/sides_box_black.png);
	float: right;
	width: 288px;
}
.topblack {
	background-image: url(../../images/top_box_black.png);
	color: #FFFFFF;
}

.topblack li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 20px;
	list-style-type: none;
	color: #FFFFFF;
}

.topblack h3 {
	color: #FF9900;
}

.bottomblack {
	background-image: url(../../images/bottom_box_black.png);
}

.Box .content {
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
}
.Box  .content2 {
	margin-left: 30px;
	background-image: url(../images/privewaterm3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.Boxshare .sharing {
	margin-left: 15px;
	margin-bottom: 20px;
}

.Box .content u {
	line-height: 24px;
}

.vacationPackages {
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	width: 288px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../vacation_packages/images/footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.vacationPackages  img.ad {
	padding-top: 6px;
	padding-bottom: 6px;
}

.vacationPackages p {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	color: #CCCCCC;
}
.ourClientsBox {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
	background-image: url(../../images/sideContentBlueGradient.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.ourClientsBox p {
	font-size: 11px;
}

#testimonials {
	text-align: left;
	padding: 10px 0px;
}
#testimonials p {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#testimonials  strong  {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	padding-bottom: 10px;
}
#testimonials   .last  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#testimonials a:link {
	text-decoration: none;
	color: #05aaee;
}
#testimonials a:visited {
	text-decoration: none;
	color: #05aaee;
}
#testimonials a:hover {
	text-decoration: underline;
	color: #05aaee;
}
#testimonials a:active {
	text-decoration: underline;
	color: #05aaee;
}


.airports {
	float: left;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	padding-left: 20px;
	text-transform: capitalize;
	padding-bottom: 40px;
}
#airports {
	margin-left: 20px;
}

#airport_info {
	text-transform: uppercase;
}
#aircraft {
	clear: both;
	margin-left: 20px;
}

#aircraft_table {
	background-image: url(/images/aircraft_table.jpg);
	width: 920px;
	height: 428px;
	background-repeat: no-repeat;
	padding: 0px 10px 20px 10px !important;
	text-align: center;
}

#aircraft_table tr#thumbs a {
	background-image: url(/images/aircraft_thumbs.jpg);
	background-position: 0 0;
	width: 130px;
	height: 90px;
	display: inline-block;
}

#aircraft_table tr#thumbs a.helicopters:link, #aircraft_table tr#thumbs a.helicopters:visited {
	background-position: 0 0;
}

#aircraft_table tr#thumbs a.turboprops:link, #aircraft_table tr#thumbs a.turboprops:visited {
	background-position: 650px 180px;
}

#aircraft_table tr#thumbs a.lightjets:link, #aircraft_table tr#thumbs a.lightjets:visited {
	background-position: 520px 180px;
}

#aircraft_table tr#thumbs a.mediumjets:link, #aircraft_table tr#thumbs a.mediumjets:visited {
	background-position: 390px 180px;
}

#aircraft_table tr#thumbs a.supermediumjets:link, #aircraft_table tr#thumbs a.supermediumjets:visited {
	background-position: 260px 180px;
}

#aircraft_table tr#thumbs a.heavyjets:link, #aircraft_table tr#thumbs a.heavyjets:visited {
	background-position: 130px 180px;
}

#aircraft_table tr#thumbs a.helicopters:hover {
	background-position: 0 90px;
}

#aircraft_table tr#thumbs a.turboprops:hover {
	background-position: 650px 90px;
}

#aircraft_table tr#thumbs a.lightjets:hover {
	background-position: 520px 90px;
}

#aircraft_table tr#thumbs a.mediumjets:hover {
	background-position: 390px 90px;
}

#aircraft_table tr#thumbs a.supermediumjets:hover {
	background-position: 260px 90px;
}

#aircraft_table tr#thumbs a.heavyjets:hover {
	background-position: 130px 90px;
}

.aircraft {
	width: 145px;
	float: left;
	padding-left: 10px;
	margin-bottom: 25px;
}
.aircraft_info {
	float: left;
	padding-right: 30px;
	height: 50px;
}

li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.jetThumbnails {
	width: 112px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6;
	text-align: center;
	padding-bottom: 25px;
	float: left;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
}
.jetThumbnails img {
	border: 1px solid #333333;
	margin-bottom: 2px;
}



/* forms.css */
label {
	font-weight:bold;
	font-size: 12px;
}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #454545;}
legend {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #05aaee;
}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {
	width:390px;
	height:125px;
	padding:5px;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
#mainContent table.data {
	width: 620px;
}
table.data {
	border: 1px solid #303030;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.data thead tr {
	text-align: left;
	background-color: #E1E1E1;
}
tr.odd {
	background-color: #303030;
}
a.button1:link , a.button1:visited{
	height: 30px;
	display: block;
	line-height: 30px;
	width: 159px;
	text-align: center;
	background-image: url(../images/green_red_button.png);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: 30px;
}
a.button1:hover {
	background-image: url(../images/green_red_button.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.arrow {
	background-image: url(../images/white_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 452px;
	line-height: 31px;
	float: left;
	color: #666;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-indent: 50px;
}

#right {
	float: right;
	margin-top: 235px;
}

#right.specialoffer {
	padding-right: 40px;
}

#left {
	float: left;
	padding: 105px 0 0 0;
}

#white_container {
	background-repeat:no-repeat;
	margin-bottom:40px;
	width:900px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
input.get_a_free_quote {
	background-image: url(../images/get_a_free_quote_button.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 38px;
	width: 155px;
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
input.get_a_free_quote:hover {
	background-position: right;
}

input.specialoffer_button {
	background-image: url(../images/get_a_free_quote_button.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 38px;
	width: 100px;
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
input.specialoffer_button:hover {
	background-position: right;
}

/* =========== Jets Side Menu =========== */


.outerBox1 {
	background-position: left top;
	border-left:1px dotted #CCC;
	width: 288px;
}

h3.jets {
	color: #05aaee;
	background-position: left top;
	padding: 10px 0 15px 15px !important;
	margin: 0px !important;
	display:block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sidemenu li a {
	border-top: 1px dotted #414141;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	color: #05aaee;
	text-decoration:none;

}

ul.sidemenu {
	list-style:none;
	margin: 0px !important;
	padding: 0 0 20px 16px !important;
	-webkit-padding-start: 20px;
}

.sidemenu li a.first {
	border-top-style: none;
}

.sidemenu li a.selected {
	background: #2F2F2F;
	color: #fff;
}


.sidemenu li a:hover {
	background: #2F2F2F;
	color: #fff;
}

.specialevents_col {
	column-count: 4;
	column-gap: 20px;
	column-width:200px;
	column-rule: 1px dotted #414141;
	margin-bottom: 30px;
	font-size: 12px;
	color: #0C54A2 !important;
}

.specialevenets_col li {
	list-style-image: none;
}



