/***********************************************/
/* FlyHigh07.css                               */
/* Use with Flyhigh.html pages                 */
/***********************************************/
 
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
 
html, body, ol, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset	{
margin:0px;
padding:0px;
border:0px;
}
 
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-image: url(/images/flyhigh/FH_Pattern3.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #D67A28;
	padding: 5px 0 5px 5px;
}
 
h1.push {
	padding-top: 50px;
}
 
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #6c6c6c;
	padding: 0 0 5px 5px;
}
 
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6c6c6c;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 50px;
}
 
h3.FatSacParagraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:200px;
	overflow:auto;
	font-size: 100%;
	color: #6c6c6c;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 50px;
	padding:10px;
}
 
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #D67A28;
	padding: 10px 0 5px 0;
}
 
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #6c6c6c;
}
 
/***********************************************/
/* Classes                                     */
/***********************************************/
 
.color180 {
	color: #D67A28;
}
 
.color414 {
	color: #6c6c6c;
}
 
.bars {
	color: #D67A28;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 8px;
}
 
.state {
	color: #D67A28;
	font-weight: bolder;
	padding-top: 20px;
}
 
.uline {
	background-image: url(/images/FHdivider.gif);
	background-repeat: no-repeat;
}	
 
.head4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #D67A28;
	padding: 10px 0 5px 0;
	font-weight: bold;
}
 
.check {
	font-size: 300%;
	font-weight: bold;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
 
#wrapper {
	position: relative;
	width: 920px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
 
#masthead {
	position:fixed;
	background-image: url(/images/flyhigh/Masthead.png);
	background-position:bottom;
	margin-top: 0px;
	width:920px;
	height: 120px;
	z-index:100;
}
 
#containerTop2 {
	background-image: url(/images/flyhigh/ContainerTop.png);
	background-repeat: no-repeat;
	width: 920px;
	height: 25px;
}
#containerTop {
	background-image: url(/images/flyhigh/ContainerTop.png);
	background-repeat: no-repeat;
	width: 920px;
	height: 25px;
	margin-top:100px;
}
 
#containerMain {
	background-image: url(/images/flyhigh/ContainerBG.png);
	background-repeat: repeat-y;
	width: 100%;
	min-height: 350px;
}
 
#flash {
	padding-bottom: 50px;
	margin-left: 25px;
	}
 
#containerFoot {
	background-image: url(/images/flyhigh/ContainerBottom.png);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 0 0 15px 0;
}
 
#containerBottom {
	margin: 0;
	width: 100%;
}
 
#containerBottom p {
	color: #000000;
	font-size: 80%;
	margin: 0 0 0 25px;
	padding-bottom: 10px;
}
 
#supportCompany {
	color: #6c6c6c;
	margin: 0 0 0 25px;
	padding-bottom: 10px;
	max-width: 300px;
	float: left;
}
 
#supportCompany p {
	font-size: 80%;
}
 
#supportCompany a {
	color: #6c6c6c;
	text-decoration: none;
}
 
#supportCompany a:hover, a:focus {
	color: #D67A28;
}
	
#AboutUs {
	min-height: 350px;
	margin-left: 300px;
	margin-right: 50px;
	width: auto;
	padding-top: 10px;
}
 
#AboutUs a {
	color: #D67A28;
	text-decoration: none;
}
 
#AboutUs a:hover, a:focus {
	text-decoration:underline;
}
 
#AboutUs p {
	color: #D67A28;
	padding-bottom: 5px;
	padding-top: 20px;
	display: block;
	font-size: 90%;
}
 
#FAQ {
	min-height: 850px;
	margin-left: 300px;
	margin-right: 50px;
	width: auto;
	padding-top: 10px;
}
 
#FAQ a {
	color: #D67A28;
	text-decoration: none;
}
 
#FAQ a:hover, a:focus {
	text-decoration:underline;
}
 
#FAQ p.question {
	color: #D67A28;
	padding-bottom: 5px;
	padding-top: 20px;
	display: block;
	font-size: 90%;
}
 
#FAQ p.answer {
	padding-bottom: 15px;
	padding-top: 10px;
	font-size: 80%;
	color: #6c6c6c;
}
 
#FAQ table p {
	color: #6c6c6c;
	font-size: 80%;
}
 
#open td {
	padding-top: 15px;
}
 
#quickNav td {
	text-align: center;
	}
 
#quickNav a {
	font-size: 80%;
	color: #6c6c6c;
}
 
#quickNav a:hover, a:focus, {
	color: #D67A28;
	text-decoration: none;
}
 
#instructions {
	color: #6c6c6c;
	font-size: 80%;
	font-weight: bolder;
}
 
/*#subnavCont {
	background-color: #000;
	width: 200px;
	float: left;
	margin: 15px 0 0 25px;
}*/
 
#mainContent {
	background-color:#000000;
	min-height: 100px;
	margin: 0 50px 0 50px;
	width: 820px;
	padding: 15px 0 15px 0;
}
 
#mainContent img.noborder {
	border: none;
	padding: 20px 0 10px 0;
}
 
#mainContent img.colors {
	border: none;
	padding-left: 320px;
	display: inline;
}
 
div.space { padding-bottom: 10px;
}
 
#mainContent p {
	text-align: justify;
	font-size: 80%;
	color: #6c6c6c;
	padding: 20px 0 0 0;
}
 
div.title {
	background-image: url(/images/flyhigh/titleBG.jpg);
	background-repeat: no-repeat;
	width: 548px;
	height: 50px;
	border: 1px solid #6c6c6c;
}
 
div.gradient {
	width: 550px;
	min-height: 300px;
	background-image: url(/images/flyhigh/productBG.jpg);
	background-repeat: no-repeat;
}
 
div#valves {
	position: absolute;
	z-index: 100;
	width: 200px;
	min-height: 50px;
	background: #000000;
	top: 11020px;
	left: 25px;
}
 
 
/***********************************************/
/* Operational Items                           */
/***********************************************/
 
#logo {
	padding-top: 5px;
	padding-left: 25px;
	/*width: 1px;*/
	float: left;
}

#QuickSearch {
	position:absolute;
	padding-top:80px;
	padding-left:20px;
}

#QuickSearch a{
	style="font-size: 90%;
	color: #ba552e;
	text-decoration: none;
}
#QuickSearch input{
	color:#ba552e;
	background-color:#000;
}
#SRtbl {
	background:#000;
}
#SRtbl tr td a{
	 font-size: 90%;
	 color: #ba552e;
	 text-decoration: none;
}
 
#nav {
	/*float: right;
	width: 670px;*/
	position:relative;
	padding-left:350px;
	/*position:static;*/
	padding-top: 60px; /*60*/
	z-index:99;
}
 
#nav.homepage{
	/*float: left;*/
	/*margin-left: 54px;*/
}
 
#nav ul{
	color: #ba552e;
	padding: 0;
	font-weight: bold;
	/* top margin determins vertical position of menu */
	margin: 0 0 0 5px;
	font-size: 11px;
	font-weight:normal;
	list-style:none;
	z-index:999;
}
 
#nav a{
	display: block;
	text-decoration:none;	
	color: #ba552e;
}
 
#nav a:hover{
	text-decoration:underline;	
	color: #ba552e;
}
 
/* spacing for IE is controlled in navhacks.css */
#nav li{
	float: left;
	padding:3px 10px 3px 10px; /*determines the spacing between the top level menu items*/
	border-right: 1px solid #6c6c6c;
}
 
#nav li:hover, #nav li:hover{
	position: static;
}
 
#nav li.last{
	float: left;
	padding:3px 0 3px 10px; /*determines the spacing between the top level menu items*/
	border-right: 0;
}
 
#nav li ul{
	color: #ba552e;	
	position: absolute;
	top: 78px; /*78*/
	left: -999em;
	height:auto;
	margin-top: 0; /*this has to be set to 0 for IE 7 to work*/
	margin-left: -140px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #d3d3d3;
}
 
#nav li:hover ul{
	left: auto;
}
 
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
 
#nav li a{
	display: block;
	text-decoration:none;	
	color: #ba552e;
}
 
#nav li a:hover{
	text-decoration:underline;
	color: #ba552e;
}
 
/* spacing for IE is controlled in navhacks.css */
#nav li li{
	float: left;
	padding:5px 10px 5px 10px; /*determines the spacing between the top level menu items*/
	border-right: 1px solid #6c6c6c;
}
 
#nav li li:hover, #nav li:hover{
	position: static;
}
 
#nav li li.last{
	float: left;
	padding:5px 10px 5px 10px; /*determines the spacing between the top level menu items*/
	border-right: 0;
}
 
 
/*
#nav {
	min-height: 10px;
	padding: 0;
	margin-left: 400px;
	padding-top: 100px;
}
 
#nav li {
	display: inline;
	margin-right: 0.5em;
	padding: 0 25px 0 25px;
	border-right: 1px solid #6c6c6c;
	text-align: center;
	font-size: 80%;
}
 
#nav li a {
	color: #6c6c6c;
	text-decoration: none;
}
 
#nav li a:hover, li a:focus {
	color: #D67A28;
	background: #000000;
	padding-left: 0px;
}
 
#nav li.last {
	border-right: 0;
}
*/
 
#switcher {
	position:absolute;
	top:15px;
	left:400px;
	float:right;
	z-index:10000;
}
 
#subnav li {
	text-align: left;
	font-size: 80%;
	padding-bottom: .5em;
	list-style-type: none;
	display: block;
}
 
#subnav li a {
	color: #6c6c6c;
	text-decoration: none;
	display: block;
	background: #000000;
}
 
#subnav li a:hover, li a:focus {
	color: #ffffff;
	padding-left: 5px;
	background: #D67A28;
}
 
#returnNav {
	padding-bottom: 50px;
}
 
#returnNav li {
	display: inline;
	border-right: 1px solid #bb552e;
	padding-right: 10px;
	padding-left: 10px;
}
 
#returnNav li.first {
	margin-left: -50px;
}
 
#returnNav li.last {
	border-right: 0;
}
 
#returnNav a {
	color: #bb552e;
	text-decoration: none;
	font-size: 80%;
	text-align: left;
}
 
#returnNav a:hover, a:focus {
	color: #6c6c6c;
}
 
#dealers li {
	text-align: left;
	font-size: 80%;
	list-style-type: none;
	padding-bottom: .5em;
	display: block;
}
 
#dealers li a {
	color: #6c6c6c;
	text-decoration: none;
	display: block;
	background: #000000;
}
 
#dealers li a:hover, li a:focus {
	color: #ffffff;
	padding-left: 5px;
	background: #D67A28;
}

#dealers2 li {
	text-align: right;
	font-size: 80%;
	list-style-type: none;
	padding-bottom: .5em;
	display: block;
}

#dealers2 li a {
	color: #6c6c6c;
	text-decoration: none;
	display: block;
	background: #000000;
}

#dealers2 li a:hover, li a:focus {
	color: #ffffff;
	padding-left: 5px;
	background: #D67A28;
}
 
#xstar {
	color: #6c6c6c;
	font-size: 80%;
	}
 