img, div, td, h1, h2, h3,  p { behavior: url(config/iepngfix.htc); }

*	{
	margin:0px;
	padding:0px;
}

body	{
	margin:0px;
	padding:0px;
	font-family:tahoma;
	font-size:12px;
	background:#fff;
}

a:link 		{ text-decoration: none; color:#666; border:none; }
a:visited 	{ text-decoration: none; color:#666; border:none; }
a:active 	{ text-decoration: none; color:#666; border:none; }
a:hover 	{ text-decoration: none; color:#000; border:none; }

/* ---- Menu ---- */
#menu {
	margin:auto;
	width:1000px;
	height:100px;
	text-indent:-5000px;
}

#menu .agoods {
	width:300px;
	height:100px;
	background:url(../images/menu/agoods.jpg) no-repeat;
	float:left;
}

#menu .product {
	width:200px;
	height:100px;
	background:url(../images/menu/product.jpg) no-repeat top;
	float:left;
}

#menu .about {
	width:200px;
	height:100px;
	background:url(../images/menu/about.jpg) no-repeat top;
	float:left;
}

#menu .contact {
	width:300px;
	height:100px;
	background:url(../images/menu/contact.jpg) no-repeat top;
	float:left;
}

#menu a:hover	{
	background-position:bottom;
}

/* ---- Head ---- */
#head {
	margin:auto;
	width:1000px;
	height:380px;
}

#head .logo	{ position:absolute; margin-top:10px; margin-left:100px; width:230px; height:220px; }
#head .centerdiv	{ position:absolute; margin-left:380px; margin-top:10px; border:1px solid #ccc; width:540px; height:340px; }

/* ---- Product ---- */

#content {
	margin:auto;
	width:1000px;
	height:auto;
	min-height:800px;
	background:url(../images/content/bg.jpg) no-repeat;
}

#content #category {
	margin-left:80px;
	width:850px;
	height:auto;
	color:#666;
}

#category .cat_detail {
	position:relative;
	float:left;
	margin-top:40px;
	width:320px;
	height:auto;
}

#category .latest {
	position:relative;
	float:left;
	margin-top:65px;
	width:530px;
	height:auto;
}

#category .list {
	position:relative;
	float:left;
	margin-top:65px;
	width:530px;
	height:auto;
}

/* ---- About ---- */

#content #about {
	margin-left:80px;
	padding-top:60px;
	width:850px;
	height:auto;
	padding-bottom:30px;
	color:#666;
}

/* ---- Contact ---- */

#content #contact1 {
	float:left;
	padding-left:80px;
	padding-top:60px;
	width:400px;
	height:auto;
	padding-bottom:30px;
	color:#666;
}

#content #contact2 {
	float:left;
	padding-left:40px;
	padding-top:60px;
	width:400px;
	height:auto;
	padding-bottom:30px;
	color:#666;
}

/* ---- Product Detail ---- */

#content #detail1 {
	float:left;
	padding-left:80px;
	padding-top:60px;
	width:400px;
	height:auto;
	padding-bottom:30px;
	color:#666;
}

#content #detail2 {
	float:left;
	padding-left:30px;
	padding-top:120px;
	width:400px;
	height:auto;
	padding-bottom:30px;
	color:#666;
}

/* ---- Bottom ---- */
#bottom {
	padding-top:107px;
	font-size:11px;
	color:#ccc;
	text-align:center;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:53px;
	background:url(../images/bottom/bg.jpg) no-repeat bottom;
}





