@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-weight: bold;
	text-align: left;
}

.printonly {display:none;}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

/* global layout */

body{
	background: #f8f7f5;
	color: #003000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em; /* 12px */
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	background:url(/images/fc/standard/bg_header.jpg) no-repeat;
	height: 103px;
}

#topnav {
	background:url(/images/fc/standard/bg_topnav.gif) repeat-x;
	height: 38px;
	position: relative;
	z-index: 1;
}

#topnav ul {
	float: left;
	height: 13px;
	margin: 9px 0 0 101px;
	_margin: 9px 0 0 51px;
}

#topnav ul li {
	float: left;
	height: 13px;
}

#topnav li:hover, #topnav li.hover {
    position: static;
}

#topnav ul li#welcome {width: 73px;}
#topnav ul li#products {width: 71px;}
#topnav ul li#locator {width: 96px;}
#topnav ul li#news {width: 53px;}
#topnav ul li#contact {width: 82px;}
#topnav ul li#about {width: 74px;}
#topnav ul li#safety {width: 98px;}
#topnav ul li#faqs {width: 51px;}
#topnav ul li#academy {width: 92px;}

#topnav ul li a {
	background:url(/images/fc/standard/bg_topnav_menu.gif) no-repeat;
	display: block;
	height: 13px;
}

#topnav ul li#welcome a {background-position: 0 0;}
#topnav ul li#products a {background-position: -73px 0;}
#topnav ul li#locator a {background-position: -144px 0;}
#topnav ul li#news a {background-position: -240px 0;}
#topnav ul li#contact a {background-position: -293px 0;}
#topnav ul li#about a {background-position: -375px 0;}
#topnav ul li#safety a {background-position: -449px 0;}
#topnav ul li#faqs a {background-position: -547px 0;}
#topnav ul li#academy a {background-position: -598px 0;}

#topnav a span {display: none;}

#topnav li:hover ul {left: auto;}
#topnav li:hover ul, #topnav li.sfhover ul {left: auto;}
#topnav li ul li {height: auto;float: left;}

#topnav li ul li a {
	background: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	color: #000;
	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#search {
	background:url(/images/fc/standard/btn_search.gif) no-repeat;
	float: right;
	height: 12px;
	margin: 9px 92px 0 0;
	width: 52px;
}

#main {
	margin: 0 auto;
	width: 756px;
}

#main #standard-search {
	background: url(/images/fc/standard/bg_main.jpg) 0px 50px no-repeat;
	height: 500px;
	padding: 0;
	position: relative;
}

#standard-search img#store-locator {margin: 20px 0 0 20px;}

#standard-search table#find-stores {
	margin: 50px 0 0 20px;
}

#standard-search table#find-stores td {
	padding: 0 0 10px 0;
}

#standard-search a#pitt {
	position: absolute;
	height: 92px;
	width: 285px;
	top: 392px;
	left: 175px;
}

#main #standard-results {
	background: url(/images/fc/standard/bg_main_search_results.jpg) 0px 10px no-repeat;
	padding: 40px 0 0 0;
}

#standard-results #sort {
	float: right;
	margin: -10px 10px 0 0;
}

#standard-results table#search-results {
	margin: 33px 0 0 8px;
	width: 677px;
}

#standard-results table#search-results th {
	padding: 10px;
}

#standard-results table#search-results td {
	border-bottom: 1px solid #9ba7ad;
	padding: 10px;
}

#standard-results table#search-results tr.alt-row td {
	background: #e5e7f3;
}

#standard-results p#new-search {
	background:url(/images/fc/standard/bg_new_search.jpg) no-repeat 8px 0px;
	padding: 30px 0 0 0;
	text-align: center;
}

#main #no-results {
	padding: 100px 0;
	text-align: center;
}

#footer {
	clear: both;
	font-size: .92em;
	margin: 20px 0 0 0;
	padding: 0 100px;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#footer p#footer-left {
	float: left;
}
#footer p#footer-right {
	float: right;
}

#footer a {
	color: #003000;
}
