@import "style.css";

body{
    margin:0;
	padding:0;
	OVERFLOW-X: hidden;
	background-color:#ffffff;
	background-image:url(img/bg_img.jpg);
	background-repeat:repeat-x;
	}

html, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, from{
    margin:0;
	padding:0;
	}


ul, ol, dl { 
    list-style:none;
	}
	
img {

    border:0;
	
	}


#topmenu{
	Z-INDEX: 1;
	POSITION: relative;
	WIDTH: 100%;  
	text-align: CENTER;
	HEIGHT: 97px;
	background-image:url(img/menu_bg.gif);
	background-repeat:repeat-x;
	}


#menu {
	POSITION: relative;
	WIDTH: 1000px;
	HEIGHT: 97px;
	aligh: center;
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	margin:  0  auto 0 auto;
}

#main {

	POSITION: relative;
	WIDTH: 100%;
	HEIGHT: 296px;
	TOP:0px;
	text-align: center;
}


#main_fla {

	POSITION: relative;
	WIDTH: 1000px;
	HEIGHT: 296px;
	TOP:0px;
	text-align: center;
	background-image:url(img/main.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:  0  auto 0 auto;
}

#content {

	POSITION: relative;
	WIDTH: 100%;
	HEIGHT: 340px;
	TOP:25px;
	text-align: center;

}

#content_in {

	POSITION: relative;
	WIDTH: 1000px;
	HEIGHT: 340px;
	TOP:0px;
	text-align: left;
	margin:  0 auto 0 auto;
}



#notice {
	POSITION: absolute;
	WIDTH: 320px;
	HEIGHT: 150px;
	text-align: center;
	TOP:0px;
	LEFT:0px;
	margin:  0 auto 0 auto;


}


#product {
	POSITION: absolute;
	WIDTH: 670px;
	HEIGHT: 150px;
	text-align: center;
	TOP:0px;
	LEFT: 330px;
	margin:  0 auto 0 auto;


}
.pro_img{
	PADDING-LEFT:10px;
}


#customer {
	POSITION: absolute;
	WIDTH: 260px;
	HEIGHT: 100px;
	text-align: center;
	TOP:160px;
	LEFT:0px;
	margin:  0 auto 0 auto;


}

#banner {
	POSITION: absolute;
	WIDTH: 740px;
	HEIGHT: 100px;
	text-align: center;
	TOP:160px;
	LEFT: 260px;
	margin:  0 auto 0 auto;


}
.bn_img{
	PADDING-BOTTOM:3px;
}


#bottom {
    clear:both;
	POSITION: relative; 
	TEXT-ALIGN:CENTER;
	WIDTH: 100%;
	TOP:20px;
	PADDING-TOP:15px;
	background-image:url(img/bottom_bg.gif);
	background-repeat:repeat-x;
	border-top-style:solid;
	border-top-color: #e0e0e0;
	border-top-width:1px;
}

#bottom_lay {
    clear:both;
	POSITION: relative; 
	TEXT-ALIGN:left;
	WIDTH: 1000px;
	margin:  0 auto 0 auto;
}

.bottom_img{
	PADDING-BOTTOM:15px;
}
