body {
	margin: 0 0 0 0;
	padding: 0;
	background: #fafcfe url(/images/pagebg.gif) repeat-x;
	font: 12px Verdana, Arial, 宋体, sans-serif;
}

#container strong { 
  margin: 0 3px 0px 0px;
	font-weight: bold; 
}
#container img {
  margin: 0 10px 5px 5px;
	float: left;
	border: none; 
}

a {
	color:#3366CC;
	text-decoration: none;
}

a.tag {
	color:#000000;
}

a:hover {
	text-decoration: underline;
}

a.image img {
	display: block;
	border: none;
}

p.note {
  color: #999999 ;
  font-size: 10px;
}

#container td {
  padding: 0 5px 0 5px ;
}

#container tr {
	background-color: #FFFFFF ;
  color: #333333 ;
}

span.note {
  color: #999999 ;
  font-size: 10px;
}

span.titlechar {
  font-family:  Verdana ;
}

span.text {
  color: #222222 ;
  line-height: 18px ;
}

span.text p {
  margin: 7px 10px 7px 10px ;
}

span.product {
	text-decoration: underline;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 24px;
	color: #ff8e00;
	font-weight: normal;
	text-shadow: #CCCCCC 2px 2px 2px;
}

#container h2, .wide span.h3, .wide h3 {
	margin: 10px 0 10px 10px;
	font-size: 16px;
	font-weight: normal;
/*	color: #FF9901;*/
  color: #ff8e00;
	clear: both;
	display: block;
}

#container h3 {
	margin: 7px 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#container h4 {
	margin: 7px 0 3px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#container h5 {
	margin: 0 0 7px 0;
	padding: 0 0 3px 0;
	width: 100%;
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	font-weight: bold;
}

#container hr {
	clear: both;
	height: 1px;
	border: none;
	border-top: 1px solid #C4CED4;
	margin: 6px 0 6px 0;
	padding:0;
	display: block;
}

.hide {
  visibility: hidden;
  display: none;
}
.show {
  visibility: visible;
  display: block;
}

/******* 容器  *****/

#container {
  position: relative;
  margin: 0 auto ;
	width: 880px;
	padding: 0 0 0 0;
	_text-align: left;
	background: #fff;
}

#innercontainer {
	width: 860;
	margin: 0 10px 0 10px ;
	padding: 0 0;
}

/******* 页面上方通用链接 *****/

#utility {
	padding: 0;
}

#utility a {
	text-decoration: none;
}

#utility_links {
	float: left;
	width: 100%;
	padding: 4px 0;
}

#utility_links p#gen {
	margin: 0;
	float: right;
	text-align: right;
	padding-right: 10px;
}


/******* 导航 *****/

#nav {
  width: 860px;
  height: 100px ;
}

#nav_logo{
	position: relative;
	float: left;
}

#nav_menu{
	position: relative;
	float: right;
	width: 860px;
	height: 95px;
	margin: 0 0 0 0 ;
	background: url(/images/background-header.gif) no-repeat 0 0;
}

/******* 一级菜单 *****/

#top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	line-height: 46px;
	font-size: 12px;
}

#top-menu li {
	display: block;
	float: left;
	width: 100px ;
}

#top-menu li a {
	display: block;
	float: left;
	color: #0000;
	text-decoration: none;
	position: relative;
	left: 30px ;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li a.first {
  width: 106px ; 
	height: 53px;
	margin: 0px 0 0 -30px;
}

#top-menu li a.active_first {
	background: url(/images/top-menu-first.gif) no-repeat;
}

#top-menu li a.products {
  width: 106px ; 
	height: 53px;
	margin: 0px 0 0 -24px;
}

#top-menu li a.active-products {
	background: url(/images/top-menu-products.gif) no-repeat;
}

#top-menu li a.solutions {
  width: 106px ; 
	height: 53px;
	margin: 0 0 0 -18px;
}

#top-menu li a.active_solutions {
	background: url(/images/top-menu-solutions.gif) no-repeat;
}


/******* 二级菜单 *****/

#top-menu_2nd  {
	position: absolute;
	top: 60px; 
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
	display: inline;
}

#top-menu_2nd  li {
	display: block;
	float: left;
	background: url(/images/menu2_separator.gif) no-repeat 0 2px ;
	_background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
	_padding-left: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
}

#top-menu_2nd  li:first-child {
	background-image: none;
	padding-left: 0;
}

#top-menu_2nd  li a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	line-height: 22px;
	margin: 0 3px 0 3px;
	padding: 0 5px 0 8px;
	_padding: 0 5px 0 6px;
}

#top-menu_2nd  li a:hover {  
  color: #ff8e00 ;
}

#top-menu_2nd  li a.active {
  color: #ff8e00 ;
}

#top-menu_2nd li a.first {
	margin: 0px 0 0 10px;
	_margin: 0px 0 0 5px;
}

/******* 广告 *****/
#ad {
	top : 5px ;
	width: 860px;
	margin: 0 0 5px 0;
}

#ad img{
  margin: 0;  
}

/******* 脚注 *****/
#footer {
	position: relative;
	width: 880;
	height: 100px;
	background: #fafcfe url(/images/background-footer.jpg) no-repeat;
	margin: 0;
	padding: 93px 15px 0 10px;
	color: #999999;
	clear: both;
}

#footer span.copyright {
	color: #999999;
	position: relative;
	float: right ;
}

#footer span.footer_nav {
	list-style: none;
	display: inline;
	float: left ;
}

#footer li {
	padding: 0px 0 0 10px;
	display: inline;
	background: url(/images/footer-separator.gif) no-repeat 0 1px;
	_background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
	_padding-left: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
}

#footer li a {
	color: #999999;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

/******* 通用 *****/


span.header {
	display: block;
  color: #ff8e00 ;
  font-size: 14px ;
  padding: 10px 0 0 10px;
}

span.header a{
  color: #ff8e00 ;
}

span.utiPipe {
	color: #BBBB00;
	padding: 0 10px;
}

/******* 内容 *****/

#content {
	width: 860px;
	height: auto;
	position: relative;
	clear: both;
	margin: 0 5px 0 5px ;
}

#content div.boxs {
/*	border: 1px dashed #A1C2E2; */
	border: 1px dashed #dbedfe; 
	margin: 5px 0px 5px -3px;
	padding: 5px 5px 5px 8px;
	line-height: 18px ;
	width: 98%;
}

#content div.first-box {
	border-top: none;
	padding-top: 0;
}

#content div.box ul.actions {
	list-style: none;
	float: right;
	width: 33%;
	border-left: 1px solid #A1C2E2;
	padding: 3px 3px 3px 10px;
}

/******* 内容 左侧*****/
#content_left {
	
}

/******* 内容 中间*****/
#content_middle {
	width: 30%;
	height: auto;
	float: left ;
	margin: 0 0 0 5px; 
}

/******* 内容 右侧*****/
#content_right {
/*  border:#dcdcdc 1px solid;*/
	height: auto;
}

/*********************************************************************/

/* doufu blocks section */
div.doufu {
	margin: 0 0 5px 0;
	width:260px; 
}

div.doufu strong.head {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 0 14px;
	margin-bottom: 4px;
}

div.doufu div.inner {
	padding: 8px 4px 8px 12px;
	overflow: hidden;
}

div.doufu img {
	float: left;
}

div.doufu p {
	margin: 0 5px 0 5px;
	line-height: 16px ;
}

div.doufu ul.actions {
	margin-bottom: 0;
	padding: 0px 0 10px 0px;
}

ul.actions {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

ul.actions li a {
	background: url(/images/arrow-actions.gif) no-repeat 0 4px;
	padding-left: 10px;
}

div.doufu ul.actions li {
	line-height: 18px;
}

div.doufu ul.actions li a {
	padding-left: 10px;
}

div.grey {
/*	background: url(/images/doufu-grey-top.gif) no-repeat;*/
  border:#dcdcdc 1px solid;
/*  background:url(/images/community_bg.gif);*/
}

div.grey div.inner {
/*	background: url(/images/doufu-grey-bottom.gif) no-repeat bottom left;*/
}

div.grey strong.head {
	color: #ff8e00;
	background: url(/images/icon-s01.gif) no-repeat left;
}

div.grey strong.head a {color: #ff8e00;}

div.grey div.inner img {margin-right:5px; }

div.doufu a.left {
	float: left;
	margin-right: 5px;
}

div.doufu ul.toad {
	margin-bottom: 0;
	padding:0 0 10px 0px;
}

ul.toad {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: block;
	float: top ;
}

ul.toad li {
	display: block;
	width: 100%;
}

ul.toad li a {
	background: url(/images/arrow-bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
}

ul.toad li a:hover {
	text-decoration: underline ;
/*	border-bottom:1px solid red;*/
}

div.toadlabel {
  margin: 10px 0 0 0 ;
	font: 13px Verdana, Arial, 宋体, sans-serif;
	font-weight: bold; 
	color: #ff8e00;
	padding: 0 0 0 20px;
	background: url(/images/icon-b01.gif) no-repeat 0 2px;
}

/******* 二级页面左侧菜单 *****/
#content_2nd_left {
/*  border:#dcdcdc 1px solid;*/
	width: 200px;
	margin: 0; 
  float: left ;
}

#nav-2nd {
	width: 200px;
	margin: 0 0 0px 0;
	padding: 0 0px 20px 0px;
	list-style: none;
	border-top: 1px solid #A1C2E2;
	background: url(/images/background-navigation-right.gif) no-repeat bottom left;
}

#nav-2nd ul {
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #C5D4E9;
}

#nav-2nd li {
	width: 180px ;
	padding: 1px 0px 1px 0;
	border-top: 1px solid #C5D4E9;
	background: url(/images/arrow-right-lite.gif) no-repeat 0 10px;
}
#nav-2nd li.first {
	border-top: none;
}

#nav-2nd li.active {
	background-image: url(/images/arrow-right-dark.gif);
}

#nav-2nd li a {
	padding: 8px 0 8px 16px;
	display: block;
	text-decoration: none;
}

#nav-2nd li.active a {
  color: #005AB5 ;	
	font-weight: bold;
	background: url(/images/gradient-140.gif) repeat-y top;
}

#nav-2nd li a:hover {
	background: url(/images/gradient-140.gif) repeat-y top;
}

#nav-2nd ul ul {
	border-top: none;
}

#nav-2nd li.active ul li a, #nav-2nd ul li.active ul li a {
	font-weight: normal;
	background: none;
  color: #3366CC ;	
}

#nav-2nd li.active ul li a:hover, #nav-2nd ul li.active ul li a:hover {
	background: url(/images/gradient-140.gif) repeat-y top;
}

#content_2nd_left .projectlisttitle1 {
	margin: 10px 0 0 5px ;
	overflow: hidden;
	display: block;
	float: top ;
	font: 宋体;
  font-weight: bold; 
	color:#363636;
}
#content_2nd_left .projectlisttitle2 {
	margin: 5px 0 3px 4px ;
  line-height: 18px;
	overflow: hidden;
	display: block;
	float: top ;
	width: 160px ;
	border-bottom:1px solid #ff8e00;
	padding-left: 15px;
	font-style: italic;
  font-weight: bold; 
  color:#363636;
}

#content_2nd_left ul.projectlist {
	margin:0px 0px 0px -10px;
	*margin: 0 0 0 30px ;
  line-height: 18px;
	overflow: hidden;
	list-style: none;
	display: block;
	float: top ;
	color:#363636;
}

#content_2nd_left ul.projectlist li {
	background: url(/images/bullet-features.gif) no-repeat 0 6px;
	padding-left: 12px;
}



/*左移箭头*/
#nav-2nd li {
	background-position: 6px 12px;
/*	border-top: none;*/
}

/*左移箭头*/
#nav-2nd li ul li {
	background-position: 10px 12px;
/*	border-top: none;*/
}
/*左移箭头*/
#nav-2nd li ul li ul li {
	background-position: 14px 12px; 
	border-top: none;
}

#nav-2nd li ul li a {
	padding-left: 23px;
}

#nav-2nd li ul li ul li a {
	padding-left: 29px;
}


/******* 二级页面右侧内容 *****/
#content_2nd_right {
  width: 648px ;
	float: left;
	overflow: hidden;
	margin: 0 0 0 10px ;
	padding: 0 0 0 0;
}

#content_2nd_right_msg {
/*
  border:#c8d8f2  1px solid;
  background:#f5f8fd;	
*/
  width: 653px ;
	float: left;
	overflow: hidden;
	margin: 0 0 0 5px ;
	padding: 0 0 0 0;
}

/******* 页面位置  *****/
#location {
	margin: 0;
	padding: 2px 0 0 10px;
	position: relative;
	left: 0;
	color: #999;
}

#location a {
	color: #999;
}


/******** 内容的header **********/
#content-header {
	margin: 0;
	padding: 15px 0px 10px 0px;
}

#content-header p, #content-header br {
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}

a.button {
	display: block;
	width: 110px;
	text-indent: -9999px;
	overflow: hidden;
	height: 24px;
	margin-bottom: 10px;
}

/******** 内容的body **********/
#content-body {
  color: #222222 ;
	margin: 0;
	padding: 0 10px 20px 0px;
	line-height: 18px ;
}
