@charset "utf-8";
/* CSS Document */

.errorMessage
{
	color: red;
	font-size: 0.9em;
}

* {margin:0; padding:0;}
img {border:0;}

a {
	color:#3e3e3e;
	text-decoration:none;
}
a:hover {
	color:#9e0000;
	text-decoration:underline;
}

html {
	color:#3e3e3e;
	background:#320000;
}

#wrapper {
	/**_height:800px;
	**/
	min-height:800px;
	
	width:auto;
	margin:0 auto;
	font-size:13px;
	line-height:20px;
	position:relative;
	font-family:"宋体";
}

.cl {
	clear:both;
}

/**********head******/
#logo {
	left:51px;
	top:13px;
	position:absolute;
	width:263px;
	height:65px;
	background:url("../images/logo.png")/*tpa=http://www.huatian-beijing.com/images/logo.png*/ no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png"); 
	_background:none;
}

#head {
	height:83px;
	overflow:hidden;
	background:url("../images/head.gif")/*tpa=http://www.huatian-beijing.com/images/head.gif*/ repeat-x center top;
}

#head #navi {
	float:right;
	font-size:12px;
	color:#c5b59d;
	padding:10px 30px 0 0;
}
#navi a {
	color:#c5b59d;
}
#navi b {
	color:#fff;
}
#navi div {
	float:left;
}
#navi .sep {
	_display:inline;
	margin:0 10px;
}
#navi .guide a {
	margin:0 5px;
}
#navi .hotline {
	color:#FFFFFF;
	font-weight:bold;
}

#head #menu {
	float:right;
	font-size:15px;
	font-weight:bold;
	padding:24px 12px 0px 0px;
}
#menu li {
	float:left;
	list-style:none;
}
#menu a {
	float:left;
	color:#f6ecce;
	width:101px;
	height:28px;
	text-align:center;
}
#menu a.sel {
	background:url("../images/sel.png")/*tpa=http://www.huatian-beijing.com/images/sel.png*/ no-repeat center bottom;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/sel.png"); 
	_background:none;
}
#menu a:hover {
	text-decoration:none;
	background:url("../images/sel.png")/*tpa=http://www.huatian-beijing.com/images/sel.png*/ no-repeat center bottom;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/sel.png"); 
	_background:none;
}

/**********main******/
#main {
	/*_height:800px;
	*/
	min-height:800px;
	
	width:986px;
	overflow:auto;
	margin:38px auto 0;
	background:url("../images/mainbg.gif")/*tpa=http://www.huatian-beijing.com/images/mainbg.gif*/ repeat-y;
}

#foot {
	color:#857c72;
	padding:5px 10px;
	background:#0a0000;
	margin:17px 0 0 0;
}