/* CSS Document */
#site {
	background:none;
}
#address {
	position:absolute;
	top:13px;
	left:25px;
}
#imgHeader {
	padding-bottom:3px;
	border-bottom:4px solid #0c3154;
}
#container {
	margin:0;
	padding:0;
}
#menuWrap {
	overflow:visible;
}
#contentWrap {
	margin:20px;
}
#callback {
	margin:-25px 20px 25px;
}
#content {
	margin:0;
	margin-bottom:15px;
}
#newsWrap {
	height:80px;
}
.home-news {
	float:left;
	width:220px;
	border-right:1px solid #000;
	height:70px;
	padding-right:12px;
	margin-right:12px;
	padding-top:15px;
}
#news4 {
	border:none;
	padding-right:0;
	margin-right:0;
}
.home-news * {
	margin:0;
}
.home-news h2 {
	font-size:12px;
	font-weight:bold;
}
.home-news a {
	color:#000;
}
.news-latest-container, .news-latest-item {
	padding:0;
	margin:0;
}

#bottomInfo {
	background:url(../images/home-bottom.jpg) top left no-repeat ;
	width:970px;
	height:90px;
	padding:10px 15px 0;
}
.bottomInfoItem {
	float:left;
	position:relative;
	width:160px;
	height:65px;
}
.bottomInfoItemWrap {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	position:absolute;
	height:65px;
	left:0;
	width:140px;
	background:#FFF;
	padding:7px 7px 0;
	margin: 0 3px;
	overflow:hidden;
	color:#0c3155;
	z-index:4;
}
.bottomInfoItem h2 {
	font-size:15px;
	font-weight:bold;
	margin:5px 0 0;
	padding-bottom:7px;
	background:url(../images/home-bull.jpg) top left no-repeat;
	padding-left:30px;
}
.bottomInfoTxt {
	display:none;
}
.bottomInfoTxt p {
	margin:0 0 7px;
}

#footer {
	padding-top:5px;
}

.bottomInfoItem{
	width:155px !important;
}