/* CSS Document */
* {margin: 0;padding: 0;}

img {border: 0;}

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#808672;
	line-height:16px;
	font-weight:normal;
	background:#000000 url(images/background.jpg) no-repeat center top;
}
#main{
	margin:0px auto;
	width:802px;
	}
#header{
	float:left;
	width:802px;
	height:115px;
	}
#header .logo{
	float:left;
	width:251px;
	margin:40px 0px 0px 182px;
	}
#header .box_header{
	float:right;
	width:268px;
	margin:27px 18px 0px 0px;	
	}
#cantainer{
	float:left;
	width:802px;
	margin:19px 0px 0px 0px;
	}
.search{
	float:left;
	width:774px;
	color:#B8BC69;
	font-weight:bold;
	text-align:right;
	padding-right:28px;
	padding-top:15px;
	height:42px;	
}
.search-box{
	width:106px;
	height:18px;
	background:#546E00;
	border:solid 1px #819E35;
	margin:0px 9px 0px 11px;
	padding:2px 5px;
	color:#FFF;
}
.can-left{
	float:left;
	width:168px;
	margin-left:2px;
	
}

.can-right{
	float:right;
	width:598px;
	padding-right:18px;
	margin:0px;
}
.banner{
	float:left;
	width:598px;
	height:293px;
}
.cantain-box{
	float:left;
	width:544px;
	background:url(images/cantain-box-bg.gif) no-repeat;
	padding:33px 27px;
	}
h3{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color:#E7AB23
}
h4{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color:#546E00
}


.ul{
	margin:0px;
	padding:0px;
	width:168px;	
	text-decoration:none;
	list-style:none;
}
.ul li{
	width:158px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#C58B08;
	text-decoration:none;
	list-style:none;
	background:url(images/left-menu-off.gif) no-repeat;
	padding:0px 0px 0px 10px;
	margin-bottom:2px;
}	
.ul li a{
	text-decoration:none;
	list-style:none;
	background:url(images/point.gif) 0px 3px no-repeat; 
	color:#C58B08;
	padding-left:20px;
		
}
.ul li a.active{	
	background:url(images/point-on.gif) 0px 3px no-repeat;
	color:#F1EE00;
}
	
.ul li a.active:hover,
.ul li a:hover{	
	text-decoration:none;
	list-style:none;
	color:#F1EE00;	
}

.location-box{
	float:left;
	width:138px;
	background:url(images/location-box.gif) no-repeat;
	padding:19px 20px 0px 10px;
	margin-top:33px;
	}
h1{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#C58B08;
}
h2{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#527A07;
}
.img-text{
	float:left;
	font-size:12px;
	color:#777C6B;
	font-weight:bold;
	padding-right:97px;
}
.stock-box{
	width:119px;
	text-align:center;
	float:left;
}
.stock-box a{
	font-size:12px;
	color:#777C6B;
	text-decoration:none;
	font-weight:bold;
}
.stock-box a:hover{
	color:#E7AB23;
	text-decoration:underline;
	}
.img-box{
	width:103px;
	height:80px;
	border: solid 1px #131C00;
	padding:7px;
	margin-bottom:8px;
}
.stock-main-box{
	width:544px;
	float:left;
	margin-top:20px;
}

.footer{
	float:left;
	width:802px;
	text-align:center;
	background:url(images/footer-line.gif) no-repeat top;	
	margin-top:10px;
	line-height:60px;	
	}
.green-text{
	color:#4E6B09
}
.yellowlink
{
	font-size:12px;
	color:#777C6B;
	text-decoration:none;
	font-weight:bold;
}
.yellowlink:hover
{
	color:#E7AB23;
	text-decoration:underline;
}