@font-face {
	font-family: UNIV-C; /*UniverseCondensed*/
	src: url(/fonts/univers-condensed-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-condensed-webfont.woff) format('woff'),
	     url(/fonts/univers-condensed-webfont.ttf) format('truetype'),
	     url(/fonts/univers-condensed-webfont.svg#svgFontName) format('svg');
}
html, body {
    background-color: #D7D5D3;
    background-image: url("/images/bg_gradiant.png");
    background-repeat: repeat-x;
    font-family: "UNIV-C",Arial,Helvetica,sans-serif;
color:#ffffff;
    margin: 0;
    padding: 0;
}
img{
	border:none;
}
#bg_header{
	min-width:1024px;
	height:105px;
	background:url("/images/bg_header.png");
	position:relative;
	clear:both;
}
#header{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	clear:both;
	height:105px;
/*	background:url("/images/bg_headerstroke.png"); */
}
#logo{
	width:280px;
	height:79px;
	position:relative;
	float:left;
	margin-top:18px;
	margin-left:35px;
	margin-right:100px;
}
#topnav {
    float: right;
    height: 25px;
    margin-top: 12px;
    position: relative;
    right: 40px;
    width: 150px;
    z-index: 999999999;
	font-family:"UNIV-C",Arial,Helvetica,sans-serif;
}
#navtop {
    list-style: none outside none;
    margin-top:5px;
    padding: 0;
    position: relative;
	font-family:"UNIV-C",Arial,Helvetica,sans-serif;
}
.messagepop {
    background-color: #4C4032;
    cursor: default;
    display: none;
    height: 185px;
    margin-top: 25px;
    padding: 5px 15px;
    position: absolute;
    right: 16px;
    text-align: left;
    width: 340px;
    z-index: 50;
	font-size:14px;
}
.messagepop a:hover{
	opacity:.85;
}
label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  margin: 8px 0;
}
#submit_links{
}
.submit{
cursor: hand; 
cursor: pointer; 
}
.selected{
	color:#ffffff;
}
.shop{
	color:#ffffff;
	text-decoration:none;
	list-style-type:none;
}
#mainnav{
	position:relative;
	width:460px;
	height:45px;
	float:right;
	z-index:200000000;
	font-family:"UNIV-C", Arial, Helvetica, sans-serif;
	top:10px;
	font-size:18px;
}
#mainnav ul { 
margin:0;
padding:0;
list-style: none;
z-index:200000000;
}
#mainnav li {
margin:0;
padding:0;	
z-index:200000000;
}
#bg_maincontent {
    clear: both;
    min-height: 615px;
    min-width: 1024px;
    position: relative;
}
#maincontent{
	margin-left: auto;
    margin-right: auto;
	width:1024px;
	position:relative;
	clear:both;
}
#slides{
	z-index:88888888;
}
.slides_container {
	width:1024px;
	height:245px;
	z-index:8888888;
}
.slides_container div {
	width:1024px;
	height:245px;
	display:block;
	z-index:8888888;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1024px;
	height:245px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
    left: -25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -14px;
    position: absolute;
    top: 235px;
    width: 100px;
    z-index: 2147483647;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	z-index:999999999;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	z-index:999999999;
}

.pagination li.current a {
	background-position:0 -12px;
	z-index:999999999;
}
        
#mainbanner{
	height:245px;
	width:1024px;
	position:relative;
	clear:both;
}
#homeslideshow{
	height:378px;
	width:630px;
	float:left;
	position:relative;
	margin-top:20px;
}
#slider{
	width:400px;
	padding-left:50px;
}
#rightcolumn{
	height:380px;
	width:390px;
	float:left;
	position:relative;
	margin-top:20px;
}
#powerline{
	position:relative;
	margin-bottom:15px;
}
#powerline a:hover{
	opacity:.85;
}
#olympic a:hover{
	opacity:.85;
}
#bg_footerbar{
	min-width:1024px;
	background-color:#1d1915;
	position:relative;
	height:70px;
	clear:both;
}
#footerbar{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#store_finder {
    float: left;
    margin-left: 75px;
    margin-top: 20px;
    position: relative;
    width: 355px;
}
#finder .select-store {
    background: url("/images/storefinder_bg.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #5b5a5a;
    font-family: UNIV-C,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 31px;
    line-height: 15px;
    padding: 3px;
    vertical-align: middle;
    width: 186px;
}
input.go {
    background-image: url("/images/storefinder_submit.png");
    border: 0 none;
    height: 32px;
    margin-left: -2px;
    text-indent: -999999px;
    vertical-align: middle;
    width: 35px;
}
#social{
	 float: left;
    margin-top: 20px;
    position: relative;
    width: 350px;
}
#social a:hover{
	opacity:.85;
}
#featured_dealer {
    float: left;
    margin-top: 19px;
    position: relative;
 /*   width: 350px; */
}
#featured_dealer a:hover{
	opacity:.85;
}
#bg_footernav{
	min-width:1024px;
	background:url("/images/bg_footer.png")  repeat-x scroll 0 0 #352e26;
	position:relative;
	clear:both;
	height:200px;
}
#footernav {
    clear: both;
    font-size: 12px;
    height: 138px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    position: relative;
    width: 874px;
	paddig-left:150px;
}
#footernav ul {
    float: left;
    height: 122px;
    list-style: none outside none;
    margin: 0;
    padding: 0 30px 0 0;
}
#footernav li {
    display: block;
    margin: 0;
    padding: 0;
}
#footernav a, #footernav a:link, #footernav a:visited, #footernav a:active {
    color: #FFFFFF;
    text-decoration: none;
}
#footernav a:hover {
    color: #938778;
    text-decoration: none;
}
#footer_first{
	font-size:18px;
	color: #FFFFFF;
    text-decoration: none;
}
#footer_first{
	font-size:18px;
	color: #938778;
    text-decoration: none;
}
#footerinfo{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:1024px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
#footerinfo a, #footerinfo a:link, #footerinfo a:visited, #footerinfo a:active{
	color: #FFFFFF;
    text-decoration:none;
}
#footerinfo a:hover{
	color: #938778;
    text-decoration: none;
}
.pics {  
    height:  30px;  
    width:   110px;  
    padding: 0;  
    margin:  0 0 0 15px;  
} 
 
.pics img {  
    border:none;  
    width:  110px; 
    height: 30px; 
    top:  0; 
    left: 0;
	vertical-align:middle;
} 

	
	

















