* { margin:0; padding:0; }
body { background:#f5f9f0; width:100%; 

}

/* unvisited link */
a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #FFFFFF;
}

/* mouse over link */
a:hover {
    color: #FFFFFF;
}

/* selected link */
a:active {
    color: #FFFFFF;
}

	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
            #super sized slidefillimage {
    height: 60px;
    min-width: 150px;
    max-width: 900px;    
    width: expression(document.body.clientWidth < 152? "150px" : document.body.clientWidth > 902? "900px" : "auto");  
    text-indent: 10px;
    color: #000;
    background-color: #00517D; 
    font: 400 50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 0 0;
    line-height: 30px;
}
            #supersized slidecaption { height:300px; position:absolute; overflow:hidden; color:#FFF; font:400 50px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			
			
			
nav {
      width: 100%;
	  font-family:Arial;
	  position:fixed;
	  top:0px;
	   }
    nav ul {
      list-style: none;
      overflow: hidden; }
    nav ul li {
      float: left;
      width: 25%; }
    nav ul li a {
      text-align: center;
      padding: 8px 0;
      display: block;
      width: 100%;
      background: #3e7cb3; /* Old browsers */
      background: -moz-linear-gradient(top,  
        #3e7cb3 0%, #185a94 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#185a94), 
        color-stop(100%,#185a94)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Opera 11.10+ */
      background: linear-gradient(to bottom,  
        #3e7cb3 0%,#185a94 100%); /* W3C, IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( 
        startColorstr='#3e7cb3', 
        endColorstr='#185a94',GradientType=0 ); /* IE6-9 */
      }
    nav ul li a,
    nav ul li a:focus,
    nav ul li a:visited,
    nav ul li a:hover,
    nav ul li a:active {
      color: #FFFFFF;
      text-decoration: none; }
    nav ul li a:hover,
    nav ul li a:active {
      background: #6497c3; /* Old browsers */
      background: -moz-linear-gradient(top,  
        #6497c3 0%, #8eb4d6 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#6497c3), 
        color-stop(100%,#8eb4d6)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  
        #6497c3 0%,#8eb4d6 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  
        #6497c3 0%,#8eb4d6 100%); /* Opera 11.10+ */
      background: linear-gradient(to bottom,  
        #6497c3 0%,#8eb4d6 100%); /* W3C, IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( 
        startColorstr='#6497c3', 
        endColorstr='#8eb4d6',GradientType=0 ); /* IE6-9 */
      }
    nav ul li:first-child a {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    nav ul li:last-child a {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }


.container{
width:100%;
position:relative;
margin:0;
padding:0;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
	font-weight:bold;
    text-decoration:none;
    padding-left:55px;
    
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 10px 0 0 0;
	width:200px;
	color: #000000;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 5px 8px 10px;
	background-color:#FFFFFF;
    
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
		background-color:#FFFFFF; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 30px;
	color: #548912;
   	background-color:#FFFFFF;
}



/*---------- bubble tooltip -----------*/
a.tt2{
    position:relative;
    z-index:24;
    color:#000000;
	font-weight:bold;
    text-decoration:none;
    padding-left:55px;
    
}
a.tt2 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt2:hover{ z-index:25; color: #aaaaff; background:;}
a.tt2:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 10px 0 0 0;
	width:200px;
	color: #000000;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt2:hover span.top{
	display: block;
	padding: 5px 8px 10px;
	background-color:#FFFFFF;
    
}
a.tt2:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
		background-color:#FFFFFF; 
}
a.tt2:hover span.bottom{
	display: block;
	padding:3px 8px 30px;
	color: #548912;
   	background-color:#FFFFFF;
}








.footerslide { 
position:fixed;
bottom:0px;
left:-196%; 
margin: 0 auto 5px; 
width: 100%; 
height:100px;
z-index:999;
-webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
bottom: 2%;
right: 0%;
height: 53px;
} 


.footerslide:hover { 
position:fixed;
right:0%; 
margin: 0 auto 5px; 
width: 100%; 
height:100px;
z-index:999; 
bottom: 2%;
left: 0px;
height: 53px;
-webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
} 






.header
{
    z-index: 9990;
    top: 0px;
    left: 0px;
    height: 53px;
	background-color:#FFFFFF;

}

 .header a, .footer a
    {
        color: #fff;
    }

        .header a.selected, .footer a.selected
        {
            color: #dd0333;
        }
		
.header-menu
{
    font-size: 16px;
    line-height: 1.8em;
    margin-left: 40px;
	padding-top:12px;
}

    .header-menu span
    {
        padding-right: 16px;
    }
	
	
	#info {
	clear:both;
	top:200px;
	margin-left:20px;
	background-image:url(http://capitaljetgroup.com/images/bg.png);
	width:258px;
	height:750px;
	font-family:Arial;
	
	}
	
	#logo {
	top:0px;
	left:96px;
	right: 50px;
	widows:654px;
	}

	
	
	#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}
	
	
	.header-contact
{
    float: right;
	top:0px;
    position: relative;
    height: 98px;
   font-size: 1.25em;
    color: #fff;

}









#footer {
position:absolute;
width:100%;
clear:both;
height:20px;
 text-align: center;
      padding: 8px 0;
      display: block;
      width: 100%;
      background: #3e7cb3; /* Old browsers */
      background: -moz-linear-gradient(top,  
        #3e7cb3 0%, #185a94 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#185a94), 
        color-stop(100%,#185a94)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Opera 11.10+ */
      background: linear-gradient(to bottom,  
        #3e7cb3 0%,#185a94 100%); /* W3C, IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( 
        startColorstr='#3e7cb3', 
        endColorstr='#185a94',GradientType=0 ); /* IE6-9 */


}

#footerhp {
position:absolute;
font-family:Arial;
color:#FFFFFF;
top:780px;
width:100%;
clear:both;
height:36px;
 text-align: center;
      padding: 8px 0;
      display: block;
      width: 100%;
      background: #3e7cb3; /* Old browsers */
      background: -moz-linear-gradient(top,  
        #3e7cb3 0%, #185a94 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#185a94), 
        color-stop(100%,#185a94)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Opera 11.10+ */
      background: linear-gradient(to bottom,  
        #3e7cb3 0%,#185a94 100%); /* W3C, IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( 
        startColorstr='#3e7cb3', 
        endColorstr='#185a94',GradientType=0 ); /* IE6-9 */


}

#copyright {
font-family:Arial;
color:#FFFFFF;
      padding: 8px 0;
 background: #3e7cb3; /* Old browsers */
      background: -moz-linear-gradient(top,  
        #3e7cb3 0%, #185a94 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#185a94), 
        color-stop(100%,#185a94)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  
        #3e7cb3 0%,#185a94 100%); /* Opera 11.10+ */
      background: linear-gradient(to bottom,  
        #3e7cb3 0%,#185a94 100%); /* W3C, IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( 
        startColorstr='#3e7cb3', 
        endColorstr='#185a94',GradientType=0 ); /* IE6-9 */
}



#copyrighthomepage {
font-family:Arial;
background-color:#1a3f85;
color:#FFFFFF;
      padding: 8px 0;
 
}


.banner {
margin-bottom: 20px;
margin-top:43px;
z-index: 1;
}
.banner .slider {
position: relative;

}
.banner .slider ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 300px;
overflow: hidden;
position: relative;
}
.banner .slider ul li {
position: absolute;
top: 0;
left: 50%;
}


#table {
width:1024px;
margin-left:auto;
margin-right:auto;
font-family:Arial;
font-size:14px;




}

/* Begin Highslide
==================================== */


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(http://www.globalair.com/aircraft_for_sale/_includes/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(http://www.globalair.com/aircraft_for_sale/_includes/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: #333333;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(http://www.globalair.com/aircraft_for_sale/_includes/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}



@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
	    overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.highslide-container {
	z-index:10003 !important;
    }
    .highslide-credits {
	    display:none !important; 
    }
    .highslide-caption {
	    color:#333 !important; 
    }
    .highslide-dimming {
	    background: black;
    }
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid #cccccc;
		height:5px;
		left:50%;
		margin-left:-106px;
		padding:0px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#cc0000;
		height:5px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
		color:#333333;
		font-family:Trebuchet MS;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		background-image:url(http://www.globalair.com/aircraft_for_sale/_includes/imageflow/slider_air2.jpg);
		background-repeat:no-repeat;
		height:15px;
		margin:-8px 0 0 -7px;
		position:absolute;
		width:88px;
		z-index:10003;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(http://www.globalair.com/aircraft_for_sale/_includes/imageflow/button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(http://www.globalair.com/aircraft_for_sale/_includes/imageflow/button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
	}
    span.test[style*="inline"]
{
    display:block !Important;
    background-color: Yellow;
    border: 1px solid #cccccc;
    font-size:.9em;
}
}



 div.instructions1
    {
        visibility:hidden;
        color:Red;
        font-weight:bold;
    }
    div.instructions2
    {
        visibility:visible;
        color:Red;
        font-weight:bold;
    }
     .ModalBackground
        {
            background-color: #666666;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }
        .searchinputw
{
            filter: alpha(opacity=50);
            opacity: 0.5;
}
