﻿/*----Site Colors----
	Gray:#ececec
	Black:#000
*/

body {
	background:url(../siteart/sitebg.jpg) repeat-x top center #000;
	margin:0 auto;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#df0000;
}

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;
}

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 {
	background:#fff;
	padding:10px;
	vertical-align:top;
}

/*---------------Navigation Section---------------*/

#nav {
	background:url(../siteart/hbar.gif) repeat-x top #000;
}

#menu {
	width:974px;
	height:46px;
}

#menu td a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	border-right:1px solid #000;
	border-left:1px solid #3d3d3d;
	padding:15px;
}

#menu td a:hover {
	background:#000;
	color:#df0000;
}

.sub-menu{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background: #0e0e0e;
	border:1px solid #ececec;
	border-top:0;
	width:200px;
}

.sub-menu a:active {
	color:#fff;
	padding:8px;
	display: block;
	font-weight: bold;
	text-decoration:none;
}

.sub-menu a:visited {
	color:#fff;
	padding:8px;
	display: block;
	font-weight: bold;
	text-decoration:none;
}

.sub-menu a:link {
	color:#fff;
	padding:8px;
	display: block;
	font-weight: bold;
	text-decoration:none;
}

.sub-menu a:hover {
	background:#ececec;
	color: #000;
}



/*----------------Mid Section----------------*/

#mid {
	padding:5px 0;
	vertical-align:top;
}

.lg-columns {
	vertical-align:top;
	width:400px;
}

.rotation {
	background:#000;
	display:block;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}

.oem-logo {
	display:block;
	border:5px solid #ececec;
	padding: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;
	background:#ececec;
	padding:10px;
	margin:5px 15px 15px;
	font-weight:bold;
}

#why-fly a:link, #why-fly a:visited, #why-fly a:active {
	text-decoration:none;
}

#why-fly a:hover {
	text-decoration:underline;
}

#contact-info {
	float:right;
	width:450px;
	margin-left:20px;
	display:block;
	background:#ececec;
	padding:20px;
}

.label {
	text-align:right;
	font-weight:bold;
	width:150px;
}

.input-box {
	width:200px;
}

.highlight {
	display:block;
	color:#df0000;
	font-weight:bold;
	margin-bottom:5px;
}

.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:35%;
	padding:0 15px;
}

#misc {
	vertical-align:top;
	width:25%;
	padding-left:15px;
}

#bulletins {
	float:right;
	width:300px;
	text-align:center;
	border-left:1px dotted #000;
	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 #000;
	padding:15px;
	color:#fff;
}

#footer {
	padding:20px;
	text-align:center;
}