/* CSS Document */
body, html {
	width:100%;
	height:100%;
	margin:0px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-color:#d5e9e7;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
	bottom:0;	
}

.main_table {
	height:100%;
}

.header{
	background:url(../images/header_bg.jpg) repeat-x;
	height:138px;
}
	
.navigation{
	padding:7px 0 0 0;
}
	
.navigation a.home{
	background:url(../images/btn_home.gif);
	width:69px;
	float:left;
	margin:0 0 0 1px;
	height:39px;
}
	
.navigation a.home:hover{
	background:url(../images/btn_home_hover.gif);
}

.navigation a.about{
	background:url(../images/btn_about.gif);
	width:80px;
	float:left;
	margin:0 0 0 1px;
	height:39px;
}
	
.navigation a.about:hover{
	background:url(../images/btn_about_hover.gif);
}

.navigation a.service{
	background:url(../images/btn_service.gif);
	width:75px;
	float:left;
	margin:0 0 0 1px;
	height:39px;
}
	
.navigation a.service:hover{
	background:url(../images/btn_service_hover.gif);
}

.navigation a.contact{
	background:url(../images/btn_contact.gif);
	width:99px;
	float:left;
	margin:0 0 0 1px;
	height:39px;
}

.navigation a.contact:hover{
	background:url(../images/btn_contact_hover.gif);
}

.navigation a.testimonial{
	background:url(../images/btn_testimonial.gif);
	width:99px;
	float:left;
	margin:0 0 0 1px;
	height:39px;
}

.navigation a.testimonial:hover{
	background:url(../images/btn_testimonial_hover.gif);
}

.navigation a.dealer{
	background:url(../images/btn_dealer.gif);
	width:70px;
	float:left;
	margin:0 0 0 1px;
	height:39px;
}

.navigation a.dealer:hover{
	background:url(../images/btn_dealer_hover.gif);
}

.bar{
	background: center url(../images/bar.jpg) repeat-y;
	width:20px;
}

a.barlink{
	color:white;
	text-decoration:none;
	padding:0 0 0 14px;
	font-size:14px;
}
	
a:hover.barlink{
	text-decoration:underline;
	color:white;
}

.top_cat{
	height:16px;
	background:url(../images/top_cat.jpg) no-repeat;
}

.cat_content{
	background-color:#fbf8f3;
	background-image:url(../images/categ_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:180px;
	line-height:19px;
	padding:0 5px 20px 8px;
}

.cat_content a{
	background:url(../images/arrow.jpg) left no-repeat;
	color:#000000;
	text-decoration:none;
	padding:0 0 0 14px;
	font-size:13px;
}
	
.cat_content a:hover{
	text-decoration:underline;
}

.specials{
	background:url(../images/specials.jpg) repeat-x;
	padding:0 0px 0px 0px;
}

.spec_title{
	padding:0 0 0 0px;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}

.spec_title a{
	font-weight:bold;
	color:#000000;
	font-size:13px;
	text-decoration:none;
}

.desc{
	font-size:10px;
	padding:3px 0 0 0px;
}

.prod_desc{
	font-size:12px;
}

.price{
	padding:0 0 0 0px;
	font-weight:bold;
	color:#e37613;
	font-size:13px;
}

.content{
	background:url(../images/content.jpg) no-repeat;
	padding:0 0 0 0px;
}

.main{
	background:url(../images/main.gif);
}

.mainprotable{
	border: 1px gray dashed;
}

.page_title{
	font-weight:bold;
	color:#000000;
	font-size:18px;
	padding:0 0 0 10px;
}

.page_text{
	font-weight:normal;
	color:#000000;
	font-size:12px;
	padding:0 0 0 15px;
}

.prod_title{
	font-weight:bold;
	color:#000000;
	font-size:13px;
}
	
.prod_title a{
	font-weight:bold;
	color:#000000;
	font-size:13px;
	text-decoration:none;
}

.prod_title a:hover {
	text-decoration:underline;
}

.copyright{
	font-weight:bold;
	font-size:12px;
	padding:20px 0 0 0;
}

.footer_menu{
	color:#035173;
	padding:20px 0 0 0;
	font-size:16px;
}

.footer_menu a{
	color:#035173;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

.footer{
	width:100%;
	height:46px;
	background:url(images/footer.gif) center repeat-x;
}

.category_top {
	padding:10px 0px 0px 0px;
}







#pscroller{
width: 650px;
height: 100px;
padding: 10px;
font-size: 16px;
font-weight: bold;
font-family: verdana;
color: red;
}

#pscroller a{
text-decoration: none;
}
