﻿HTML, BODY
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 7pt;
	color: white;
	background: black;
}
.mainContent
{
	width: 1000px;
	display: block;
}
A
{
	color: white;
	text-decoration: underline;
}

#popupWindow
{
	border: 1px solid #8F8F8F;
	width: 420px;
	height: 300px;
	font-size: 10pt;
	margin-left: 5px;
	position: absolute;
	left: 250px;
	top: 0px;
	display: none;
	background: url('/images/popupbackground.jpg');
}

#productsWindow,
#gamesWindow,
#videosWindow
{
	width: 1072px;
	height: 629px;
	position: absolute;
	font-size: 10pt;
	
	background: url('/images/siteFrame/middle.gif');
	display: none;
}

#productsWindow #productsContent,
#gamesWindow #gamesContent,
#videosWindow #videosContent
{
	width: 1000px;
	height: 560px;
}

#productsWindow .close,
#gamesWindow .close,
#videosWindow .close
{
	position: absolute;
	float: right;
	width: 33px;
	height: 30px;
	right: 68px;
	top: 45px;
	background: url(/Images/close.png);
}


#popupInnerContainer
{
	margin-top: -3px;
}

#popupWindow2
{
	border: 1px solid #8F8F8F;
	width: 800px;
	height: 625px;
	font-size: 10pt;
	margin-left: 5px;
	position: absolute;
	left: 250px;
	top: 0px;
	display: none;
	background: url('/images/popup2background.jpg') center;
}

#popup2InnerContainer
{
	margin-top: -3px;
}

.defaultNavigationContainer
{
	padding: 0px 40px 0px 30px;
}

.popupTop
{
	background: url('/images/popupFrame/top.gif') no-repeat; 
	width: 421px; 
	height: 29px;
	float: left;
}

.popupMiddle
{
	background: white url('/images/popupFrame/middle.gif') no-repeat;
	width: 421px;
	height: 300px;
	float: left;
}

.titleClose
{
	margin-top: 8px;
	margin-right: 5px;
	float: right;
	background: url(/images/login_close_x.png) no-repeat top right;
	width: 20px;
	height: 20px;
}

.titleOutput
{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	height: 20px;
	text-transform: uppercase;
}

.signInOut
{
	margin-right: 50px;
	float: right;
}

.welcomeContainer
{
	float: right;
	margin-top: 6px;
	font-size: 10pt;
}

#videoPlayerContainer,
#videoPlayerContainerSA
{
	display: none;
	position: absolute;
	margin-top: 26px;
	top: 26px;
	margin-left:35px;
	
	background-color: #666666;
}
#mainFlash
{
	width: 1000px;
}
#footer
{
 float: right;
 margin-top: 8px;
margin-right: 40px;
 color: #ffffff;
 font-size: 12px;
 font-family: arial;

 /*border: solid 1px red;*/
 width: 460px;
}
#footer a
{
	text-decoration: none;
	color: #ffffff;
}
