@import url(http://fonts.googleapis.com/css?family=Monda|Exo:800|Nova+Square|Racing+Sans+One);

a:link {
	color: #2e4877;
	font-weight: 800;
}

a:visited {
	color: #777;
}

a:hover {
	color: #7590c7;
}

h1 {
	font-family: 'Racing Sans One', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	margin: 0px 0px -5px 0px; padding: 0px;
	color: #122d42;
}

h2 {
	color: #000000;
	font-family: 'Nova Square', cursive;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #F90;	
}

p {
	margin: 0 0 2em 0; padding: 0px;	
}

body {
	background: #000 url(images/spaceBackground_noTitle.jpg) center top no-repeat;
	font-family: 'Monda', sans-serif;
	font-size: 14px;
	padding: 0; margin: 0;
}

#container {
	margin: 0 auto; /* center */
	text-align: left;
	position: relative; /* EI hack */
	width: 1050px;
	height: 100%;
}

#menu {
	padding: 0; margin: 0;
	background: transparent url(images/menu_background.png) center no-repeat;
	height: 64px;
}

#menu ul {
	margin: 0; 
	padding: 15px 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	font-family: 'Nova Square', cursive;
	padding: 0px 15px;
	color: #fff;
	display: inline;
	text-transform: uppercase;
}

#menu li a {
	color: #FFF;	
	text-decoration: none;
	font-size: 18px;
}


#branding {
	text-align: center;
	margin-top: 10px;
}

#boxTop {
	margin: 0; padding: 0;
	width: 1050px;
	height: 81px;
	text-align: center;
	background: url(images/boxTop.png);
}

#boxTop h2 {
	padding-top: 50px;	
}

#boxBottom {
	margin: 0; padding: 0;
	width: 1050px;
	height: 81px;	
	text-align: center;
	background: transparent url(images/boxBottom.png);
}

#shadow {
	margin: 0; padding: 0;
	width: 1050px;
	height: 100%;
	background: transparent url(images/mainShadow.png) center top;
	z-index: 1;
}

#main {
	margin: 0 auto; /* center */
	text-align: left;
	position: relative; /* EI hack */
	width: 886px;
	height: 100%;
	background: #cfd9ed url(images/departmentLogo.png) no-repeat center;
	border-right: #7590c7 solid 5px;
	border-left: #dee3ed solid 5px;
}

#shipDisplay {
	width: 800px;
	height: 200px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #122d42;
	color: #FFF;
	text-align: center;
}

.ship {
	display: inline;
	width: 195px;
	height: 140px;
	background-color: #FFF;
	margin: 10px 0px 0px 0px;
}

#leftColumn {
	
}

#rightColumn {
	text-align: center;
	
	
}

#storeLogos {
	text-align: center;	
	margin-bottom: 20px;
}

#storeLogos table{
	width: 395px;
}

.trailer {
	text-align: center;
	margin-bottom: 20px;
}

#trashTalk {
	text-align: center;	
	padding: 10px;
	border: 3px solid #7590c7;
	margin-bottom: 30px;
}

#gallery {
	clear: both;
	width: 800px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
	border: solid #7590c7 3px;
	padding: 5px 10px 10px 10px;
}

.screenshot {
	display: inline-block;
	width: 230px;
	height: 240px;
	margin: 0px 10px;
	padding: 0;
}

.textColumn {
	display: block;
	width: 395px;
	height: 100%;
	float: left;
	padding-left: 30px;
}

#asteroid1 {
	position: absolute;
	top: 300px;
	left: -70px;
}

#asteroid2 {
	position: absolute;
	top: 40px;
	right: -60px;
}

#asteroid3 {
	position: absolute;
	top: 1100px;
	right: -80px;
}

.asteroidBack {
	z-index: -1;
}

.asteroidFront {
	z-index: 2;	
}

.clear {
	clear: both;	
}

#footer {
	clear: both;
	margin: 0 auto; /* center */
	text-align: center;
	position: relative; /* EI hack */
	width: 100%;
	height: 100%;	
	font-size: 12px;
	margin-top: 40px;
	color: #FFF;
}
