* { margin: 0; padding: 0; }

body {
	font-size: 12pt;
}

/*EMP: Not sure if we want to be more specific here, but IE needs to not show borders.*/
img {
	border: 0;
}

#main_container {
	width: 100%;
	height: 1050px;
	position:absolute;
	top: 0;
	left: 0;
}

#content_container {
	background-color: white;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:center top;
	position:relative;
	min-width: 860px;
	width: 100%;
	height: 1050px;
}

#header {
	position: relative;
	width: 860px;
	height: 185px;
	margin: 0px auto;
}

#nav {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	left: 170px;
	height: 44px;
}

#nav li {
	display: inline;
	position: relative;
}

#nav li img {
}

#navFacebook {
	position: relative;
	left: 20px;
}

#navTwitter {
	position: relative;
	left: 40px;
}

#navYoutube {
	position: relative;
	left: 60px;
}

#main_content {
	width: 860px;
	height: 785px;
	margin: 0px auto;
	margin-top: 0px;
	position: relative;
	overflow: auto;
}

#media_browser {
	overflow: hidden;
	height: 450px
}
	
#media_viewer {    
	width: 530px;
	height: 335px;
	position: relative;
	top: 24px;
	left: 30px;
}

#frame {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 335px;
}


#media_viewer div {
	position: absolute;
	top: 24px;
	left: 32px;
	z-index:50;
}

#media_viewer iframe {
	position: absolute;
	top: 24px;
	left: 32px;
	background-color: black;
	z-index:50;
}


#media_viewer .video {
	z-index: 120;
}

#upsell {
	width: 300px;
	position: relative;
	top: -300px;
	right: -550px;
}

#upsell #logo {
	position: relative;
	top: -20px;
	left: 0px;
	display: block;
}

#upsell #buy {
	position: relative;
	bottom: 45px;
	right: -20px;
}

/*
#upsell #buy:hover {
	position: relative;
	bottom: 43px;
}
*/

#upsell #try {
	position: relative;
	bottom: 45px;
	left: 70px;
}

/*
#upsell #try:hover {
	position: relative;
	bottom: 43px;
}
*/

#media_scroll {
	width: 790px;
	height: 90px;
	position: absolute;
	top: 360px;
	left: 30px;
}

#left_arrow,  #right_arrow {
	width:  60px;
	display: inline-block;
	position: absolute;
	top: 15px;
	cursor: pointer;
}

#right_arrow { right: 0; }

/*
#left_arrow:hover {
	position: absolute;
	top: 17px;
}


#right_arrow:hover {
	position: absolute;
	top: 17px;
}
*/

#thumbnails {
	width: 650px;
	height: 100px;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position:relative;
	top:0;
	left:65px;
}

#thumbnails img {
	position: relative;
	width: 140px;
	height: 87px;
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
}

/*
#thumbnails img:hover {
	position: relative;
	top: 2px;
}
*/

.button:hover {
	position: relative;
	top: 2px;
}

.buttonSmall:hover {
	position: relative;
	top: 1px;
}

#game_content {
	position: relative;
	text-align: center;
	margin-top: 10px;
	left: 80px;
	width: 700px;
}

#sysReq {
	font-family: 'Lucida Grande', 'Lucida Sans Console', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

#sysReq a:link, #sysReq a:visited {
	color: #696969;
}

#sysReq a:hover {
	color: #000000;
}

#footer {
	position:relative;
	bottom: 40px;
	width: 860px;
	margin: 0 auto;
}

#footer #links {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#footer #links a {
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 125%;
	font-style: italic;
	text-align: center;
	display: inline-block;
	width: 150px;
}

#footer #links a:hover {
	color: white;
}