body,a img,h1,h2,h3,li,ul,ol,a,p,div,form,legend,fieldset,input{
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
	font-family: sans-serif;
	font-size: 14px;
	clear: none;
	list-style: none;
}



body{
	background: white;
	padding-bottom: 40px;
}

a{
	color: #1f6bb8;
}





/* STRUCTURE */

#container{
	margin: 0px auto;
	width: 800px;
}





/* HEADER */

#header{
	text-align: center;
	padding: 52px 0px 32px 0px;
}
#header h1{

}
#header h1 a{
	background: url(../images/logo.jpg) no-repeat center;
	height: 71px;
	display: block;
	text-indent: -3000em;
}



/* STAGE */
#stage{
	height: 431px;
}
#stage div{
	position: absolute;
}
#stage-one{}
#stage #dollar{
	position: absolute;
	width: 54px;
	height: 54px;
	background: url(../images/dollar.png);
	color: white;
	text-indent: -50em;
	margin-left: -20px;
	margin-top: -20px;
	display: block;
}
#stage-two{ visibility: hidden;}
#stage-three{visibility: hidden;}


/* DOTS */

#dots{
	height: 10px;
	padding: 10px;
	text-align: center;
}
#dots .div{
	margin: 0px auto;
	width: 40px;
}
#dots #filled{
	background: url(../images/filled.gif);
	width: 7px; 
	height: 7px;
	text-indent: -300em;
	display: block;
	position: absolute;
	float: left;
	margin-left: 3px;
}
.dot{
	display: block;
	text-indent: -300em;
	background:url(../images/clear.gif);
	height: 7px;
	width: 7px;
	margin: 0px 3px;
	float: left;
}



/* BOTTOM */
#bottom{
	margin: 18px 0px 24px;
	background: #ededed url(../images/bottom.gif) no-repeat;
	height: 87px;
}


#bottom #icons{
	float: left;
	width: 200px;
	padding: 30px 0px 22px 30px;
}

#bottom #icons a img{
	padding-right: 10px;
}




#signup{
	text-align: center;
	width: 420px;
	margin-left: 340px;
	padding: 26px 15px 4px 15px;
}

#signup #legend{
	font-size: 10px;
	color: #545454;
	float: left;
	position: absolute;
	padding-top: 14px;
}
.mc-field-group{
	margin-left: 130px;
	height: 40px;
}


#signup #mce-EMAIL{
	text-align: left;
	background: url(../images/signupemail.gif) top left no-repeat;
	color: #3d4855;
	font-size: 14px;
	z-index: 0;
	float: left;
	padding: 12px;
}

#signup #mc-embedded-subscribe{
	background: url(../images/signup.jpg) no-repeat;
	height: 39px;
	width: 101px;
	cursor: pointer;
	text-indent: -3000em;
	display: block;
}
#mce-responses{
	margin: 0px 6px 20px;
	color: #739e3f;
	font-size: 13px;
}

#signup #mce-success-response{
	color: #739e3f;
	font-weight: bold;
	font-size: 9px;

}


/* TOOLTIP */

.tip {
	color: #fff;
	width: 80px;
	z-index: 13000;
	text-align: center;
	padding-bottom: 4px;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 7px 8px 4px;
	height: 24px;
	background: url(../images/tooltip.png) top;
}
 
.tip-text {
	border: 1px solid red;
	font-size: 11px;
	min-height: 4px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}



/* FOOTER */

#footer{
	text-align: center;
	font-size: 11px;
	color: gray;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	clear: both;
}

#footer a{
	color: gray;
	font-size: 11px;
}