/* Shine CSS Document */

/* Global Styles */
html, body {
	height: 100%;
	width: 100%;
	background-color: #54534A;
	margin: auto;
	padding: auto;
}
ul,li {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	overflow: hidden;
}
/* Main Styles */
#centeredContent {
	width: 964px;
	height: 624px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -482px; 
	margin-top: -312px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#centeredContentAlt {
	width: 964px;
	height: 624px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -482px; 
	margin-top: -312px;
	background-color:#2e2d27;
}
#container {
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size:12px;
}
#containerAlt {
	width: 640px;
	height: 480px;
	margin:30px 0 0 160px;
	text-align: center;
	float:left;
}
#logoBlock{
	width: 145px;
	height: 143px;
	float:right;
	margin:470px 17px 0 0;
}
#logoBlock img{
	border:none;
	outline:none;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
    color: #000;
	text-decoration: none;
}
#landingTop {
	margin-top: 28px;
	width: 964px;
	height: 151px;
}
#landingTopL1 {
	width: 169px;
	height: 151px;
	margin-left: 29px;
	float: left;
}
#addressImage1 {
	height: 128px;
}
#addressImage2 {
	height: 8px;
}
#landingTopL2 {
	height: 151px;
	width: 263px;
	margin-left: 15px;
	float: left;
}
#downloadImage1 {
	height: 80px;
}
#downloadImage2 {
	height: 35px;
}
#downloadImage3 {
	height: 7px;
}
#landingTopL3 {
	height: 151px;
	width: 145px;
	margin-left: 10px;
	float: left;
}
#landingTopL4 {
	height: 143px;
	width: 143px;
	margin-left: 160px;
	float: left;
}
#landingHi {
	margin-top: 97px;
	width: 100%;
	height: 115px;
	text-align: center;
}
#mailImg {
	height: 15px;
	overflow: hidden;
}
#mailImgRoll a{
	width:169px;
	height: 15px;
	display:block;
	background:url(images/shine_emailNew.gif) no-repeat;
}
#mailImgRoll a:hover{
	background-position: -169px 0px;
}
#downloadImg {
	height: 14px;
	overflow: hidden;
}
#downloadImgRoll a{
	width:108px;
	height: 14px;
	display:block;
	background:url(images/intro_downloadNew.gif) no-repeat;
}
#downloadImgRoll a:hover{
	background-position: -108px 0px;
}
#enterImg {
	height: 15px;
	overflow: hidden;
}
#enterImgRoll a{
	width:60px;
	height: 15px;
	display:block;
	background:url(images/intro_enterNew.gif) no-repeat;
}
#enterImgRoll a:hover{
	background-position: -60px 0px;
}