@charset "utf-8";
/* CSS Document */

@import "reset.css";
body {
	text-align: center;
	font: 16px/24px Arial, Verdana, Helvetica, sans-serif;
	color: #6d6d6d;
	background: url(../img/bg.gif) repeat top left;
}
a {
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
#header {
	width: 1000px;
	margin: 0 auto;
}
.hdRight {
	float: right;
}
.hdLeft {
	float: left;
}
/*-----nav------*/
#nav {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 57px;
	background: url(../img/nav.jpg) no-repeat top left #000;
}
#nav ul {
	/*	padding:0 20px;
*/		float: left;
}
#nav li {
	float: left;
	padding: 0;
	height: 57px;
	text-indent: -5000px;
}
#nav a {
	text-indent: -5000px;
	display: block;
	text-decoration: none;
	height: 57px;
}
.m0 {
	width: 205px;
	background: url(../img/nav.jpg) no-repeat left top;
}
.m1 {
	width: 130px;
	background: url(../img/nav.jpg) no-repeat -205px top;
}
.m2 {
	width: 130px;
	background: url(../img/nav.jpg) no-repeat -335px top;
}
.m3 {
	width: 130px;
	background: url(../img/nav.jpg) no-repeat -465px top;
}
.m4 {
	width: 130px;
	background: url(../img/nav.jpg) no-repeat -595px top;
}
.m0 a {
	background: url(../img/nav.jpg) no-repeat left top;
}
.m1 a {
	background: url(../img/nav.jpg) no-repeat -205px top;
}
.m2 a {
	background: url(../img/nav.jpg) no-repeat -335px top;
}
.m3 a {
	background: url(../img/nav.jpg) no-repeat -465px top;
}
.m4 a {
	background: url(../img/nav.jpg) no-repeat -595px top;
}
.m0 a:hover {
	background: url(../img/nav.jpg) no-repeat left bottom;
}
.m1 a:hover {
	background: url(../img/nav.jpg) no-repeat -205px bottom;
}
.m2 a:hover {
	background: url(../img/nav.jpg) no-repeat -335px bottom;
}
.m3 a:hover {
	background: url(../img/nav.jpg) no-repeat -465px bottom;
}
.m4 a:hover {
	background: url(../img/nav.jpg) no-repeat -595px bottom;
}
/*-----main------for page center*/
#mainContent {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;
	border-left: solid 1px #ffcbad;
	border-right: solid 1px #ffcbad;
}
.content {
	text-align: left;
	padding: 30px 0px;
}
.story_block {
	padding: 0px 0px;
}
.author_block {
	background: url(../img/author_bg.jpg) repeat-x top left;
}
.auLeft {
	float: left;
}
.auRight {
	width: 570px;
	float: right;
}
#read {
	background: #fce3e3;
	display: block;
	width: 100px;
	height: 628px;
}
.read_block1 {
	background: url(../img/img_15.jpg) no-repeat top center;
	padding: 10px 80px 15px 80px;
}
.read_page {
	padding: 5px 0px 0px 0px;
}
.scroll-pane {
	width: 100%;
	height: 340px;
	padding: 10px;
	overflow: auto;
	background:#fff;
	border:solid #00b0ad 3px;
}
.more_block1 {
	background: #000 no-repeat top left;
}
.more_block2 {
	background: #000 no-repeat top left;
}
.more_block1 ul, .more_block2 ul {
	width: 160px;
	float: left;
	text-align: center;
	color: #336;
}
/*.more_block li img{
	margin-bottom:0px;
	}*/
.LBook {
	padding-left: 110px;
	/*	margin-top:20px;
*/	margin: 0 auto;
}
.RBook {
	padding-left: 110px;
}
/*-----highlight------*/
.highlight a {
	color: #ff7444;
	text-decoration: underline;
}
.highlight a:hover {
	color: #fc0;
}
.codeTxt {
	font-weight: bold;
	color: #ffd41c;
	font-size: 14px;
}
.video_block1 {
	background:#FBE3E3;
	height:500px;
	padding: 20px 50px 30px 80px;
}
.topBtn {
	margin: 40px 0px 20px 0px;
}
.likebtn {
	text-align: left;
	width: 1000px;
	height: 495px;
	background: url(../img/img_09.jpg) #FBE3E3 top center no-repeat;
}
.fblink {
	position: relative;
}
.fblinkbtn {
	display: block;
	position: absolute;
	width: 288px;
	height: 36px;
	left: 222px;
}

/*footer*/
#footer {
	display: inline-block;
	width: 1000px;
	height: 75px;
	background: url(../img/ft_bg.jpg) #000 top center no-repeat;
	margin: 0px auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	clear: both;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.protectText {
	color: #C8C8C8;
	font: 6px Verdana, Arial, Helvetica, sans-serif;
}
