@charset "utf-8";

/* CSS Document */
#header {
	width:1004px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;

}
#main {
	width:1004px;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;

}

#footer {
	width:1004px;
	height:80px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/products_show_32.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.footer {
	width:1004px;
	height:32px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/index_25.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#main #sidebar{
	float:left;
	width:253px;
	overflow: hidden;
	position: relative;
	visibility: visible;

}
#main #containe{
	float:left;
	width:751px;
	overflow: hidden;
	position: relative;
	visibility: visible;
}
#zmain{
	width:1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	visibility: visible;
	background-color:#000000;
}
#clearfloat {
    clear:both;
    height:1px;
    overflow:hidden;
    margin-top:-1px;
}
