@charset "utf-8";
/* CSS Document */
html{
	background-repeat: repeat-x;
	background-position: center bottom;}
body{
	background-repeat: repeat-x;
	background-position: center top;}
/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------页眉------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
.pageHeader{
	position:relative;
	z-index: 2;
	width:1000px;
	height:300px;
	margin:auto;
	background-image: url(../images/pageheaderbg.gif);
	background-repeat: no-repeat;
	background-position: center top;}
/*-----logo-----*/
.logo{
	position:absolute;
	background-image:url(../images/logobg.gif);
	text-indent: -9999px;
	width:200px;
	height:50px;
	left:0px;
	top:20px;
	z-index: 3;}
.logo a{
	width:100%;
	height:100%;
	display:block;}
/*-----banner-----*/
.banner{
	width:1000px;
	position:relative;
	background-color: #eee;
	height: 300px;}
/*-----语言链接-----*/
.languageLink{
	position:absolute;
	right:40px;
	top:20px;}
/*-----搜索表单-----*/
.search{
	position:absolute;
	right:40px;
	top:70px;
	background-image: url(../images/searchbg.gif);
	width: 185px;
	z-index:6;}
.search .keyword{
	position:absolute;
	left:10px;
	top:7px;}
.search .searchBtn{
	position:absolute;
	right:13px;
	top:5px;
	width:25px;
	height:25px;}
	
	
/*-----页面导航-----*/
.nav{
	position:absolute;
	z-index: 5;
	top:70px;
	left:0px;
	width:100%;
	height:auto;
	background-image: url(../images/navbg.gif);}
.nav .textList li{
	float:left;
	width:75px;
	height:auto;
	position:relative;
	margin: 0px;
	padding: 0px;}
.nav .textList li.selected{}
.nav .textList li a{
	display:block;
	width:100%;
	height:25px;
	text-align: center;
	background-image: url(../images/navlistitembg.gif);
	background-position: center top;
	padding-top: 15px;
	color: #CCC;}
.nav .textList li a.selected{
	background-position: center bottom;
	color: #CCC;}
.nav .textList li a:hover{
	background-position: center bottom;
	color: #FFF;}
/*页面导航子级*/
.nav .textList .textList{
	position: absolute;
	display:none;
	left: 0px;
	top: 40px;}
.nav .textList .textList li{
	float:left;
	width:75px;
	height:25;
	position:relative;}
.nav .textList .textList li a{
	display:block;
	width:100%;
	height:18px;
	padding-top: 7px;}
.nav .focusOpen{}
.nav .focusOpen .textList{
	display:block;}
.nav .focusOpen .textList .textList{
	display:none;}







/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------页面主体--------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

.pageBody{
	position:relative;
	width:1000px;
	height:auto;
	margin:auto;
	overflow: hidden;
	z-index: 1;
	background-image: url(../images/pagebodybg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom:20px;}
.columnLocation{
top:15px;
	right: 20px;}
.pageSidebar{
	position:relative;
	overflow:hidden;
	width:215px;
	float:left;
	background-image: url(../images/pagesidebarbg.gif);}
.rootColumnTitlebar{}

.subNav{}
.subNav .textList{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
.subNav .textList .textList{}
.subNav .textList li{
	position:relative;
	padding-left:20px;
	height:auto;
	width:100%;
	text-indent: 5px;}
.subNav .textList li.focusOpen{}
.subNav .textList li.focusOpen .textList{
	display:block;}
.subNav .textList li.selected{
	background-image: url(../images/subnavlistitembg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;}
.subNav .textList li a{
	display:block;
	background-image: url(../images/subnavlistitembg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height:18px;
	padding-top:7px;}
.subNav .textList li a:hover{
	background-position: center bottom;}
	
	
.pageContent{
	position:relative;
	overflow:hidden;
	height:auto;
	width:785px;
	float:left;
	background-image: url(../images/pagecontentbg.gif);
	background-repeat: no-repeat;}
.columnTitlebar{}
.columnContent{
	position: relative;
	height:auto;
	min-height:400px;
	_height:400px;
	margin-left:20px;
	padding-left:0px;
	margin-right: 20px;}	
.columnContent p{
	text-indent:26px;
	line-height:25px;}
/*页脚*/
.pageFooter{
	position:relative;
	width:1000px;
	height:60px;
	margin:auto;
	background-image: url(../images/pagefooterbg.gif);}
.pageFooter .contact{
	position: absolute;
	left: 50px;
	top: 15px;}
.pageFooter .contact p{
	font-size: 12px;}
.pageFooter .contact strong{
	line-height: 25px;}
.pageFooter .falseNav{
	position: absolute;
	top: 15px;
	right: 50px;}
.pageFooter .falseNav a{
	padding-right: 10px;
	padding-left: 10px;}
.pageFooter .webDesign{
	position: absolute;
	right: 50px;
	bottom: 10px;}
