/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#extrabg {
	background-image: url(../webimage/titleheader.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#container {
	width: 776px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	height: 109px;
	overflow: hidden;
	margin: 0 0 15px;
}
div#header h1 span {
	display: none;
}
div#header h1 a, div#header h1 a#parkerplace {
	float: left;
	display: block;
	height: 109px;
	width: 525px;
	margin: 0;
	padding: 0;
}
div#header a#language {
	/* Temporary Delete Language Switch */ display: none;
	float: right;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#666666;
}
div#header a#language:hover {
	color: #000000;
	text-decoration: underline;
}
div#sidebar {
	float: left;
	width: 200px;
}
div#sidebar p, div#sidebar h1 {
	font-size: small;
	margin: 10px 28px;
}
div#sidebar p span {
	font-size: medium;
	font-weight: bold;
	color: #463427;
}
div#menu {
	background-image: url(../webimage/menu_top1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 18px;
}
div#menu ul {
	padding-bottom: 145px;
	background-image: url(../webimage/menu_bottom1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#menu ul li {
	display: block;
	width: 158px;
	margin: 2px 20px 2px 22px;
}
div#menu ul li a {
	padding: 5px 19px 5px 9px;
	color: #463427;
	text-decoration: none;
	display: block;
	font-size: smaller;
	xborder-left: 5px solid #ffffff;
	font-weight: bold;
}
body#chinese div#menu ul li a {
	font-size: 14px;
}
div#menu ul li a:hover {
	xborder-left: 5px solid #463427;
	color: #ef4f91;
	background-image: url(../webimage/menu_left1.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div#main {
	float: right;
	width: 576px;
}
div#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b7d30b;
	margin: 0 5px 10px;
	padding: 18px 25px 0 0;
	border-bottom: 2px solid #b7d30b;
	text-align: right;
	font-size: 24px;
	font-weight:bold;
}
body#chinese div#main h1 {
	font-weight: normal;
}
div#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #463428;
	font-size: 16px;
	margin: 5px 5px;
}
div#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	margin: 5px 5px;
}
body#chinese div#main p {
	font-size: 12px;
	font-weight: normal;
}
div#main p {
	font-size: small;
	margin: 10px 20px;
}
div#footer {
	background-image: url(../webimage/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 105px;
	width: 776px;
	clear: both;
	display: block;
	position: relative;
}
div#footer ul {
	padding: 65px 0 0;
	text-align: center;
}
div#footer ul li {
	display: inline;
	font-size: small;
}
div#footer ul li a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
div#footer ul li a:hover {
	font-weight: bold;
	color:#333333;
	text-decoration: underline;
}
div#footer p {
	text-align: right;
	margin: 5px 40px;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
}
.clear {
	clear: both;
}

/* ------------------- Directory ------------------------*/
ul#directory li {
	font-size: 12px;
	margin: 2px 20px;
	
}
ul#directory li em {
	font-weight: bold;
	color: #333;
}

/* -------------------- Sections ------------------------*/

ul#sections {
	margin:0;
	margin-left: 9px;
	padding:0; 
	list-style: none;
	width: 560px;
	height: 30px;
}
ul#sections li {
	float: left;
	width: 140px;
	height: 30px;
	text-align: center;
}
ul#sections li a {
	display: block;
	width: 140px;
	height: 30px;
	background-image: url(../webimage/horizontal_menu_english.gif);
	background-repeat: no-repeat;
}
body#chinese ul#sections li a {
	background-image: url(../webimage/horizontal_menu.gif);
}
ul#sections li a span {
	display: none;
}
ul#sections li#food a {
	background-position: 0 0;
}
ul#sections li#fashion a {
	background-position: -140px 0;
}
ul#sections li#services a {
	background-position: -280px 0;
}
ul#sections li#specialty a {
	background-position: -420px 0;
}
ul#sections li#food a:hover {
	background-position: 0 -30px;
}
ul#sections li#fashion a:hover {
	background-position: -140px -30px;
}
ul#sections li#services a:hover {
	background-position: -280px -30px;
}
ul#sections li#specialty a:hover {
	background-position: -420px -30px;
}
