@charset "utf-8";
body {
	background: #000000 url(/images/bkg2.jpg) no-repeat top center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #D6D6C2;
	text-align: center;
	height: 1100px;
}

body.splash {
	background: #000000 url(/images/bkg5.jpg) no-repeat top center;
}

body#europe {
	background: #000000 url(/images/bkg7.jpg) no-repeat top center;
}

body#usa {
	background: #000000 url(/images/bkg8.jpg) no-repeat top center;
}

#splashlinks {
	height: 820px;
	position: relative;
}

#preorderBox h2, #preorderBox2 h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 0;
}

#preorderBox h5, #preorderBox2 h5 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0;
}

p {
	font-size: 13px;
	margin: 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container {
	width: 880px;
	margin: 0 auto;
	padding: 510px 0 30px 0;
}

.splash #container {
	padding-top: 310px;
}

.title_northamerica {
	position: absolute;
	left: 200px;
	top: 16px;
}

.title_europe {
	position: absolute;
	right: 230px;
	top: 30px;
}

#preorderBox {
	width: 292px;
	height: 140px;
	float: left;
}

#preorderBox2 {
	width: 292px;
	height: 140px;
	float: right;
	margin: 40px 160px 30px 0;
}

#preorderBox select, #preorderBox2 select {
	width: 150px;
	background: #c2bfb6;
}

#preorders input.orderbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
----------------------------------------------------------------
	Clear Fix Rules
---------------------------------------------------------------- */

.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
