@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; } /*Firefox -> force vertical scrollbar*/
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #6b0d0e;
}

h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6b0d0e;
}



.globalContainer {
	width: 980px;
	background-color: #FFFFFF;
	top: auto;
	right: auto;
	border: 5px solid #999999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	left: auto;
}

.topbar {
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 105px;
}

.topbarnav {
	height: 40px;
	background-color: #000000;
	width: 980px;
	clear: none;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.topbarspacer {
	height: 30px;
	width: 375px;
	float: left;
}

.topbarbuttons {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
}

.topbarbuttons   a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.topbarbuttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.topbarbuttons  a:hover {
	color: #B00000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

.topbarbuttons a:active {
	color: #B00000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



.topbarbuttons2 {
	height: 34px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: right;
	background-color: #000000;
	vertical-align: 50%;
}

.angle {
	height: 34px;
	width: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: right;
}

.logo {
	position: relative;
	clear: none;
	float: left;
	top: -20px;
	right: -20px;
	height: 100px;
}

.recomend {
	height: 15px;
	width: 100%;
	background-color: #6b0d0e;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;

}


.sidebar {
	height: 100%;
	background-color: #56633c;
	float: left;
	clear: both;
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	color: #33FF00;
	padding-top: 5px;
	padding-right: 5px;
}




.sidebar .sidnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	font-style: normal;
	margin-left: 5px;

}

.sidebar .sidnavslect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: none;
	line-height: 18px;
	font-style: normal;
	margin-left: 5px;
}


.customerlink  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	



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


.customerlink  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.customerlink  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.customerlink  a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.content {
	height: 100%;
	background-color: #FFFFFF;
	clear: none;
	float: left;
	background-repeat: repeat;
	padding: 10px;
	width: 590px;
}

.content   a:link{
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}


.content a:visited {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content   a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content  a:active {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}



.content2 {
	height: 100%;
	background-color: #FFFFFF;
	clear: none;
	float: left;
	background-repeat: repeat;
	padding: 10px;
}

.content2  a:link{
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}


.content2 a:visited {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content2   a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content2  a:active {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}

.subcat {
	width: 185px;
	float: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 11px;
}



.subcat   a:link{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}


.subcat  a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}

.subcat   a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subcat  a:active {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}


.footer {
	width: 800px;
	top: auto;
	right: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	left: auto;
	height: 10px;
	border: 5px none #FFFFFF;
	text-align: center;
	color: #555555;
}

.search {
	width: 200px;
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 10px;
}
 
.clear { clear: both; font-size: 0px; line-height: 0px; }

#botomlink {
	position: relative;
	bottom: 0px;
	left: auto;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	top: auto;
	right: auto;
	width: 500px;
}
.soldout {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}

.catContent
{
	width: 480px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.catProduct
{
	width: 140px;
	height: 210px;
	float: left;
	clear: none;
	margin-bottom: 5px;
	margin-right: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #666666;
}



.catProduct a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E130C;
}

.catProduct a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E130C;
}
.catProduct a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E10000;
	text-decoration: underline;
}
.catProduct a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E130C;
}

.catProduct .slected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E130C;
}

.homeDealer
{
	width: 170px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding: 3px;
}

.logos
{
	width: 85;
	height: 41px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

