@import "./reset.css";
      
body {
   background: #d8d8d8 url(/res/images/background.gif) top center repeat-y;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
}
#container { 
   width: 890px;
   margin: 0 auto;
   position: relative;
   left: -2px;
}

#sidebar, #content {
   margin: 46px 0 40px 40px;
   float: left;
}
#content { margin: 0 0 40px 74px; }
#home #content {
   margin-top:65px;
   margin-left: 44px;
}

#content {
   width: 480px;
   color: #555;
}

#aircraft #content,
#services #content {
   float: none; 
   width: auto;
   clear: both;
   margin: 0 50px;
}

#about-us #content,
#contact #content {
    width: 450px;
}

#logo h2 {
   width: 288px;
   height: 156px;
   background: url(/res/images/logo.gif) bottom left no-repeat;
   text-indent: -9999em;
   margin-bottom: 50px;
}
#logo h3 {
   text-align: center;
   font-size: 26px;
   font-weight: normal;
   color: #ad1929;
}
#home #logo {
   margin-bottom: 64px;
}

#sidebar {
   width: 290px;
   position: relative;
}


/*
 * Nav
 */

#nav {
   background: black;
   color: white;
   padding-left: 40px;
   float:left;
   width: 850px;
}
#nav li {
   float: left;
   margin: 40px 0 0 0;
}
#nav li a {
   background: black;
   display: block;
   border-left: 3px solid #ad1929;
   padding-left: 8px;
   padding-right: 47px;
   padding-bottom: 25px;
   color: #555;
   text-transform: uppercase;
   text-decoration: none;
   font-size: 18px;
}
#home #home_nav a,
#about-us #about_nav a,
#services #service_nav a,
#media #media_nav a,
#aircraft #aircraft_nav a,
#contact #contact_nav a,
#nav a:hover {
   color: #aaa;
}

/* 
 * Subnav 
 */

#subnav li a {
   font-size: 15px;
   letter-spacing: 1px;
   color: #909090;
   display: block;
   text-transform: uppercase;
}
#sidebar #subnav {
   margin: 0 20px;
}
#sidebar #subnav li {
   margin:0;
}
#sidebar #subnav li a {
   text-decoration: none;
   padding:1.10em 1.25em;
   border-bottom: 1px solid #ad1929;
}
#services #subnav,
#aircraft #subnav {
   float:left;
   margin-left: 75px;
   margin-bottom: 1em;
}
#services #subnav li a,
#aircraft #subnav li a {
   text-decoration: underline;
}
#sidebar #subnav li.last a {
   border-bottom: 0;
}



#footer {
   clear: both;
   padding: .5em 1em .5em 1em;
   background: black;
   color: white;
}
#footer p { 
   margin-bottom: 0;
   text-align:center;
   color: #666;
}


p, li {
   line-height: 150%;
   margin-bottom: .5em;
}

h1 {
   float: left;
   color: #eee;
   font-size: 28px;
   letter-spacing: 4px;
   text-transform: uppercase;
   font-weight: bold;
   margin-top: 50px;
   margin-left: 40px;
   margin-bottom: 6px;
}

#home h1 {
   display: none;
}
#home p .header {
   font-size: 22px;
   font-weight: bold;
}

.service,
.craft, .construction {
   border-top: 1px solid #ad1929;
   padding: 40px 0;
   clear:left;
}
.service h3, .service p,
.craft h3, .craft p {
   margin-left: 324px;
}
h2 {
   font-size: 26px;
   color: #ad1929;
}

h3 {
   font-size: 20px;
   margin-bottom: .5em;
}

#content h2,
#content h3 {
    padding: .25em 0;
}

.service img,
.craft img {
   float: left;
   margin-right: 30px;
   margin-bottom: 40px;
   border: 5px solid #d9d9d9;
}

.right_bar img {
   float: left;
   margin-right: 30px;
   margin-bottom: 40px;
   border: 5px solid #d9d9d9;
}

#media #content {
   margin-left: 46px; 
   width: 500px;
}
#thumbs li {
   float: left;
   margin-left: 12px;
   margin-bottom: 12px;
}
#thumbs li a {
   display:block;
   border: 2px solid #d9d9d9;
}

#movie_wrapper {
   clear:both;
   text-align: center;
}
#movie {
   width:640px;
   margin: 0 auto;
}

dl {
    float: left;
    clear:none;
    width: 400px;
}
dt {
    float: left;
    width: 200px;
    text-align:right;
    color: #666;
    font-weight:bold;
    clear:left;
    padding: .25em 0;
    padding-right: 10px;
}
dd {
    clear:right;
    padding: .25em 0;
}

#aircraft #sidebar,
#services #sidebar {
padding-bottom: .5em;
margin-bottom: .5em;
}

.contact {
    border-top: 1px solid #ccc;
    padding: 2em 0;
}
#contact #content .first {
border: 0;
}


/* Get down! */
html,
body {
   height:100%;
}
#container {
   /* IE6 hack */
   height: auto !important;
   height: 100%;
   /* End IE6 hack */

   min-height:100%;
   position:relative;
}
#sidebar, #content, #movie_wrapper {
   padding-bottom:3em;   /* Height of the footer */
}
#footer {
   width: 862px;
   position:absolute;
   bottom:0;
   height:1.5em;   /* Height of the footer */
}

.clearfix {
    clear:both;
    font-size: 1px;
    height: 1px;
}

.box-menu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ad1929;
	font-weight: bold;   
}

.box-menu ul li {
	background: url(/res/images/li_bg.jpg) no-repeat left center;	
	margin-bottom: 12px;
}

.box-menu ul li a:link,
.box-menu ul li a:active,
.box-menu ul li a:visited {
	color: #525252;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	text-decoration: none;
}

.box-menu ul li a:hover {
	text-decoration: underline;
}

.leftNav {
	width: 260px;
	float: left;
}

.rightNav {
	width: 200px;
	float: left;
}

.imageWrap {
	width: 466px;
	height: 303px;
	padding: 2px;
	background: #6a6969;
	margin-top: 8px;
}

.featured_box {
	left:-85px;
	position:absolute;
	top:270px;
}

.left_bar {
	float:left;
	width:444px;
}

.right_bar {
	float:right;
	width:293px;
}

.item {
	background: url(/res/images/box_bg.jpg) no-repeat left 4px;		
	padding-left: 22px;
	line-height: 20px;
}

.item h4 {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


