/* timer general */
#timer {
	position:relative;
}
#countdown { width:410px;position:absolute;right:0;top:25px;}

hr {
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	border:1px solid #ffffff;	
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font-size:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}

#timer_days {
	background:url(../images/countdown1.png) #ffffff no-repeat;
	float:left;
	width:100px;
	height:67px;
	padding:2px 0 0 7px;
	letter-spacing:25px;
}

#timer_hours {
	background:url(../images/countdown1.png) #ffffff no-repeat;
	float:left;
	width:100px;
	height:67px;
	padding:2px 0 0 7px;
	letter-spacing:25px;
}

#timer_mins {
	background:url(../images/countdown1.png) #ffffff no-repeat;
	float:left;
	width:100px;
	height:67px;
	padding:2px 0 0 7px;
	letter-spacing:25px;
}

#timer_seconds {
	background:url(../images/countdown2.png) #ffffff no-repeat;
	float:left;
	width:81px;
	height:58px;
	padding:2px 0 0 8px;
	letter-spacing:22px;
}

/* timer labels */
.timer_labels {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;	
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:70px;
	left:23px;	
}

#timer_hours_label {
	position:absolute;
	top:70px;
	left:122px;
	
}

#timer_mins_label {
	position:absolute;
	top:70px;
	left:235px;	
}

#timer_seconds_label {
	position:absolute;
	top:70px;
	left:340px;
}





/* below style not apart of the tutorial */
p#demoPage {
	display:inline;
	padding:5px;
	background-color:#000000;
	color:#FFFFFF;
	margin:20px 0;
	font-size:18px;
}

p#demoPage a {
	color:#FFFFFF;	
}

