#countdown{
	float:left;
	width:360px;
	margin-top:10px;
}

.countdown-container #wrapper {
	margin:0 auto;
	width:1000px;
	padding-top:300px;
}

/* timer general */
#timer {
	position:relative;
	width:403px;
	margin:0 auto;
}

hr {
	position:absolute;
	top:60px;
	left:0;
	width:972px;
	border:1px solid #ffffff;	
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font:15px 'sf_speakeasyregular';
	color:#fff;
	text-transform: uppercase;
	letter-spacing:2px;
	color:#f26522;
}

#timer_days {
	/*background:url(../images/countdown1.png) #ffffff no-repeat;*/
	float:left;
	width:55px;
	height:25px;
	padding:0;
	margin:0;
	letter-spacing:1px;
}

#timer_hours {
	/*background:url(../images/countdown1.png) #ffffff no-repeat;*/
	float:left;
	width:58px;
	height:25px;
	margin:0 0 0 18px;
	letter-spacing:1px;
}

#timer_mins {
	/*background:url(../images/countdown1.png) #ffffff no-repeat;*/
	float:left;
	width:75px;
	height:25px;
	margin:0 0 0 20px;
	letter-spacing:1px;
}

#timer_seconds {
	/*background:url(../images/countdown2.png) #ffffff no-repeat;*/
	float:left;
	width:40px;
	height:25px;
	margin:0 0 0 14px;
	letter-spacing:1px;
}

/* timer labels */
.timer_labels {
	font:15px 'sf_speakeasyregular';
	color:#fff;
	text-transform: uppercase;
	letter-spacing:2px;
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:0;
	left:28px;
}

#timer_hours_label {
	position:absolute;
	top:0;
	left:95px;
}

#timer_mins_label {
	position:absolute;
	top:0;
	left:175px;
}

#timer_seconds_label {
	position:absolute;
	top:0;
	left:265px;
}

