/* all homepage related css */

.category-nav{
	width:100%;
	overflow:hidden;
	/*background:url(../../images/bg-nav.png) no-repeat;*/
	height: 32px;
	position:relative;
	margin:15px 0 0;
}
.box-left{
	float:left;
	left:50%;
	position:relative;
}
* html .box-center{float:left;}
.box-center{
	position:relative;
	left:-50%;
}
.category-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}
.category-nav li{
	float:left;
	background:url(../../images/sep-category-nav.gif) no-repeat 0 50%;
	padding:0 22px 0 14px;
	line-height:32px;
	*background-image: expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
}
.category-nav li:first-child{background:none;}
.category-nav li a{
	color:#fff;
	background:url(../../images/bullet-category-nav.gif) no-repeat 0 50%;
	padding:0 0 0 14px;
}
.category-nav li a:hover{color:#ACE3EF;}
.latest{
	width:100%;
	overflow:hidden;
	padding:6px 0 0;
	float:left;
	position:relative;
	height:30px;
	background-image:url(../../images/news.png) ;
	background-repeat:no-repeat;
	margin-top:10px;
	padding-left:15px;

}
.latest .mark{
	float:left;
	font-weight:normal;
	color:#000000;
	margin:0 10px 0 0;
	font-size:15px;
	font-weight:600;
}
.latest ul{
	float:left;
	margin:2px 8px 0 0;
	padding:0;
	list-style:none;
}
.latest ul li{
	float:left;
	margin:0 0px 0 0;
}
.latest ul a{
	overflow:hidden;
	width:11px;
	height:17px;
	text-indent:-9999px;
	background:url(../../images/pre_next.png);
	background-repeat:no-repeat;
	display:block;
}
.btn-prev{background-postion:0;}
.btn-next{background-position:-9px 0 !important;}
.latest p{
	float:left
	margin:0;
}
.latest p a{color:#39c;}
.latest p a:hover{text-decoration:underline;}

/* promo box */
.promo-box{
	width:960px;
	overflow:hidden; 
	margin:12px 20px 20px 0;
	font-size:12px;
	float:left;
	_padding-bottom:20px;
}
.promo-box .frame{
	float:left;
	width:280px;
	margin:0 19px 0 0;
	height:144px;
	padding:9px 0 0 21px;
	color:#fff;
}
.blue-module{background:url(../../images/BOX2.jpg) no-repeat;}
.grey-module{background:url(../../images/BOX3.jpg) no-repeat;}
.green-module{background:url(../../images/BOX1.jpg) no-repeat;}
.promo-box h2{
	font-size:18px;
	margin-bottom:20px;
	font-weight:normal;
	color:#fff;
	padding:0;
}
.promo-box p{
	margin:4px 10px 0 0;
	line-height:16px;
	
}
.more{
	float:right;
	font-size:13px;
	color:#fff;
	margin:0px 0 0;
	font-weight:bold;
	margin-right:20px;
	line-height:1.5em;
	color:#333;

	
}
.more:hover{text-decoration:underline;}
/*.grey-module{
	padding:9px 0 0 105px !important;
	width:196px !important;
}
.green-module{
	padding:9px 10px 0 21px !important;
	width:300px !important;
}*/
.place{
	font-style:normal;
	display:block;
	margin:4px 0;
	color:#09f;
	line-height:13px;
}
.place span{display:block;}
.green-module .more{float:none;}

#newslist ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}
ul.news_column {
	padding: 0;
	list-style-type: none;
	margin: 0px; 
	overflow: hidden;
	height:16px;
	
/*	display: block; */
}
ul.news_column li {
/*display:block;*/
width:100%;
margin:0px;
float:left;
}
ul.news_column a {
width:100%;
text-indent:0px;
background:none;
height:16px;
	color:#000;
}
ul.news_column a:hover {text-decoration:underline; color:#4fa4d4;}
#content h2{
	font-size:36px;
	color:#fff;
	margin:0;
	font-weight:normal;
}