@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(../images/story/bg.gif) repeat-x left top;
}

.shadow{
    float:left;
	background-image:url(../images/intro/shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.mask {
    float:left;
	background-image:url(../images/intro/mask.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 5px 5px 0;
}
.hover{
	background: url(../images/story/hoverBg.gif) repeat-x left top;
	font-weight:bold;
}
#subNav li .here{
	color:#333;
}
#fullNav .none{
	display:none;
}

#header{
	overflow:hidden;
	width:932px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(../images/story/logo.gif) no-repeat left bottom;
	width:225px;
	height:59px;
	padding-top:20px;
}
#fullNav{
	position:relative;
	float:right;
	width:600px;
	height:104px;
}
#nav{
	/*float:right;*/
	width:600px;
	height:82px;
}
#nav li{
	float:left;
}
#nav li a{
	display:block;
	width:76px;
	height:32px;
	text-align:center;
	color:#000;
	border-right:1px solid #fff;
	padding-top:50px;
}
#nav li a:hover{
	background:url(../images/story/hoverBg.gif) repeat-x left top;
	font-weight:bold;
}
#header p{
	float:left;
	width:250px;
	height:30px;
	line-height:30px;
	color:#fff;
}
#header p a{
	color:#fff;
	line-height:30px;
	padding:0 5px;
}
#subNav{
	position:absolute;
	bottom:0px;
	right:152px;
	background:#f95182;
	width:245px;
	height:22px;
	border:1px solid #d10d50;
	padding-left:3px;
	margin-right:62px;
}
#subNav li{
	float:left;
	line-height:22px;
}
#subNav li a{
	display:block;
	line-height:22px;
	color:#fff;
	padding:0 6px;
}

#subNav li a:hover{
	color:#333;
}




#wrapper{
	width:931px;
	height:565px;
	background:#fff url(../images/story/wrapperBg.gif) no-repeat right bottom;
	padding-top:3px;
	padding-left:1px;
	margin:5px auto 0;
}
#sideBar{
	width:132px;
	float:left;
}
#sideBar h1{
	background:url(../images/story/feidi_story.gif) no-repeat left top;
	width:132px;
	height:46px;
	text-indent:-10000px;
	clear:both;
}
#sideNav{
	width:130px;
	height:513px;
	background:url(../images/story/sideBar_bg.gif) repeat-x left top;
	padding-left:2px;
	margin-top:1px;
}
#sideNav li{
	width:126px;
	line-height:38px;
	text-align:center;
	border-bottom:1px dotted #fff;
}
#sideNav li a{
	color:#fff;
}
#sideNav li a:hover{
	color:#f15881;
	font-size:14px;
	font-weight:bold;
}
#sideNav li .hover{
	color:#f15881;
	font-size:14px;
	background:none;
}
#content{
	position:relative;
	float:left;
	width:764px;
	height:550px;	
	background:url(../images/story/contentBg.gif) repeat-x left top;
	padding:20px 0 0 30px;

}
#content h2{
	width:730px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:30px;
}
/*#content p{
	width:730px;
	line-height:22px;
	text-indent:2em;
}*/
#box{
/*	position:absolute;
	top:-70px;
	left:-120px;
*/	width:730px;
	overflow:hidden;
	padding-left:30px;
}
#box li{
	float:left;
	width:117px;
	padding-bottom:7px;
	margin:0 20px 20px 0;
	display:inline;
}
#box .image {
}
#box .image img{
	padding:4px;
	border:1px solid #ccc;
}
#box .image a{
	display:block;
}
#box .text{
	clear:both;
	height:26px;
	text-align:center;
	line-height:24px;
	padding-left:10px;
	overflow:hidden;
}
#box .text a{
	display:block;
	font-weight:bold;
	line-height:26px;
	color:#000;
}
#page{
	clear:both;
	text-align:center;
	margin-top:20px;
}
#page span a{
	color:#000;
}
#page span a:hover{
	text-decoration:underline;
}




#footer{
	clear:both;
	width:932px;
	color:#999;
	margin:5px auto 0;
}
#footer p{
	line-height:26px;
	border-bottom:1px solid #999;
	margin-bottom:7px;
}
#footer span{
	color:#000099;
}