/*--------------------------------------------------------------------------------------------
*
*	Home
*	
*--------------------------------------------------------------------------------------------*/
.home-ads {
	width: auto;
	padding-bottom: 10px;
}

.home-ads a {
	display: block;
}

.home-ads li {
	margin-right: 8px;
}

.home-ads li.last-child {
	margin-right: 0;
}

#hero {
	height: 444px;
}


/*--------------------------------------------------------------------------------------------
*
*	Home News
*	
*--------------------------------------------------------------------------------------------*/

#home-news {
	margin-bottom: 10px;
}

#home-news .tabs {

}

#home-news .tabs a {
	display: block;
	height: 41px;
	width: 150px;
	line-height: 41px;
	font-size: 16px;
	color: #157096;
	font-weight: bold;
	background: url(../images/layout/home-news.png) 0 -50px no-repeat;
	text-align: center;
	text-decoration: none;
}

#home-news .tabs .active a {
	background-position: 0 0;
}

#home-news .content {
	background: #fff;
	border: #e1dfd7 solid 1px;
	border-top: 0 none;
	padding: 9px;
	min-height: 348px;
}

#home-news .content .inner {
	display: none;
}

#home-news .content .inner.active {
	display: block;
}
