@import url("/css/reset.css");

/* global rules */

h1,h2,h3,h4,h5,h6, p {margin:0 0 1em 0;}
h1 {font-size:1.4em;}
h2 {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1em;
	font-weight: bold;
}
h4,h5,h6 {font-size:.9em;}

p {line-height: 1.3em;}

a {
	color: #b20000;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

strong {font-weight: bold;}
blockquote {margin: 20px;}
sup {
	font-size: .8em;
	vertical-align: super;
}

table th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: left;
}

.printonly {display:none;}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* global layout */

body{
	background: #fefdf9;
	color: #003000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.69em; /* 11px */
}

#container {
	margin: 0 auto;
	width: 959px;
}

#header {
	background: #003000 url(/images/fc/premium/bg_header.jpg) no-repeat center;
	height: 103px;
}

#topnav {
	background:url(/images/fc/premium/bg_topnav.gif) repeat-x;
	height: 38px;
	position: relative;
	z-index: 1;
}

#topnav ul {
	float: left;
	height: 27px;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
}

#topnav ul li {
	background:url(/images/fc/premium/bg_topnav_div.gif) right bottom no-repeat;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 17px 0 7px;
	vertical-align: middle;
}

#topnav ul li.lastli {background: none;}

#topnav li:hover, #topnav li.hover {
    position: static;
}

#topnav ul li#welcome {width: 57px;}
#topnav ul li#products {width: 54px;}
#topnav ul li#locator {width: 79px;}
#topnav ul li#news {width: 36px;}
#topnav ul li#contact {width: 65px;}
#topnav ul li#about {width: 57px;}
#topnav ul li#safety {width: 88px;}
#topnav ul li#faqs {width: 34px;}
#topnav ul li#academy {width: 109px;}

#topnav ul li a {
	display: block;
	height: 27px;
}

#topnav li:hover ul {left: auto;}
#topnav li:hover ul, #topnav li.sfhover ul {left: auto;}
#topnav li ul li {
	background: none;
	float: left;
	height: auto;
	line-height: normal;
	padding: 0;
}

#topnav li ul li a {
	background: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	color: #000;
	display: block;
	font-size: 11px;
	height: auto;
	width:160px;
	_width:170px;
	padding: 1px 0px 1px 3px;
	text-align: left;
}

#topnav li ul li a:hover {
	background: #ead28a;
	color: #c00;
	text-decoration: none;
}

#topnav li ul {
	border-bottom: 1px solid #000;
	height: auto;
	position: absolute;
	width:165px;
	left: -999em;
	margin: 0;
}

/* Support for the "iehover-fix.js" */

#topnav ul iframe, ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* End Support for the "iehover-fix.js" */

#topnav a {color: #000;}

#topnav a#search {
	background:url(/images/fc/premium/bg_search_site.gif) left no-repeat;
	float: right;
	margin: 5px 25px 0 0;
	padding: 0 0 0 20px;
}

#main {
	position: relative;
}
#main #premium-search {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 730px;
}

#premium-search p {line-height: 1.5em;}

#main #premium-results {
	background:url(/images/fc/premium/bg_results_table.jpg) 0px 120px no-repeat;
	margin: 0 auto 50px auto;

	width: 830px;
}

#premium-results #results-header {
	float: left;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
	width: 300px;
}

#results-header p {
	color: #000;
	font-style: italic;
	margin: 10px 0 0 0;
}

#premium-results #results-legend {
	float: left;
	width: 350px;
}

#premium-results #sort {
	position: absolute;
	top: 70px;
	left: 830px;
	width: 60px;
}

#premium-results #search-results {
	clear: both;
	margin: 10px 0 0 60px;
	table-layout: fixed;
}

#search-results th {padding: 10px;}

#search-results td {
	border: 0px solid black;
	font-size: 1.09em;
	padding: 10px;
	vertical-align: top;
}

#search-results tr.alt-row td {background:#f8f2de;}

#search-results td table td {
	padding: 2px 0;
	vertical-align: middle;
}

#search-results td table td a {
	color: #003000;
	margin: 0 0 0 10px;
	text-decoration: underline;
}

#main #no-results {
	padding: 100px 0 100px 0;
	text-align: center;
}

#footer-links {
	border-bottom: 1px solid #c1c0bd;
	padding: 0 0 20px 0;
}

#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 100px;
}

#footer p {font-style: italic;}

#footer p#footer-left {float: left;}
#footer p#footer-right {float: right;}

#footer a {color: #003000;}
