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

html, body{
	height: 100%;
}

#doc2{
	min-height: 100%;
}
* html #doc2{
	height: 100%;
}
html{
background-image: url(/images/site-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: black;
}
body{
	background-image: url(/images/site-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: black;
}
th,td { 
	border: none; 
	padding: 0; 
}
td img {display: block;}
#hd-banner{
	position: relative;
	top: -1px;
}

h1 span{ display: none; }
h1.hd-carbon-fiber-fenders{
	width: 299px;
	height: 37px;
	background-image: url(/images/hd-carbon-fiber-fenders.jpg);
}
h1.hd-about-shift-products{
	width: 298px;
	height: 37px;
	background-image: url(/images/hd-about-shift-products.jpg);
}

.padded{ padding: 5px; }
ul.no-bullets li{ list-style: none; }

div.content p{
	padding: 0px 20px 0px 7px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-align: justify;
}

div.yui-u.first{ border-right: 1px solid #eee; }

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
  font-size: 116%;
}
.center{ text-align: center; }
.right{ text-align: right; }

#ft{ padding: 10px; text-align: center; color: #ccc; font-size: 77%; }

#nav{
	background-image: url(/images/menu-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 950px;
	height: 56px;
	position: relative;
	top: -5px;
}
#nav ul{
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	height: 56px;
	list-style: none;
}

#nav ul li{
	float:left;
	list-style: none;
}

#nav ul li a{
	float: left;
	display: block;
	color:#333;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 0 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #ccc;	
}

#nav ul li a span{
	float: left;
	display: block;
	padding: 0 22px 0 22px;
	border-left: 1px solid #fff;
}

#nav ul li.first a, #nav ul li.first a span{
	border: none;
}

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

#nav ul li.selected a{
	color: #000;
	background: url(/images/menu-bg-selected.jpg) no-repeat;
	background-position: top left;
	background-repeat: repeat-x;
}




#bd{
	position: relative;
	top: -5px;
	min-height: 100%;
padding: 0px 7px;
}
#bd h1{ font-size: 167%; color: #333; }

div.blog-container h1{ font-size: 167%; color: #333; }
div.blog-container p.description { margin-bottom: 0px; }
div.blog-container div.post-list{ color: #333; padding: 15px; }
div.blog-container div.post-list h2.post-title a{ color: #77AC09; text-decoration: none; }
div.blog-container div.post-list div.links{ padding-top: 7px; }
div.blog-container div.post-list div.links a{ color: #999; }
div.blog-container div.post-list div.links a:hover{ color: red; }
div.blog-container div.post-list div.post-details{ font-size: 87%; }
div.blog-container div.side-panel hr{ display: none; }
div.blog-container div.side-panel h4{ background-color: #eee; padding: 7px; }
div.blog-container div.side-panel ul li a{ color: #999; margin-left: 5px; }
div.blog-container div.side-panel ul li a:hover{ color: red; }
div.blog-container div.side-panel div.BlogRecentPost ul li a,
div.blog-container div.side-panel div.BlogPostArchive ul li a{ color: #759820; }
div.blog-container div.side-panel div.BlogTagCloud a{ color: #777; background-color: #eee; border: 1px solid #ccc; padding: 3px; text-decoration: none; }
div.blog-container div.side-panel div.BlogTagCloud a:hover{ color: red; background-color: white; border: 1px solid white; text-decoration: underline; }
table.faq-search{ margin: 5px auto; width: 99%; }
table.faqresultstable{ margin: 5px auto; width: 99%; }
table.faqresultstable a { color: #759820; }
table.faqresultstable td.faqresultstablequestion a:hover{ color: #333; }

p.notice{ clear: both; background-color: #eee; border: 1px solid #ccc; display: block; font-size: 123.1%; margin: 0 auto; padding: 7px; text-align: center; width: 80%; }

table.photogalleryTable{ width: 100%; }
table.photogalleryTable td{ text-align: center; }

#store .product{
clear: both;
padding: 7px;
}
#store .product .preview{
float: left;
}
#store .product .desc{
margin-left: 215px;
}
#store .product .desc h2{
color: #333;
font-size: 167%;
margin: 5px 0;
padding: 0;
}
#store .product .desc ul{
margin: 0;
padding: 0;
}
#store .product .desc ul li{
color: #666;
list-style: none;
padding-bottom: 3px;
}

div.break{
border-bottom: 1px solid #eee;
clear: both;
margin: 20px;
}