/* CSS Document */

body{
	background:#f7ead2;
	padding:0;
	margin:0;
	font:normal 13px/17px "Trebuchet MS", Arial;
	color:#000;
	}
table,tr,td, p, span, h1, h2, h3, h4, h5, h6,li form, input, select{
	padding:0;
	margin:0;
	border:0;
	}
img{
	padding:0;
	margin:0;
	border:none;
	}	
ul{
	list-style:none;
	padding:0;
	margin:0;
	}		
a {
	outline:none;
	text-decoration:underline;
	}

.wraper{
	background:none;
	width:1003px;
	padding:0;
	margin:0 auto;
	}	
.banner_bg{
	background:url(images/banner_bg.jpg) 0 0 no-repeat;
	width:1003px;
	height:256px;
	padding:0;
	margin:0;
	}
.nav_bg{
	background:url(images/nav_bg.jpg) 0 0  repeat-x;
	width:1003px;
	height:44px;
	padding:0;
	margin:0;
	}	
		
.body_bg{
	background:#f3dbb0;
	padding:18px 26px 18px 27px;
	}
.body_left{
	width:297px;
	padding:0;
	}	
.body_left_top{
	background:url(images/left_top.jpg) 0 0 no-repeat;
	width:297px;
	height:32px;
	padding:0;
	}	
.body_left_mdl{
	background:#F0C082;
	padding:15px 22px;
	}	
	
.body_right{
	width:640px;
	padding-left:13px;
	}	
.right_bg{
	background:#f7ead2;
	border-left:1px solid #d7933e;
	border-right:1px solid #d7933e;
	padding:25px 30px;
	}
	
h1{
	background:url(images/icon_ball.jpg) 0 7px no-repeat;
	border-bottom:1px dashed #191918;
	font: normal 22px/38px "Trebuchet MS", Arial;
	color:#036949;
	padding-left:35px;
	margin-bottom:10px;
	}
h2{
	font: bold 13px/32px "Trebuchet MS", Arial;
	color:#640909;
	margin-left:22px;
	}
h3{
	font: bold 13px/18px "Trebuchet MS", Arial;
	color:#066e4d;
	text-decoration:underline;
	}	
.left_txt{
	font:normal 13px/17px "Trebuchet MS", Arial;
	color:#000;
	margin:10px 0;
	}	
.right_txt{
	font:normal 14px/17px "Trebuchet MS", Arial;
	color:#191918;
	margin:10px 0;
	}
.right_txt strong{
	font: bold 14px/17px "Trebuchet MS", Arial;
	color:#036949;
	}	
.right_btm{
	border-top:3px solid #f1f1f1;
	padding:25px 0 10px 0;	
	}
.product_bg{
	background:url(images/product_bg.jpg) 0 0 repeat-x;
	height:141px;
	border:1px solid #cccccc;
	padding:4px;
	text-align:center;
	}	
.product_name_bg{
	background:#f9f9f9;
	border:1px solid #cccccc;
	font:bold 12px/20px Tahoma, Verdana;
	color:#666666;
	text-align:center;
	}

	
.footer_bg{
	background:#242424;
	border-top:2px solid #ba6406;
	height:58px;
	}
.footer_txt{
	font: bold 11px/15px  "Trebuchet MS", Arial;
	color:#dda053;
	text-align:center;
	margin-top:20px;
	}
.footer_txt a{
	font: bold 11px/15px Tahoma, Verdana;
	color:#414141;
	text-decoration:underline;
	text-align:center;
	}
	
	
/*nav start	*/
	
ul.nav{
	padding:0;
	margin:2px 0 0 120px;
	}
ul.nav li{
	cursor:pointer;
	margin-bottom: 1px;
	text-align:left;
	float:left;
	}	
ul.nav li a{
	font: bold 13px/28px "Trebuchet MS", Arial;
	color:#3e0900;
	text-decoration:none;
	display:block;
	padding:0 25px 1px 25px;
	}		
ul.nav li a:hover{
	background:url(images/nav_hov.jpg) center bottom no-repeat;
	font: bold 13px/28px "Trebuchet MS", Arial;
	color:#fff;
	text-decoration:none;	
	}
ul.nav li a.active{
	background:url(images/nav_hov.jpg) center bottom no-repeat;
	font: bold 13px/28px "Trebuchet MS", Arial;
	color:#fff;
	}	




	
	
	