*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 100%;
}

body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 68.5%;
	text-align: center;
	background: #111 url(../images/background.gif) fixed;
	color: #fff;
}

h1
{
	font: 165%/1.35em Arial, "Times New Roman", Times, serif;
	margin: 0.75em 0 0.25em;
	color: #07a;
	background-color: Transparent;
}

h2
{
	font: 165%/1.35em Arial, "Times New Roman", Times, serif;
	margin: 0.75em 0 0.25em;
	color: #07a;
	background-color: Transparent;
}

h3
{
	font: 165%/1.35em Arial, "Times New Roman", Times, serif;
	margin: 0.75em 0 0.25em;
	color: #07a;
	background-color: Transparent;
}

h4
{
	font-size: 1em;
	color: #333;
	background-color: #fff;
}

p
{
	line-height: 1.6em;
	margin-bottom: 1.3em;
}



/* default links */


a:link, a:visited
{
	color: #07a;
	background-color: Transparent;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover
{
	color: #d60;
	background-color: Transparent;
	text-decoration: none;
	border-bottom: 1px solid #d60;
}



/* Page Structure */

#wrapcontent
{
	margin: auto;
	text-align: left;
	width: 730px;
	position: relative;
	padding: 0 15px;
	background: #fff;
	color: #000;
	border-top: 2px solid #fff;
	border-bottom: 15px solid #fff;
}

#maincontent
{
	margin-bottom: 35px;
}

#maincontent.sidebar
{
	margin-left: 155px;
}

#pageheader
{
	position: relative;
	height: 175px;
	background: url(../images/header_bg.gif) repeat-x;
}

#sidebar
{
	float: left;
	width: 150px;
	margin-bottom: 25px;
}




/* Branding */

#logo span
{
	width: 191px;
	height: 100px;
	margin-left: 0;
	background: url(../images/logo.gif) no-repeat 50% 50%;
	text-indent: -9999px;
	position: absolute;
	top: 33px;
}

#logo span a
{
	display: block;
	height: 100px;
	border: none;
}








/* Page Navigation  */


#nav
{

	color: #fff;
	list-style: none;
	overflow: hidden;
	width: 539px;
	height: 175px;
	position: absolute;
	left: 191px;
	background: url(../images/header1_bg.jpg) no-repeat right top;
}

#nav li
{
	display: inline;
	list-style-type: none;
	background: #fff;
}

#nav a
{
	float: left;
	margin-top: 80px;
	padding-top: 40px;
	display: block;
	overflow: hidden;
	border: 0;
	height: 0px !important;
}

#nav-products a, #nav-products a:visited
{
	width: 73px;
	background: url(../images/navs.gif) 0 -40px no-repeat;
	color: #fff;
}

#nav-our_customers a, #nav-our_customers a:visited
{
	width: 91px;
	background: url(../images/navs.gif) -73px -40px no-repeat;
	color: #fff;
}

#nav-motorsports a, #nav-motorsports a:visited
{
	width: 101px;
	background: url(../images/navs.gif) -164px -40px no-repeat;
	color: #fff;
}

#nav-contact_us a, #nav-contact_us a:visited
{
	width: 80px;
	background: url(../images/navs.gif) -265px -40px no-repeat;
	color: #fff;
}

#nav-products a:hover, #nav-products a:active
{
	background-position: 0 0;
}

#nav-our_customers a:hover, #nav-our_customers a:active
{
	background-position: -73px 0;
}

#nav-motorsports a:hover, #nav-motorsports a:active
{
	background-position: -164px 0;
}

#nav-contact_us a:hover, #nav-contact_us a:active
{
	background-position: -265px 0;
}


body.cid_products #nav-products a
{
	background-position: 0 0;
}

body.cid_customers #nav-cust a
{
	background-position: -73px 0;
}

body.cid_motorsports #nav-msport a
{
	background-position: -164px 0;
}

body.cid_contact #nav-contact a
{
	background-position: -265px 0;
}


img.border
{
	border: 1px solid #ddd;
	padding: 1em;
	display: block;
	margin: 0 auto 1em auto;
}



/* sidebar */

#sidebar ul
{
	list-style: none;
}




/* footer */

#pagefooter
{
	clear: both;
	color: #fff;
	padding: 15px 10px;
	background: #215fb1 url(../images/footer_bg.gif) repeat-x bottom;
}

#pagefooter ul
{

	list-style-type: none;
	float: left;
}

#pagefooter ul li
{
	display: inline;
	margin-right: 10px;
}

#pagefooter a:hover
{
	border-bottom: 1px solid #ccc;
}

#pagefooter p
{
	text-align: right;
	margin: 0;
}

#pagefooter hr
{
	display: none;
}

#pagefooter a:link, #pagefooter a:visited
{
	color: #fff;
}


/* product display */

#productinfo span.price
{
	position: absolute;
	top: 185px;
	right: 15px;
	font-size: 2em;
	font-family: Arial;
	font-weight: bold;
}

#productinfo #image
{
	float: left;
	padding: 10px;
	position: relative;
}

#productinfo #image img
{
	padding: 5px;
	border: 1px solid #ddd;
}

#productinfo #image a:link, #productinfo #image a:visited, #productinfo #image a:active, #productinfo #image a:hover
{
	text-decoration: none;
	border: none;
}



/* article styles */

.left
{
	float: left;
	padding: 20px 20px 20px 0;
}

.right
{
	float: right;
	margin: 20px;
}

#article a.applications
{
	float: right;
	display: block;
	width: 188px;
	height: 40px;
	margin-left: 10px;
	padding: 20px;
	border: 0;
	text-align: center;
	background: Transparent url(../images/app_bg.gif);
	font-size: 1.4em;
}

#article ul
{
	position: relative;
	list-style: none;
	margin: 0.3em 0;
	display: inline-block;
}

#article ul li
{
	margin: 0.1em 0;
	background: url(../images/bullet.gif) 0.5em 0.6em no-repeat;
	padding-left: 20px;
	line-height: 1.8em;
}









/* vehicle applications table */

.tblApplications
{
	width: 100%;
	border-collapse: collapse;
	border-width: 0;
}

.tblNo, .tblYr, .tblCar, .tblF, .tblR
{
	background: #999;
	color: #fff;
	padding: 0.2em 0 0.3em 0.1em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.tblNo, .tblYr
{
	width: 10%;
}

.tblCar
{
	width: 50%;
}

.tblF, .tblR
{
	width: 15%;
}

.tblApplications td
{
	background: #e8e8e8;
	color: #666;
	border-top: 1px solid #fff;
	padding: 0.1em 0 0.1em 0.1em;
}




/* contact form */


#contactusBody form div
{
	margin-top: 20px;
}

#contactusBody form label
{
	display: block;
	font-weight: bold;
}

#contactusBody form input
{
	font-size: 1.1em;
	width: 200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

#contactusBody form select
{
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

#zemSubmit
{
	width: 130px;
	font-weight: bold;
}


/* category list */


#sidebar #categories a:link, #sidebar #categories a:visited, #sidebar #categories a:hover, #sidebar #categories a:active
{
	text-decoration: none;
	border: none;
}

#sidebar #categories a img
{
	border: none;
}




/* product list */

.listcount span {
	float:right;
}

#productlisting table tr {
}
#productlisting table tr td {
	border-bottom:1px solid #ccc;
	padding:10px 0pt;
	vertical-align:top;
}
#productlisting table tr td.image {
	text-align:center;
	width:100px;
}
#productlisting table tr td.image img {
	height:90px;
	width:90px;
	border: none;
}
#productlisting table tr td.image a {
	text-decoration: none;
	border: none;
}
#productlisting table tr td.productinfo {
	padding:5px 7px;
	width:380px;
}
#productlisting table tr td.productinfo a {
	font-size:1.2em;
	font-weight:bold;
}
#productlisting table tr td.productinfo .listingDescription {
	line-height:1.5em;
	margin-top:0.2em;
}
#productlisting table tr td.pricing {
	text-align:right;
	width:100px;
}



/* home page products */

.blockview dl {
	float:left;
	margin:0pt 5px 10px 0pt;
	width:104px;
}
.blockview dt, dd {
	text-align:center;
}
.blockview dt {
	border:1px solid #ccc;
	height:100px;
}
.blockview dt a {
	border:1px solid #fff;
	display:block;
	height:100px;
	line-height:90px;
	width:100px;
}
.blockview dt a img {
	vertical-align:middle;
	border: none;
}
.blockview dl.hover dt a:link, .blockview dl.hover dt a:visited, .blockview dt a:hover {
	border:1px solid #bbb;
}
.blockview dd {
	padding:3px;
}
.blockview dd a:link, dd a:visited {
	color:#999;
	text-decoration:none;
}
.blockview dl.hover, .blockview dl.hover dd a:link, .blockview dl.hover dd a:visited, .blockview dd a:hover {
	color:#333;
	cursor:pointer;
}