body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center; /*centre for ie5 */
	background: #fff;
}


h11 {
	color: #c00;
	font-size: 14pt;
	margin: 0 0 8px 0;
}

h2 {
	color: #333;
	font-size: 12pt;
}

h3 {
	color: #333;
	font-size: 10pt;
}

h4 {
	color: #333;
	font-size: 10pt;
}

a:link {
	text-decoration: underline;
	color: #00c;
}

a:visited {
	text-decoration: underline;
	color: #00c;
}

a:active {
	text-decoration: underline;
	color: #c00;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#background {
	background: url(../images/bg.gif) top center repeat-y;
	text-align: left; /* centre for compliant browsers*/
}

#background-bottom {
	background: url(../images/bg-bottom.gif) top center no-repeat;
	height: 16px;
	margin: 0;
}






#masthead-wrap {
	height: 76px;
	background: #fff url(../images/masthead-wrap.gif) top center no-repeat;
}

#masthead {
	margin: 0 auto;
	width: 940px;
	height: 76px;
	background: #fff url(../images/masthead.gif) top center no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #logo a {
	display: block;
	width: 540px;
	height: 76px;
	text-align: left;
}

#masthead span {
	display: none;
}

#masthead-links {
	display: block;
	float: right;
	width: 300px;
	text-align: center;
}

a#masthead-phone {
	display: block;
	width: 300px;
	height: 24px;
	background: url(../images/phone.gif) top right no-repeat;
}

a#masthead-phone span {
	display: none;
}

a#masthead-chinese {
	display: block;
	width: 300px;
	height: 24px;
	background: url(../images/chinese.gif) top right no-repeat;
	margin-top: 2px;
}

a#masthead-chinese span {
	display: none;
}




#dropdownwrap {
	margin: auto;
	width: 940px;
	height: 28px;
	background: #fc0 url(../images/dropdown/dropdown-bg.gif) top left repeat-x;
}

#dropdown {
	clear: both;
	width: 940px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

#dropdown ul {
	padding: 0;
	margin: 0;
	line-height: 27px;
	list-style: none;
	border-right: 1px solid white;
}

#dropdown ul li {
}

#dropdown ul li a {
	width: 78px;
	height: 28px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#dropdown ul li a.hover, #dropdown ul li a:hover {
	color: #fff;
	background: #c00;
}

#dropdown ul.tabs {
	margin-left: 8px;
}

#dropdown a {
	display: block;
	text-align: center;
	vertical-align: middle;
}

#dropdown ul.tabs a.active {
	display: block;
}

#dropdown a span {
	display: block;
	color: #c00;
	font-weight: bold;
	padding-top: 1px;
}

#dropdown a:hover span {
	display: block;
	color: #fff;
	font-weight: bold;
	padding-top: 1px;
}

#dropdown ul li a.active {
	background: #fc0 url(../images/dropdown/dropdown-1.gif) top left repeat-x;
}

#dropdown ul.items a {
	width: 78px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	border: 1px solid #c00;
	border-top: 0;
	color: #000;
	background: #FFE47F;
	padding-top: 4px;
	padding-bottom: 4px;
}

#dropdown ul.items a:hover {
	color: #fff;
	background: #c00;
}

#dropdown li {
	margin: 0;
	padding: 0;
	float: left;
	width: 78px;
}

#dropdown li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	z-index: 100;
	border: none;
}

#dropdown li ul img {
	border: 0;
}

#dropdown li:hover ul, #dropdown li.sfhover ul {
	left: auto;
	z-index: 100;

}

#dropdown li:hover, #dropdown li.hover {
    position: static;
}













#container {
	margin: 8px auto;
	width: 940px;
}

/* usuable content width is 924px */
#content {
	margin: 0 8px;
	border-bottom: 1px solid #fff; /* moz clear float bug */
	min-height: 300px;
}


#footer-wrap {
	width: 940px;
	margin: auto;
	border-top: 1px solid #c00;
	background: #ffbd00 url(../images/footer-bg.gif) top center repeat-x;
}

#footer {
	width: 940px;
	margin: auto;
	text-align: center;
	line-height: 150%;
	padding-bottom: 8px;
}

#footer p {
	margin-top: 8px;
	margin-bottom: 0;
}

#footer a {
	color: #000;
}