/*默认设置-------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	line-height:150%;
	font-size:13px;
	text-align:center;
	background-color:#E9E9E9;
	color:#565656;
}
a{
	text-decoration:none;
	color:#565656;
}
ul{
	list-style:none;
}
.clear{
	clear:both;
}
/*默认设置结束-----------------------------------------------------------------------*/

/*总体布局开始-----------------------------------------------------------------------*/
#outterContainer,#outterFoot{
	width:1024px;
	margin:0 auto;
}
/*#contentContainer
{
	position:relative;
	width:1030px;
	margin-left:auto;
	margin-right:auto;
}*/
#outterContainer{
	background:url(../images/outterContainerBg.gif)  -190px 0px repeat-y;
	/*position:absolute;
	left:0px;
	top:0px; */
}

#innerContainer{
	width:960px;
	background:#FFFFFF;
	text-align:left;/*恢复text-algin为正常*/
	margin:0 auto;/*for firefox*/
}
/*总体布局结束----------------------------------------------------------------------*/

/*头部设置--------------------------------------------------------------------------*/
/*-----------------头部容器-------------------*/
/*-----------------聚晖logo-------------------*/
#logo{
	float:left;
	margin-top:12px;
	margin-left:12px;
	width:137px;
	height:45px;
}
#languageChoose
{
	text-align:right;
	margin:0 10px 5px 0;
}
#languageChoose a
{
	cursor:pointer;
}
#languageChoose a:hover
{
	color:#2b74a3;
	text-decoration:underline;
}
/*-----------------登陆注册模块-------------------*/
#login{
	float:right;
	margin:15px 3px 0 0;
	width:340px;
	height:20px;
	color:#7d7d7d;
}
#login a{
	color:#7d7d7d;
}
#login input{
	width:80px;
	height:15px;
	background-color:#FFFFFF;
	border:1px solid #A5A5A5; 
}
.formField li
{
	float:left;
	margin-right:2px;
}
#register:hover
{
	color:#2b74a3;
}
/*-----------------导航模块-------------------*/
#nav_search{
	width:960px;
	height:30px;
	margin-top:7px;
	background:url(../images/index/navigation_bg.jpg) repeat-x;
}
#navigation {
	float:left;
	width:960px;
	height:25px;
	line-height:25px;
}
#navigation li
{
	background:url(../images/navItem.gif)  no-repeat 0 2px;
	float:left;
	padding:2px 10px 0 22px;
}
#navigation li a{
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
	color:#333333;

}
#navigation li a:hover{
	color:#2b74a3;
}
/*-----------------搜索模块-------------------*/
#search{
	float:right;
	width:128px;
	margin-top:3px;
}
#search a{
	font-family:"宋体";
	font-size:13px;
	color:#2B74A3;
}
#search input{
	width:80px;
	background-color:#FFFFFF;
	border:1px solid #A5A5A5; 
}
/*
通用flash容器-----------------------------*/
#flashBox{
	width:960px;
	height:200px;
	border-bottom:2px solid  #898989
}
/*产品页面flash容器*/
#productFlashBox{
	width:960px;
	height:240px;
	border-bottom:2px solid  #898989
}

/*beigin尾部----------------------------------------------------------------------------*/
#innerFoot{
	height:50px;
	text-align:center;
	border-top:1px solid #d1d1d1;
	padding:10px 0;
}
#outterFoot{
	height:30px;
	background:url(../images/foot.jpg) -4px 0px;
}
/*end尾部-------------------------------------------------------------------------------*/

/*
除首页、集团介绍外，其他页面可以共享该部分css，布局请参考solutionControl.asp页面
begin------------------------------------------------------------------------------------*/
#mainContent{
	position:relative;/*使左导航栏相对于mainContent定位*/
}
#leftNav{
	position:absolute;/*脱离正常文本流相对定位*/
	top:0;
	left:0;
	width:200px;
}
#rightContent{
    float:right;
	width:760px;
}
#innerRightContent{
	border-left:2px solid #d1d1d1
}
/*左边导航开始----------------------------------------------*/
#leftNav h1{
	background:url(../images/招纳贤士18副本.jpg) repeat-x;
	font-size:14px;
	text-indent:18px;
	height:23px;
	line-height:23px;
}
div.sdmenu div {
	background: url(../images/firstMemu_unselect.jpg) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/firstMenu.jpg) repeat-x;
}
div.sdmenu div.collapsed {
	height: 27px;
}
div.sdmenu div span {
	display: block;
	height:27px;
	line-height:27px;
	text-indent:25px;
	color:#2B74A3;
	font-weight:bold;
	background:url(../images/expandedMenubg.jpg);
	cursor: default;
}
div.sdmenu div.collapsed span {
	font-weight:normal;
	color:#000000;
	background:url(../images/collapsedMenubg.jpg);
}
div.sdmenu div a {
	display: block;
	height:29px;
	line-height:29px;
	background: url(../images/thirdMenu.jpg) repeat-x;
    text-indent:40px;
}
div.sdmenu div a.current {
}
div.sdmenu div a:hover {
	color:#2B74A3;
	text-decoration: none;
}
/*左边导航结束-----------------------------------------------------------------------*/
/*end--------------------------------------------------------------------------------*/
/*面包屑*/
.crumb{
    background:url(../images/map_bg.jpg) repeat-y;
    height:23px;
    line-height:23px;
    text-indent:25px;
}
