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

html {
	min-height: 100%;
	height: auto;
}

body  {
	font: 90% Geneva, Arial, Helvetica, sans-serif;
	background: #000;
	background-image:url(img/bg_lines.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;

}
.twoColFixLtHdr #container {
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #000;
	height:112px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #headernav {
	background-image:url(img/nav_bg2.gif);
	background-repeat:repeat-x;
	height:47px;
	padding: 25px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
} 

ul#nav {
list-style-type: none;
margin:0;
padding:5px 10px;
font-size: 80%;

}
ul#nav li {
display:inline;
	padding: 0 20px 0 12px;
	text-transform:uppercase;
	background:url(img/nav_square.gif) no-repeat 0 50%;

}
ul#nav li a {
text-decoration:none;
color:#FFFFFF;

}

ul#nav li a:hover {
	color: #FF9900;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	margin:0;
	padding:0;
	background-image:url(img/bg_left_nav.gif);
	background-repeat: repeat-y;
}



ul#leftnav {
list-style-type: square;
margin-left: 45px;
margin-top: 23px;
padding:0px;
font-size: 80%;

}
ul#leftnav li {
	padding: 0 20px 30px 12px;
	text-transform:uppercase;

}
ul#leftnav li a {
text-decoration:none;
color:#FFFFFF;

}

ul#leftnav li a:hover {
	color: #FF9900;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
	
.twoColFixLtHdr #subContent {
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 	
	
.twoColFixLtHdr #subContent a {
text-decoration:none;
color:#FF9900;

}

.twoColFixLtHdr #subContent a:hover {
	color: #FFFFFF;
}	
	
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:60%;
}

.twoColFixLtHdr #footer a {
text-decoration:none;
color:#FF9900;

}

.twoColFixLtHdr #footer a:hover {
	color: #FFFFFF;
}	


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a img {
	border: 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
#dealerlocator {
	padding: 10px;
	margin: auto;
	text-align: left;

}
#dealerlocator p {
	padding-top: 5px;

}

#dealerlocator a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FF9900;
	text-decoration:underline
}

#dealerlocator a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}

#dealerlocator .locator_page_links table{
	padding: 0px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	width: 500px;
}

#dealerlocator .locator_page_links{
	padding: 0px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

#dealerlocator .locator_page_links a{
	padding: 0px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#FF9900;
}

#dealerlocator input, select {
	border: 1px solid #494d36;
	color: #000;
}

#dealerlocator input.submit{
  color: #fff;
  background-color: #494d36;
  cursor: pointer;
}

#dealerlocator input.submitLink {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  cursor: hand;
}

#dealerlocator input.submitLinkCurrentPage {
  color: #fff;
  font-weight:bold;
  background-color: transparent;
  text-decoration: none;
  border: none;
  cursor: pointer;
  cursor: hand;
}

#changer {
	margin-bottom: 5px;
}

#locator {
	margin-bottom: 5px;
}