/*****************/
/* Splash Styles */
/*****************/

body {
	background: #192327;
	*text-align: center;
}

#splash{
	background: url(../img/splash-bg.png) no-repeat;
	height:600px;
	width:800px;
	margin:0 auto;
	display:block;
	*text-align: center;
}

#splash .main-logo{
	background:transparent url(../img/splash-spr.png) no-repeat scroll left 15px;
	display:block;
	height:80px;
	margin:0 auto;
	padding-top:15px;
	position:relative;
	width:152px;
	
	*height: 95px;
}

#splash .splash-copy{
	width:369px;
	text-align:center;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: bold;
}

#splash .launch-date{
	height: 17px;
	width: 360px;
	display: block;
	margin: 0 auto 10px;
	background:transparent url(../img/splash-spr.png) no-repeat scroll left -112px;
}

#countdown{
	width: 542px;
	height: 115px;
	display: block;
	margin: 0 auto 45px;
}

#countdown span{
	font-size:76px;
	font-weight:bold;
	line-height:98px;
	padding-left:18px;
	
	*padding:0;
}

#countdown .labels{
	height:13px;
	margin:0 auto 5px;
	width:542px;
	*font-size:0;
}
#countdown .labels .days-label,
#countdown .labels .hours-label,
#countdown .labels .minutes-label,
#countdown .labels .seconds-label{
	background:transparent url(../img/splash-spr.png) no-repeat scroll;
	display:block;
	height:19px;
	position:relative;
	padding:0;
	float:left;
	font-size: 0px;
}
#countdown .labels .days-label{
	background-position: -65px -90px;
	width:40px;
	margin: 0 93px 0 42px;
}
#countdown .labels .hours-label{
	background-position:left -90px;
	margin-right:77px;
	width:54px;
}
#countdown .labels .minutes-label{
	background-position:-116px -90px;
	margin-right:69px;
	width:71px;
}
#countdown .labels .seconds-label{
	background-position:-198px -90px;
	width:73px;
}

#countdown .days,
#countdown .hours,
#countdown .minutes,
#countdown .seconds{
	height: 98px;
	width: 119px;
	display: block;
	background:transparent url(../img/splash-spr.png) no-repeat scroll -157px -139px;
	float:left;
}

#countdown .colon{
	background:transparent url(../img/splash-spr.png) no-repeat scroll -286px -139px;
	display:block;
	float:left;
	height:40px;
	margin:0 5px 0 7px;
	position:relative;
	top:29px;
	width:10px;
}

#splash .splash-cw{
	display:block;
	margin:0 auto;
	width:348px;
	*width:370px;
}

#splash .splash-cw .small-logo{
	background:transparent url(../img/splash-spr.png) no-repeat scroll -162px top;
	display:block;
	float:left;
	height:44px;
	margin-right:15px;
	width:82px;
}

#splash .splash-cw span{
	display:inline;
	font-size:11px;
	font-weight:bold;
	position:relative;
	top:14px;
	*width:270px;
}