#home  
{
	position:relative; height:190px; width:100%; margin-bottom:10px; 
}
.feature 
{
	position:absolute;
	overflow:hidden;
	vertical-align:middle;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: none;
	border-right: solid 1px #ccc;
	background-image:url(../images/textbg.jpg);
	vertical-align:middle;
	background-repeat:repeat-x;
}
.feature img { border:none; }
#tabs
{
	margin-left: 0;
	margin-bottom: 0;
	text-align: justify;
	width: 100%;
}
#tabs li {background-color:transparent;display:inline;float:none;list-style:none;}
#tabs li a {
	color:#333;
	display:inline;
	height:auto;
	text-decoration:none;
	width:auto;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	border:solid 1px #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-weight:bold;
	font-size:12px;
	border-bottom:none;
	line-height:26px;
	padding-top: 5px;
	padding-right:8px;
	padding-bottom: 5px;
	padding-left:8px;
}
#tabs li a.active {
	color:#000;
	background-image: url(../images/bg_hover.jpg);
	background-repeat: repeat-x;
	height: 26px;
	border:solid 1px #f9dbbc;
	font-family:Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; font-size:12px;
	line-height:26px;
}
