@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img, a{
	border: 0px;
	outline:none;
}

a {
	color: #bba975;
	font-weight: bold;
	text-decoration:none;

}



.pngFix {
	behavior: url(iepngfix.htc);
}

.button	{ 
	background: #b9a873 url(../_img/button-bg.png) top left repeat-x; 
	color: white !important; 
	font-weight: bold; 
	font-size: 14px; 
	font-family:Arial, Helvetica, sans-serif; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border: none; 
	padding: 4px 10px 3px 10px;
	 
}

.button:hover	{ 
	background: #b9a873 url(../_img/button-bg-over.png) top left repeat-x; 
	cursor: pointer; 
}

p input	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	border: 1px solid #b9a873;
	background-color: #f0f0f0;
	width: 200px;
	height: 18px;
	line-height: 18px;
	padding: 3px 0 0 5px;
	margin: 0 0 15px 0;
	vertical-align: middle;
	border-spacing: 0px;
}

p textarea#styled	{
	width: 200px;
	height: 120px;
	border: 1px solid #b9a873;
	background-color: #f0f0f0;	
	padding: 3px 0 0 5px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	line-height:26px;
	color: #FFFFFF;
}

.h1 {
	margin: 10px 0 10px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 26px;
	color: #b9a873;
}

.h1 a {
	margin: 10px 0 10px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 26px;
	color: #b9a873;
	text-decoration: none;
}

.h1 a:hover {
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p a {
	color: #b9a873;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

fieldset {
	border: 1px solid #4b4835;
	margin: 20px 10px 0 10px;
	padding: 15px 10px 10px 15px;
}

legend {
	color: #b9a873;
	font-weight: bold;
	background-color: #000000;
	font-size: 16px;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 120px;
	padding-top: 3px;
}
	
label {
	width: 4px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 14px;
}

#main_container {
	margin: 0px auto;
	padding: 0 2px 0 2px;
	width: 960px;
	background-color: #000000;
}
#introbox {
	margin: 0px;
	padding: 35px 400px 0 20px;;
	height: 162px;
	font-size:18px;
	line-height:32px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../_img/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
}


/* HEADER INCLUDE */

#header {
	margin: 0xp;
	padding: 0px;
	height: 80px;
	background-image: url(../_img/header/bg.jpg);
	background-repeat: repeat-x;
}

#header .logo {
	float: left;
	margin: 8px 0 0 15px;
	padding: 0px;
}

#header .nav {
	float: right;
	display: inline;
	margin: 58px 0 0 0;
	padding: 0px;
}

#header .nav ul {
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#header .nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header .nav .home a {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0px;
	width: 35px;
	height: 10px;
	background-image: url(../_img/nav/home.png);
	background-repeat: no-repeat;
}

#header .nav .home a:hover {
	background-image: url(../_img/nav/home_over.png);
	background-repeat: no-repeat;
}

#header .nav .products a {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0px;
	width: 63px;
	height: 10px;
	background-image: url(../_img/nav/products.png);
	background-repeat: no-repeat;
}

#header .nav .products a:hover {
	background-image: url(../_img/nav/products_over.png);
	background-repeat: no-repeat;
}

#header .nav .about_us a {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0px;
	width: 59px;
	height: 10px;
	background-image: url(../_img/nav/about_us.png);
	background-repeat: no-repeat;
}

#header .nav .about_us a:hover {
	background-image: url(../_img/nav/about_us_over.png);
	background-repeat: no-repeat;
}

#header .nav .find_dealer a {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0px;
	width: 87px;
	height: 10px;
	background-image: url(../_img/nav/find_dealer.png);
	background-repeat: no-repeat;
}

#header .nav .find_dealer a:hover {
	background-image: url(../_img/nav/find_dealer_over.png);
	background-repeat: no-repeat;
}

#header .nav .contact a {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0px;
	width: 53px;
	height: 10px;
	background-image: url(../_img/nav/contact.png);
	background-repeat: no-repeat;
}

#header .nav .contact a:hover {
	background-image: url(../_img/nav/contact_over.png);
	background-repeat: no-repeat;
}

#header .nav li a {
	float: left;
	display: block;
	margin: 0 15px 0 15px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header .nav li a:hover {
	color: #b9a873;
	text-decoration: none;
}


/* HEADER INCLUDE END */


#flash_feature {
	margin: 0px;
	padding: 0px;
}

#page_break {
	margin: 10px 0 0 0;
	padding: 20px 0 20px 10px;
	height: 25px;
	background-image: url(../_img/page_break.jpg);
	background-repeat: repeat-x;
}

span.select {
	position: absolute;
	width: 220px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 5px 0 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../_img/SelectBG.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#search_box {
	margin: 0px;
	padding: 35px 20px 0 20px;;
	height: 162px;
	background-image: url(../_img/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}

#search_box .drop_down {
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#search_box .advanced_search {
	margin: 10px 0 0 0;
}

#search_box .advanced_search a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b9a873;
	text-decoration: none;
}

#search_box .advanced_search a:hover {
	text-decoration: underline;
}

#callouts {
	margin: 10px 0 0 0;
	padding: 0px;
	height: 87px;
	background-image: url(../_img/callout_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

#callouts .callout1 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
	width: 310px;
}

#callouts .callout1 .callout_img {
	float: left;
	margin: 0px;
	padding: 0 15px 0 0;
	height: 87px;
}

#callouts .callout1 .text {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#callouts .callout1 .bar {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 5px;
	width: 219px;
	background-image: url(../_img/callout_line.jpg);
	background-repeat: repeat-x;
}

#callouts .callout2 {
	float: left;
	margin: 0 15px 0 0;
	padding: 0px;
	width: 310px;
}

#callouts .callout2 .callout_img {
	float: left;
	margin: 0px;
	padding: 0 15px 0 0;
}

#callouts .callout2 .text {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#callouts .callout2 .bar {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 5px;
	width: 226px;
	background-image: url(../_img/callout_line.jpg);
	background-repeat: repeat-x;
}

#callouts .callout3 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 310px;
}

#callouts .callout3 .callout_img {
	float: left;
	margin: 0px;
	padding: 0 15px 0 0;
}

#callouts .callout3 .text {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#callouts .callout3 .bar {
	float: left;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 5px;
	width: 176px;
	background-image: url(../_img/callout_line.jpg);
	background-repeat: repeat-x;
}

#callouts .callout3 .sign_up a {
	float: left;
	margin: 8px 0 0 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-decoration: none;
}

#callouts .callout3 .sign_up a:hover {
	text-decoration: none;
}

/* DEALER LOCATION */

#dealer_map .location_header {
	float: left;
	margin: 0px;
	padding: 20px 0 0 0;
	height: 70px;
	width: 960px;
	background-color:#121212;
	border-bottom: #000000 solid 1px;
}

#dealer_map .location_header .textbox{
	border: #333333 solid 1px;
	font-size:14px;
	padding:3px;
	width:150px;
}

#dealer_map .location_header .button{
	margin:0 0 0 10px;
	width:75px;
}

#dealer_map .location_header .location_title {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 10px 41px 10px;
}

#dealer_map .location_header .location_example {
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #999999;
}

#dealer_map .location_header .location_field {
	float: left;
	margin: 2px 0 0 0;
	padding: 0px;
	height: 27px;
}

#dealer_map .location_header .location_btn {
	margin: 2px 0 0 10px;
	padding: 0px;
	height: 27px;
}

#dealer_map .location_header .location_radio_btn {
	margin: 5px 0 0 0;
	padding: 0px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#dealer_map .locations_results .location_options {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 262px;
	background-color: #bba975;
}

#dealer_map .locations_results .location_options .header {
	margin: 0px;
	padding: 0 0 0 10px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	color: #121212;
}

#dealer_map .locations_results .location_options .results {
	margin: 0px;
	padding: 0px;
	min-height: 520px;
	width: 259px;
	background-color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}




#dealer_map .locations_results .location_options .results ul {
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#dealer_map .locations_results .location_options .results li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	height: 22px;
	width: 255px;
	background-color: #141414;
	list-style: none;
	overflow: hidden;
	
}


#dealer_map .locations_results .location_options .results li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #bba974;
	font-weight: bold;
	text-decoration: none;
	display:block;
	background-image:url(../_img/cat_bg.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: 0pt -22px;
	padding:0 0 0 32px;
	
	
}

#dealer_map .locations_results .location_options .results li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#333333;
	background-position: 0pt 0;
}






 






#dealer_map .locations_results .location_map {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 698px;
	height: 500px;
}

/*DEALER LOCATION END */


/* FOOTER INCLUDE */

#footer {
	margin: 0px;
	padding: 27px 10px 0 10px;
	height: 23px;
	background-image: url(../_img/footer/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}

#footer .footer_btn {
	float: right;
	margin: 0 3px 0 3px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b9a873;
}

#footer .footer_btn a {
	color: #b9a873;
	text-decoration: none;
}

#footer .footer_btn a:hover {
	text-decoration: underline;
}

/* FOOTER INCLUDE END */