/* This is for all pages*/

body {
	text-align: center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
} 

#wrapper {
	text-align: left;
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	padding-bottom: 0px;
}

/*The following pieces are used in the header section on this site*/

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 170px;
	width: 900px;
	background-image: url(images/fend-air_header.jpg);
}

/*The following pieces are used to create the middle part on this site*/



#middle {
	position: relative;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	padding: 0px;
	border: 0px;
	overflow: auto;
	left: 0px;
	background-image: url(/images/yellow_background.jpg) ;
	}

#left {
	float: left;
	position: relative;
	margin-left: 0px;
	width: 225px;
	height: auto;
	padding: 0px;
	border: 0px;
	overflow: auto;
	repeat: auto;

}

#right {
	float: left;
    position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 675px; 
	height: auto;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}


/* This is for the drop down menu*/

ul#nav1 {
	float: left;
	position: relative;
	margin-top: 50px;
	margin-left: 10px;
	padding: 0px;
	line-height: 40px;
	text-align: left;
	list-style-type: none;
	width: 215px;
	color: #001F5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

ul#nav1 li {
	display: block;
}

ul#nav1 li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #001F5C;
	text-decoration: none;
}

ul#nav1 li a:hover {
	color: #yellow;
	text-decoration: none;
}


/*The following pieces are used to create the text styles on this site*/

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
	line-height: 16px;
	text-align: left;
}

.mainText a {
	color: #009933;
	text-decoration: underline;
}

.mainText a:hover {
	color: #cc6633;
	text-decoration: underline;
}

.textbold {
	font-weight: bold;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 001F5C;
	margin-left: 15px;
	margin-top: 15px;
	line-height: 36px;
	text-align: left;
	font-weight: bold;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 22px;
	text-align: left;
	font-style: italic;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 22px;
	text-align: left;
	font-style: italic;
}

.tableTXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 14px;
	text-align: left;
}

.tablePRICE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 15px;
	text-align: right;
}
.tableHED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;
}