@charset "utf-8";

*{
  margin: 0;
  padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

body{
  background-color: #000;
}

p{
  font-size: 12px;
	margin-bottom: 10px;
}

a{
 color: #000;
}

h2{
  font-weight: normal;
  font-size: 21px;
	margin-bottom: 18px;
	padding-bottom: 5px;

	/*margin-bottom: 10px;
	border-bottom: 2px solid #D2E000;*/
}

h3{
  font-weight: normal;
  font-size: 18px;
	color: #000;

	
}

h4{
  font-size: 14px;
	color: #000;

}

ul{
  list-style-position: outside;
	padding-left: 4px;
}

li{
  /* list-style-image:url(list-bullet-2.png); */
	list-style: none;
background-image: url(list-bullet.png);
background-repeat: no-repeat;
	font-size: 12px;
	background-position: 0 4px;
	padding-left: 12px;
}

img{
  border: none;
}

address{
  font-size: 12px;
	font-style: normal;
	color: #000;
}

#page-wrapper{
  width: 800px;
  margin: auto;
  margin-top: 20px;
	padding-bottom: 72px;

}

#header{
  width: 100%;
}

.page-header{
  border-bottom: 1px dotted black;
}

#header img{
  margin-left: 24px;
}

#content-wrapper{
  position: relative;
  width: 780px;
  padding: 10px;
  background-color: #1A1A1A;

}

#content{
  width: 100%;
  overflow: auto;
}

#content-left-wrapper{
  background-color: #fff;
}

#content-left{

}

#content-right-wrapper{
  width: 100%;
  background-color: #fff;

}

#content-right{
  padding: 20px;
}

.section{
  margin-bottom: 20px;
}

/* navigation */

#navigation{
  width: 100%;
  height: 48px;
  background-image: url(nav-bg.png);
	background-repeat:repeat-x;
	border-bottom: 4px solid #D2E000;
}

#navigation ul{
  list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 24px;
}

#navigation li, #navigation a{
  background-image: none;
  margin: 0;
	padding: 0;
  float: left;
}

#navigation li{
  list-style: none;
  border-right: 1px solid #262626;
  margin-top: 14px;
	margin-right: 24px;
	padding-right: 24px;
	padding-bottom: 6px;
}

#navigation li.end{
  margin-right: 0;
	padding-right: 0;
	border: none;
}


#navigation a{
  color: #808080;
  font-size: 21px;
	text-decoration: none;
}

#navigation a:hover{
  color: #fff;
}

#left-top-corner{
  position: absolute;
	top: 10px;
}

#right-top-corner{
  position: absolute;
	top: 10px;
  left: 777px;
}

#left-top-corner-outer{
  position: absolute;
	top: 0;
	left: 0;
}

#right-top-corner-outer{
  position: absolute;
	top: 0;
	left: 787px;
}

/* footer */

#footer-navigation{
  padding-top: 8px;
  width: 50%;
	height: 20px;
  list-style: none;
	margin-left: 190px;
	float: left;
	
}

#footer-navigation li{
  background-image: none;
	padding: 0;
	margin: 0;
  float: left;
	margin-right: 12px;
	padding-right: 12px;
	list-style: none;
}

#footer-navigation a{
  font-size: 10px;
	color: #CCC;
	text-decoration: none;
}

#footer-navigation a:hover{
  color: #D2E000;
}

#footer-navigation .end{
  margin: 0;
	padding: 0;
	border: none;
}

#web-icons{
  float: right;
	padding-top: 8px;
	margin-right: 20px;
}

.store-locations{

}

span{
  font-size: 12px;
	color: #000;
}

div.end{
  margin-bottom: 0;
	padding-bottom: 0;
}

#breadcrumb{
  padding: 0;
	margin: 0;
  margin-left: 20px;
  color: #000;
  font-size: 10px;
	height: 20px;
}

#breadcrumb li{
  background-image: none;
  float: left;
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	padding-right: 2px;
}

#breadcrumb a{
  text-decoration: underline;
}

#breadcrumb a.current-page{
  text-decoration: none;
}

.subsection{
  margin-bottom: 12px;
}

.product-description h2, .product-description h3{
  border-bottom: 1px dotted #333333;
	margin-bottom: 12px;
	padding-bottom: 5px; 
}


.banner{
  width: 100%;
	background-color: #D2E000;
	height: 25px;

	margin-top: 20px;
}

.photo-and-caption-left{
  float: left;
  background-color: #E8E8E8;
	padding: 5px;
	margin: 0 10px 10px 0;
}

.photo-and-caption-right{
  float: right;
  background-color: #E8E8E8;
	padding: 5px;
	margin: 0 0 10px 10px;
}

#cars{
  width: 434px;
	float: none;
}

#ribbon{
  width: 252px;
}

.product-row{
  width: 100%;
	overflow: auto;
}

.product-summary-wrapper{
  width: 50%;
	float: left;
}

.product-summary{
  padding: 20px 20px 20px 0;
}

.product-summary h3{
	margin-bottom: 4px;
}

.product-summary h3 a{
  text-decoration: none;
	font-weight: normal;
}

.product-summary p a{
  font-weight: bold;
}

.product-intro{
  overflow: auto;
}

.product-image-wrapper{
  float: left; 
	padding-right: 20px;
	height: 145px;
  width: 85px;
	text-align: right;
}

.product-image{
	width: 60px;
	float: left;
}

.product-spec{
	width: 600px;
	float: left;
}

