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

/* global style */
*{
	word-wrap: break-word;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td {
	padding: 0; margin: 0;
}   

table{
	border-collapse: collapse;  
	border-spacing: 0; 
}

input{
	font-family:arial;
}   

fieldset,img {
	border: 0;
}   

ol,ul { 
	list-style: none;
}

body{ 
	margin:0;
	padding:0; 
	background:#586c82 url(../images/bg.jpg) repeat-x 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000;
	height:100%;
}

.disn{
	display:none;
}

.disb{ 
	display:block
}

.cl{ 
	clear:both;
	font-size:0;
}

.f{ 
	float:left;
}

.right{ 
	float:right;
}

.hands{
	cursor:pointer;
}

h1,h2,h3,h4,h5,h6{
	color:#333;
}

a:link,a:visited,a:active{ 
	color:#003e7e; 
	text-decoration:none;
	font-size:12px;
}

a:hover{ 
	color:#003e7e; 
	text-decoration:underline;
	font-size:12px;
}

/*share layers*/

#wrapper{
	margin:0px auto;
	min-height:98%;
	_height:98%;
}

#header{
	width:980px;
	margin:0 auto; 
	padding:0px;
	height:101px;
}

.language{
	height:24px;
	width:146px;
	float:right;
}

.language a{
	display:block;
	float:left;
	width:73px;
	height:23px;
	background:url(../images/language_bg.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

body.en .language a.cn{
	background-position:0 -23px;
}

body.en .language a.en{
	background-position:-73px 0px;
}

body.cn .language a.cn{
	background-position:0 0;
}

body.cn .language a.en{
	background-position:-73px -23px;
}


h2.logo a{ 
	display:block;
	width:273px;
	height:77px;
	cursor:pointer;
}

#header-left{ 
	float:left;
}

#header-right{ 
	float:right;
	width:615px;
}


#under-header-region{
	margin:0 auto;
	height:288px;
	background-color: #d1dde9;
	background-image: url(../images/banner_top.png);
	background-repeat:repeat-x;
	background-position:top;
}

#under-header-region #banner{
	height:287px;
	z-index: 1;
	margin:0 auto;
	width: 100%;
	position: absolute;
	text-align:center;
	left: 0px;
	right: 0px;
}

body.subpage #under-header-region{
	margin:0 auto;
	height:141px;
	background-color: #e8edf2;
	text-align: center;
}

#menubar{
	width:615px;
	margin:47px 0 0 auto; 
	height:30px;
	background:url(../images/nav_bg.jpg) no-repeat;
}


#menubar ul{ 
}

#menubar ul li{ 
	position:relative;
	float:left;
	z-index:5;
}

#menubar ul li span{ 
	display:block; 
}

#menubar ul li a{ 
	float:left;
	display:block;
	text-align:center;
	text-indent:-9999px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}

#menubar ul li.menu-141 a{ 
	width:87px;
}

#menubar ul li.menu-141 a:hover{
	background:url(../images/nav_bg.jpg) no-repeat 0px -30px;
}

#menubar ul li.menu-142 a{ 
	width:141px;
}

#menubar ul li.menu-142 a:hover{
	background:url(../images/nav_bg.jpg) no-repeat -87px -30px;
}

#menubar ul li.menu-143 a{ 
	width:124px;
}

#menubar ul li.menu-143 a:hover{
	background:url(../images/nav_bg.jpg) no-repeat -228px -30px;
}


#menubar ul li.menu-144 a{ 
	width:103px;
}

#menubar ul li.menu-144 a:hover{
	background:url(../images/nav_bg.jpg) no-repeat -352px -30px;
}

#menubar ul li.menu-145 a{ 
	width:67px;
}

#menubar ul li.menu-145 a:hover{
	background:url(../images/nav_bg.jpg) no-repeat -455px -30px;
}


#menubar ul li.menu-146 a{ 
	width:93px;
}

#menubar ul li.menu-146 a:hover{
	background:url(../images/nav_bg.jpg) no-repeat -522px -30px;
}


#menubar ul li .list{ 
	position:absolute;
	top:30px;
	left:0px;
	width:170px;
	display:none;
	z-index:5;
}


#menubar ul li .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#dcd3e4 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.9;
	float:none;
	text-indent:0;
}

#menubar ul li .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.9;
}

#menubar ul li .list a.last{ 
	border-bottom:0px;
}


#container{	
	width:980px;
	margin:0 auto;
}


#colnums{ 
	float:left;
}


#main{ 
	float:left;
	width:500px;
	padding:10px 20px;
}
#main_page{ 
	float:left;
	width:700px;
	padding:10px 20px;
}
#leftcol{ 
	width:200px;
	float:left;
	padding-top:15px;
	background:url(../images/submenu_bg.jpg) 0 0 no-repeat;
}

#leftcol .block-ermenu{ 
	margin:5px 0 0 9px;
}

#leftcol .block-ermenu h2{ 
	height:15px;
	font-size:14px;
	color:#fff;
	line-height:15px;
	padding-left:10px;
	padding-top:5px;
}

#rightcol{ 
	width:240px;
	float:left;
	_margin-left:-10px;
}

.submenu{
	padding-bottom:0px;
	padding-top:10px;
}

.submenu li{
	height:27px;
	line-height:27px;
}

.submenu li a:link,.submenu li a:active,.submenu li a:visited{ 
	font-size:11px;
	color:#4F5862;
	font-family:Lucida Sans;
	text-decoration:none;
	padding-left:15px;
	display:block;
	height:27px;
	line-height:27px;
	font-weight:bold;	
}

.submenu li a:hover{ 
	color:#fff;
	text-decoration:none;
	font-weight:bold;	
	background:url(../images/submenu_arrow_bg.gif) no-repeat 0 center;
}

.submenu li a.active:link,.submenu li a.active:active,.submenu li a.active:visited,.submenu li a.active:hover{
	color:#fff;
	background:url(../images/submenu_arrow_bg.gif) no-repeat 0 center;
}

.block-enewsSignup{
	height:137px;
	background-image: url(../images/enewsSignup_bg.jpg);
	background-repeat: no-repeat;
	margin-top:30px;
	background-position: 9px;
}

.block-enewsSignup h2{ 
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
}

.block-enewsSignup .form-item{ 
	padding:12px 22px;
}

.block-enewsSignup input.form-text{
	background:url(../images/input_txt_bg.gif) repeat-x 0 0;
	height:16px;
	line-height:16px;
	border:#586c80 1px solid;
	padding:0 5px;
	width:137px;
	color:#666;
	font-size:11px;
}

.block-enewsSignup input.form-submit{ 
	width:123px; 
	border:0;
	height:29px;
	background:url(../images/enews_submit_bg.gif) no-repeat;
	cursor:pointer;
	margin-left:35px;
}

.block-subpagerightblock{ 
	padding-top:5px;
}

.block-subpagerightblock .sendprojectrequest{ 
	width:240px; 
	color:#233245;
	background:url(../images/sendprojectrequest_subpage_bg.gif) no-repeat 0 40px;
	padding-bottom:10px;
	height:156px;	
}

.block-subpagerightblock .sendprojectrequest h3{
	background:url(../images/sendprojectrequest_subpage_topbg.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

.block-subpagerightblock .sendprojectrequest p{
	padding:10px 15px 10px 30px;
}

.block-subpagerightblock .sendprojectrequest img{
	margin-left:35px;
}

.block-subpagerightblock .joinus{ 
	width:240px; 
	color:#233245;
	background:url(../images/joinus_subpage_bg.gif) no-repeat 0 40px;
	padding-bottom:10px;
	height:277px;
}

.block-subpagerightblock .joinus h3{
	background:url(../images/joinus_subpage_topbg.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

.block-subpagerightblock .joinus p{
	padding:10px 15px 10px 30px;
}

.block-subpagerightblock .joinus img{
	margin-left:35px;
}

#footer{ 
	height:25px;
	line-height:25px;
	background:#303942;
	color:#9299ab;
	margin:20PX auto 0;
	font-size:11px;
	text-align:center;
}

#footer a{ 
	font-size:11px;
	color:#9299ab;
	margin:0 5px;
	line-height:25px;
}

#footer span{ 
	color:#fff;
}


/*home en*/
body.homepage{ 
	background:#586c82 url(../images/bg_home.jpg) repeat-x 0 0;
}


.bannercontent{
	width:303px;
	padding-left:677px;
	padding-top:10px;
	margin:0 auto
}

.bannercontent .sendprojectrequest{
	width:303px;
	text-align:center;
	color:#233245;
	padding-bottom:10px;
	margin-bottom:10px;
	position: absolute;
	z-index: 2;
	background:url(../images/bannercontent_bg.jpg) repeat-y 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.9;
}

.bannercontent .sendprojectrequest h3{
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/sendprojectrequest_topbg.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.bannercontent .sendprojectrequest p{
	padding:10px 0;
}

.bannercontent .joinus{
	width:303px;
	text-align:center;
	color:#233245;
	padding-bottom:10px;
	margin-bottom:10px;
	position: absolute;
	z-index: 3;
	top: 250px;
	background:url(../images/bannercontent_bg.jpg) repeat-y 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.9;
}

.bannercontent .joinus h3{
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/joinus_topbg.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

.bannercontent .joinus p{
	padding:10px 0;
}


body.homepage #colnums{ 
	float:left;
	background:none;
}


.block-quicklink{ 
	margin-top:20px;
	margin-bottom:80px;
}

.block-quicklink h3{ 
	font-size:20px;
	color:#fff;
	padding:10px 0 10px 30px;
	font-family:GalliardStd;
	height:20px;
}

.block-quicklink ul li{ 
	width:320px; 
	float:left; 
	background:url(../images/quicklink_bg.jpg) 0 107px no-repeat;
	padding:0 5px 0 0;
}

.block-quicklink ul li.last{ 
	padding:0;
}

.block-quicklink p{ 
	color:#fff; 
	font-size:12px;
	line-height:150%;
}

.block-quicklink .seemore{
    background:url(../images/quicklink_more.jpg) 0 50% no-repeat;
    height:14px;
    padding:8px 0 8px 20px;
    margin-left:10px;
}

.block-quicklink .seemore a:link,.block-quicklink .seemore a:active,.block-quicklink .seemore a:visited{
    font-family:Eurostile;
    color:#fbd346;
    text-decoration:none;
}

.block-quicklink .seemore a:hover{
    text-decoration:underline;

}

.block-quicklink .FeaturedExperts{ 
	margin:0 30px;
	height:180px;
}

.block-quicklink .FeaturedExperts dl{ 
	clear:both;
	margin-bottom:15px;
	color:#fff;
}
.block-quicklink .FeaturedExperts dl a:link,.block-quicklink .FeaturedExperts dl a:active,.block-quicklink .FeaturedExperts dl a:visited{ 
	color:#FFF;
	text-decoration:none;
}
.block-quicklink .FeaturedExperts dl a:hover{ 
	text-decoration:underline;
}
.block-quicklink .FeaturedExperts dt{ 
	float:left;
	margin-right:10px;
}

.block-quicklink .whoweare{ 
	margin:0 30px;
	height:180px;
}

.block-quicklink .news{ 
	margin:0 30px;
	height:180px;
}

.block-quicklink .news dl{ 
	clear:both;
	margin-bottom:15px;
	color:#fff;
}

.block-quicklink .news dt{
	font-size:11px;
	color:#bed1e4; 
}
.block-quicklink .news dl a:link,.block-quicklink .news dl a:active,.block-quicklink .news dl a:visited{ 
	color:#FFF;
	text-decoration:none;
}
.block-quicklink .news dl a:hover{ 
	text-decoration:underline;
}


/*services*/
body.services #menubar ul li.menu-141 a{
	background:url(../images/nav_bg.jpg) no-repeat 0px -30px;
}


body.services #menubar ul li.menu-141 .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.services #menubar ul li.menu-141 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}

.block-servicesintro{ 
	color:#bed1e4;
	font-size:12px;
	line-height:170%;
	_margin-left:-10px;
}

.block-servicesintro h2{
	color:#fff;
	font-size:24px;
	line-height:28px;
	clear: both;
	display:block;
	width:80%;
	margin-bottom: 5px;
	height:100%;
}

.block-servicesintro p{
	padding-bottom:10px;
}

.block-servicesintro ul{ 
	list-style:inside;
	margin-left:20px;
}

.block-servicesintro ul li{
	padding-bottom:10px;
	list-style-type:disc;
}

.block-servicesintro .industry_list{
	list-style:inside;
	margin-left:20px;
}

.block-servicesintro .industry_list li{
	padding-bottom:10px;
	list-style-type:disc;
	width:240px;
	float:left;
}

.block-servicesintro h3{
	font-size:14px;
	height:30px;
	line-height:30px;
	color:#fff;
	display:block;
	clear: both;
}

.block-servicesintro strong{ 
	color:#fff;
}

.itailc{
	color:#fff;
	font-style: italic;
	text-align: right;
}

.block-servicesintro .caseexample{
	background:#4c5d6f;
	border:#919ead 1px solid;
	padding:10px 15px 20px 15px;
	margin-top:20px;
}

.block-servicesintro a:link,.block-servicesintro a:active,.block-servicesintro a:visited{
	color:#FBD346;
	text-decoration:underline;
}

.block-servicesintro a:hover{ 
	text-decoration:none;
}

.block-servicesintro .caseexample ol li{
	clear:both;
}

.block-servicesintro .caseexample ol li span.date{
	width:150px;
	float:right;
}
#block-servicesintro .process_bg {
	height: 87px;
	width: 462px;
}
.process_bg .process_test {
	float: right;
	width: 290px;
	color: #4f5862;
	line-height: 18px;
	margin-right: 10px;
	display: block;
	margin-top: 5px;
}
.process_bg .process_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 18px;
	padding-top: 25px;
	display: block;
	width: 152px;
}
.icon_arrow {
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 65px;
	height: 30px;
	margin:5px 0;
}

/*Industry Coverage*/
body.IndustryCoverage #menubar ul li.menu-142 a{
	background:url(../images/nav_bg.jpg) no-repeat -87px -30px;
}

body.IndustryCoverage #under-header-region{
	margin:0 auto;
	height:141px;
	background-color: #d1dde9;
	text-align: center;
}

body.IndustryCoverage #leftcol .block-ermenu{ 
	margin-left:9px;
	padding-bottom:40px;
}


/*Client Solutions*/
body.ClientSolutions #menubar ul li.menu-143 a{
	background:url(../images/nav_bg.jpg) no-repeat -228px -30px;
}


body.ClientSolutions #menubar ul li.menu-143 .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.ClientSolutions #menubar ul li.menu-143 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}

/*Client Solutions faq*/
.faqdetail ul{
	margin-left:0;
	padding-top:5px;
	list-style-position:outside;
}

.faqdetail ul li{
	background:url(../images/faq_q.jpg) no-repeat 0px 3px;
	padding-left:20px;
	padding-bottom:3px;
	list-style-type:none;
}


.faqdetail ul li.answer{
	background:url(../images/faq_a.jpg) no-repeat 0px 3px;
	padding-bottom:10px;
	line-height:18px;
} 

/*for expert*/

body.forexpert #menubar ul li.menu-144 a{
	background:url(../images/nav_bg.jpg) no-repeat -352px -30px;
}


body.forexpert #menubar ul li.menu-144 .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.forexpert #menubar ul li.menu-144 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}

/*about*/

body.about #menubar ul li.menu-145 a{
	background:url(../images/nav_bg.jpg) no-repeat -455px -30px;
}


body.about #menubar ul li.menu-145 .list a{ 
	width:120px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.about #menubar ul li.menu-145 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}
#block-servicesintro .back {
	float: LEFT;
	display: block;
	width: 100%;
	text-align: right;
}

#block-servicesintro dl {
	list-style-type:none;
	margin:10px 0;
	clear:both;
	display:block;
	float:left;
	width:99%;
}
#block-servicesintro dd {
	float:left;
	padding-bottom:10px;
	margin:5px 0 0 15px;
}
#block-servicesintro dt {
	background-color: #FFF;
	text-align: center;
	height: 99px;
	width: 95px;
	padding-top:1px;
	float:left;
}
.block-servicesintro ol li{
	clear:both;
}

.block-servicesintro ol li span.date{ 
	width:150px; 
	float:right;
}

/*contact*/
body.contactus #menubar ul li.menu-146 a{
	background:url(../images/nav_bg.jpg) no-repeat -522px -30px;
}


body.contactus #leftcol .block-ermenu{ 
	margin-left:9px;
	padding-bottom:40px;
}


#block-servicesintro .content form .form-item{
	margin-bottom:5px;
}
.form-item label{ 
	display:block;
	width:110px;
	padding-right:7px;
	text-align:right;
	font-weight:bold;
	line-height:18px;
	float:left;
	clear:left;
	color:#FFF;
}

#block-servicesintro .form-item .form-text{
	background:url(../images/input_txtbig_bg.gif) repeat-x 0 0;
	height:16px;
	line-height:16px;
	border:#586c80 1px solid;
	padding:0 5px;
	width:220px;
	color:#666;
	font-size:11px;
}

#block-servicesintro .form-item .form-textarea{
	background:#fff url(../images/input_txtbig_bg.gif) repeat-x 0 0;
	height:120px;
	width:220px;
	border:#586c80 1px solid;
	font-size:11px;
	color:#666;
	padding:5px;
}
#block-servicesintro .content form .form-submit{
	width:62px;
	border:0;
	height:22px;
	background:url(../images/submit_btn.gif) no-repeat;
	margin-top:10px;
}

body.cncontactus #block-servicesintro .content form .form-submit{
	width:62px;
	border:0;
	height:22px;
	background:url(../images/submit_btn_cn.gif) no-repeat;
	margin-top:10px;
}

/*send project*/
 .content .form{
	float:left;
	width:600px;
 }
.content .form ul{
	list-style:inside;
	margin-left:10px;
	float:left;
}

.content .form ul li{
	padding-bottom:5px;
	list-style-type:none;
}
.applyonline {
	border-collapse:collapse;
	overflow:hidden;
	padding:0;
	width:690px;
}
.applyonline caption {
	border-bottom:1px solid #999999;
	color:#FFFFFF;
	padding-bottom:10px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}
tbody {
	display:table-row-group;
	vertical-align:middle;
}
.applyonline th {
	padding:0 10px 5px;
	text-align:right;
	width:200px;
}
.applyonline td {
	padding:0 0 5px;
	text-align:left;
}
.applyonline input, .applyonline select, .applyonline textarea {
	border:1px solid #757E88;
}
.term {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	height:200px;
	overflow:auto;
	width:650px;
	color:#000;
	padding:5px;
	margin-top:10px;
}
.term p {
	color:#000000;
	line-height:18px;
}
.term strong {
	color:#000000;
}
.applyonline .term ul{
	margin-left:25px;
	width: 100%;
}
.applyonline .term ul li {
	color:#000000;
	list-style-type:disc;
	margin-left:15px;
	padding-left:10px;
}

/*cn pages*/
body.cn{ 
	margin:0;
	padding:0; 
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif; 
	color:#000;
	height:100%;
}


body.cn #header-right{ 
	float:right;
	width:545px;
}


body.cn #menubar{
	width:545px;
	margin:47px 0 0 auto; 
	height:30px;
	background:url(../images/nav_bg_cn.jpg) no-repeat;
}


body.cn #menubar ul{ 
}

body.cn #menubar ul li{ 
	position:relative;
	float:left;
}

body.cn #menubar ul li span{ 
	display:block; 
}

body.cn #menubar ul li a{ 
	float:left;
	display:block;
	text-align:center;
	text-indent:-9999px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}

body.cn #menubar ul li.menu-141 a{ 
	width:92px;
}

body.cn #menubar ul li.menu-141 a:hover{
	background:url(../images/nav_bg_cn.jpg) no-repeat 0px -30px;
}

body.cn #menubar ul li.menu-142 a{ 
	width:91px;
}

body.cn #menubar ul li.menu-142 a:hover{
	background:url(../images/nav_bg_cn.jpg) no-repeat -92px -30px;
}

body.cn #menubar ul li.menu-143 a{ 
	width:89px;
}

body.cn #menubar ul li.menu-143 a:hover{
	background:url(../images/nav_bg_cn.jpg) no-repeat -183px -30px;
}


body.cn #menubar ul li.menu-144 a{ 
	width:91px;
}

body.cn #menubar ul li.menu-144 a:hover{
	background:url(../images/nav_bg_cn.jpg) no-repeat -272px -30px;
}

body.cn #menubar ul li.menu-145 a{ 
	width:87px;
}

body.cn #menubar ul li.menu-145 a:hover{
	background:url(../images/nav_bg_cn.jpg) no-repeat -363px -30px;
}


body.cn #menubar ul li.menu-146 a{ 
	width:95px;
}

body.cn #menubar ul li.menu-146 a:hover{
	background:url(../images/nav_bg_cn.jpg) no-repeat -450px -30px;
}


body.cn #menubar ul li .list{ 
	position:absolute;
	top:30px;
	left:0px;
	width:170px;
	display:none;
}


body.cn #menubar ul li .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#dcd3e4 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.9;
	float:none;
	text-indent:0;
}

body.cn #menubar ul li .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.9;
}

body.cn #menubar ul li .list a.last{ 
	border-bottom:0px;
}

body.cn .bannercontent .sendprojectrequest h3{
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/sendprojectrequest_topbg_cn.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

body.cn .bannercontent .joinus h3{
	height:35px;
	text-indent:-9999px;
	background-image: url(../images/joinus_topbg_cn.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

body.cn .bannercontent p{
	padding:10px;
	text-align:left;
}
body.cn .block-quicklink h3{
	font-family:"黑体";
	font-size:16px;
}
body.cn .block-quicklink .seemore{
    background:url(../images/quicklink_more.jpg) 0 50% no-repeat;
    height:12px;
    padding:8px 0 8px 20px;
    margin-left:10px;
	color:#fbd346;
	font-family:"宋体";
}
body.cn .block-quicklink .seemore a:link,.block-quicklink .seemore a:active,.block-quicklink .seemore a:visited{
    text-decoration:none;
	
}

body.cn .block-quicklink .seemore a:hover{
    text-decoration:underline;
}

body.cn #leftcol .block-ermenu h2{ 
	font-size:14px;
	font-family:"宋体";
	color:#fff;
	padding-left:10px;
	padding-top:10px;
}
body.cn .submenu li a:link,.submenu li a:active,.submenu li a:visited{ 
	font-size:12px;
	color:#4F5862;
	text-decoration:none;
	padding-left:15px;
	display:block;
	height:27px;
	line-height:27px;
}
body.cn .submenu li a:hover{ 
	color:#fff;
	text-decoration:none;
	background:url(../images/submenu_arrow_bg.gif) no-repeat 0 center;
}

body.cn .submenu li a.active:link,.submenu li a.active:active,.submenu li a.active:visited,.submenu li a.active:hover{
	color:#fff;
	background:url(../images/submenu_arrow_bg.gif) no-repeat 0 center;
}

body.cn #footer{ 
	height:25px;
	line-height:25px;
	background:#303942;
	color:#9299ab;
	margin:20PX auto 0;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

body.cn #footer a{ 
	font-size:12px;
	color:#9299ab;
	margin:0 5px;
	line-height:25px;
}

body.cn .block-quicklink .FeaturedExperts{ 
	margin:0 30px;
	height:220px;
}
body.cn .block-quicklink .whoweare{ 
	margin:0 30px;
	height:220px;
}
body.cn .block-quicklink .news{ 
	margin:0 30px;
	height:220px;
}
body.cn .block-quicklink .FeaturedExperts dd{
	padding-bottom:10px;
}

/*cn services*/
body.cnservices #menubar ul li.menu-141 a{
	background:url(../images/nav_bg_cn.jpg) no-repeat 0px -30px;
}

body.cnservices #menubar ul li.menu-141 .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.cnservices #menubar ul li.menu-141 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}
body.cn .block-servicesintro h2{
	color:#fff;
	font-size:22px;
	line-height:28px;
	font-family:"黑体";
	width: 95%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
body.cn .block-enewsSignup{
	height:137px;
	background-image: url(../images/enewsSignup_bg_cn.jpg);
	background-repeat: no-repeat;
	margin-top:30px;
	background-position: 9px;
}

body.cn .block-enewsSignup input.form-submit{ 
	width:123px; 
	border:0;
	height:29px;
	background:url(../images/enews_submit_bg_cn.gif) no-repeat;
	cursor:pointer;
	margin-left:35px;
}


body.cn .block-subpagerightblock .sendprojectrequest h3{
	background:url(../images/sendprojectrequest_subpage_topbg_cn.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}

body.cn .block-subpagerightblock .joinus h3{
	background:url(../images/joinus_subpage_topbg_cn.gif) no-repeat;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}
body.cn .block-subpagerightblock .sendprojectrequest img{
	margin-left:65px;
}

body.cn .block-subpagerightblock .joinus img{
	margin-left:65px;
}

/*cn Industry Coverage*/
body.cnIndustryCoverage #menubar ul li.menu-142 a{
	background:url(../images/nav_bg_cn.jpg) no-repeat -92px -30px;
}

body.cnIndustryCoverage #under-header-region{
	margin:0 auto;
	height:141px;
	background-color: #d1dde9;
	text-align: center;
}

body.cnIndustryCoverage #leftcol .block-ermenu{ 
	margin-left:9px;
	padding-bottom:40px;
}


/*cn Client Solutions*/
body.cnClientSolutions #menubar ul li.menu-143 a{
	background:url(../images/nav_bg_cn.jpg) no-repeat -183px -30px;
}


body.cnClientSolutions #menubar ul li.menu-143 .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.cnClientSolutions #menubar ul li.menu-143 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}

/*cn for expert*/

body.cnforexpert #menubar ul li.menu-144 a{
	background:url(../images/nav_bg_cn.jpg) no-repeat -272px -30px;
}


body.cnforexpert #menubar ul li.menu-144 .list a{ 
	width:160px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.cnforexpert #menubar ul li.menu-144 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}


/*cnabout*/

body.cnabout #menubar ul li.menu-145 a{
	background:url(../images/nav_bg_cn.jpg) no-repeat -363px -30px;
}


body.cnabout #menubar ul li.menu-145 .list a{ 
	width:120px;
	padding:0 0 0 20px;
	text-align:left;
	line-height:26px;
	border-bottom:#fffff 1px solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:26px;
	font-weight:bold;
	background:url(../images/menubar_sub_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=90);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.95; 
	opacity:0.95;
	float:none;
}

body.cnabout #menubar ul li.menu-145 .list a:hover{ 
	background:url(../images/menubar_sub_over_bg.jpg) repeat-x 0 0;
	filter:alpha(opacity=95);  
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);  
	-moz-opacity:0.9; 
	opacity:0.95;
}

body.cnabout #under-header-region{
	margin:0 auto;
	height:141px;
	background-color: #e8edf2;
	text-align: center;
}

/*cncontact*/
body.cn #block-servicesintro .content form .form-submit{
	width:62px;
	border:0;
	height:22px;
	background:url(../images/submit_btn_cn.gif) no-repeat;
	margin-top:10px;
	float:left;
}
/*contact*/
body.cncontactus #menubar ul li.menu-146 a{
	background:url(../images/nav_bg_cn.jpg) no-repeat -450px -30px;
}

body.cncontactus #leftcol .block-ermenu{ 
	margin-left:9px;
	padding-bottom:40px;
}

