html, body {
	background: #492f91 url(../imgs/background.gif) repeat-x;
	font: 12px arial, verdana, geneva, helvetica, helve, sans-serif;
}
#topnav {
	padding-top: 4px;
}
h1 {
	font-family: arial black, arial, geneva;
	font-size: 14px;
	color: #492f91;
	text-transform: uppercase;
}
h2 {
	font-family: arial black, arial, geneva;
	font-size: 14px;
	color: #492f91;
	text-transform: uppercase;
	line-height: 14px;
}
td {
	font: 12px arial, verdana, geneva, helvetica, helve, sans-serif;
}


.main {margin: 0px 7px 0px 7px}
.margin {background-color: white; margin: 4px 7px 0px 7px}

	.main hr.colored, .margin hr.colored {color: black}
	
.cart {background-color: #d1e5ff; margin: 0px}
.persist {background-color: F8AB1F; margin: 0px}

	.persist hr.colored {color: black}
	
body {overflow-y: auto;
	font-family: arial, geneva;
	font-size: 12px;}
	
body.master {overflow: auto; margin: 0px; margin-left: auto; margin-right: auto}
body.interior {overflow: auto; margin: 0px; margin-left: auto; margin-right: auto; text-align: center}

iframe {overflow: visible; display: block; margin: 0px; width: 100%; height: 100%}
table.frame {background: none transparent; table-layout: auto; text-align: center}
tr.invisible {display: none}
td.top {padding-top: 15px; text-align: center}
td.bottom {background-color: white; text-align: center}
td.left {vertical-align: top; text-align:left;}
td.right {background-color: white; vertical-align: middle}

.main a, .margin a {color: #492f91}
.main a:hover, .margin a:hover {color: 1F0270}
.main a.nounderline, .cart a.nounderline {text-decoration: none}
.main img, .margin img {border-color: #492f91}
.cart a {color: 212475}
.cart a:hover {color: 212475}
.persist a {color: black}
.persist a:hover {color: black}
.main a.disguise, .main a.disguise:hover, .margin a.disguise, .margin a.disguise:hover {text-decoration: none; color: black}
.main tr.banner1, .margin tr.banner1 {background-color: #fff}
.main tr.banner1 td, .margin tr.banner1 td {font-weight: bold; color: #492f91}
.main tr.banner2, .main td.banner2, .margin tr.banner2 {background-color: #021B84}
.main tr.banner2 td, .main td.banner2, .margin tr.banner2 td {font-weight: bold; color: white}
.cart tr.banner1 {background-color: #492f91}
.cart tr.banner1 td {font-weight: bold; color: white}

	.main tr.bannerstorefront {background-color: #492f91}
	.main tr.bannerstorefront td {font-weight: bold; color: white}
	
.persist tr.banner1 {background-color: black}
.persist tr.banner1 td {font-weight: bold; color: white}
#tooltip {position: absolute; border: 1px solid black; overflow: hidden; visibility: hidden; z-index: 100}
.nonactiveCat {background: transparent}
#mainContent {
	background-color:#ffffff;
	margin-left: 20px;
}
#centerContent {
	margin-left: 20px;
	font-size: 12px;
	min-height:520px;
  	height:auto !important;
  	height:520px;
}
#homeContentTop {
	background-color:#492f91;
	margin-left: 20px;
	font-size: 12px;
}
#homeContentMid {
	margin-left: 20px;
	font-size: 12px;
}
#homeContentBot {
	margin-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	/* SEMA Addition */
	background-image:url(/imgs/main_sema_bkg.gif);
	background-repeat:repeat-y;
}
#LeftHTML, .left {
width: 200px;
}
#pf_footer {
	background-color: #492f91;
	font-size: 12px;
	padding: 20px 0 12px 0;
	border: 0;
	color: #fff;
}
#pf_footer td {
	font-size: 12px;
	color: #fff;
}
#pf_footer a {
	color: #fff;
	font-size:12px;
	text-decoration:none
}
#pf_footer a:hover {
	text-decoration:underline;
}

#nextBreadCrumbs {
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	float: left;
}

.nextProdName {
	font-weight: bold;
}
#nextNavigateLabel  i {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#nextBreadCrumbs b {
	font-size: 12px;
	text-align: left;
	color: #492f91;
}
a:hover {
	text-decoration:none;
}
#nextProductListTable .thumbnail_img {
	padding-bottom: 50px;
}
#nav {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 200px;
	background: #fff;
	font-family: arial black, arial, geneva;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li {
	padding-left: 17px;
	line-height: 17px;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #492f91;
	text-decoration: none;
}
#nav li:hover {
	background-color: #e1e1e1;
	color: #492f91;
}
#nav li:hover a {
	color: #492f91;
}
form {margin-bottom:0}

.newProducts {
	background-color: #fbfa75;
}
.navTopMargin {
	margin-top: 10px;
}
#nav .specialItem {
	color: #492f91;
}




/* suckerfish drop down for top nav */

#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#topnav li ul {
	border: solid #492f91;
	border-width: 1px 0;
}

#topnav a {
	display: block;
}

#topnav li { /* all list items */
	float: left;
}

#topnav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: 10px;
	border-width: 0.25em;
}
#topnav li li {
	padding-left: 20px;
}
#topnav li ul a {
	width: 105px;
	height: 25px;
	font-family: arial black, arial, geneva;
	font-size: 11px;
	text-decoration: none;
	font-style:italic;
	color:#000;
}

#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#topnav li ul li:hover, #topnav li.sfhover ul li.sfhover {
	background: #e1e1e1;
}
#topnav li ul li:hover a {
	color: #492f91;
}













.gutter {
	width: 20px;
	height: 20px;
}
.title_arrow {
	font-weight:bold;
	color: #339;
	padding-left: 15px;
	text-decoration:none;
}
.title_arrow:hover {
	text-decoration:underline;
}
a {
	font-size: 12px;
	color: #492f91;
}
a:hover {
	font-size: 12px;
	text-decoration:none;
}
b {
	color: #492f91;
}
#page_content {
	font-family: arial black, arial, geneva;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	padding-bottom: 12px;
	margin-top: 20px;
}
#dealerList thead tr td {
	font-family: arial black, arial, geneva;
	font-size: 12px;
	color: #000;
}
#dealerList tr td {
	border-bottom: 1px solid #ccc;
}
.dealerName {
	font-weight: bold;
}
#dealerList {
	border-collapse:collapse;
	width: 100%;
}
.zebra {
	background-color: #e1e1e1;
}
#dealerHeader {
	margin-left: 20px;
	font-size: 12px;
  	height:130px;
}
#results {
	margin:20px;
}