/* CSS Document */
/*body { 
	font-family: verdana, sans-serif; margin: 0; padding:0; font-size: 12px; background-color: #0E0C21; color: #fff; 
	background: url(../images/home-bkgd.jpg) no-repeat top center;
	text-align: center;
}*/
#bod { position: relative; margin: 0 auto; width: 960px; text-align: left; }

.column { margin: 200px 0 100px 11px; width: 560px; position: relative; }

#herospace { width: 560px; height: 335px; background-color: #CADE2F; position: relative; border-bottom: 3px solid #CADE2F; }


#herospace .scroller { 
	position: relative;
	overflow: hidden;
	color:#000;
	margin: 0;
	width: 560px;
	height: 335px;
}
#herospace .scroller .descr { 
	position: absolute; 
	width: 390px;
	bottom: 0; left: 0; 
	padding: 0.2em 0 0.5em 0; 
	margin:0;
	font-size: 12px; background-color: #000; color: #fff;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.7;	
}
#herospace .descr p, #herospace .descr div, #herospace .descr span, #herospace .descr * {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
	padding: 0 10px;
	margin: 0.2em 0;
}
#herospace .descr h2 { 
	font-size: 15px; margin: 0.1em 0; padding: 0 10px; color: #fff; 
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}
#herospace .descr span { 
	float: left;
	margin: 4px 2px 0px 10px;
	background-color: #c00;
	color: #fff;
	font-size: 9px;
	line-height: 1.0;
	font-weight: normal;
	padding: 2px 2px;
}

#herospace .descr a:link, #herospace .descr a:visited  {
	color: #fff;
	text-decoration: underline;
	margin: 0; padding: 0;
}
#herospace .descr a:hover, #herospace .descr a:active  {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	margin: 0; padding: 0;
}



#herospace .scroller div.section {
	position: relative;
	width:560px;
	overflow:hidden;
	float:left;
	margin: 0 25px 0 0;
	height:100%;
}
#herospace div.scroller div.content {
	width: 9999em;
	overflow: hidden;
	height:100%;
}

#herospace .controls {
	position: absolute;
	top: 10px;
	right: 0;
	width: 185px;
}
#herospace .controls a {
	position: relative;
	display: block;
	margin: 1px 0;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;	
	text-decoration: none;
}
#herospace .controls a span { 
	display: block;
	margin-left: 15px; 
	margin-right: 0px; 
	padding: 3px 3px 6px 6px;
	color: #000;
	text-decoration: none;
	min-height: 40px;
	background: #fdfc7e url(/images/herotab-bkgd-off.gif) repeat-x left bottom;
	border-top: 1px solid #9ABD25;
	border-bottom: 1px solid #9ABD25;
}
* html #herospace .controls a span { height: 40px; }

#herospace .controls a span img { border: 0; width: 40px; height: 40px; float: right; margin-left: 0.5em; }

#herospace .controls a.on { 
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background: #CADE2F url(/images/herotab-bkgd-on.gif) top left repeat-x;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
	border-top: 1px solid #9ABD25;
	border-bottom: 1px solid #0E0C21;
}
#herospace .controls a.on span {
	display: block;
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 6px 12px 9px 6px;
	background: transparent url(/images/herofob-purple-arrow.gif) no-repeat top right;
	color: #000;
	text-decoration: none;
	min-height: 40px;
	border-top: 0;
	border-bottom: 0;
}
#herospace .controls a.on span img { display: none; }

