body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #DDDDDD;
	background-image: url(bg1.png);
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#pagewrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #666666;
	margin-bottom: 15px;
}
#pageheader{
	padding: 7px;
	font-size: 0.8em;
	height: 215px;
	position: relative;
}
#pageheader h1{
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: 370px;
}
#pageheader h2{
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	line-height: 0.9em;
	margin-left: 370px;
}
#pageheader h2.official{
	font-size: 1.1em;
	color: #C18E8E;
	margin-bottom: 10px;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-style: italic;
}
#pageheader h2.official em{
	color: #B66161;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DABCBC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DABCBC;
}
#pageheader p{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.85em;
	display: block;
	margin-left: 370px;
	width: 350px;
	text-align: justify;
}
#pageheaderlogo{
	padding-top:30px;
	padding-bottom:20px;
}
img.sema{
	position: absolute;
	top: 41px;
	right: 17px;
}
#navbar{
	height: 40px;
	background-color: #000000;
	text-align: center;
	background-image: url(bg-nav1.png);
	background-repeat: repeat-x;
	background-position: center;
}
#navbar ul{
	margin: 0px;
	padding: 0px;
	display: block;
}
#navbar ul li{
	display: block;
	list-style-type: none;
	float: left;
	height: 40px;
	background-image: url(bg-nav1.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#navbar ul li:hover{
	background-image: url(bg-nav2.png);
}
#navbar li a,visited{
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.7em;
}
#navbar ul li.nav-blank{
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.7em;
	background-image: url(bg-nav2.png);
}
#sidebar {
	float: right;
	margin-top: 15px;
	padding-right: 6px;
	padding-left: 6px;
	width: 280px;
	overflow:hidden;
	font-size: 0.9em;
	padding-bottom: 6px;
	line-height: 1.3em;
}
#sidebar hr{
	color: #B8B8B8;
	padding: 0px;
	margin-top: 22px;
	margin-bottom: 22px;
	height: 2px;
	background-color: #B8B8B8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar h2 a,visited{
	font-size: 0.78em
.em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px -3px;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar h2 a:hover{
	text-decoration: underline;
}
#sidebar a,visited{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
}
#sidebar a:hover{
	border-bottom-color: #000000;
	color: #000000;
}
#maincontent{
	float: left;
	width: 570px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#maincontent h2{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 1.2em;
	float: right;
}
#maincontent h3{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 1.2em;
}
#product-list{
	width: 870px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
}
#product-list h1{
	margin-top:10px;
	margin-bottom:4px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}
a.cart,a.cart:visited{
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 120px;
	float: right;
	text-align: right;
	margin-top: -7px;
	margin-right: -7px;
	height: 18px;
	font-weight: bold;
	padding-right: 9px;
	padding-top: 1px;
	background-color: #1F1F1F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	background-image: url(cart.png);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
a.cart:hover{
	background-color: #A40000;
}
a.cart-alone,a.cart-alone:visited{
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 165px;
	float: right;
	text-align: right;
	height: 22px;
	font-weight: bold;
	padding-right: 9px;
	padding-top: 1px;
	background-image: url(bg-cart-alone.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -7px;
	line-height: 1.4em;
	margin-right: -9px;
}
a.cart-alone:hover{
	background-image: url(bg-cart-alone2.png);
}
a.home,a.home:visited{
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 81px;
	text-align: center;
	background-image: url(bg-home.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	font-weight: bold;
	padding-top: 1px;
	float: right;
	margin-right: -7px;
	margin-top: -7px;
	line-height:1.4em;
	padding-left: 5px;
}
a.home:hover{
	background-image: url(bg-home2.png);
}
#product-list h2{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}
#product-list h3{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 1.2em;
	color: #000000;
}
.product-container{
	font-size: 0.75em;
	float: left;
	width: 400px;
	margin: 10px 10px 10px 11px;
	padding: 4px;
	height: 260px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	overflow: auto;
}
.product-container p{
	margin-top: 2px;
	margin-bottom: 6px;
}
.product-container img{
	float: left;
	padding: 1px;
	margin: 0px 5px 2px 0px;
	border: 1px solid #999999;
}
.connector-container{
	font-size: 0.75em;
	float: left;
	width: 400px;
	margin: 10px 10px 10px 11px;
	padding: 4px;
	height: 125px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	overflow: auto;
}
.connector-container p{
	margin-top: 2px;
	margin-bottom: 6px;
}
.connector-container img{
	float: left;
	padding: 1px;
	margin: 0px 5px 2px 0px;
	border: 1px solid #999999;
}
.price{
	font-size: 1.4em;
	color: #5D5D5D;
	font-weight: bold;
}
a.viewline,a.viewline:visited{
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	display: block;
}
a.viewline:hover{
	text-decoration: underline;
}
#pagefooter{
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px;
	font-size: 0.8em;
	background-image: url(bg-pagefooter.png);
	background-repeat: repeat-x;
	background-position: center;
}
#pagefooter ul{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#pagefooter ul li{
	display: inline;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #990000;
	padding-right: 10px;
	padding-left: 10px;
}
#pagefooter ul li:first-child{
	border-left: none;
}
#pagefooter ul li a,visited{
	text-decoration: none;
	color: #CCCCCC;
}
#pagefooter ul li a:hover{
	background-color: #333333;
}
.blackbox {
	border: 1px solid #000000;
}
.graybox {
	border: 1px solid #CCCCCC;
}
a.nav,a.nav:visited {
	color: #000000;
	text-decoration: none;
	background-color: #EBEBEB;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(navbg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
a.nav:hover {
	background-image: url(navbg2.png);
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #000000;
}
.redbox {
	border: 1px solid #CC0000;
}
.descheading {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
a.dklink, a.dklink:visited {
	color: #000000;
	text-decoration: underline;
}
a.dklink:hover {
	color: #990000;
}
.question {
	color: #000000;
	font-weight: bold;
	margin-top: 25px;
}
.answer {
	color: #333333;
	padding-left: 14px;
}
.dealersign-box{
	padding-right: 4px;
	padding-bottom: 3px;
}
a.dealersign, a.dealersign:visited{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-image: url(bg-dealersign1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
a.dealersign:hover{
	background-image: url(bg-dealersign2.png);
	text-decoration: underline;
}
.dealersign-box2{
	padding-right: 4px;
	padding-bottom: 3px;
	margin-top: 15px;
	float: right;
	margin-right: 15px;
}
.clearfloat{
	clear:both;
	height: 0px;
	line-height: 0px;
}
#copyright {
	text-align: center;
	color: #666666;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}
a.category,visited{
	margin-bottom: 3px;
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: 2px;
	padding-left: 24px;
	background-image: url(kitbutton1.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 322px;
}
a.category:hover{
	border-bottom-color: #333333;
	color: #990000;
	background-image: url(kitbutton2.png);
}
.categorycontainer{
	padding: 5px;
	min-height: 123px;
	background-color: #E6E6E6;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	line-height: 1.25em;
	font-size: 0.9em;
}
.categorycontainer p{
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 0.9em;
}
.categorycontainer img{
	border: 1px solid #CCCCCC;
	margin: 0px 8px 0px 0px;
	display: block;
	float: left;
	z-index: 50;
}
.categorycontainer img:hover{
	border: 1px solid #990000;
}
#bgcontainer{
	background-image: url(bg-page.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#bgcontainer2{
	background-image: url(bg-product-page.png);
	background-repeat: repeat-y;
	background-position: right top;
}
a.refreshfeed,a.refreshfeed:visited{
	display: block;
	font-size: 0.7em;
	line-height: 0.8em;
	margin-top: 6px;
	margin-right: 8px;
	padding: 0px;
	width: 35px;
	float: right;
	text-align: center;
}
#usdealers{
	font-size: 0.9em;
	float: left;
	width: 560px;
	padding: 7px;
}
.usdealer{
	width: 260px;
	min-height: 80px;
	float: left;
	margin: 5px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#nonusdealers{
	font-size: 0.9em;
	float: right;
	width: 260px;
	padding: 11px 7px 7px;
}
.nonusdealer{
	min-height: 80px;
	margin: 5px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.dealer-boxheading{
	text-align: center;
	margin-bottom: 7px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 0.9em;
}
#faq{
	margin: 10px;
	padding: 10px;
	background-color:#ffffff;
	font-size: 0.9em;
}
.rlinklist-heading{
	margin-bottom:15px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
}
.rlinklist-categoryname{
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.rlinklist-container{
	padding: 15px;
	min-height: 123px;
	background-color: #E6E6E6;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	line-height: 1.25em;
	font-size: 1.1em;
}
.rlinklist-container p{
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 0.9em;
}
.rlinklist-container p a,visited{
	color: #666666;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.rlinklist-container p a:hover{
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-color: #990000;
}
a.buynow,a.buynow:visited{
	text-decoration:none;
	font-size:0.8em;
	background-color:#d00;
	color:#fff;
	padding:4px;
	border:solid 1px #000;
}
a.buynow:hover{
	background-color:#e00;
}
