@charset "utf-8";
/* Buddy Rich Document */
body{
	background-image:url(../img/mainbg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#f2f1ea;
	margin:0px;
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.leftside{
	background-image:url(../img/leftside.jpg);
	width: 41px;
	height: 821px;
	background-repeat:no-repeat;
	padding:0px;
}
.rightside{
	background-image:url(../img/rightside.jpg);
	width: 48px;
	height: 821px;
	background-repeat:no-repeat;
	padding:0px;
}
.middle{
	background-image:url(../img/centerbg.jpg);
	background-repeat:no-repeat;
	background-color:#f0f0e8;
	background-position:top;
}
.bottom{
	background-image:url(../img/bottom.gif);
	background-repeat:repeat-x;
	background-color:#3f3b34;
	text-align:center;
	}
.content{
	width:918px;
	margin:0px;
	}
#footerLinks{
	margin-top:35px;
	margin-bottom:20px;
	color:#7f7c66;
	font-size:11px;
}
#footerLinks a{
	font-size:13px;
	color:#999680;
	}
#footerLinks a:hover{
	font-size:13px;
	color:#cda75e;
}
.contentLeftBar{
	width:359px;
	height:35px;
	background-color:#4f4a42;
}
.contentRightBar{
	width:557px;
	height:35px;
	background-color:#191816;
	font-size:13px;
	color:#776e61;
	font-weight:bold;
	padding-left:13px;
}
.contentArea{
	padding:13px;
	color:#333333;
	font-size:11px;
	line-height:15px;
	}
.contentArea a{
	color:#333333;
	}
.contentArea a:hover{
	color:#ad4e0f;
	}
.headingtitle{
	color:#3c6f6a;
	font-size:14px;
	font-weight:bold;
	}
input{
	background-color:#f8f7f3;
	border:1px solid #c1bdb5;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	}	
/**************************************************
/////////////////// NAVIAGATION ///////////////////
**************************************************/
#nav{
	width:1007;
	height:88px;
	text-align:center;
	margin:0 auto;
}
.nav_news a { 
	display: block; 
	width: 81px; 
	height: 88px; 
	background: transparent url(../img/nav_news.jpg) no-repeat; 
	float:left;
	display:inline;
	margin:0px;
} 
.nav_news a:hover { 
	background-position: -81px 0; 
} 
.nav_products a { 
	display: block; 
	width: 78px; 
	height: 88px; 
	background: transparent url(../img/nav_products.jpg) no-repeat; 
	float:left;
	display:inline;
	margin:0px;
} 
.nav_products a:hover { 
	background-position: -78px 0; 
} 
.nav_about a { 
	display: block; 
	width: 78px; 
	height: 88px; 
	background: transparent url(../img/nav_about.jpg) no-repeat; 
	float:left;
	display:inline;
	margin:0px;
} 
.nav_about a:hover { 
	background-position: -78px 0; 
} 
.nav_dealers a { 
	display: block; 
	width: 78px; 
	height: 88px; 
	background: transparent url(../img/nav_dealers.jpg) no-repeat; 
	float:left;
	display:inline;
	margin:0px;
} 
.nav_dealers a:hover { 
	background-position: -78px 0; 
} 
.nav_contact a { 
	display: block; 
	width: 78px; 
	height: 88px; 
	background: transparent url(../img/nav_contact.jpg) no-repeat; 
	float:left;
	display:inline;
	margin:0px;
} 
.nav_contact a:hover { 
	background-position: -78px 0; 
} 
.nav_links a { 
	display: block; 
	width: 89px; 
	height: 88px; 
	background: transparent url(../img/nav_links.jpg) no-repeat; 
	float:left;
	display:inline;
	margin:0px;
} 
.nav_links a:hover { 
	background-position: -89px 0; 
}
#rightnav{
	background-image:url(../img/rightnav.jpg);
	width:45px;
	height:88px;
	float:left;
	display:inline;
	margin:0px;
}
.toplogo a{ 
	display: block; 
	width:480px;
	height:88px; 
	background: transparent url(../img/top_logo.jpg) no-repeat;
	float:left;
	display:inline;
	margin:0px;
} 

/**************************************************
///////////////////// CONTENT /////////////////////
**************************************************/

