/* CSS Document */

*{	margin:0; padding:0}
	
a{outline:none; text-decoration:none}
	
body{background:url(../images/back-page.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0
	}
	
.clear{clear:both}
	
#wrapper{margin:0 auto;	width:982px}
	
#name{color:#e80b00;
	font:italic bold 36px Georgia, "Times New Roman", Times, serif;
	height:68px;
	line-height:68px;
	padding-left:18px;
	width:964px;
	}
	
#header{background:url(../images/header.jpg) no-repeat; height:198px; overflow:hidden; width:982px}
	
#nav{
	background:url(../images/nav-bar.jpg) no-repeat;
	height:42px;
	overflow:hidden;
	width:982px;
	}
	
#nav ul{margin:5px 47px 5px 44px; padding:0}

#nav ul li{
	border-right:1px dotted #666;
	font:14px Arial, Helvetica, sans-serif;
	list-style:none;
	float:left;
	height:32px;
	line-height:30px;
	text-align:center;
	width:177px
	}
	
#nav ul li a{color:#000}
	
#nav ul li a:hover{color:#f00; text-decoration:overline}
	
#container{
	margin:30px 43px 0 38px;
	overflow:hidden;
	width:902px}
	
#footer{background:url(../images/back-footer.jpg) repeat-x;	height:50px; width:100%}
	
#footer .copy{
	margin:0 auto;
	padding:30px 0 0 50px;
	color:#666;
	}
	
#footer .copy a{color:#000; text-decoration:none;}
#footer .copy a:hover{color:#F00; text-decoration:underline}
/*****  Dealer *****/

.dealer{
	background:url(../images/back-dealer.jpg) no-repeat;
	float:left;
	height:178px;
	margin:0 30px 20px 0;
	overflow:hidden;
	width:280px;
	}
	
.dealer .a{margin:40px 10px 10px 10px}
	
.dealer .a h1{
	border-bottom:1px dotted #000;
	color:#cb021c;
	font:18px Arial, Helvetica, sans-serif;
	height:30px;
	line-height:30px;
	text-align:center
	}
	
.dealer .a .logo{
	overflow:hidden;
	float:left;
	width:85px;}
.dealer .a .logo img{margin-top:15px}

.dealer .a .prod-cell{float:left; padding-top:10px; margin-left:15px;}

.dealer .a .prod-cell .product{
	background:url(../images/bullet.jpg) 0 20px no-repeat;	
	padding-left:20px;
	padding-top:15px;}
.dealer .a .prod-cell .product a{color:#000;}
.dealer .a .prod-cell .product a:hover{color:#990000; text-decoration:underline}

/********* box Corner *******/

#box{
	background:url(../images/corner-bottom.gif) no-repeat bottom center;
	width:901px;
	padding-bottom:4px;
	}
	
#box #box1{
	background:url(../images/corner-top.gif) no-repeat top center;
	width:901px;
	padding-top:14px;
	}

#box #box1 #box2{
	background:url(../images/corner.gif) repeat-y top center;
	padding:0 15px;
	}
	
/********* menu ********/

.menu{
	position:absolute;
	visibility: hidden;
	border: 1px solid #FFCC33;
	background-color:#fff;
	width: 200px;
	text-align:left;
	}
	
.menu ul{margin:0; padding:0}

.menu ul li a{
	background:url(../images/menu.jpg) repeat-x;
	border-bottom:1px dotted #fff;
	color:#fff;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	height:30px;
	line-height:30px;
	list-style:none;
	padding-left:15px;	
	text-align:left;
	}
	
.menu ul li a{
	height:30px;
	line-height:30px;
	display:block;
	
	}
	
.menu ul li a:hover{background:url(../images/menu2.jpg);}
	
/********** Styles ****/

.title1{
	background:url(../images/bullet2.jpg) no-repeat;
	border-bottom:1px dotted #f60;
	color:#f60;
	font:bold italic 16px Arial, Helvetica, sans-serif;
	height:55px;
	line-height:55px;
	padding-left:55px;
	margin-bottom:10px;
	}
	
.sub_title{
	background:url(../images/productlist.jpg) no-repeat;
	height:40px;
	
	}

.productlist{
	border-left:1px dotted #f60;
	border-right:1px dotted #f60;
	color:#f60;
	font:Geneva, Arial, Helvetica, sans-serif;
	}		

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

.listing_product a{
	padding-top:20px;
	padding-left:20px;
	margin-bottom:30px;
	background:url(../images/bullet.jpg) 0 25px no-repeat;
	width:250px;
	color:#FF3300;
}		

.listing_product a:hover{
	padding-top:20px;
	padding-left:20px;
	margin-bottom:30px;
	width:250px;
	color:#FF0000;
	font-weight:bold;
}		


/*******  Form  ***********/

input[type="text"], textarea{
	background:url(../images/form-back.gif) top center repeat-x;
	height:32px;
	line-height:50px;
	font:12px Arial, Helvetica, sans-serif;
	color:#990000;
	border:1px solid #ccc;
	width:300px;
	}
	
textarea{height:100px}

.map-frame{
	background:url(../images/back-map.jpg) no-repeat;
	height:288px;
	float:left;
	padding:31px 32px 31px 27px;
	overflow:hidden;
	width:391px;
	}
