@charset "utf-8";
/* CSS Document */
body{
	background:#2c2c2c;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:#969696;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{
	font:12px Arial, Helvetica, sans-serif;
	color:#c3c3c3;
	font-weight:bold;
	text-transform:uppercase;
}
p{
	font:12px Arial, Helvetica, sans-serif;
	color:#969696;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.clear{
	clear:both;
}
#wrapper{
	margin:auto;
	width:900px;
	height:100%;
}
#left-wrapper{
	width:195px;
	background:url(../images/left_bg.jpg);
	height:600px;
	float:left;
}

/***********************************************/
/****************** Contend ********************/
/***********************************************/
#middle-wrapper{
	margin:auto;
	width:508px;
	float:left;
}
	.home-bannar{
		padding-top:75px;
		text-align:center;
	}
	.home-image-bg{
		background:url(../images/home-image-bg.jpg) no-repeat;
		width:508px;
		height:108px;
	}
	.home-image-bg div{
		padding-left:40px;
	}
	.home-image-bg img{
		border-right:1px solid #fff;
		padding-top:1px;
		float:left;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
	}
	.home-image-bg img:hover, .active img{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;	
	}
#contend{
	width:814px;
	margin:auto;
}
.contend{
	background:url(../images/body-bg.jpg) repeat-y;
	width:814px;
	padding-top:26px;
	padding-bottom:26px;
	padding-left:25px;
}
.contend img{
	border:1px solid #8f8f8f;
	margin-bottom:12px;
	margin-right:12px;
	float:left;
}
.contend ul{
	margin:0;
	padding:0;
}
.contend li{
	*width:170px;
	*float:left;
}
.contend-bottom{
	background:url(../images/body-bottom.jpg) no-repeat;
	width:814px;
	height:6px;
}
.contend-left{
	float:left;
	width:406px;
	padding-right:10px;
}
.contend-left h3{
	margin:0;
	padding:0 0 5px 0;
}
.contend-left p{
	margin:0;
	padding:0 0 10px 0;
}
.contend-right{
	float:right;
	padding-right:35px;
}
/***********************************************/
/***************** Contend End *****************/
/***********************************************/

#right-wrapper{
	width:185px;
	background:url(../images/right_bg.jpg);
	height:600px;
	float:left;
}

/***********************************************/
/******************** Menu *********************/
/***********************************************/
#menu{
	width:885px;
	margin:auto;
}
.left-menu{
	background:url(../images/menu/left-menu-bg.jpg) no-repeat;
	width:17px;
	height:96px;
	float:left;
}
.menu{
	float:left;
	width:852px;
	height:96px;
}
.menu img{
	border:1px solid #8f8f8f;
	border-width:1px 0 1px 0;
	margin-top:10px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.menu li{
	float:left;
	background:url(../images/menu/menu-seperator.jpg) right no-repeat;
	height:96px;
	padding-right:1px;   
}
.menu li img:hover, .menu-active img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	cursor:pointer;
}
.right-menu{
	background:url(../images/menu/right-menu-bg.jpg) no-repeat;
	width:16px;
	height:96px;
	float:right;
}
/***********************************************/
/******************* Menu End ******************/
/***********************************************/

#bannar{
	background:url(../images/bannar.jpg) no-repeat;
	margin:auto;
        margin-left:9px;
	width:885px;
	height:143px;
}
#bannar img{
	padding:75px 0 0 60px;
}

/***********************************************/
/******************** Footer *******************/
/***********************************************/
	.footer{
	}
	.footer p{
		font:10px Arial, Helvetica, sans-serif;
		color:#fff;
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
	}
	.footer a{
		color:#999999;
		text-decoration:none;
	}
	.footer a:hover{
		text-decoration:underline;
	}
/***********************************************/
/**************** Footer End *******************/
/***********************************************/

#recentdocsctnr{
}

