@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
} 
body {
	background-color: #ffffff;
	text-align: center;
}

#warpper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	border: 2px #091700 solid;
	background-image: url(../images/background_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 838px;
}

#back-right {
	background-image: url(../images/background_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 838px;
}

#head-bar {
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	height: 35px;
}

#chinese {
	width: 90px;
	position: absolute;
	left: 133px;
	bottom: 365px;
}

#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	position: absolute;
	left: 765px;
	top: 135px;
	width: 200px;
	height: 280px;
	font-weight: bold;
}

#nav ul li {
	list-style: none;
	background-image: url(../images/bullet02.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 23px;
	line-height: 28px;
}

#nav ul li a {
	color: #9BAB75;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#content {
	background-color: #FFFFFF;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 152px;
	border: 2px solid #666666;
	border-bottom: none;
	width: 515px;
	height: 695px;
	position: absolute;
	bottom: -2px;
	left: 229px;
}

#padding {
	padding-left: 300px;
	padding-top: 26px;
}

#logo {
	width: 163px;
	height: 114px;
}

#store {
	padding-top: 30px;
	padding-bottom: 10px;
	width: 220px;
}

#store li span {
	color: #518A13;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#store li span a {
	color: #518A13;
	text-decoration: none;
}

#store li span a:hover {
	color: #FF0000;
	text-decoration: none;
}

#store li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-left: 30px;
	background-image: url(../images/bullet01.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	list-style: none;
	padding-bottom: 8px;
}

#special {
	margin-left: 30px;
	border-top: dashed #666666 1px;
	width: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#special h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B9528;
	font-weight: normal;
	padding-bottom: 3px;
}

#special p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 15px;
	padding-top:3px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

#special p a {
	color: #000000;
	text-decoration: none;
}

#special p a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#direction {
	margin-left: 30px;
	border-top: dashed #666666 1px;
	width: 170px;
	padding-top: 15px;
}

#direction h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B9528;
	font-weight: normal;
	padding-bottom: 3px;
}

#direction p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 15px;
	padding-top:3px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

#direction h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 8px;
}

#direction h5 a {
	color: #000000;
	text-decoration: none;
}

#direction h5 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position: absolute;
	bottom: 3px;
	width: 515px;
}

#copyright p {
	text-align: center;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	color: #003300;
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}
