@charset "utf-8";
html,body{
	margin: 0;
	padding: 0;
	direction: ltr;
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.link a{
	color: #FFF;
	text-decoration: none;
}
.link a:hover{
	color: #FFF;
	text-decoration: none;
}
.product{
	list-style: none;
	float: left;
	position: relative;
	height: 300px;
	width: 150px;
	border-left: 1px solid #F90;
	border-bottom: 1px solid #F90;
	text-align: center;
	padding: 5px;
	display: block;
}
.fproduct{
	border-left: none;
}
.lproduct{
	border-right: 1px solid #F90;
}
.bproduct{
	border-bottom: none;
}
.soon{
	color: #FFF;
	cursor: pointer;
}
#all{
	margin: 0 auto;
	width: 800px;
}
#header{
	position: relative;
	float: left;
	width: 800px;
	height: 133px;
	background: url(../images/top-bar.png) no-repeat;
}
#menu{
	position: relative;
	width: 800px;
	clear: both;
	height: 20px;
	padding: 0px;
	background: #2A2E7E;
	font-size: 14px;
	font-weight: bold;
}
#menus a{
	color: #EDC230;
	text-decoration: underline;
}
#menus a:hover{
	color: #EDC230;
	text-decoration: underline;
}
#menus li{
	display: block;
	position: relative;
	float: left;
	color: #EDC230;
	padding: 0px 0px 0px 50px;
	line-height: 20px;
}
#main{
	position: relative;
	float: left;
	clear: both;
	width: 800px;
	background: #FFFF00;
	padding-bottom: 30px;
}
#products{
	position: relative;
	float: left;
	width: 680px;
	left: 40px;
	background: #fff;
}
#more{
	position: absolute;
	float: left;
	height: 30px;
	width: 90px;
	bottom: 0px;
	background: url(../images/more.png) no-repeat;
	left: 25px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
	padding-left: 10px;
}
#address{
	margin: 0 auto;
	width: 300px;
}