@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #40c0cb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#splash {
	margin-left: -275px;
	width: 550px;
	height: 450px;
	margin-top: -225px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#splash h3#logotext {
	background-image: url(../_img/_new_splash/logotext.png);
	height: 100px;
	width: 320px;
	position: relative;
	top: 50px;
	display: block;
	text-indent: -99999999px;
}
#splash #logo {
	background-image: url(../_img/_new_splash/logo.png);
	background-repeat: no-repeat;
	height: 222px;
	width: 222px;
	position: relative;
	margin-top: -100px;
	margin-left: 320px;
}
#splash #linkset {
	position: relative;
	text-indent: 0px;
	display: block;
	margin-left: -70px;
	margin-top: -60px;
	/margin-left: 270px;
}
#splash #linkset li {
	list-style-type: none;
	display: inline;
}
#splash #linkset a {
	height: 40px;
	width: 180px;
	display: inline-block;
	text-indent: -300px;
	overflow: hidden;
}
#splash #linkset a#linkConsumer {
	background-image: url(../_img/_new_splash/link_consumer.png);
	background-repeat: no-repeat;
}
#splash #linkset a#linkRetailer {
	background-image: url(../_img/_new_splash/link_retailer.png);
	background-repeat: no-repeat;
}
#splash #linkset a:hover {
	background-position: 0px -40px;
}
#splash #linkset a:active {
	background-position: 0px -80px;
}
#splash #sublink {
	background-color: #40C0CB;
	padding: 5px;
	visibility: hidden;
	width: 180px;
	margin-left: 160px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}


#splash #linkset2 {
	position: relative;
	text-indent: 0px;
	display: block;
	margin-top: -20px;
	/margin-top: -30px;
}
#splash #linkset2 li {
	display: list-item;
	margin-left: -10px;
	/margin-left: -10px;
	margin-bottom: 10px;
	list-style-type: none;
}
#splash #linkset2 a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../_img/_new_splash/bullet_dot_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	display: block;
}
#splash #linkset2 a:hover {
	color: #ffff00;
}
#splash #footer {
	text-align: center;
	margin-top: 30px;
	display: block;
	background-image: url(../_img/_new_splash/copyright.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -999%;
}
#splash #requirements {
	display: block;

	/height: 75px;
	text-align: center;
	margin-top: 40px;
}
#splash #visitcount {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}
