#featured {
	width: 960px;
	overflow: hidden;
	position:relative;
}

#featured #fc { /* featured-container */
	background: url('../images/featured/saw.png') repeat-x;
	height: 335px; /* was 352 */
	width: 9999px;
	position:relative;
}
#featured #fc .item {
  display: block;float: left;
  height: 335px;/* 320 then 432 */
  overflow: hidden;position: relative;
}
#fc .item .st {position: relative;z-index: 20;background: url('../images/overlay/st.png') repeat-x;height: 9px;}
#fc .item a {display: block;line-height: 0;position: relative;z-index: 10;margin-top: -9px;}
#fc .item .caption {
	/*background: #282828;color: #bbb;
	background: #fff;*/
	font-size: 11px;text-align: right;
	letter-spacing: 0.5px;
	font-family: Verdana, sans-serif;
	height: 15px;
	width: 941px;
	padding: 9px 10px 7px 9px;
	border-bottom: 1px solid #e8e8e8;
	color: #444;
	background: #f8f8f8;
	position:relative;
	
}
#featured .select {padding-right: 14px;}
#featured .select a {
	width: 28px;height: 38px;
	overflow: visible;
	display: block;float: right;
	cursor: pointer;
	position: relative;top: -3px;
	z-index: 2;
}
#featured .select a img {
	padding-top: 9px;
	background: url('../images/featured/tassle.png') no-repeat 18px 0;
}
#featured .select .control {
	display: block;
	float: right;
	padding: 5px 0 0 10px;margin-top: -1px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #888;
	text-align: center;
}
#featured .select .control a {
	display: inline;float: none;width: auto;
	color: #444;
	text-decoration: none;
}
#home {
	display: block;
	width: 805px;
	/*height: 213px;*/
	height: 256px;
	margin-left: 27px;
	background: /*url('../images/short-divider.png') no-repeat 503px 0*/none;
	position: relative;
	top: -38px;left: -2px;

}
#home .welcome {
	/*width: 402px;height: 213px;*/
	width: 484px;height: 173px;
	padding: 20px;
	padding-left: 0;
	background:/* #f7f7f7 url('../images/short-divider.png') no-repeat*/none;
	display: block;
	float: left;
}

#home .caption {
	/*width: 402px;height: 213px;*/
	width: 280px;height: 135px;
	padding: 78px 0 0 20px;
	text-align: right;
	/*background: url('../images/short-divider.png') no-repeat top right;*/
	display: block;
	float: right;
	position: relative;right: -3px;
}

.welcome h3 {
	font-weight: normal;
	font-size: 22px;
	color: #333;
	margin-bottom: 8px;
}

.caption h4 {
	font-size: 15px;
	color: #ccc;
	margin-bottom: 4px;
}
.caption p {color: #444;font-size: 14px;}
.welcome p span.tagline {display: inline;color: #555;}
.welcome p {
	font-size: 20px;
	color: #777;
	line-height: 30px;
	font-family: Georgia, serif;
}