html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background: #e5e5e5 url('/img/template/back.gif') repeat-x top center;
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
img {
	border-width: 0;
}
li {
	margin: 5px 0;
	list-style: square;
}
ul {
	margin-top: 0;
}
table {
	border-collapse: collapse;
}

p {
	margin: 10px 0 5px;
}

#hdrbck {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url('/img/template/hdrbck.gif') top center;	
}
#lowbck {
	position: absolute;
	top: 130px;
	left 0;
	width: 1000px;
	height: 10px;
	background: url('/img/template/cntback.gif');
	overflow:hidden;
}
#header {
	position: relative;
	width: 1000px;
	height: 140px;
	margin: auto;
	background: url('/img/template/hdrbck.gif') repeat-x top center;
}
#hdrlgo {
	position: absolute;
	top: 12px;
	left: 11px;
}
#barbck {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('/img/template/barbck.gif');
}
#navbar {
	position: absolute;
	top: 100px;
	left: 4px;
	width: 994px;
	height: 30px;
	background: url('/img/template/navbarln.gif') no-repeat;
	padding-left: 2px;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar li {
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
	list-style-type: none;
	background: url('/img/template/navbarln.gif') no-repeat right top;
}
#navbar a:link, #navbar a:visited {
	margin: 0;
	display: block;
	float: left;
	height: 30px;
	padding: 0 20px;
	font: bold 20px tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	background: url('/img/template/navbarhvr.gif');
}
.navbarbk {
	width: 2px;
	height: 30px;
	background: url('/img/template/navbarln.gif');
	float: left;
	overflow: hidden;
}
#hdrnfo {
	position: absolute;
	top: 0;
	left: 791px;
	width: 198px;
	height: 140px;
	background: url('/img/template/hdrnfobck.gif');
}
#hdrnfocnt {
	position: absolute;
	top: 0;	
	left: 9px;
	width: 180px;
	height: 140px;
	background: url('/img/template/hdrnfogrd.gif');
}
#hdrnfobtm {
	position: absolute;
	top: 0;
	left: 793px;
	width: 194px;
	height: 12px;
	background: url('/img/template/hdrnfobtm.gif');
	overflow: hidden;
}
#content {
	position: relative;
	margin: auto;
	width: 980px;
	min-height: 400px;
	padding: 3px 10px 10px;
	background: url('/img/template/cntback.gif');
}
#mainnav {
	float: left;
	width: 200px;
	padding-left: 10px;
}
#mainnav ul {
	margin: 0;
	padding: 0;
}
#maincontent {
	float:left;
	width: 770px;
	margin-left: 10px;
	overflow: hidden;
	color: #000;
	font-family: arial;
	font-size: 12px;
	line-height: 130%;
}
#footfix {
	height: 102px;
	width: 100%;
	background: url('/img/template/footer.gif');
}
#footer {
	position: relative;
	clear: both;
	margin: auto;
	width: 1000px;
	height: 102px;
	font: 13px verdana;
	background: url('/img/template/footer.gif');
	color: #fff;
	list-style-type: none;
}
#footer ul {
	list-style-type:none;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footleft {
	padding: 18px 0 0 10px;
	float: left;
	list-style-type:none;
}
#footcenter {
	padding-top: 18px;
	position: absolute;
	top: 0;
	left: 350px;
	width: 300px;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style-type:none;
}
#footright {
	padding: 18px 10px 0 0;
	float: right;
	text-align: right;
}
.box {
	width: 200px;
	margin-bottom: 10px;
	background: #f6f6f6 url('/img/template/boxhdr.gif') no-repeat top;
	border-bottom: 1px solid #494949;
}
.boxhdr {
	width: 190px;
	height: 20px;
	padding: 2px 0 0 10px;
	color: #fff;
	font: bold 14px verdana, sans-serif;
}
.boxcnt {
	width: 198px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #494949;
	background: #eee;
}
#breadcrumbs {
	font: 12px arial;
	color: #333;
	font-weight: bold;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #333;
	text-decoration: underline;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration: none;
}
#prdnfo {
	float: left;
}
#prdtopbox {
	margin-top: 10px;
	background: #eee;
	padding: 10px;
	border: 1px solid #ddd;
}
#prdtopbox h1 {
	display: block;
	color: #c51c28;
	margin: 5px 0 15px;
	line-height: 1.1;
}
#prdnfo form {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
	width: 513px;
	padding: 0 10px 10px;
}
#prdnfo input[type=image], #addtocart {
	margin-top: 10px;
}
#prdnfo table {
	margin: auto;
}
#prdnfo td {
	text-align: left;
}
#prdimg img {
	display: block;
	margin: 0;
}
#prdimg {
	width: 200px;
	float: right;
}
#prdimg .clrdiv {
	height: 6px;
}
#prdimg #mainprdimg {
	border: 1px solid #bbb;
}
#prdimg .subprdimg1 {
	display: block;
	border: 1px solid #bbb;
	float: left;
}
#prdimg .subprdimg2 {
	border: 1px solid #bbb;
	float: right;
}
.prdcntbox {
	float: left;
	margin-right: 20px;
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
}
.picbox {
	font: bold 12px arial;
	text-align: center;
}
.topimg {
	margin-top: 7px;
}
h1, h2, h3, h4 {
font-family: georgia;
}
h1 {
	color: #333;
	font-size: 26px;
	padding: 0;
	margin: 15px 0 20px 5px;
/*	letter-spacing: -2px;*/
}
h1 a:link, h1 a:visited {
	color: #333;
	text-decoration: underline;
}
h2 {
	color: #333;
	font-size: 21px;
/*	letter-spacing: -1px;*/
	margin: 15px 0 10px;
}
h3 {
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 15px 0 10px;
/*	letter-spacing: -1px;*/
	clear: both;
}
h4 {
	color: #333;
	font-size: 15px;
	padding: 0;
	margin: 10px 0 5px 0;
/*	letter-spacing: -1px;*/
	clear: both;
}
.hdr1 {
	font-family: verdana, sans-serif;
	color: #333;
	font-size: 26px;
	padding: 0;
	margin: 10px 0;
	letter-spacing: -2px;
	font-weight: bold;
}
.hdr2 {
	font-family: verdana, sans-serif;
	color: #333;
	font-size: 21px;
	letter-spacing: -1px;
	margin: 10px 0 5px;
	font-weight: bold;
}
.hdr3 {
	display: block;
	font-family: verdana, sans-serif;
	color: #333;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 10px 5px;
	letter-spacing: -1px;
	font-weight: bold;
	clear: both;
}
.hdr4 {
	font-family: verdana, sans-serif;
	color: #333;
	font-size: 16px;
	padding: 0;
	margin: 10px 0 5px 5px;
	letter-spacing: -1px;
	font-weight: bold;
	clear: both;
}

#maincontent ul {
	margin-top: 0;
}
#content>table {
	width: 960px;
	border: 1px solid #000;
	margin: 0 0 15px 20px;
	border-collapse: collapse;
}
#content>table td, #content>table th {
	border: 1px solid #000;
	font-family: arial;
	padding: 3px;
}
.txtrht {
	text-align: right;
}
#sidenav {
	width: 198px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #494949;
	font-family: verdana;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li {
	display: inline;
	list-style-type: none;
}
#sidenav a:link, #sidenav a:visited {
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color: #111;
	font-size: 13px;
	font-weight: bold;
}
#sidenav a:hover, #sidenav a:active {
	text-decoration: underline;
}
#sidenav li li a:link, #sidenav li li a:visited {
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	font-size: 12px;
}
#sidenav li li li a:link, #sidenav li li li a:visited {
	padding: 0 0 0 15px;
}
#prodcnt {
	float: right;
	width: 770px;
}
#proddesc {
	line-height: 1.5;
	padding: 5px 10px 0 5px;
}
.subcatlist {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
.clrdiv {
	width: 1px;
	height: 1px;
	clear: both;
	overflow: hidden;
}
a:link, a:visited {
	margin: 0;
	padding: 0;
	color: #cf2632;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
#singlecolumn {
	position: relative;
	padding: 0 10px;
}
.halfbox {
	width: 470px;
	float: left;
}
.right {
	float: right;
	text-align: left;
}
.dent {
	margin: 0 0 0 5px;
}
.hdr {
	text-align: left;
	border-bottom: 2px solid #444;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 10px 0 3px;
}
.subhdr {
	text-align: left;
	color: #444;
	border-bottom: 2px solid #444;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 1px;
	margin: 10px 0 3px;
}
.highslide img {
	border: 1px solid #ccc;
}
.catitembox a {
	display: block;
	float: left;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 10px 25px;
	width: 150px;
	padding: 5px 4px;
	text-align: center;
}
.catitembox a:link, .catitembox a:visited {
	text-decoration: none;
}
.catitembox a:hover, .catitembox a:active {
	background: #f6f6f6;
	border-color: #ccc;
}
.catitembox a:hover span, .catitembox a:active span {
	text-decoration: underline;
}
.catitembox img {
	border: 1px solid #ccc;
}

#browsebyveh {
	clear: both;
}
#browsebyveh a {
	display: block;
	float: left;
	border: 1px solid #ddd;
	background: #eee;
	margin-left: 13px;
	width: 150px;
	padding: 5px;
	text-align: center;
}
#browsebyveh a:link, #browsebyveh a:visited {
	text-decoration: none;
}
#browsebyveh a:hover, #browsebyveh a:active {
	background: #f6f6f6;
	border-color: #ccc;
}
#browsebyveh a:hover span, #browsebyveh a:active span {
	text-decoration: underline;
}
#browsebyveh img {
	border: 1px solid #ccc;
}


.txtrht {
	text-align: right;
}
.txtctr {
	text-align: center;
}
.txtlft {
	text-align: left;
}
#vehselfrm {
	padding: 5px;
	text-align: center;
}
#vehselfrm select {
	width: 180px;
	overflow: hidden;
	margin-bottom: 5px;
}
#searchfrm {
	padding: 5px;
}
#searchfrm input[type=text] {
	width: 130px;
	margin-right: 5px;
}
#prdprice {
	text-align: left;
	font-size: 15px;
}
#prdprice .txtrht {
	font-weight: bold;
	color: #c51c28;
}
#prdprice table {
	width: 100%;
}
.fiftywidth {
	width: 50%;
}
.msrp {
	text-decoration: line-through;
}
.invalid {
	background: #f00;
}

/*TINYBOX CSS*/
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

/*SIMPLE MODAL*/
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#fff; border:8px solid #666; padding:12px;}

#simplemodal-container button {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	font-family: verdana, sans-serif;
	text-shadow: #fff 1px 1px 0px;
}

.frmtbl {
	margin: 10px;
}

.frmtbl td {
	padding: 5px;
	font-weight: bold;
}

/*FROM STYLING*/
.input
{
	width: 140px;
	height: 16px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff url(/img/template/fieldbg.gif) repeat-x top;
}
select.input {
	width: 144px;
	height: 20px;
}
.formval {
	display: block;
	float: right;
	width: 21px;
	height: 20px;
	margin-left: 7px;
	background: url(/img/template/formval.png) no-repeat 0px 0px;
	overflow: hidden;
}
.formvalx {
	background-position: 0px -40px;
}
.formvalcheck {
	background-position: 0px -20px;
}
#vehselnotice {
	border: 1px solid #bbb;
	background: #eee;
	padding: 10px;
	margin: 0 10px 20px;
}
#proddesc ul {
	display: block;
	clear: both;
}
#proddesc br {
	clear: both;
}

