﻿.clr {
	clear:both;
}
body {
    background-color : #FF9900;
	font-size: 12px;
	margin: 0px;
	padding:0px;
}
div#header p, div#header h1, div#header ul {
margin:0pt;
padding:0pt;
}
div#header {
	height: 120px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url( http://file.talkenglish.com.cn/Images/top_nav_bg1.gif);
	list-style: none;
}
div#header-inside, div#footer-inside {
	margin:0pt auto;
	width:770px;
}
div#logo {
	width: 280px;
	height: 95px;
	float: left;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}
div#tel {
	width:158px;
	height:35px;
	float: right;
	z-index: 1;
	position: relative;
	top: 0px;
	right: 0px;
	}

/*start of main menu*/
/* Navigation */
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 5;
	position: relative;
	top: 45px;
	right: 0px;
	width:470px;
}
.nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav-one li {
	float:left;
	}
#nav-one li:hover a, #nav-one li.sfHover a {
	color: #FFFFFF;
	background-color: #ff9900;
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
	color: #FFFFFF;
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
	color: #ff9900;
	background-color: #FFFFFF;
}
#nav-one a.here {
	color:#ffffff;
	background:#FF9900;
}
.nav ul {
	list-style: none;
	margin: 0;
	width: 150px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul, .nav li.sfHover ul {
	top: 25px;
}
.nav ul li {
	border: 0;
	float: none;
	list-style: none;
}
.nav ul a {
	border-bottom: 0;
	padding-right: 20px;
	width: 150px;
	white-space: nowrap;
	text-align: left;
}
.nav ul a.here{
}
.nav ul a:hover {
	color: #000;
}
.nav li em {
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -55px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
}
/*用户菜单导行隐藏*/
#user_member_nav
{
	display:none;
}


#footer {
	color:#FF9900;
	font-size:12px;
	height:1%;
	margin-top:40px;
	text-align:center;
	background-attachment: scroll;
	background-color: #FF9900;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	clear: both;
	padding-top: 15px;
	padding-right: 0pt;
	padding-bottom: 15px;
	padding-left: 0pt;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a.copy {
	background:transparent url(/assets/images/mucca.gif) no-repeat scroll right bottom;
	display:block;
	height:43px;
	margin:0pt auto;
	width:54px;
}
#footer a.copy:hover {
background-position:right top;
}

/*-------------jtips-----------------------*/
#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
#float_banner {
	position:fixed;
	width:150px;
	height:300px;
	background-color: #FFFFCC;
}