.js-enabled #hero-image { display: none; } 
.story-image { display: none; height: 499px; width: 952px; }


/* home, splash page */
.splash { position: relative; background-color: black; height: 499px; width: 952px; overflow: hidden; }
.splash img { position: absolute; top: 0; left: 0; z-index: 1; }


/* TITLES */
#splash-title {
	position: absolute;
	z-index: 20;
	top: 31px;
	left: 35px;
}
#splash-title p.title-item {
	color: #a4a4a4;
	font-size: 1.688em;
	margin-bottom: 0;
	line-height: 1.2;
}
#splash-title p#reset-item, #splash-title p#renew-item {
	color: white;
	font-size: 1.688em;
	margin-bottom: 0;
	line-height: 1.2;
}
.js-enabled .title-item {
	display: none;
}

/* NAVIGATION */
.js-enabled ul.splash-nav {
	display: none;
}
ul.splash-nav {
	position: absolute; bottom: 38px; left: 35px;
	z-index: 2;
	width: 430px;
	margin: 7px 0 0 0; 
	padding: 0 0 1px 0;
	background: url(../images/skin/splash-nav-border.png) 0 100% repeat-x;
}

.header a {
	background: url(../images/icons/ico-plus.gif) 10px 13px no-repeat;
	margin: 0; 
	padding: 10px 0 10px 30px;
	display: block;
	color: #fff;
	font-size: 0.9em;
	line-height: 1;
	text-decoration: none;
	margin: 0;
}	
.open .header a {
	cursor: default;
}	
	
.splash-item a:visited, .splash-item a:hover { color: #fff; text-decoration: none; }		
.splash-item {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	height: 35px;
}
*+html .splash-item { margin-bottom: -3px; }
.bkgd {
	position: absolute; width: 100%; height: 100%; z-index: 10; background-color: #252525; 
	opacity: 0;
	filter: alpha(opacity = 0);
}
.hover_ .bkgd, 
li.open .bkgd {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
.detail {
	position: absolute; 
	z-index: 11;
	background: url(../images/skin/splash-nav-border.png) 0 0 repeat-x;
	width: 100%;
}
.detail-content { display: none; }
.splash-item p { margin: 0; }

/* INNER CONTENT STYLING */
.splash-item {
	font-size: .938em; 
	line-height: 1;
}
.detail-content {
	padding: 0 40px 0 98px;
	margin-top: -5px;
}
*+html .detail-content {
	margin-top: -3px;
}

.open .detail-content {
	background: url(../images/skin/big-arrow.png) no-repeat 30px 0;
}
* html .open .detail-content {
	background: url(../images/skin/big-arrow-png8.png) no-repeat 30px 0;
}

.detail-content h3 { color: #fff; margin-bottom: 5px; font-size: 1.375em;  }
.detail-content p { color: #d5d5d5; font-size: 0.75em; line-height: 1.25; margin: 0 0 10px 0; }
.detail-content p.last_ { margin: 0; }
.detail-content a {
	padding: 0;
	background: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	display: inline-block;
}
*+html .detail-content a {
	background: url(../images/d.gif);
}
