@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(../images/teach/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;
}
#nav .hover{
	background: url(../images/teach/hoverBg.gif) repeat-x left top;
	font-weight:bold;
	color:#fff;
}
#subNav li .here{
	color:#fff;
}
#fullNav .none{
	display:none;
}

#header{
	overflow:hidden;
	width:932px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(../images/teach/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/teach/hoverBg.gif) repeat-x left top;
	font-weight:bold;
	color:#fff;
}
#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:240px;
	background:#a0d15b;
	width:340px;
	height:22px;
	border:1px solid #81c030;
	padding-left:3px;
}
#subNav li{
	float:left;
	line-height:22px;
}
#subNav li a{
	display:block;
	line-height:22px;
	color:#467608;
	padding:0 6px;
}

#subNav li a:hover{
	color:#fff;
}




#wrapper{
	width:932px;
	background:#fff;
	padding-top:3px;
	margin:5px auto 0;
}
#topBar{
	background:url(../images/teach/content_h1Bg.gif) repeat-x top left;
	width:932px;
	height:25px;
}
#content{
	position:relative;
	width:932px;
	background:#4c4c4c url(../images/teach/imageBg.gif) repeat-x left top;
	padding-top:20px;
}
#image{
	text-align:center;
}
#prev{
	position:absolute;
	left:5px;
	top:50%;
	background:url(../images/teach/buttonL.gif) no-repeat left top;
	width:38px;
	height:40px;
}
#prev span,#next span{
	display:none;
}
#prev a{
	overflow:hidden;
	display:block;
	width:38px;
	height:0px;
	padding-top:40px;
}
#next{
	position:absolute;
	right:5px;
	top:50%;
	background:url(../images/teach/buttonR.gif) no-repeat left top;
	width:38px;
	height:40px;
}
#next a{
	overflow:hidden;
	display:block;
	width:38px;
	height:0px;
	padding-top:40px;	
}



#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;
}
