

#features { margin:0 auto 40px auto; width:870px; height:360px; }

/* TABS MENU */
#features ul{ list-style:none; list-style-position:outside; margin:0; padding:0; }
#features ul.menu { float:left; margin-left:104px; }
#features ul.menu li {
	position:relative;
	float:left; 
	display:block;
	width:130px;
	height:40px;
	margin:0 3px 0 0;
	padding:0;
	cursor:pointer;
	}
#features ul.menu li#tab1 { background:url(/img/feature/tab-1.png) no-repeat 0 0; }
#features ul.menu li#tab2 { background:url(/img/feature/tab-2.png) no-repeat 0 0; }
#features ul.menu li#tab3 { background:url(/img/feature/tab-3.png) no-repeat 0 0; }
#features ul.menu li#tab4 { background:url(/img/feature/tab-4.png) no-repeat 0 0; }
#features ul.menu li#tab5 { background:url(/img/feature/tab-5.png) no-repeat 0 0; }

#features ul.menu li#tab1.active{ background:url(/img/feature/tab-1.png) no-repeat 0 -40px; }
#features ul.menu li#tab2.active{ background:url(/img/feature/tab-2.png) no-repeat 0 -40px; }
#features ul.menu li#tab3.active{ background:url(/img/feature/tab-3.png) no-repeat 0 -40px; }
#features ul.menu li#tab4.active{ background:url(/img/feature/tab-4.png) no-repeat 0 -40px; }
#features ul.menu li#tab5.active{ background:url(/img/feature/tab-5.png) no-repeat 0 -40px; }


/* FEATURE CONTENT */

#feature_window {
	background:url(/img/feature/bg.png) no-repeat 0 0;
	position:relative;
	display:inline;
	float:left;
	width:870px;
	height:320px;
	}

.content{
	margin:0 auto;
	border:0;
	text-align:left;
	padding:20px 0 0 20px;
	padding-bottom:20px;
	font-size:14px;
	color:#b8ced3;
	}

.content p{ position:relative; float:left; width:393px; margin:0 0 12px 0; }
.content img{ float:right; margin:0; }
.content h2{ position:relative; display:block; width:393px; height:25px; margin:15px 0 10px 0; padding:0; text-indent:-7000px; }

.content.feature1 h2{ background:url(/img/feature/t/prince-of-persia.png) no-repeat 0 0; }
.content.feature1{ display:block; }

.content.feature2 h2{ background:transparent url(/img/feature/t/danielgovar.png) no-repeat 0 0; }
.content.feature2{ display:none; }

.content.feature3 h2{ background:transparent url(/img/feature/t/sarahjanesoap.png) no-repeat 0 0; }
.content.feature3{ display:none; }

.content.feature4 h2{ background:transparent url(/img/feature/t/mandala.png) no-repeat 0 0; }
.content.feature4{ display:none; }

.content.feature5 h2{ background: transparent url(/img/feature/t/hbd.png) no-repeat 0 0; }
.content.feature5{ display:none; }

.content.not_featured{ display:none; }

.view_details {
	position:absolute;
	top:246px;
	left:20px;
	display:block;
	width:138px;
	height:28px;
	margin:0 8px 0 0;
	padding:0;
}

.view_website {
	position:absolute;
	top:246px;
	left:166px;
	display:block;
	width:138px;
	height:28px;
	margin:0 8px 0 0;
	padding:0;
}

.view_details a,
.view_website a {
	display:block;
	width:138px;
	height:28px;
	margin:0 8px 0 0;
	padding:0;
}

/*.view_details, .view_details a,
.view_website, .view_website a {
	position:absolute;
	top:246px;
	left:20px;
	display:block;
	width:138px;
	height:28px;
	margin:0 8px 0 0;
	padding:0;
}*/

.view_details a:link, .view_details a:visited { background:url(/img/feature/bttn-details.png) no-repeat 0 0; }
.view_details a:hover, .view_details a:active { background:url(/img/feature/bttn-details.png) no-repeat 0 -28px; }
.view_website a:link, .view_website a:visited { background:url(/img/feature/bttn-website.png) no-repeat 0 0; }
.view_website a:hover, .view_website a:active { background:url(/img/feature/bttn-website.png) no-repeat 0 -28px; }



/*  DELETE LATER

#feature {
	background:url(/img/feature/bg.png) no-repeat bottom left;
	display:block;
	width:870px;
	height:330px;
	margin-top:40px;
	}
#feature ul.htabs {
	position:relative;
	float:left;
	display:inline;
	width:767px;
	height:40px;
	margin:0;
	padding:0 0 0 103px;
	}
#feature ul.htabs li {
	position:relative;
	float:left;
	display:inline;
	width:130px;
	height:40px;
	margin:0 3px 0 0;
	padding:0;
	text-indent:-7000px;
	}
#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a { 
	display:block;
	width:130px;
	height:40px;
	margin:0 3px 0 0;
	padding:0;
	}
#tab1 a:link, #tab1 a:visited { background:url(/img/feature/tab-1.png) no-repeat 0 0; }
#tab1 a:hover, #tab1 a:active, #tab1 a:focus { background:url(/img/feature/tab-1.png) no-repeat 0 -40px; }

#tab2 a:link, #tab2 a:visited { background:url(/img/feature/tab-2.png) no-repeat 0 0; }
#tab2 a:hover, #tab2 a:active, #tab2 a:focus { background:url(/img/feature/tab-2.png) no-repeat 0 -40px; }

#tab3 a:link, #tab3 a:visited { background:url(/img/feature/tab-3.png) no-repeat 0 0; }
#tab3 a:hover, #tab3 a:active, #tab3 a:focus { background:url(/img/feature/tab-3.png) no-repeat 0 -40px; }

#tab4 a:link, #tab4 a:visited { background:url(/img/feature/tab-4.png) no-repeat 0 0; }
#tab4 a:hover, #tab4 a:active, #tab4 a:focus { background:url(/img/feature/tab-4.png) no-repeat 0 -40px; }

#tab5 a:link, #tab5 a:visited { background:url(/img/feature/tab-5.png) no-repeat 0 0; }
#tab5 a:hover, #tab5 a:active, #tab5 a:focus { background:url(/img/feature/tab-5.png) no-repeat 0 -40px; }

.tab, .feature_info, .feature_img {
	position:relative;
	float:left;
	display:inline;
	height:290px;
	margin:0;
	padding:0;
	}
.tab { width:870px; }
.feature_info { width:410px; }
.feature_img { width:460px; }
.feature_img img { margin:20px 0 0 0; }*/



