h1,h2,h3,h4{
	font-weight: bold;
	color: #333;
}

#page-header{
	background: none;/*url(images/new/logo.png) top left no-repeat;*/
}

#page-header img{
	border: 0;
}

#page-feature{
	padding: 26px 0;
	height: 314px;
	margin: 1.6em -8px;
	color: #cef;
	position: relative;
	
	background : url(images/new/feature-bg.png) top left no-repeat;
}

#page-feature div.span-7,#page-feature div.span-6{
	height: 306px;
}

#page-feature p{
	font-size: 120%;
}

#page-feature h2{
	color: #cef;
}

#page-feature .colborder{
	border-right: 1px solid rgba(255,255,255,0.1);
}

#page-feature div.buttons{
	position: absolute;
	bottom: 30px;
}

#page-feature a { 
	color : #7af !important;
	text-decoration: underline;
}

a {
	color : #37f !important;
}


#page-feature a.hp-button{
	display: block;
	float: left;
	width:111px;
	height: 38px;
	line-height: 38px;
	
	background: url(images/new/orange-button.png) center;
	color: white !important;
	text-decoration: none;
	text-align: center;
	
	margin: -10px 5px 0 -5px;
}


#page-feature a.hp-button:hover{
	text-decoration: underline;
}

#page-footers{
	clear: both;
	padding-top: 2em;
	text-align: right;
	font-size: 95%;
	color: #aaa;
}


#fe-page-tabs{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 1.2em;
	margin: 15px 15px 0 0;
	line-height: 1em;
}

#fe-page-tabs li{
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #ccc;
}

#fe-page-tabs li:last-child{
	border: 0;
}

#fe-page-tabs li a{
	text-decoration: none;
}

#fe-page-tabs li.selected a{
	font-weight: bold;
}

#fe-page-tabs li a:hover{
	text-decoration: underline;
}

img.tmb{
	width: 150px;
	height: 130px;
	-webkit-box-shadow: 0px 0px 8px #999;
	-moz-box-shadow: 0px 0px 8px #999;
	float: right;
	margin-left: 8px;
}



.news-post{
	border-bottom: 1px dotted #ddd;
	margin: 1em 0;
	padding-bottom: 0.5em;
}

.news-datetime{
	margin:0.4em 0;
	color:#999;
}

#page-content{
	margin-top: 30px;
}

