/* main style sheet */


/* header */
#header {
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 120px;
}

/* end of header 
**********************/





/* nav */
#nav {
	padding: 0px;
	height: 216px;
	width: 178px;
	margin-top: 73px;
	margin-right: 0px;
	margin-bottom: 59px;
	margin-left: 72px;

}
#nav a {
	padding: 0px;
	margin: 0px;
	display: block;
	background-image: url(../img/nav.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 178px;

}
#nav span {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	display: none;
}
#home {
	background-position: 0px 0px;
}
#aboutus {
	background-position: 0px -36px;
}
#motorcycles {
	background-position: 0px -72px;
}
#onlinestore {
	background-position: 0px -108px;
}
#departments {
	background-position: 0px -144px;
}
#community {
	background-position: 0px -180px;
}

#home:hover {
	background-position: -178px 0px;
}
#aboutus:hover {
	background-position: -178px -36px;
}
#motorcycles:hover {
	background-position: -178px -72px;
}
#onlinestore:hover {
	background-position: -178px -108px;
}
#departments:hover {
	background-position: -178px -144px;
}
#community:hover {
	background-position: -178px -180px;
}

/* sub nav */
#sub-nav {
	width: 243px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	background-image: url(../img/nav-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 47px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
*html #sub-nav {
	background-position: left top;
}
#sub-nav-warpper {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.menu-item {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #938b6e;
}

.menu-item .sub-menu-item {
	display: none;
}

.menu-text {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container #container-wrapper #content #L-content #sub-nav #sub-nav-warpper .menu-item a {
	padding-left:8px;
	text-decoration:none;
	display: block;
	color: #333333;
}
#container #container-wrapper #content #L-content #sub-nav #sub-nav-warpper .menu-item a:hover {
	background-image: url(../img/menu-bg.png);
	background-repeat: repeat;	
	color: #000000;
}

*html #container #container-wrapper #content #L-content #sub-nav #sub-nav-warpper .menu-item a:hover {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu-bg.png',sizingMethod='scale');
}

a.selected{
	background-image: url(../img/menu-bg.png);
}

*html a.selected{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu-bg.png',sizingMethod='scale');
}

.sub-menu-item {
	margin: 0px;
	padding: 0px;
	background-image: none;
	filter: none;
}
.sub-menu-text {
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.sub-menu-item .sub-sub-menu-item {
	display: none;
}

.sub-sub-menu-item {
	margin: 0px;
	padding: 0px;
}
.sub-sub-menu-text {
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}




/* end of nav 
**********************/

/* search box */


#search-box {
	padding-left: 48px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#search-box span {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	padding-right: 7px;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#search-box .serarch-text {
	font-size: 10px;
	height: 14px;
	width: 130px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#search-box .submit-button {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	height: 16px;
	width: 30px;
	border: 1px solid #666666;
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}


/******** end of search box *********/



/* content */

#content {
	margin: 0px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../img/nav-box-body.gif);
	background-repeat: repeat-y;
	background-position: 33px;
}
#L-content {
	margin: 0px;
	float: left;
	width: 300px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/l-content-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
*html #L-content {
	background-position: left top;
}
#R-content {
	margin: 0px;
	float: right;
	width: 480px;
	padding-top: 53px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#frame {
	height: 253px;
	width: 426px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 8px;
}
#body-content {
	padding: 0px;
	width: 455px;
	margin: 0px;
}
#breadcrumb {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#container #container-wrapper #content #R-content #body-content #breadcrumb a {
	color: #666666;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#container #container-wrapper #content #R-content #body-content #breadcrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

.margin5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}

.margin10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.margin20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: justify;
}

.nomargin {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.box1 {
	margin: 0px;
	padding: 0px;
}
.box1-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 247px;
}
.box1-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 188px;
}
.box2 {
	padding: 0px;
	width: 434px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box2-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 195px;
}
.box2-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 195px;
}



.list1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#three-links {
	padding: 0px;
	width: 465px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -10px;
}
#three-links a img {
  border: 3px solid #8c8163;
}
#three-links a:hover img {
  border: 3px solid #a59c8d;
  opacity: 0.7;
  MozOpacity: 0.7;
  KhtmlOpacity: 0.7;
  filter: alpha(opacity=70);
}
#three-links a, #three-links a:visited  {
  color: #8c8163;
	display: block;
	padding: 0px;
	float: left;
	height: 76px;
	width: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

*html #three-links a, *html #three-links a:visited {
	display: inline;
}

#three-links a:hover{
  color: #a59c8d;
}


#side-img-links {
	padding: 0px;
	width: 200px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#side-img-links a img {
  border: 3px solid #8c8163;
}
#side-img-links a:hover img {
  border: 3px solid #a59c8d;
  opacity: 0.7;
  MozOpacity: 0.7;
  KhtmlOpacity: 0.7;
  filter: alpha(opacity=70);
}
#side-img-links a, #side-img-links a:visited  {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 20px;
}
*html #side-img-links a, *html #side-img-links a:visited  {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#news-review-box {
	margin: 0px;
	padding: 0px;
	height: 232px;
	width: 188px;
	background-image: url(../img/news-review-box.gif);
	background-repeat: no-repeat;
}
#news-review-box-inner {
	width: 138px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.news-reviews-img {
	padding: 0px;
	width: 138px;
	border: 3px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.news-review-txt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.btn-more2 {
	margin-left: 80px;
}




*html #R-content {
  float: right;
}




/* end of content 
**********************/





/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	width: 780px;
	clear: both;
}


/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
	background-color: #000000;
}
*html body  {
	/*font-size:85%;*/
}
*:first-child+html body {
	/*font-size:85%;*/
}




#container{
	width:780px;
	margin:0 auto;
	padding: 0;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
}
#container-wrapper {
	background-image: url(../img/container-bg-main1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 780px;
}



/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
	margin:0;
	padding:0;
	display: block;
	border-width: 0;
	border:none;
}



.image-border {
	border: 1px solid #666666;
}

h1 {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2 {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
h3 {
	margin:0;
	padding:0;
}
h4 {
	margin:0;
	padding:0;
}

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 clear:both;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #333333;
	background-color:#ffffff;
}

/* Link */
a {
	border: none;
}  

a:link {
	color:#666666;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}


a:hover {
	color:#000000;
	text-decoration:none;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:underline;
}  

a.linkcopy:link {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:visited {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:hover {
	color:#999999;
	text-decoration:underline;
}
a:focus { 
	-moz-outline-style: none; 
}


/* end of general style */
