﻿/*----Site Colors----
	Gray:#ececec
	Black:#000
*/

body {
	background:url(../siteart/sitebg.jpg) repeat-x top center #848484;
	margin:0 auto;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	vertical-align:top;
}

.site {
	width:974px;
	margin:0 auto;
	text-align:center;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

h1 {
	background:url(../siteart/hbar.gif) repeat-x top #000;
	padding:10px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	display:block;
	margin:0 0 10px;
	border-right:1px solid #717171;
	border-left:1px solid #717171;
	border-top:1px solid #5a5a5a;
	border-bottom:1px solid #717171;	
}

h2 {
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:0 0 5px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin:0 0 10px;
	padding-bottom:5px;
	border-bottom:2px solid #000;
}

#wrapper {
	padding:10px;
	vertical-align:top;
}

/*---------------Navigation Section---------------*/


.logo {
	width:325px;
	height:188px;
	position:relative;
	margin:-27px auto -15px auto;
	z-index:20;
}

.logo_contain {
	text-align:center;
}

#nav {
	background:url(../siteart/hbar.gif) repeat-x top #000;
	z-index:1000;
	width:100%;
	border-top:1px solid #5a5a5a;
	border-bottom:1px solid #717171;	
}

#menu {
	width:974px;
	height:46px;
	margin:0 auto;
}

#menu td a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-right:1px solid #717171;
	border-left:1px solid #5a5a5a;
	padding:15px;
}

#menu td a:hover {
	background:#1d1d1d;
	color:#accfef;
}

.sub-menu{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background: #1d1d1d;
	border:1px solid #ececec;
	border-top:0;
	width:200px;
	text-align:left;
}

.sub-menu a:link, .sub-menu a:active, .sub-menu a:visited  {
	color:#fff;
	padding:8px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #5a5a5a;
}

.sub-menu a:hover {
	background:#ececec;
	color: #000;
}


.shadow {
	background: url('../siteart/shadow.png') repeat-x;
	height:9px;
	width:100%;
	margin:0 0 -9px 0;
	position:relative;
	float:left;
}


/*----------------Mid Section----------------*/



#slideshow {
height: 313px; /* height of container is slide height plus applied border width */ 
width: 470px;  /* width of container is slide width plus applied border width */
overflow:hidden; /* Hides all other images within slideshow container while loading */ 
border:1px #fff solid;
}


#slideshow img { 
padding:0; 
border:0; 
top: 0;
left: 0;
}

#slideshow2 {
height: 313px; /* height of container is slide height plus applied border width */ 
width: 470px;  /* width of container is slide width plus applied border width */
overflow:hidden; /* Hides all other images within slideshow container while loading */ 
border:1px #fff solid;
}


#slideshow2 img { 
padding:0; 
border:0; 
top: 0;
left: 0;
}





#mid {
	padding:5px 0;
	vertical-align:top;
}

.lg-columns {
	vertical-align:top;
	width:400px;
}

.rotation {
	background:#fff;
	display:block;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}

.oem-logo {
	display:block;
	border:0px solid #ececec;
	padding:10px 3px 5px 3px;
	text-align:center;
}

#filler {
	padding:0 8px;
	text-align:center;
}


/*-----------------Content Section----------------*/




#content {
	padding:0 0 10px;
	vertical-align:top;
}

#why-fly {
	width:200px;
	float:right;
	padding:10px;
	margin:5px 15px 15px;
	font-weight:bold;
	color:#fff;
}

#why-fly a:link, #why-fly a:visited, #why-fly a:active {
	text-decoration:none;
	color:#fff;
}

#why-fly a:hover {
	text-decoration:underline;
}

#contact-info {
	float:right;
	margin-left:20px;
	display:block;
	padding:20px;
	font-size:14px;
}

#contact-info td {
	vertical-align:top;
}


.label {
	text-align:right;
	font-weight:bold;
	width:150px;
}

.input-box {
	width:200px;
}

.highlight {
	display:block;
	color:#b1d9ff;
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}

.event {
	display:block;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:bold;
}

#links {
	width:35%;
	vertical-align:top;
	padding-right:15px;
}

#multimedia {
	vertical-align:top;
	width:40%;
	padding:0 15px;
}

#misc {
	vertical-align:top;
	width:25%;
	padding-left:15px;
}

#bulletins {
	float:right;
	width:300px;
	text-align:center;
	padding:15px;
}



#parts_bullets ul {
	margin:0;
}

#parts_bullets li {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	display:inline;
	padding:10px;
}

#parts_qualities {
	background:#ececec;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

#parts_qualities li {
	list-style:square;
	font-size:9pt;
}

#parts_points {
	font-size:12px;
	margin-left:10px;
}


#footerbar {
	background:url(../siteart/hbar.gif) repeat-x top #4c4c4c;
	padding:20px 0 10px 0;
	color:#fff;
	border-bottom:2px solid #717171;
}

#footer {
	padding:20px;
	text-align:center;
}
