/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Verdana;
}
body {
    background:black;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;*/
	font:12px arial;
	line-height: 1.6em;
	z-index: auto;
	margin:0px;
	padding:0px;
	word-wrap:break-word; word-break:break-all;
}
img{ border:0px;}
p{ padding:10px 0px;} 
h1{ font-size:18px; font-weight:bold; color:#98211B; text-align: center;}
h2{ font-size:15px; font-weight:bold;}
a:link {
color:#444444;
}
a:visited {
color:#444444;
}
a:hover, a:active {
color:#A31022;
text-decoration:none;
}


/*header top*/
#head-top{background:#A1A1A1; height:25px; padding:2px 50px; color:white;}


#header{margin: 0 auto; padding:40px 14px 0 14px; width:872px; height:110px; background:white; background:url(../imgs/top-bj.jpg) repeat-x; overflow: hidden;}

#header-logo{float:left; width:150px; height:auto;}
#header-text{float: right; width:700px; height:auto;}
 /* ----------------menu nav --------------- */
#menu{
margin: 0 auto; 
padding:0px; 
width:900px; 
height:28px; 
background:#A1A1A1; 
text-align:center;
/*border-bottom:1px solid #A31022;*/
 }

#menu ul{
margin:0px;
padding:0 0 0 50px;
list-style-type:none;
width:auto;
font-weight:bold;
}
#menu ul li{
display:block;
float:left;
margin:0 1px 0 0; 
font-weight:bold;
}
#menu ul li a{
display:block;
float:left;
color:#EEFFDF;
text-decoration:none;
padding:3px 10px ;
height:22px;
font-weight:bold;
}
#menu ul li a:hover, ul li a.current{
color:#fff;background: #A31022; font-weight:bold;
 }

#main{margin: 0 auto; padding:0px 14px; width:872px;  background:white;}


#main-left{float:left; width:166px;  }

#main-right{float:right;  width:680px; background:url(../imgs/bg.gif); padding:5px; }
  .main-right-box{background:#FFEFD7; padding:5px;word-break:break-all; overflow:hidden;}


.main-box{padding:0 0 20px 0;}
.main-box-top{width:166px;height:23px; padding:3px 0 0 0; color:white; font-weight: bold; text-align:center; background:url(../imgs/sidebg.jpg) no-repeat;}
.main-box-content{border:1px solid #BB1816; padding:3px;}
.main-box-content ul{list-style-type:none; margin:0px; padding:0px;}
.main-box-content ul li{ margin:0px; padding:0px 0 0 13px; background:url(../imgs/bullet-orange.gif)  left no-repeat ;/*list-style:inside url(../imgs/bullet-orange.gif);*/ vertical-align:middle; font-size:10px; }

#footer {

	clear:both;
	font-size:11px;
	color:#666;
	padding-top: 10px;
	padding-bottom: 30px;
	/*margin-left: 14px;*/
	/*margin-top:8px;*/
	border-top: 4px solid #A31022;
	background-color: #F4F4F4;
	text-align: center;
	line-height:1.6em;
}
	#footer p {margin:0}

	#footer a:link, #footer a:visited, #footer a:hover {font-weight: bold; color:#666666;font-size:10px;}
	#footer a:hover {color:#A31022; text-decroration:none}


.clear{ margin:0px auto;clear:both; height:20px; background:white;width:900px;}
.space{ clear:both; height:5px;}
