@charset "utf-8";
/* -----------------------------------------------------------------------------------------------
		general
 ----------------------------------------------------------------------------------------------- */

body {
	background-image:url(../images/system/background.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}

* {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:984px;
	margin:0px auto;
}

/* -----------------------------------------------------------------------------------------------
		header
 ----------------------------------------------------------------------------------------------- */

#header .inside {
	position:relative;
	height:155px;
	font-size:12px;
}

#header .logo {
	position:absolute;
	left:0px;
	top:20px;
}

#header .sign {
	position:absolute;
	right:0px;
	top:20px;
	color:#898989;
}

#header .sign a {
	color:#898989;
	text-decoration:none;
	margin:0px 5px;
	cursor:pointer;
}

#header .sign a:hover {
	text-decoration:underline;
}

#header .chinese {
	position:relative;
	top:2px;
}

#header .search {
	position:absolute;
	right:0px;
	top:80px;
	width:200px;
	height:23px;
	overflow:hidden;
}

#header .search input.text {
	font-family:Arial, Helvetica, sans-serif!important;
	padding:1px;
}

#header .search .text {
	width:130px;
}

#header .search .submit_container {
	position:absolute;
	top:0px;
	right:0px;
}

/* -----------------------------------------------------------------------------------------------
		header - member login form
 ----------------------------------------------------------------------------------------------- */

.member_module {
	position:absolute;
	top:2px;
	right:30px;
	text-align:right;
	display:none;
	z-index:1000;
}

*html .member_module {
	width:250px;
}

.member_module .title_wrapper {
	background-image:url(../images/system/bg,freeze.png);
	padding:0px 10px 0px 10px;
	display:inline-block;
}

.member_module .title_wrapper h4 {
	position:relative;
	top:10px;
	background:white;
	display:inline-block;
	padding:10px 15px 10px 15px;
}

.member_module .content_wrapper {
	background-image:url(../images/system/bg,freeze.png);
	padding:10px 10px 10px 10px;
}

.member_module .content_wrapper .member_content {
	background:white;
	padding:10px 15px;
}

.member_content .mod_login {
	border-bottom:1px solid #c4c4c4;
	padding-bottom:10px;
	margin-left:0px!important;
}

.member_content td {
	padding:2px;
}

.member_content p {
	background-color:#FFFFFF;
	text-align:left;
	line-height:150%;
	margin-top:10px;
}

.member_content a {
	color:#EB6100;
}

.member_content a:hover {
	text-decoration:none;
}

.member_content p.close {
	text-align:right;
}

.member_content p.close a {
	color:#000000;
	border:1px solid black;
	background:#cccccc;
	padding:2px 5px;
	cursor:pointer;
	display:inline-block;
}

.member_content p.close a:hover {
	background:black;
	color:#FFFFFF;
}

/* -----------------------------------------------------------------------------------------------
		header - navigation
 ----------------------------------------------------------------------------------------------- */

/* overflow for IE 6 */
#header .mod_navigation {
	position:absolute;
	top:110px;
	left:0px;
	width:100%;
	height:45px;
	background:url(../images/system/line,dotted.png) repeat-x;
	border-bottom:1px solid #c4c4c4;
	text-transform:uppercase;
	overflow:hidden;
}

#header .mod_navigation ul {
	margin:16px 0px;
}

#header .mod_navigation li {
	display:inline;
	background:url(../images/system/mainmenu,separator.png) no-repeat center right;
}
 
#header .mod_navigation li.last {
	background:none;
}

#header .mod_navigation li span, #header .mod_navigation li a {
	font-size:16px;
	font-weight:bold;
	margin:0px 20px 0px 14px;
}

#header .mod_navigation li span, #header .mod_navigation li a:hover, #header .mod_navigation .trail a  {
	color:#eb6100;
}

#header .mod_navigation li a {
	color:#383637;
	text-decoration:none;
}

/* -----------------------------------------------------------------------------------------------
		container
 ----------------------------------------------------------------------------------------------- */

#container {
	background:url(../images/system/container,bg.png) repeat-y top left;
}

.link_contact {
	background:url(../images/system/left,contact,bg.png) no-repeat bottom center;
	padding-bottom:5px;
}

.link_contact:hover {
	color:#000000!important;
	text-decoration:none!important;
}

/* -----------------------------------------------------------------------------------------------
		footer - strategic partner
 ----------------------------------------------------------------------------------------------- */

#footer {
	border-top:1px solid #c4c4c4;
}

#footer .partner {
	height:105px;
	background-image:url(../images/system/footer,background.png);
	background-repeat:repeat-x;
}

#footer .partner table {
	position:relative;
	top:20px;
	left:20px;
	width:900px;
}

#footer .partner td {
	font-size:17px;
	text-align:center;
	vertical-align:middle;
	padding:0px 13px;
}

/* -----------------------------------------------------------------------------------------------
		footer - others
 ----------------------------------------------------------------------------------------------- */

#footer .others {
	font-size:12px;
	background:url(../images/system/line,dotted.png) repeat-x top;
	color:#898989;
	padding:16px 35px 16px 25px;
}

#footer .others a {
	color:#eb6100;
	text-decoration:none;
	margin:0px 10px;
}

#footer .others span {
	margin:0px 10px;
}

/* -----------------------------------------------------------------------------------------------
		others - quotes
 ----------------------------------------------------------------------------------------------- */

.quotes_wrapper {
	height:200px;
}

.right_quotes {
	font-size:14px;
	line-height:20px;
	margin-top:15px;
}

.right_quotes li {
	width:190px;
	color:#eb6100;
	background-color:#FFFFFF;
	border:1px solid #c4c4c4;
	padding:15px;
}

.right_quotes span, .right_quotes strong {
	font-size:12px;
	color:#000000;
	text-align:right;
	display:block;
}

/* -----------------------------------------------------------------------------------------------
		others - mouseover effect with jquery
 ----------------------------------------------------------------------------------------------- */

.fadehover {
	position:relative;
}

.fadehover img.back {
	position:absolute;
	top:0px;
	left:0px;
}

.fadehover img.front {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000px;
}