#home-feature
{
	margin-bottom: 4.5em;
	/*padding-top: 36px;*/
	height: 306px;
	width: 960px;
	position: relative;
	left: -18px;
	background: url(../../img/bg_home_preview.jpg) no-repeat 50% 0;
	color: #3A3B36;
}
#home-feature .tabs
{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 960px;
	background-image: url(../../img/bg_home_tabs.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#home-feature .tabs li
{
	float: left;
}
#home-feature .tabs a
{
	padding: 18px 0 0 60px;
	display: block;
	height: 36px;
	width: 260px;
	background-image: url(../../img/bg_home_tabs.png);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}
#home-feature .tabs a:hover
{
	color: #fff;
	text-decoration: none;
}
#home-feature .ui-state-active a,
#home-feature .ui-state-active a:hover
{
	color: #3A3B36;
}

#home-feature #tab-1	{ background-position: -1px 0; }
#home-feature #tab-2	{ background-position: -321px 0; }
#home-feature #tab-3	{ background-position: -641px 0; }

#home-feature #tab-1:hover	{ background-position: -1px -54px; }
#home-feature #tab-2:hover	{ background-position: -321px -54px; }
#home-feature #tab-3:hover	{ background-position: -641px -54px; }

#home-feature .ui-state-active #tab-1	{ background-position: -1px -108px; }
#home-feature .ui-state-active #tab-2	{ background-position: -321px -108px; }
#home-feature .ui-state-active #tab-3	{ background-position: -641px -108px; }

.ui-tabs-hide { display: none; }


#home-feature .ui-tabs-panel
{
	padding: 36px 18px 0 18px;
	height: 216px;
}
#home-feature .summary
{
	width: 444px;
}
#home-feature #tab-content-1 .summary
{
	float: left;
}
#home-feature #tab-content-2 .summary
{
	/*float: left;*/
	width: 604px;
}
#home-feature #tab-content-3 .summary
{
	padding-left: 320px;
	/*float: left;*/
	width: 604px;
}
#home-feature .additional
{
	float: right;
	width: 444px;
}
#home-feature h2
{
	margin: 0;
	display: block;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
	position: relative;
	top: -4px;
}
#home-feature h3
{
	padding-bottom: 0.65em;
	margin: 0 0 0.75em 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	border-bottom: 0.1em solid #489E3E;
}
#home-feature .additional .left,
#home-feature .additional .right
{
	padding-left: 30px;
	width: 170px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#home-feature #stats	{ background-image: url(../../img/icn_stats.png); }
#home-feature #seo 		{ background-image: url(../../img/icn_seo.png); }
#home-feature #cms 		{ background-image: url(../../img/icn_cms.png); }
#home-feature #photo	{ background-image: url(../../img/icn_photo.png); }

#tab-content-2 { background: transparent url(../../img/bg_feat_business.png) no-repeat 655px 24px; }
#tab-content-3 { background: transparent url(../../img/bg_feat_repair.png) no-repeat 18px 18px; }
#tab-content-1 h2	{ background-image: url(../../img/h_web.png); }
#tab-content-2 h2	{ background-image: url(../../img/h_IT.png); }
#tab-content-3 h2	{ background-image: url(../../img/h_repair.png); height: 36px; }

ul.feature-links
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.feature-links li
{
	display: inline;
}
ul.feature-links li a
{
	float: left;
	height: 36px;
	overflow: hidden;
	text-indent: -9999em;
	background-image: url(../../img/btn_more-folio.png);
	background-repeat: no-repeat;
}
li.btn-learnMore a
{
	width: 134px;
	background-position: 0 0;
}
li.btn-viewFolio a
{
	width: 150px;
	background-position: -134px 0;
}
li.btn-learnMore a:hover
{
	background-position: 0 -36px;
}
li.btn-viewFolio a:hover
{
	background-position: -134px -36px;
}


