.tabdiv {
	width:735px;
	height:30px;
	position:relative;
	z-index:2;
	}

#home {
	background-color:#f3f3f3;
	position:relative;
	height:auto; 
	width:735px; 
	margin:0px;
	padding:0px;
	}

.feature {
	height:600px; 
	position:absolute; 
	width:680px;
	background:#f3f3f3;
	border:1px solid #b8b8b8;
	z-index:1;
	margin:-1px 0 0 0;
	padding:0px;
	}
	
.feature img
{ 
	border:solid 1px #ccc; 
	margin-top:20px;
	margin-left:20px;
}

.feature h6
{
	font-size:12px;
	margin-left:25px;
}

.hostingtabs { 
	margin:0px;
	padding:0px;
	width:735px;
	height:30px;
	}
	
.hostingtabs li {
	width:221px;
	height:30px;
	display:inline;
	float:none;
	list-style:none; 
	padding:0px;
	margin:0 0px 0 0;
	}
	
.hostingtabs li a {
	width:221px;
	height:30px;
	color:#333; 
	display:block; 
	padding:0px;
	margin:0 2px 0 0;
	text-decoration:none;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/tab-but-normal.jpg) top left no-repeat;
	float:left;
	text-align:center;
	}
	
.hostingtabs li a:hover {
	background:url(../images/tab-but-hover.jpg) top left no-repeat;
	color:#98CF2C;
	width:221px;
	margin:0 2px 0 0;
	padding:0px;
	}
	
.hostingtabs li.active { 
	
	}
	
.hostingtabs li a.active { 
	/*width:221px;*/
	height:30px;
	background:url(../images/tab-but-hover.jpg) top left no-repeat;
	color:#98CF2C;
	padding:0px;
	margin:0 2px 0 0;
	width:221px;
	}
	
	
	
.tab-details
{
	height:270px;
}

.tab-details ul li
{
	margin:6px 0px 6px 0px;
	list-style-type:none;
	font-size:14px;
	border-bottom: 1px solid #ccc;
}

.tab-details ul li a
{
	font-size:11px;
	font-weight:bold;
}


.tab-details ul li ul
{

}
.tab-details ul li ul li
{
	border:none;
}


.tab-details img
{
	margin:10px 10px 0px 5px;
	float:left;
}

.tab-details-img-holder
{
	height:89px;
	float:left;
}
