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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0389d6;
}
table {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
p:first-letter {
	font-size: 18px;
	font-weight: bold;
	color: #EF2606;
	font-style: italic;
}
#splash_body {
	background-image: url(../images/index_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#splash_body #terms {
	height: 500px;
	width: 460px;
	position: absolute;
	top: 175px;
	left: 270px;
	text-align: center;
}
#splash_body #terms p {
	font-size: 14px;
}
#splash_body #terms p:first-letter {
	color: #FFFFFF;
}
#splash_body #terms a img {
	border: 1px solid #0FE0FF;
}
#splash_body #terms a {
	color: #FFFFFF;
}



#wrapper {
	width: 980px;
	position: relative;
	height: 1125px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #main_image {
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
	width: 980px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #comingSoon_image {
	background-image: url(../images/coming_soon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
	width: 980px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #navigation {
	height: 300px;
	width: 250px;
	position: absolute;
	top: 125px;
	right: 30px;
}
#wrapper #navigation ul {
	margin-left: 20px;
	margin-top: 10px;
}
#wrapper #navigation ul li {
	list-style-type: none;
	margin-top: 8px;
}
#wrapper #navigation ul li a {
	text-decoration: none;
	height: 44px;
	width: 230px;
	display: block;
	line-height: 44px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #0FE0FF;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #navigation ul li a:hover {
	color: #000000;
}
#wrapper #about {
	height: 250px;
	width: 375px;
	position: absolute;
	top: 370px;
	right: 240px;
}
#wrapper #about_two {
	height: 275px;
	width: 325px;
	position: absolute;
	left: 40px;
	top: 805px;
}
#wrapper #mainPage_bottom {
	height: 218px;
	width: 620px;
	position: absolute;
	top: 907px;
	right: 0px;
	background-image: url(../images/mainPage_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #video {
	height: 266px;
	width: 400px;
	position: absolute;
	top: 650px;
	right: 210px;
}
#wrapper #exxxtacy_banner {
	height: 80px;
	width: 375px;
	position: absolute;
	left: 320px;
	top: 275px;
}
#wrapper #main_image a img {
	border: 1px solid #FFFFFF;
}

#wrapper #updates_outer {
	position: absolute;
	top: 415px;
	right: 10px;
	height: 480px;
	width: 190px;
}
#wrapper #updates_outer #updates_inner {
	width: 180px;
	overflow: auto;
	position: relative;
	height: 445px;
	text-align: center;
	font-weight: bold;
	color: #F02E08;
}
#wrapper #updates_outer #updates_inner a img {
	border: 1px solid #FFFFFF;
}
#wrapper #announcement {
	height: 55px;
	width: 980px;
	position: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 55px;
	z-index: 100;
	top: 40px;
	font-style: italic;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	margin-top: -1px;
	padding-top: -1px;
}
#store {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#store table {
	margin-right: auto;
	margin-left: auto;
}





#footer_one {
	background-color: #0fe0ff;
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer_one table {
	margin-top: 12px;
}
#footer_one a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#footer_two {
	text-align: center;
	height: 75px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#footer_two a {
	color: #000000;
	text-decoration: none;
}
