@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	width:100%;
	height:100%;
	min-height:600px;
	min-width:850px;
}
#mm {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-230px;
	z-index: 1;
}
#mm ul {
}
#mm li {
  position: relative;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:2px;
	width:24px;
	/*border:1px #FFF solid;*/
	text-align:right;
	display:block;
	background:#2b2b2b;
}
#mm ul ul {
	display:none;
	position:absolute;
	left:33px;
	top:0;
}
#mm ul ul li {
  background:none;
	display: block;
	width: 200px;
	/*height: 20px;*/
	margin:0;
	margin-left:10px;
	text-align:left;
}
#mm ul ul li a {
	font-size:12px;
	color:#BEBEBE;
	text-decoration:none;
	/*font-weight:bold;*/
}
#mm ul ul li a:hover {
	color:#DDCD69;
}
#mm li img {
	margin:0;
}
#wrapper-page {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-225px;
	margin-left:-425px;
	width:850px;
	/*margin-top:64px;*/
}
#left, #main, #right {
	height:500px;
}
#left {
	width:150px;
	float:left;
	background:url(../images/quarterbridge.png) no-repeat 52px 0;
}
#main {
	width:555px;
	float:left;
}
#right {
	width:145px;
	float:left;
}
#boxlt {
	width:225px;
	height:225px;
	float:left;
}
#boxrt, #boxrb {
	width:325px;
	height:225px;
	float:left;
}
#boxrb, #boxlb {
	margin-top:5px;
}
#boxrt, #boxrb {
	margin-left:5px;
}
#boxlt {
}
#boxrt {
}
#boxlb {
	width:177px;
	height:177px;
	float:left;
	background:#65551C;
	padding:24px;
}
#boxlb .tel {
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:10px;
	color:#9b906b;
	font-size:28px;
	height: 28px !important;
}
#boxlb p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:25px;
	height: 140px;
	color:#FFF;
}
#boxrb {
	background:#BEC292;
}
#content {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	height:177px;
	width:287px;
	color:#65551C;
	line-height:16px;
}
#content h1 {
	font-size:12px;
	font-weight:bolder;
}
#content a{
	color:#65551C;
}
.list_news{
padding: 0 0 10px 0; 
}
.list_news span a{
  color:#65551C;
  font-weight: bold;
}
.news_title{
  font-size:12px;
	font-weight:bolder;
	color:#65551C;
}
.news_title p{
  font-size:10px;
	color:#65551C;
}
#content h3{
  font-size: 10px;
  font-weight:bolder;
}
#content p {
	margin-top:5px;
}
#content ul{
}
#content li{
list-style: circle inside;
}
#footer {
	margin-top:15px;
	float:left;
}
#footer p {
	font-family: Helvetica,Arial, sans-serif;
	font-size:9px;
	color:#454545;
	width:555px;
}
#footer a{
	color:#454545;
}

#footer .link a{
  display: block;
  height: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF !important;
  text-decoration: none;
  font-weight: bold;
}

#footer .link2 a{
  display: block;
  height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF !important;
  text-decoration: none;
  font-weight: bold;
}
