/*
 * reset.css
 * 
 * @ Author		Alex Tseng
 * @ Version		1.0.0
 * @ LastUpdate		20090620
*/
body{ color:#333333;}
a{color:#333333;decoration:none;cursor:pointer;}
a:hover{color:#087adb;}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
input ,select ,textarea{hide-focus: expression(this.hideFocus=true);outline:none;}
fieldset, img {
	border: 0;
} 
/* remember to define focus styles! */
a:focus {outline: 0;}
input ,select {outline: none;} 
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}


ul, li, form, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code, kbd, samp, tt {
	font-size: 100%;
}

/* @purpose To enable resizing for IE */
/* @branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

input[type=button]::-moz-focus-inner{border:none;outline:none;}
a{blr:expression(this.onFocus=this.blur());outline:none;}
body {
	line-height: 1.5;
	font-size:12px;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse: collapse;border-spacing: 0;}

caption, th {text-align: left;}

sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
    color: #333333;
    font-family: Simsun,sans-serif;
    font-size: 12px;
}
body {
    background-image: url(/images/home_bg.gif);
    color: #791510;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.clear1{ clear:both;}


.wrap {
    margin: 0 auto;
    width: 1000px;
}
.navbg {
    background-image: url(/images/111_02.gif);
    background-repeat: no-repeat;
    height: 56px;
}
.nav {
    color: #831811;
    font-size: 14px;
    font-weight: bold;
    padding: 19px 0px 0px 215px;
}
.nav ul li {
    float: left;
    padding: 0 10px;
}
.nav a:link {
    
    text-decoration: none;
}
.nav a:hover{ color:#fff; text-decoration:none;}



.warp {
    background-image: url(/images/111_03.gif);
    background-repeat: repeat-y;
    margin: 0;
    padding: 0 33px;
}.main {
    margin: 0 auto;
    width: 975px;
}
.cent {
    overflow: hidden;
    padding-left: 75px;
    padding-top: 28px;height: 300px;
    width: 900px;
}
.cent .left {margin-top: 20px;
    float: left;
    width: 181px;
}
.cent .right {
    float: right;
    overflow: hidden;
    width: 710px;
}
#main {
    margin: 0 auto;
    padding: 12px 0 12px 42px;
    width: 710px;
}
#main .error {
    color: #858483;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 20px;
}
#main span {
    padding-left: 10px;
}
#main span a {
    color: #0000FF;
}
.do {
    color: #666666;
    line-height: 40px;
    margin-left: 46px;
}
.do p a {
    color: #0000FF;
    padding-left: 15px;
}
.nr {
    margin-left: 10px;
    margin-top: 18px; overflow:hidden;
}
.nr ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-right: 35px;
}
.footerbg {
    background-image: url(/images/111_05.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 110px;
    padding: 0 33px;
    text-align: center;
}
.footer {
    border-top: 2px solid #D2922E;
    margin-top: 0 !important;
    padding-top: 15px;
}