.catmenu{
	width: 100%;
	height:64px;
	overflow:auto;
	background-image: url(../images/bar_shaddow_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.catmenu ul{
	padding: 0px;
	width: 960px;
	margin: 20px auto 0px auto;
}
.catmenu ul li{
	float:left;
	padding-right: 16px;
	margin-right:7px;
}
.catmenu ul li:first-child{
	list-style: none;
}

.content-holder{
	width: 1020px;
}
.post{
	width: 280px;
	height:305px;
	margin-right: 60px;
	float: left;
	border-top: 0px none;
}
.post .image{
	width: 260px;
	height: 161px;
	border: 10px solid #ebebeb;
	float: left;
}
.post .info{
	width: 280px;
	background-image: url(../images/box_shaddow_bottom.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	border: 0px;
	padding-top:8px;
}
.loading{
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.info h3{
	margin-bottom: 10px;
}
.info .subheader p{
	color: #777;
	margin: 0px;
}
.news-single-content{
	width: 453px;
}
.news-single-item img {
	border:1px solid #DDD;
}
.news-single-item img:hover {
	border:1px solid #BBB;

}
.news-single-img{
	width: 491px;
}
.news-single-img .subtitle{
	font-style:italic;
	padding-bottom:40px;
	text-align:center;
	width: 457px;
	
}
.news-list-browse{
	background-color:#EEEEEE;
	clear:both;
	color:#777777;
	display:block;
	height:20px;
	margin:0 auto;
	padding:10px;
	width:100%;
}

a.button, a.button:visited {
	background: #222 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 12px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 20px 0px;
	text-transform: uppercase;
	padding:14px 33px;
	font-weight: bold;
	font-size: 17px;
}
