@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.64em;
	line-height: 1.5em;
	color: #000;
	background-image: url(/images/banner_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px; /* the bottom margin is the negative value of the footer's height */
}
/* --------------- banner --------------- */
#banner {
	/* background-image: url(/images/banner_watermark.gif);
	background-repeat: no-repeat;
	background-position: right center; */
	height: 116px;
	position: relative;
	z-index: 1000;
}
#banner #logo {
	float: left;
}
#banner h1 {
	margin: 0 0 20px 0;
	color: #840202;
	padding: 16px 0 0 134px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 1.8em;
}
#banner h1 span {
	display: none;
}
#banner #mainnav {
	padding: 0;
	margin: 0 0 0 124px;
	text-transform: lowercase;
	position: absolute;
}
#banner #mainnav a {
	color: #fff;
	text-decoration: none;
}
#banner #mainnav a:hover {
	color: #000;
	text-decoration: none;
}
#banner #mainnav li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
#banner #mainnav li a.big {
	font-size: 2.3em;
	font-weight: bold;
	background-image: url(/images/banner_bignav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 97px;
	height: 42px;
	padding-top: 3px;
	line-height: normal;
	display: block;
	text-align: center;
	margin-right: 4px;
}
#banner #mainnav li a.small {
	font-size: 1.2em;
	font-weight: normal;
	background-image: url(/images/banner_smallnav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 117px;
	height: 32px;
	padding-top: 5px;
	margin-top: 9px;
	line-height: normal;
	display: block;
	text-align: center;
	margin-right: 4px;
}
/* --------------- mega drop downs --------------- */
#banner #mainnav li div {  
	position: absolute; 
	top: 4em; 
	left: 0em;
	display: none;
	border: 1px solid #ccc;
	background-color: #ebebeb;
	padding: 0.5em;
	z-index: 1000;
	-moz-box-shadow: 0px 4px 5px #888;
}
#banner #mainnav li div li, #banner #mainnav li div h4 {
	text-transform: none;
}
#banner #mainnav li div ul {
	float: left;
	margin: 0;
	padding: 0.5em 1.0em;
}
#banner #mainnav li div li {
	display: block;
	float: none;
	list-style: none;
	margin: 0.25em 0;
}
#banner #mainnav li.hovering div { 
	display: block;
	position: absolute;
	z-index: 1000;
}
#banner #mainnav li div li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0 3px;
}
#banner #mainnav li div li a:hover {
	color: #d90000;
	text-decoration: none;
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 0 3px;
}
#banner #mainnav li div li a.noborder:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 0px dashed #666;
	background-color: #ebebeb;
}
/* --------------- utility nav --------------- */
#banner #utility {
	float: right;
	font-size: 1.2em;
	padding: 4px 8px 0 0;
	text-transform: lowercase;
	text-align: right;
}
#banner #utility a {
	color: #460101;
	text-decoration: none;
}
#banner #utility a:hover {
	color: #fff;
	text-decoration: none;
}
#banner #utility ul {
	padding: 0;
	margin: 0;
	display: block;
}
#banner #utility ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0 4px;
}
#banner #utility .inputs {
	display: block;
	float: left;
	margin: 4px 4px 0 0;
	vertical-align: middle;
}
/* --------------- footer --------------- */
#footer, .push {
	height: 205px; /* .push must be the same height as .footer */
	clear: both;
}
#footer {
	background-color: #ebebeb;
	border-top: 1px solid #ccc;
}
#footer .bucket {
	height: 150px;
	border-right: 1px solid #ccc;
	float: left;
	padding-top: 12px;
}
#footer .bucket h4 {
	margin: 0px 18px 4px 18px;
	padding: 0;
}
#footer .bucket ul {
	margin-left: 18px;
	margin-right: 18px;
	padding: 0;
}
#footer .bucket ul li {
	list-style: none;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}
#footer p {
	clear: both;
	margin: 185px 0 0.5em 18px;
	font-size: 0.9em;
}
/* --------------- watermark (not being used currently) --------------- */
#watermark {
	
}
/* --------------- left rail --------------- */
#watermark #leftrail {
	float: left;
	margin: 8px 0 5.0em 8px;
	width: 140px;
}
#watermark #leftrail ul {
	margin-left: 8px;
	margin-right: 20px;
	padding: 0;
	line-height: normal;
}
#watermark #leftrail ul li {
	list-style: none;
	margin: 4px 0 6px 0;
}
#watermark #leftrail a {
	color: #333;
	text-decoration: none;
}
#watermark #leftrail a:hover {
	color: #d90000;
	text-decoration: none;
	border-bottom: 1px dashed #d90000;
}
/* --------------- content --------------- */
#watermark #content {
	float: left;
	margin: 8px 0 3.0em 16px;
	width: 80%;
}
#watermark #content h2, #watermark #content h3, #watermark #content h4 {
	line-height: normal;
	margin: auto;
}
#watermark #content h2 {
	font-size: 1.5em;
}
#watermark #content h3 {
	font-size: 1.2em;
}
#watermark #content h4 {
	font-size: 1.0em;
}
#watermark #content a {
	color: #d90000;
	text-decoration: none;
}
#watermark #content a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}
#watermark #content p {
	margin: 0.5em 0 1.5em 0;
}
#watermark #content ul, #watermark #content ol {
	margin: 1.0em auto;
}
#watermark #content .clear, #footer .clear {
	clear: both;
}
.capitalize {
	text-transform: capitalize;
}
.heroimg {
	float: right;
	margin: 1.0em;
}
.nofloat {
	float: none;
}
.icon {
	float: left;
	margin: 0 1.0em 1.0em 0;
	vertical-align: top;
}
.pdficon {
	vertical-align: middle;
	margin: 0px 3px 3px 0px;
}
.banner {
	display: block;
	margin: 1.0em 0;
}
.partners {
	float: left;
	margin: 1.0em;
}
.smalltype {
	font-weight: normal;
	color: #333;
}
/* --------------- landing page buckets --------------- */
#watermark #content .landingbuckets {
	float: left;
	width: 150px;
	height: 200px;
	margin: 1.0em 1.0em 0 0;
}
#watermark #content .landingbuckets p {
	margin: 0;
	padding: 0;
}
#watermark #content .landingbuckets p a {
	display: block;
	padding: 0.3em 0 0.4em 0;
	margin: -4px 0 0 0;
	text-align: center;
	background-image: url(/images/landing_over.gif);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
#watermark #content .landingbuckets a.noborder {
	border: 0px solid #fff;
}
#watermark #content .landingbuckets p a:hover {
	display: block;
	padding: 0.3em 0 0.4em 0;
	margin: -4px 0 0 0;
	text-align: center;
	background-image: url(/images/landing.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	border: 0px solid #fff;
}
/* --------------- lightbox --------------- */
#watermark #content .lightboxcell {
	width: 200px;
	padding: 1.0em 1.5em 0.5em 0;
	text-align: left;
}
#watermark #content .lightboxcell h4 {
	 text-align: left;
	 margin: 0;
	 padding: 0.1em;
	 font-size: 1.0em;
}
#watermark #content .lightboxcell a {
	color: #d90000;
	text-decoration: none;
	border: none;
}
#watermark #content .lightboxcell a:hover {
	color: #666;
	text-decoration: none;
	border: none;
}
#watermark #content .lightboxcell ul {
	margin: 0;
	padding: 0;
}
#watermark #content .lightboxcell ul li {
	list-style: none;
}
/* --------------- homepage --------------- */
#homefma {
	clear: both;
	float: left;
	width: 630px;
	margin-left: 16px;
	position: relative;
	z-index: 10;
}
#homefma .marketing {
	width: 201px;
	height: 92px;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
#homefma .noright {
	margin-right: 0;
}
#homenews {
	float: left;
	width: 30%;
	margin-left: 16px;
}
#homenews h3, #homenews h4 {
	line-height: normal;
	margin: auto;
}
#homenews h2 {
	font-size: 1.5em;
}
#homenews h3 {
	font-size: 1.2em;
	margin-bottom: 1.0em;
}
#homenews h4 {
	font-size: 1.0em;
}
#homenews p {
	margin: 0.5em 0 2.0em 0;
}
#homenews a {
	color: #d90000;
	text-decoration: none;
}
#homenews a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}
#homenews a.noborder:hover {
	text-decoration: none;
	border-bottom: 0px dashed #fff;
}
#homenews .links {
	float: left;
	margin-left: 0;
	margin-right: 0.5em;
	margin-bottom: 1.0em;
	padding: 0 1.5em;
	width: 20%;
}
#homenews .links li {
	list-style: none;
	margin-bottom: 0.25em;
}
#screenshot {
	position: absolute;
	border: 1px solid #ccc;
	background-color: #ebebeb;
	padding: 10px;
	display: none;
	color: #000;
	text-align: center;
	width: 90px;
	line-height: normal;
}
/* --------------- links --------------- */
#watermark #content .links {
	float: left;
	margin-left: 2.0em;
	margin-right: 2.0em;
	padding: 0 1.5em;
	width: 20%;
}
#watermark #content .links .nobullet {
	list-style: none;
	font-style: italic;
	margin-left: -15px;
}
/* --------------- service price table --------------- */
#watermark #content #serviceTable {
	line-height: 1.3em;
	width: 90%;
}
#watermark #content #serviceTable th {
	border-bottom: 1px solid #ccc;
	padding: 6px 2px 2px 0;
	text-align: left;
}
#watermark #content #serviceTable td {
	border-bottom: 1px solid #ccc;
	padding: 2px 2px 2px 0;
}
#watermark #content #serviceTable .price {
	text-align: right;
}
/* --------------- service sidebar --------------- */
#watermark #content #sidebar {
	float: right;
	width: 250px;
	border: 1px solid #ccc;
	background-color: #ebebeb;
	margin: 0 1.0em 1.0em 1.0em;
}
#watermark #content #sidebar h4 {
	padding: 1.0em 1.0em 0 1.0em;
	margin: 0;
}
/* --------------- suspension table --------------- */
#watermark #content .suspensionTable {
	line-height: 1.3em;
	width: 90%;
}
#watermark #content .suspensionTable th {
	border-bottom: 1px solid #ccc;
	padding: 6px 6px 6px 0;
	text-align: left;
}
#watermark #content .suspensionTable td {
	border-bottom: 1px solid #ccc;
	padding: 6px 6px 6px 0;
}
/* --------------- sitemap --------------- */
#watermark #content .sitemapdiv {
	float: left;
	width: 25%;
	margin-top: 1.0em;
	margin-right: 1.5em;
}
/* --------------- clearance bin --------------- */
#watermark #content .clearancetable {
	width: 100%;
}
#watermark #content .clearancetable td, #watermark #content .clearancetable th {
	padding: 3px 6px 3px 0;
	border-bottom: 1px solid #666;
}
#watermark #content .clearancetable th {
	font-size: 0.9em;
	color: #666;
	text-align: left;
}
/* --------------- scratch, dent and demo 2010 --------------- */
#watermark #content .ssd2010 {
	clear: both;
	width: 100%;
	margin-left: 14px;
	margin-bottom: 1.5em;
	line-height: normal;
}
#watermark #content .ssd2010 td {
	padding: 3px;
	border-bottom: 1px solid #e6e6e6;
}
#watermark #content .ssd2010 th {
	padding: 2px;
	border-bottom: 1px solid #e6e6e6;
	color: #fff;
	text-align: left;
	font-size: 1.5em;
	background-color: #3f5063;
}
#watermark #content .ssd2010 strong {
	color: black;
	font-size: 1.1em;
}
#watermark #content .ssd2010 em {
	color: #3f5063;
	font-size: 1.1em;
	font-weight: bold;
}
#watermark #content .ssd2010 .label {
	color: #999;
}
#watermark #content .ssd2010 .alignright {
	text-align: right;
}
#watermark #content .ssd2010 .rightborder {
	border-right: 3px solid #e6e6e6;
}
#watermark #content .socialicon {
	vertical-align: middle;
	margin-right: 0.4em;
	margin-left: 2em;
}
#watermark #content .bigger {
	font-size: 2em;
}
#watermark #content a.nounderline {
	text-decoration: none;
}
#watermark #content a.nounderline:hover {
	text-decoration: none;
	border-bottom: 0px dashed #fff;
}