html{
}

body{
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
}

h1{
	color: #fff;
	font-size: 1.4em
	margin: 2em 0 .5em 0;
}

h2{
	color: #fff;
	font-size: 1.25em
	margin: 2em 0 .5em 0;
}

h3{
	color: #fff;
	font-size: 1.1em;
	margin: 2em 0 .5em 0;
}

p{
	line-height: 1.10em;
	margin: 0 0 1em 0;
}

a.mailto{
	color: aqua;
}

.back-to{
	color: aqua;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
}

.four-hundred{
	width: 400px;
}

.gold{
	color: #f4ce53;
}

.gradiant{
	background-image: url(../images/gradiant.jpg);
	background-repeat: repeat-y;
}

.large-font{
	font-size: 1.4em;
}

.large-font2{
	font-size: 1.2em;
}

.left{
	float: left;
}

.right{
	float: right;
}

.left-margin-fifty-px{
	margin: 0 0 0 50px;
}

.margin-bottom-20px{
	margin-bottom: 20px;
}

.text-right{
	text-align: right;
}

.three-hundred{
	height: 300px;
}

.width-400px{
	width: 400px;
}

.padding-left-30px{
	padding: 0 30px 0 0;
}

.padding-right-30px{
	padding: 0 0 0 30px;
}

.padding-top-10px{
	padding: 10px 0 0 0;
}

.padding-top-30px{
	padding: 30px 0 0 0;
}


.ucase{
	text-transform: uppercase;
}

#wrapper{
	background-image: url(../images/bg-column.gif);
	background-repeat: repeat;
	margin: auto;
	width: 1000px;
}

#container{
   background-color: #292928;
/*	background-color: #4A4A48; */
	margin: auto;
	width: 960px;
}

#header{
	background-color: #000;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 8px ridge #f4ce53;
	color: #fff;
	height: 100px;
	padding: 10px;
}

#logo{
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#logo a{
	color: #f4ce53;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

#content{
	color: #f4ce53;
	padding: 10px;
}

#content ul li{
	line-height: 1.10em;
	margin: 0 0 1em 2em;
}

#content ul li ul li{
	line-height: 1.10em;
	margin: 0 0 1em 2em;
}

#content ul.circle li{
	list-style: circle;
	margin: 0 0 1em 2em;
}

#content ol li{
	line-height: 1.10em;
	margin: 0 0 1em 2em;
}

#content ol.num li{
	list-style: decimal;
	margin: 0 0 1em 2em;
}


#item-details h2{
	margin-left: -2em;
	font-size: larger;
}

#item-details h3{
	margin-left: -2em;
}

#item-details ul li{
	margin: 0 0 1em -1.5em;
}

/*
#navigation{
	background-color: #000;
	border-bottom: 4px solid #656665;
	padding: 7px 0 7px 0;
	text-align: center;	
}

#navigation ul li{
	display: inline;
	margin: 0 .75em 0 .75em;
   text-transform: capitalize;
}


#navigation ul li a{
	color: #f4ce53;
	text-decoration: none;
}

#navigation ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
*/

#navigation{
	background-color: #000;
	border-bottom: 4px solid #656665;
	padding: 0;
	float: left;
	width:100%;
}

#jsddm
{	
	float: left;
}
	
	#jsddm li
	{	float: left;
		list-style: none;
	}

	#jsddm li a
	{
		display: block;
		padding: 5px 12px;
		text-decoration: none;
		width: auto;
		color: #f4ce53;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #000;
		color: #fff;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
		color: #fff;
			background: #656665}
		
		#jsddm li ul li a:hover
		{	background: #333}


#mission-statement{	
	height: 300px;
	width: 400px;
}

#mission-statement h2{	
	font-size: 1.4em;
	margin: 10px 0 1em 0;
}

#mission-statement p{
	font-size: larger;
	margin: 5px 15px 30px 15px;
}

#footer{
	color: #fff;
	font-size: 10px;
	margin: 10px 0 10px 0;
	text-align: center;
}

#product-list{
	width: 100%;
}

#product-list tr.highlight{
	background-color: #333;
}

#product-list th{
	background-color: #f4ce53;
	color: #000;
	cursor: pointer;
	padding: 5px 0 5px 0;
}

#product-list tr td{
	padding: 7px;
	text-align: center;
}


#product-list a{
	text-decoration: none;
	color: #f4ce53;
	cursor: pointer;
}

#product-list_info{
	display: none;
}

#product-list-aircraft{
	width: 100%;
}

#product-list-aircraft tr.highlight{
	background-color: #333;
}

#product-list-aircraft th{
	background-color: #f4ce53;
	color: #000;
	cursor: pointer;
	padding: 5px 0 5px 0;
}

#product-list-aircraft tr td{
	padding: 7px;
	text-align: center;
}


#product-list-aircraft a{
	text-decoration: none;
	color: #f4ce53;
	cursor: pointer;
}

#product-list_info{
	display: none;
}

#gallery {
	margin: 10px 0 0 0;
	width: 400px;
}

#gallery ul { 
	list-style: none; 
}

#gallery ul li { 
	display: inline; 
	margin: 0 7px 0 7px;
}

#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px;
	margin: 0 0 7px 0;
}

#gallery ul a:hover img {
	border: 5px solid #fff;
	color: #fff;
}

#gallery ul a:hover { 
	color: #fff; 
}