/* Position the Countdown */
#countdown {
	position:absolute;
	top:160px;
	left:340px;
}

/* timer general */
#timer {
	position:relative;
}

hr {
	position:absolute;
	top:60px;
	left:0;
	width:972px;
	border:1px solid #ffffff;
	display: none	
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#00bef5;
	}

#timer_days {
	background:url(/images/countdown1.png) no-repeat;
	float:left;
	width:87px;
	height:59px;
	padding:10px 0 0 12px;
	letter-spacing:20px;
	text-shadow: 1px 1px 2px #333;
}

#timer_hours {
	background:url(/images/countdown1.png) no-repeat;
	float:left;
	width:87px;
	height:59px;
	padding:10px 0 0 12px;
	letter-spacing:20px;
	text-shadow: 1px 1px 2px #333;
}

#timer_mins {
	background:url(/images/countdown1.png) no-repeat;
	float:left;
	width:87px;
	height:59px;
	padding:10px 0 0 12px;
	letter-spacing:20px;
	text-shadow: 1px 1px 2px #333;
}

#timer_seconds {
	background:url(/images/countdown1.png) no-repeat;
	float:left;
	width:87px;
	height:59px;
	padding:10px 0 0 12px;
	letter-spacing:20px;
	text-shadow: 1px 1px 2px #333;
}

/* timer labels */
.timer_labels {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#3f3f3f;	
	text-shadow: 0px 1px 2px #999;
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:50px;
	left:22px;	
}

#timer_hours_label {
	position:absolute;
	top:50px;
	left:113px;
	
}

#timer_mins_label {
	position:absolute;
	top:50px;
	left:220px;	
}

#timer_seconds_label {
	position:absolute;
	top:50px;
	left:320px;
}
