#Layer1 {
	position:absolute;
	top:100px;
	width:100%;
	height:40px;
	z-index:-1;
	background-color: #00A200;
}

#Layer2 {
	position:absolute;
	top:390px;
	width:100%;
	height:57px;
	z-index:-1;
	background-color: #F3F3F3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}









.productlist {
	MARGIN-TOP: 20px
}
.productlist LI {
	 FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 5px 0px 10px; OVERFLOW: hidden; WIDTH: 220px; PADDING-TOP: 0px; 
}
.productlist LI .product_img{
	width:200px;
	HEIGHT: 160px;
	margin:auto;
	display:block;
	overflow:hidden;
	border: 1px solid #EAEAEA;
}
.productlist LI IMG {
	width:200px; HEIGHT: 160px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;
}
.productlist LI a:hover img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);}
.productlist LI .product_name {
	DISPLAY: block;
	OVERFLOW: hidden;
	LINE-HEIGHT: 35px;
	HEIGHT: 35px;
	TEXT-ALIGN: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
