﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
	
	AirSprint Private Aviation
	author: 
	version:   1.0

/* ---------------------------------------------------------------------------
Basics
-----------------------------------------------------------------------------*/
html, body { height: 100%; }
/* Force vertical scrollbar */
	html { min-height: 100%; margin-bottom: 1px; }
* { margin: 0; padding: 0px; } /* Remove padding and margin */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 0em 0; } /* Put it back on certain elements */
.clear { clear:both; } /* Class for clearing floats */
img { border: 0; } /* Remove border around linked images */

/* ---------------------------------------------------------------------------
Spacers & Headers
-----------------------------------------------------------------------------*/
.break { margin: 0; padding: 0; border-width: 0; height:8px; line-height: 8px; }
.bigBreak { height:15px; }
br { margin: 0; padding: 0; border-width: 0; line-height: 6px; }
*.brHalf { display:block; margin-top:-0.5em; }
*.brSingle { display:block; margin-top:0em; }
*.brOne { display:block; margin-top:1.5em; }
*.brDouble { height:12px; }

/* ---------------------------------------------------------------------------
Global ID's
-----------------------------------------------------------------------------*/
body { text-align: center; background-color:#e4eef4; margin: 0; height: 100%; padding: 0; }
#wrapper { background:url(../images/sitebg_top.jpg) repeat-x; width: 100%; height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; margin: 0 auto; text-align: left; position:relative; }
#wrapperPadding { background:url(../images/sitebg_btm.jpg) repeat-x bottom; width: 100%; height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; margin: 0 auto; text-align: left; position:relative; }
#siteFrame { margin: 0 auto; position: relative; width:850px; background:url(../images/siteframe_bg.jpg) repeat-y; padding-left: 2px; }

/* ---------------------------------------------------------------------------
Top Banner Content
-----------------------------------------------------------------------------*/
#topBanner { height:130px; position:relative; width:830px; }
/* ---------------------------------------------------------------------------
Top Banner Content
-----------------------------------------------------------------------------*/
#sidePlane { padding-left:9px; padding-top:15px; }

/* ---------------------------------------------------------------------------
Main Content
-----------------------------------------------------------------------------*/
#mainContent { width:830px; position: relative; padding-left: 9px; }

/* ---------------------------------------------------------------------------
Secondary Content
-----------------------------------------------------------------------------*/
#mainContent_secondary { background:url(../images/contentArea_secondary.jpg) repeat-y; width:850px; position: relative; }
#mainContentArea { float:left; width:612px; }
#contentFrame { padding:20px 20px 20px 20px; }
.breadcrumbs { background:url(../images/breadcrumbs_bg.jpg) no-repeat; width:616px; height:30px; margin-top: 1px; padding: 20px 0px 10px 15px; }
#sideNav { width:218px; float:left; }
.navHeader { width:207px; background-color:#0093d0; height:53px; margin-left:1px; position: relative; }
.mainPhoto { background:url(../images/experience_mainPhoto.jpg) no-repeat; width:450px; height:557px; float:left; margin-top: 5px; }
.mainPhoto_copy { position:absolute; width:413px; height:144px; left: 234px; top: 25px; }
.main_rightPhotos { float:left; width:176px; padding-left:0px; margin-top: 1px; }
.main_rightPhoto_1 { background:url(../images/experience_sidePhoto1.jpg) no-repeat; width:176px; height:64px; padding: 132px 0px 5px 5px; }
.main_rightPhoto_2 { background:url(../images/experience_sidePhoto2.jpg) no-repeat; width:176px; height:63px; padding: 112px 0px 5px 5px; }
.main_rightPhoto_3 { background:url(../images/experience_sidePhoto3.jpg) no-repeat; width:176px; height:50px; padding: 123px 0px 5px 5px; }
.experienceBanner { width:616px; height:119px; position:relative; background:url(../images/experience_img.jpg); }
.experienceBanner1 { width:616px; height:119px; position:relative; background:url(../images/experience_img2.jpg); }
.whyBanner { width:616px; height:119px; position:relative; background:url(../images/why_img.jpg); }
.fleetBanner { width:616px; height:119px; position:relative; background:url(../images/fleet_img.jpg); }
.fleetBanner_citation { width:616px; height:119px; position:relative; background:url(../images/fleet_img_citation.jpg); }
.aboutBanner { width:616px; height:119px; position:relative; background:url(../images/about_img.jpg); }
.aboutBanner1 { width:616px; height:119px; position:relative; background:url(../images/about_img_1.jpg); }
.aboutBanner2 { width:616px; height:119px; position:relative; background:url(../images/about_img_2.jpg); }
.aboutBanner3 { width:616px; height:119px; position:relative; background:url(../images/about_img_2.jpg); }
.bannerTitle { position:absolute; height: 35px; top: 82px; left: 18px; }

/* ---------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#siteBottom { width:100%; height:115px; position: absolute; bottom: 0px; }
#footerFrame { background:url(../images/siteframe_btm.jpg) no-repeat; width:852px; height:80px; position: relative; margin: 0 auto; padding-top: 35px; }
.footerCopy { height:20px; }

#flashEmail { float:absolute; padding-left:0px; margin-top: 10px; }

