@charset "UTF-8"; img{border:none;}
body {
	color:#333;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	margin: 30px 0;
	padding: 0;
}
h1{
	margin:0 0 30px 0;
}
p{
	line-height:1.5em;
}
ol li{
	margin:.5em 0;
}
ul li{
	line-height:1.5em;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#660;
	text-decoration:underline;
}

#wrapper{
	width:980px;
	margin:0 auto;
}
#logo{
	position:absolute;
	background:#fff;
	margin:30px 0 0 30px ;
	width:240px;
	height:240px;
	z-index:1020;
}
#menu{
	margin:20px 0;
	padding:5px 0;
	background:#444;
	border-radius:6px;
}
#menu ul{
	margin:0;
	padding:0 7px;
	list-style:none;
}
#menu ul li{
	display:inline;
}
#menu ul li a{
	color:#ccc;
	min-width:48px;
	padding:0 9px;
	text-align:center;
	display:inline-block;
	border-right:1px solid #666;
	
}
#menu ul li a:hover{
	color:#fff;
	opacity:.7;
}
#content{
	margin:30px 0;
}
.addcart{
	display:inline-block;
	padding:5px 10px;
	background:#690;
	color:#fff;
	border-radius:6px;
}
.addcart:hover{
	background:#999;
	color:#fff;
	text-decoration:none;
}
.where_table{
	margin:120px 0 0 0;
}
.where_table td{
	padding:0 12px 15px 6px;
	line-height:1.5em;
	vertical-align:top;
}
.where_tablenumber{
	font-size:24pt;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	display:block;
	border:1px solid #000;
	width:36px;
	height:36px;
	margin: 0 ;
	vertical-align:middle;
	line-height:36px;
}
.more{
	padding:15px;
}
.more td{
	padding:0 15px 0 0 ;
}
.more td h2{
	font-size:12pt;
}
.more td img{
	float:left;
	margin:5px 5px 5px 0;
	border:1px solid #ccc;
}
#footer{
	color:#666;
	font-size:10pt;
	height:48px;
	line-height:48px;
	text-align:center;
	background:url(../image/footer_bg.png) no-repeat top;
}
#footer img{
	vertical-align:middle;
}
.try_border{
	border:#ddd solid 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Promo Jquery Style */

#promo {
	width:980px;
	height:540px;
	z-index:0;
}