body {
width:100%;
min-width:;
margin:0 auto;
background:#fff url('../images/style/bg.jpg') repeat-x;
font-family:微軟正黑體,sans-serif;
font-size:16px;
color:#595959;
}

h1,h2,h3 {padding:0;margin:0;font-size:22px;font-weight:normal;color:#B3A396;}
a {color:;text-decoration: none;font-weight:;}

nav {
width:1080px;
margin:0px auto 10px;
background:;
overflow:hidden;
line-height:0;
}

nav ul {margin:0px;padding:0px;list-style-type:none;overflow:hidden;float:left;}
nav li{float:left;padding:0;margin:0;}


/*--頭部--*/
header {background:;width:1080px;margin:0px auto 20px;overflow:hidden;padding:0;line-height:0;}
#focus {
	width:1080px;
	height:300px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:300px;
	position:absolute;
	list-style:none;
	margin:0;padding:0;
}
#focus ul li {
	float:left;
	width:1080px;
	height:300px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .preNext {
	width:50px;
	height:100px;
	position:absolute;
	top:120px;
	background:url(../images/style/sprite.png) no-repeat 0 0;
	cursor:pointer;
}
#focus .pre {
	left:0;
}
#focus .next {
	right:0;
	background-position:right top;
}

#slogan {width:1080px;margin:0px auto;overflow:hidden;line-height:26px;text-align:center;border-bottom:#B3A396 1px solid;padding:0 auto 20px;margin:0 auto 20px;}

#category {width:1080px;margin:0px auto;overflow:hidden;line-height:0;}
#category ul {margin:0px;padding:0px;list-style-type:none;overflow:hidden;}
#category li{float:left;padding:0;margin:0;}

#depiction {width:1080px;margin:20px auto 0;overflow:hidden;line-height:28px;}
#depiction h2 {border-top:#B3A396 1px solid;border-bottom:#B3A396 1px solid;text-align:center;color:#B3A396;padding:10px 0;}
#depiction .right {float:right;}

#wallpaper {
width:1080px;
margin:0px auto;
background:;
overflow:hidden;
}

#menu {overflow:hidden;border-bottom:#B3A396 1px solid;padding:0 0 20px 0;margin:0 0 20px 0;}
#menu a {color:#B3A396;}
#menu ul {margin:0px;padding:0px;list-style-type:none;overflow:hidden;}
#menu li{float:left;padding:0 20px 0 10px;margin:0;background: url('../images/style/menu-li.png') no-repeat right;}
#menu li:last-child {background:none;}

#sidebar {width:280px;float:left;background:;}
#sidebar ul {margin:0px;padding:0px;list-style-type:none;overflow:hidden;line-height:0;}

#main {width:780px;float:right;background:;line-height:28px;}
#main h2 {background:#B3A396;color:#fff;padding:10px;}

.goods {text-align:center;color:#B3A396;}
.goods ul {margin:0px;padding:0px;list-style-type:none;overflow:hidden;}
.goods li{float:left;width:180px;padding:0;margin:0 20px 20px 0;}
.goods li:nth-child(4n) {margin-right:0;}

.goods li img {width:180px;}
.goods .view {margin:10px 0;}
.goods .view img {width:auto;}
.goods span {color:#f00;}

#page-banner {
width:1080px;
margin:0px auto;
overflow:hidden;
line-height:0;
}

footer {
width:100%;
min-width:1080px;
margin:20px auto 0;
background:#262626;
padding:20px 0;
text-align:center;
overflow:hidden;
color:#FFF;
}

footer p {padding:0 200px;}

#to-top {position:fixed;right:30px;bottom:20px;z-index:99;filter: alpha(opacity=50);opacity: 0.5;}
#to-top:hover{filter: alpha(opacity=100);opacity: 1.0;}

