body{
	margin: 0px;
	background-color:#0a0e29;
	font-family: Arial, Helvetica, Sans;
	font-size: 70%;
	color: #D7F1FF;
}
#mainBkg{
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 625px;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	padding-top: 143px;
}
#mainFrame{
	margin: 0px auto 0px auto;
	width: 660px;
}
#flashHolder{
	margin: 0px auto 0px auto;
	width: 640px;
}
#mainNav{
	margin: 5px auto 0px auto;
	width: 404px;
	color: #FFC425;
}
#mainNav p{
	text-align: center;
}
#subNav{
	width: 600px;
	font-size: 1.6em;
	color: #FFC425;
}
#hintBox{
	width: 290px;
	text-align: center;
}
#demoBox{
	width: 190px;
	text-align: center;
}
#Valpak_Promo01Div{
	
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #FFC425;
}
.clearFloat{
	clear: both;
}

#topBtns{
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	width: 226px;
}

/*BUTONS*/
#contactBtn{
	width: 108px;
	height: 27px;
	float: left;
}
#contactBtn a{
	width: 108px;
	height: 27px;
	text-decoration: none;
	background-image: url("images/contact_us.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#contactBtn a:hover{
	background-position: 0px -27px;
}

#moreBtn{
	width: 108px;
	height: 27px;
	float: right;
}
#moreBtn a{
	width: 108px;
	height: 27px;
	text-decoration: none;
	background-image: url("images/learn_more.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#moreBtn a:hover{
	background-position: 0px -27px;
}

#hintsBtn{
	width: 128px;
	height: 27px;
	float: left;
}
#hintsBtn a{
	width: 128px;
	height: 27px;
	text-decoration: none;
	background-image: url("images/helpful_hints.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#hintsBtn a:hover{
	background-position: 0px -27px;
}

#demoBtn{
	margin: 0px 0px 0px 10px;
	width: 128px;
	height: 27px;
	float: left;
}
#demoBtn a{
	width: 128px;
	height: 27px;
	text-decoration: none;
	background-image: url("images/view_demo.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#demoBtn a:hover{
	background-position: 0px -27px;
}

#symbolBtn{
	width: 128px;
	height: 27px;
	float: right;
}
#symbolBtn a{
	width: 128px;
	height: 27px;
	text-decoration: none;
	background-image: url("images/print_symbol.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#symbolBtn a:hover{
	background-position: 0px -27px;
}
#disclaimer{
	margin: 5px auto 0px auto;
	width: 404px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}
