body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

html body
{
    font-family: Arial, songti;
    font-size: 12px;
    background-color: #FFF;
    background-position: 0px -726px;
}

textarea,button
{
    font-family: Arial, songti;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
em
{
    font-style: normal;
}
strong, em
{
    font-family: Tahoma,songti;
}
ol, ul
{
    list-style: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
p img
{
    vertical-align: middle;
}
a
{
	color:#333;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.more
{
	float:right;
	width:60px;
	font-size:12px;
	font-weight:normal;
}
.more a
{
	color:#3890db;
}
.clear
{
	clear:both;
}


/* color */
.blue
{	
	color:#3890db;
}

.orange
{
	color:#fa8201;
}


/* foot */

#foot
{
	width:960px;
	margin:0 auto;
}

#foot ul
{
	width:100%;
	height:30px;
	background-color:#eee;
	line-height:30px;
}

#foot ul li
{
	display:inline;
}

#foot ul li a
{
	margin-left:20px;
}

#foot p
{
	margin:10px 0 20px 0;
	text-align:center;
	width:100%;
	line-height:24px;
}

#foot p a
{
	margin:0 10px;
	color:#3890db;
}


/* main */
#main
{
	width:960px;
	margin:0 auto;
}


/*  help  */

#help_head
{
	width:100%;
	background-image:url(images/h_bg.gif);
}

.help_logo
{
	float:left;
	width:702px;
	height:94px;
	background-image:url(images/h_l.gif);
}

.help_head_login
{
    position: absolute;
    top:20px;
    right:30px;
	color:#fff;
}

.help_head_login a
{
	margin:0 7px;
	color:#fff;
}

#help_nav
{
	width:100%;
	height:32px;
	background-image:url(images/nav_bg.gif);
}

.help_nav
{
	width:980px;
	margin:0 auto;
}

.help_nav ul li
{
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:0 10px;
}

.help_nav ul li a
{
	float:left;
	display:block;
	color:#fff;
	height:30px;
	padding:0 10px;
}

.help_nav_on
{
	background-image:url(images/nav_h_bg.gif);
	border-width:1px 1px 0;
	border-color:#97D8F4;
	border-style:solid;
}

.comments
{
	float:right;
	line-height:30px;
}

.comments a
{
	color:#fff;
}

#help_l
{
	float:left;
	width:220px;
	padding-top:40px;
}

#help_r
{
	float:left;
	width:640px;
	padding-top:40px;
}

.help_menu ul li
{
	font-weight:bold;
	color:#4db4e3;
	height:29px;
	padding-left:24px;
	line-height:29px;
	margin-bottom:10px;
	cursor:pointer;
}

.help_menu ul li a
{
	color:#4db4e3;
}

.help_menu ul li.help_menu_on
{
	background:url(images/menu.gif) no-repeat left;
	color:#fff;
}

.help_menu ul li.help_menu_on a
{
	color:#fff;
}

.button
{
	margin:20px 0;
}

.button input
{
	width:67px;
	height:29px;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	margin-right:15px;
	background-image:url(images/button_1.gif);
	border:none;
	cursor:pointer;
}


