/* RESET */
/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li, input, textarea, select{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	background-image: url(images/navbgr.jpg);
	background-repeat: repeat-x;
	background-position: left 134px;
}

select, textarea, input{
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:1px;
}	

#site{
	position:relative;
	width:100%;
	overflow:hidden;
}


#container{
	padding-top:220px;
	width:100%;
	margin-left:-480px;
	overflow:visible;
}


#content{
	min-height:500px;
	width:960px;
	margin-left:50%;
	padding-bottom:30px;
}

#logo{
	position:absolute;
	top:18px;
	left:50%;
	margin-left:-480px;
	width:277px;
	height:65px;
}

#tel{
	position:absolute;
	top:18px;
	left:50%;
	margin-left:17px;
	width:401px;
	height:65px;
}

#topnav{
	position:absolute;
	top:11px;
	left:50%;
	margin-left:15px;
	width:401px;
	height:20px;
	text-align:right;
}

#backnav{
	position:absolute;
	top:84px;
	left:50%;
	margin-left:-474px;
	width:960px;
	height:50px;
}

#frontnav{
	position:absolute;
	top:118px;
	left:50%;
	margin-left:-454px;
	width:960px;
	height:50px;
}

.navcell{
	float:left;
	width:156px;
	height:50px;
	overflow:hidden;
	margin-left:-6px;
	position:relative;
}

.navtext{
	position:absolute;
	left:0px;
	top:27px;
	width:156px;
	text-align:center;
	height:13px;
}

.navtext_r{
	position:absolute;
	left:0px;
	top:20px;
	width:156px;
	text-align:center;
	height:13px;
}

a.nav{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.nav:hover{
	text-decoration:none;	
}

#left{
	width:200px;
	float:left;
}

#right{
	width:750px;
	float:right;
}

#footer{
	width:100%;
	height:172px;
	background-image: url(images/footerbgr.jpg);
	background-repeat: repeat-x;
	position:relative;
}

.lefttop{
	background-image: url(images/left_top.jpg);
	background-repeat: no-repeat;	
	width:180px;
	padding:10px;
	height:30px;
}

.leftnav{
	width:180px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	background-color:#E60000;
	background-image: url(images/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:15px;
}

.home_cat{
	width:240px;
	height:165px;
	float:left;
	margin-right:15px;
}

.img{
	border: solid 1px #000000;
}


h1{
	font-size:14px;
	margin-bottom:6px;
}

p{
	font-size:12px;
	line-height:18px;
	margin-bottom:8px;
}

a{
	color:#FF1C1C;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


a.leftnavlink{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.leftnavlink:hover{
	text-decoration:underline;
}


li {
	background-image: url(images/leftbullet.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height:18px;
	height:auto;
}

.leftbullet{
	font-weight:bold;
}

.submit{
	background-color:#000000;
	color:#FFFFFF;
	border:1px outset #FFFFFF;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}

.clear{
	margin-bottom:20px;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear:both;	
	opacity:0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5; 
}	

.brandholder{
	width:85px;
	vertical-align:middle;
	float:left;
	margin-left:10px;
}

.brandlist{
	width:85px;
	vertical-align:middle;
}

.brandclear{
	clear:both;
	height:1px;
}

#formerror{
	padding-top:4px;
	padding-bottom:4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BA5300;
	border-bottom-color: #BA5300;
	margin-bottom:9px;
	display:none;
}

.border{
margin-left:20px;
margin-bottom:20px;
border:solid 1px #8E0000;
}