/*@import url("base.css");*/
#main { position: relative; z-index: 1;}
#right { position: absolute; z-index: 1; top: 8px; right: 0; }
#intro {
	color: #333333;
	font-size: 1.2em;
	width: 650px;
	padding: 12px 0 12px 28px;
}

#intro h2 {
	font-size: 1.58em;
	color: #45285a;
	margin-bottom: 4px;
}
#intro p {
	line-height: 1.8em;
	margin-left: 2px;
}
#left .content { padding-left: 9px; }

/* -------------
 * Slide Show
 * ------------- */
.feature {
	background: transparent url(../../elements/skin/feature_bg.gif) no-repeat left 1px;
	padding: 10px 0 0 0;
	width: 680px; 
	margin: 0 0 0 -3px;
}

.feature .images {
	background: transparent url(../../elements/skin/feature_bg.gif) repeat-y -680px top;
	position:relative;
	z-index: 1;
	height: 276px;
	width: 680px;
	cursor: pointer;
}

.feature .images img {
	display:none;
	position:absolute;
	z-index: 10;
	top: 5px;
	left: 14px;
}

.feature .tabs {
	background: transparent url(../../elements/skin/feature_bg.gif) no-repeat right 19px;
	margin: -20px 0 0 0;
	padding: 0 0 0 8px;
	position: relative; 
	z-index: 10;
	overflow: hidden;
}

.feature .tabs .title { 
	font-size: 12px;
	display:block;
	background: transparent url(../../elements/skin/feature_tab.gif) no-repeat left top;
	padding-top: 40px;
	padding-left: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #766483;
	width: 144px;
	margin-bottom: 8px;
	margin-left: 6px;
}

.feature .tabs a.current { 
	background-position: -150px top;
	color: #8eb92c; 
}

.feature .tabs .tab {
	float: left;
	width: 167px;
	margin: 0;
	font-size: 9px;
}

.feature .tabs .tab .description {
	border-left: dashed 1px #999999;
	padding: 0 11px;
	height: 120px;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

.feature .tabs .tab:first-child .description { border: none; }

.feature .tabs .tab .more {
	display: block;
	text-decoration: none;
	color: #45285a;
	text-transform: uppercase;
	padding-left: 11px;
}

/* ----- sIFR Styles --------- */
.sIFR-hasFlash #intro h2 {
	visibility: hidden;
	letter-spacing: normal;
	font-size: 1.58em;
}
.sIFR-hasFlash #right .enews h4 {
	visibility: hidden;
	letter-spacing: normal;
	font-size: 1.6em;
}
/* ----- End sIFR Styles ----- */