@charset "utf-8";

/* msn/email : Lic{at}odiy.net http://www.odiy.net 2008-2-20 Beijing */
* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	color: #466ec6;
	text-decoration: none;
}

body {
	background-color: #fff; /* #040f27 */
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	font-size: 12px;
	color: #333;
	background: url(../images/bg.jpg) repeat-x;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 22px;
}

.right {
	text-align: right
}

.left {
	text-align: left
}

.center {
	text-align: center
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.input {
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 2px 0px 2px 3px
}

.ext {
	color: #F67001;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial"
}

.wrap {
	clear: both;
	margin: 0 auto;
	padding: 0px 0px;
	width: 980px;
}

.mt5 {
	margin-top: 5px
}

.p5 {
	padding: 5px
}

#header {
	width: 100%;
	float: left;
	background: #fff url(../images/bg-header.gif) repeat-x left bottom;
	min-height: 105px;
}

#logo {
	float: left;
	padding-top: 15px;
	margin-left: -15px;
	display: inline;
}

#header-right {
	padding: 20px 6px 0 360px;
	text-align: right;
}

#tel {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}

#tel span {
	color: #fb7d2a;
}

#nav li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

#nav li a {
	display: inline-block;
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: pointer;
}

#nav li a span {
	display: inline-block;
	line-height: 30px;
	padding-left: 7px;
	background-position: left top;
}

#nav li:hover a,#nav li:hover a span,#nav li.current a,#nav li.current a span
	{
	background-image: url(../images/bg-nav.gif);
	color: #fff;
}

.font10 {
	font-size: 10px
}

.tab{margin-bottom:5px; background:#DDDDDD}
.tab th{background:#f7f7f7;padding:5px}
.tab td{ background:#fff; font-size:12px; line-height:25px; padding-left:3px;}
#main{line-height:25px;background:#fff}
.content p{
    padding:10px 0px;
	font-size:10.5pt;
    text-indent: 21pt
}
#footer {
	line-height: 20px;
}

#footer .nav li {
	display: inline;
	border-right: 1px solid #ccc;
}

#footer .nav li.last {
	border-right: 0px
}

#footer .nav li a {
	display: inline-block;
	padding: 0px 7px;
}