/*
 *  (c)2008 LeadingTech, Inc. All rights reserved.
 *  Author: menghao.net[at]gmail.com
 */

body {
	margin: 0;
	text-align:center;
	background:#eee url('../images/body-bg.png') center repeat-y;
	font:10px normal Tahoma, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

a img {
	border-style:none;
}

/***********************
** header
************************/
#header {
	width:766px;
	margin:0 auto;
	background-color:#FFF;
	border-top:4px solid #BBB;
}
#header-logo {
	float:left;
	width:250px;
	text-align:left;
	background-color:#FFF;
}

#header #header-menu {
	float:right;
	padding:0;
	margin-top:35px;
}
#header #header-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header #header-menu li {
	float:left;
	list-style-type:none;
}
#header-menu li ul {
	display:block;
	position:absolute;
	width:16em;
	left:-999em;
	-moz-opacity:.9;
	opacity:.9;
	filter:alpha(opacity=90);
	background-color:#FFF;
	padding-top:3px;
	padding-bottom:3px;
	border:1px solid #CCC;
	z-index:99;
}
#header-menu li {
	width:7em;
	text-align:left;
}
#header-menu li ul li {
	width:16em;
}
#header #header-menu a.top {
	font-size:120%;
	font-family:'MS PGothic';
	display:block;
	color:#999;
	text-decoration:none;
	background:url('../images/header-menu-tip.png') no-repeat left 5px!important;
	background:url('../images/header-menu-tip.png') no-repeat left 3px;
	padding-left:7px;
}
#header #header-menu a.top:hover {
	color:#9CC0DA;
}
#header-menu a.nav {
	font-size:120%;
	font-family:'MS PGothic';
	color:#6E7C85;
	display:block;
	padding-top:5px;
	padding-left:14px;
	padding-bottom:1px;
	height:17px;
	text-decoration:none;
}
#header-menu a.nav:hover {
	color:#FFF;
	background-image:url('../images/header-menu-sub-bg.gif');
}
#header-menu li:hover ul,
#header-menu li.sfhover ul {
	left:auto;
}

/***********************
** container
************************/
#container {
	width:766px;
	clear:both;
	margin:0 auto;
	background:transparent url('../images/content-logo-back.jpg') right bottom no-repeat;/* Pity of FF */
}

/* sidebar */
#sidebar {
	float:left;
	width:250px;
}
#sidebar-description {
	width:250px;
	height:190px;
	padding:5px 0;
	border-top:5px solid #E2E2E2;
	border-bottom:5px solid #E5E5E5;
	background:#FFF url('../images/sidebar-description.jpg') center no-repeat;
}
#sidebar-content {
	border-top:5px solid #FFF;
	padding-bottom:5px;
}
#sidebar-community {
	padding:35px 0 10px;
	background:transparent url('../images/sidebar-community-bg.gif') center 5px no-repeat;
}
#sidebar-community p {
	margin:0;
	padding:0;
}
/*#sidebar-pics {
	width:240px;
	margin:0 auto;
	padding:5px 0;
	background:transparent url('../images/sidebar-pics-bg.png') center top repeat-x;
}*/
#sidebar-pics p {
	margin:4px 0;
}

/* main */
#main {
	float:right;
	width:510px;
}
#main-banner {
	width:510px;
	height:190px;
	padding:5px 0;
	border-top:5px solid #CBDDE2;
	border-bottom:5px solid #CBDDE2;
	background:#FFF url('../images/img-banner.jpg') center no-repeat;
}
#main-content {
	border-top:5px solid #FFF;
}
.content-title {
	height:30px;
}
.content-text {
	color:#444;
	width:490px;
	padding:10px;
	font-size:12px;
	text-align:left;
	line-height:24px;
	font-family:'MS PGothic';

}
.content-text a {
	color:#707D85;
	text-decoration:none;
}
.content-text a:hover {
	color:#707D85;
	text-decoration:underline;
}
.content-text img.photo {
	float:left;
	margin:0 8px 0 0;
}
.content-text p {
	margin:0 0 10px;
	text-indent:1em;
}
table.tbl {
	font-family:'MS Gothic';
}
table.tbl tr td {
	background-color:transparent;
}


/***********************
** footer
************************/
#footer {
	color:#AAA;
	clear:both;
	height:20px;
	width:762px;
	margin:0 auto;
	font-size:9px;
	padding-top:18px;
	text-align:right;
	padding-right:4px;
	text-transform:uppercase;
	background:#FFF url('../images/footer-bg.png') top repeat-x;
}

