/*****************************/
/* Default element styles */
/*****************************/

body { 
	text-align:center; /* for IE */ 
	margin: 0;
	padding: 0;
} 

html, body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg2.jpg) top left repeat-x; 
	font-family: arial, helvetica, sans-serif;
	color: #0a0909;
	font-size:11px;
	
}

a {
	color: #28766e;
	text-decoration: underline;
	font-weight:normal;
	position: relative;
}

a:hover {
	color: #cb771d;
	text-decoration: underline;
	font-weight:normal;
}

a.white-med  {
	color:#fff;
	text-decoration: underline;
	font-size:14px;
	font-weight:normal;
}
a:hover.white-med  {
	color:#28766e;
	text-decoration: underline;
	font-size:14px;
	font-weight:normal;
}

img {
	border: none;
}

.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

.right {
	text-align:right;
	margin-right:15px;
}

/*****************************/
/* Structural styles */
/*****************************/

#wrapper {
	position:relative;
	text-align:left; /* reset text alignment for non-IE*/ 
	width:951px;
	margin:0 auto; /* for the rest */ 
	padding:0px;
	background-color: #000;
}

#inner-wrapper {
	height:510px;
}

.home #wrapper {
	background: #000 url(images/bg.jpg) no-repeat;
}

.about #wrapper {
	background: #000 url(images/bg4.jpg) no-repeat;
}

.bikes #wrapper {
	background: #000 url(images/bg3.jpg) no-repeat;
}

.links #wrapper {
	background: #000 url(images/bg5.jpg) no-repeat;
}

#logo {
	float:left;
	width:230px;
	margin-top:25px;
	margin-left:20px;
	display:inline;
}

#contact-us-link {
	float:right;
	width:102px;
	margin-top:10px;
}

#amsoil {
	float:right;
	width:132px;
	margin-top:6px;
}

#amsoil-text {
	float:right;
	width:132px;
	margin-top:6px;
	margin-right:5px;
	display:inline;
}
#amsoil-text a {
	text-decoration:none;
	color:#ce0c0c;
	font-weight:bold;
	font-size:11px;
}

#top-nav {
	float:left;
	width:697px;
	
}

#nav {
	float: right;
	margin-top: 45px;
}

.home #nav {
	margin-top: 70px;
}

.nav-button {
	margin-right: 30px;
	display:inline;
}

.nav-button-last {
	margin-right: 10px;
	display:inline;
}

#content-wrapper {
	float:left;
	width:951px;
	margin-top:16px;
	padding-bottom:25px;
	background-color:#f0f0f0;
	line-height:18px;
}

.about #content-wrapper, .links #content-wrapper {
	width:470px;
	margin-left:454px;
	display:inline;
}

/*****************************/
/* home styles */
/*****************************/

#home-features {
	float:left;
	width:933px;
	margin-left:15px;
	display:inline;
}

#home-shop {
	float:left;
	width:241px;
	margin-top:70px;
	margin-right:13px;
}

#home-panster {
	float:left;
	width:288px;
	margin-left:5px;
	margin-top:30px;
	display:inline;
}

#beeliner-link {
	position:absolute;
	top:413px;
	left:370px;
	z-index:1;
	width:130px;
}

#ttdeluxe-link {
	position:absolute;
	top:448px;
	left:400px;
	z-index:1;
	width:80px;
}

#home-contact {
	float:right;
	width:305px;
	height:103px;
	margin-top:110px;
	background-image:url(images/bg-contact-callout.png);
}

/* IE6 only */
/*\*/
* html #home-contact
{
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/bg-contact-callout.png,sizingMethod='scale');
}
/**/

#contact-link {
	margin-top:77px;
	margin-left:70px;
}

/*****************************/
/* project bikes styles */
/*****************************/
#hd-bikes {
	float:left;
	width:305px;
}

#bike-nav {
	float: right;
	width:570px;
	margin-right:5px;
	display:inline;
}

.bike-nav-button {
	float: left;
	margin-right: 30px;
}

.bike-wrapper {
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	display:inline;
}

.bike-shot {
	float:left;
	width:426px;
}

.bike-profile-wrapper {
	float:left;
	width:480px;
}

.bike-profile-wrapper p {
	margin-left:20px;
}

.click-thumbnail {
	color:#0a0909;
	margin-top:20px;
	margin-left:23px;
	margin-bottom:0px;
}

.thumbs {
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	display:inline;
}

.thumb-pic {
	margin-right:4px;
}

a.tech-sheet  {
	color:#0a0909;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
}
a:hover.tech-sheet {
	color:#da1616;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
}

#tech-sheet {
	margin-left:60px;
}
	

/*****************************/
/* footer styles */
/*****************************/

#copyright-div {
	float:left;
	width:951px;
	height:15px;
	background-color:#171515;
}

#copyright {
	color:#fff;
	margin-left:20px;
}

#footer {
	float:left;
	width:921px;
	color:#fff;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
	display:inline;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
}

#myspace {
	margin-right:10px;
}

#addthis {
	margin-bottom:8px;
}




















