
/* !temp startpage for release (nov 2011) */

#start-newmachine2 {
	position: absolute;
	left: 5px;
	top: -15px;
	width: 980px;
	height: 430px;
	background: url(../img/start-newmachine2.jpg) no-repeat;
}

#start-newmachine2 h1 a {
	display: none;

	position: absolute;
	left: 57px;
	top: 105px;
	width: 450px;
	height: 156px;
	overflow: hidden;
	text-indent: -1000em;
	background: url(../img/allnewmachine2.gif) no-repeat;
}

.newmachinepop {
	position: absolute;
	left: 460px;
	top: 120px;
	width: 505px;
	height: 400px;
	background: url(../img/countdown-pop.png) no-repeat;
	font-size: 1.7em;
	line-height: 1.2em;
	text-shadow: #000 0 1px 1px;
	color: #fff;
}

.newmachinepop .close {
	right: 11px;
	top: 11px;
}

.poptxt {
	padding: 90px 35px 30px;
}



#countdown {
	position: absolute;
	left: 57px;
	top: 300px;
	width: 356px;
	height: 95px;
	background: url(../img/countdown.gif) no-repeat;
}

#countdown #days {
	position: absolute;
	top: 13px;
	left: 16px;
}

#countdown #hours {
	position: absolute;
	top: 13px;
	left: 102px;
}

#countdown #min {
	position: absolute;
	top: 13px;
	left: 188px;
}

#countdown #sec {
	position: absolute;
	top: 13px;
	left: 275px;
}

#countdown .no {
	display: block;
	height: 52px;
	float: left;
}

#countdown .no1 {
	width: 29px;
	background: url(../img/countdown/1.gif);
}

#countdown .no2 {
	width: 36px;
	background: url(../img/countdown/2.gif);
}

#countdown .no3 {
	width: 33px;
	background: url(../img/countdown/3.gif);
}

#countdown .no4 {
	width: 39px;
	background: url(../img/countdown/4.gif);
}

#countdown .no5 {
	width: 34px;
	background: url(../img/countdown/5.gif);
}

#countdown .no6 {
	width: 37px;
	background: url(../img/countdown/6.gif);
}

#countdown .no7 {
	width: 36px;
	background: url(../img/countdown/7.gif);
}

#countdown .no8 {
	width: 36px;
	background: url(../img/countdown/8.gif);
}

#countdown .no9 {
	width: 36px;
	background: url(../img/countdown/9.gif);
}

#countdown .no0 {
	width: 36px;
	background: url(../img/countdown/0.gif);
}


