/* CSS Document */
body{
	background-color:#125fa0;
	background-image:url("../images/bg_gradient.jpg");
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	/*--the following allows FF to handle negative z-index the same as IE--*/
	position:relative;
	z-index:0;
}

img{
	border:none;
}

#bgoverlay{
    width:100%;
    height:500px;
    background-image:url("../images/bg_overlay.jpg");
	background-position: center top;	
	display: inline;	
	background-repeat: no-repeat;	
	position: absolute;	
}

#container{
	width:904px;
	margin:0px auto;
	position:relative;
}

#header{
	height:150px;
	margin:0;
	padding-top:1px;
	position:relative;
}

#nav{
	height:54px;
	width:905px;
	background-image:url("../images/bg_nav_home.gif");
	background-position:top right;	
	background-repeat:no-repeat;
	margin-top:96px;
	position:absolute;
}

#nav a span{
    visibility: hidden;
}

a#mypage, a#gallery, a#leaderboards{
    background-image: url( "../images/tabs_home.gif" );
    height: 27px;
    width: 192px;    
    text-decoration: none;
    display: inline;
	margin-top:13px;
	float:left;
}

a#mypage{
    background-position: 0 0;
	margin-left:305px;
}
a:hover#mypage {
    background-position: 0 -28px;
}

a#gallery{
    background-position: 389px 0;
}
a:hover#gallery {
    background-position: 389px -28px;
}

a#leaderboards{
    background-position: 192px 0;
}
a:hover#leaderboards {
    background-position: 192px -28px;
}

#content{
	height:620px;
	width:905px;
	background-image:url("../images/bg_content_home.gif");
	background-position:top left;	
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
}

#productinfo{
	height:594px;
	width:287px;
	background-image:url("../images/bg_productinfo_home.gif");
	float:left;
	margin:0px 0 0 20px;
	display:inline;
	position:relative;
}	

#productinfo img{
    margin: 32px 0 0 20px;
}

#productinfocontent{
	height:480px;
	width:210px;
	overflow:hidden;
	font-size:12px;
	margin:0 0 0 25px;
	color:#58027D;
}

#productinfocontent p{
    margin:0 0 8px 0;
}

#productinfocontent a, #productinfocontent a:visited{
    color:#2f6699;
}


#productinfocontent ul{
    margin:10px 0 0 20px;
    padding:0;
}

#productinfocontent ul li{
    margin:0 0 3px 0;
    padding:0;
}

#viewer{
	height:395px;
	width:550px;
	background-image:url("../images/bg_viewer.gif");
	float:left;
	margin:20px 0 0 25px;
	display:inline;
	position:relative;
}

#viewerimage{
    height:265px;
    width:473px;
    display:block;
    margin:60px auto;
}

.overlay{
    position:absolute;
    height:395px;
	width:550px;
	top:0;
}

#viewerbuttons{
    width:126px;
    height:40px;
    position:absolute;
    top:328px;
    left:210px;
}

#stop, #start{
    background-image:url("../images/viewer_buttons.jpg");
    height:40px;
    width:63px; 
    display:block;
    float:left;
}

#stop{
    background-position:top left;
}

#start{
    background-position:bottom right;
}


#logo{
	position:absolute;
	z-index:500;
	margin:20px 0 0 30px;
}

/* gamercard rules */

#xboxgamercard{
	height:67px;
	width:220px;
	background-image:url("../images/bg_gamercard.gif");
	position:absolute;
	top:15px;
	right:0;
}

#signInOut{
    margin:10px 45px 0 5px;
    text-align:right;
}

#signInOut a, #signInOut a:visited{
    color:#fff;
    font-weight:bold;
}

#gamericon{
	height:34px;
	width:34px;	
	float:right;	
	margin:6px 43px 0 5px;
}

#xboxgamercard #gamertag {
	font-size:14px;
	color:#fff;
	text-align:center;
}



#xboxgamercard p
{
	margin:5px 45px 0 5px;
	padding: 0;
	font-size: 14px;
	text-align:right;
	color:White;
}

#xboxgamercard #gamerscore *{
	vertical-align:middle;
	}

#xboxgamercard #gamerscore img {
	margin-right:4px;
	}

    .gamertag a:link {color:#fff;text-decoration:none;}
    .gamertag a:visited {color:#fff;text-decoration:none;}
    .gamertag a:hover {color:#fff;text-decoration:underline;}
    .gamertag a:active {color:#fff;text-decoration:none;}

/*-- Footer Styles --*/
#footer{
    clear: both;
    font-family: arial;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin:15px 0;
}

#footer img{
    vertical-align:middle;
}

#footer a, #footer a:visited{
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

#footer #logos a:hover{
    text-decoration: none;
}

#rarelogo
{
	height: 52px;
	width: 50px;
}

#xboxlogo
{
	margin-left: 10px;
}

#msgameslogo{
    margin-left: 10px;
}

#primalogo{
    margin-left:20px;
}

#esrb{
    margin-left:35px;
}
/*-- End Footer Styles --*/


#buttons{
	height:131px;
	width:500px;
	float:left;	
	margin:-150px 0 0 50px;
}

#buttons a{
    height: 131px;
    width: 148px;
    float: left;
    background-position: 0 0;
    text-decoration: none;    
    display: inline;
}

#buttons a:hover{
    background-position: 0 -131px;
    display: inline;
}

#buttons a span{
    visibility: hidden;
}

#forkids{
    background-image: url( "../images/4kids.gif" );
    z-index:100;
}

#trailer{
    background-image: url( "../images/viewtrailer.gif" );
    margin-left:25px;
}

#pocketparadise{
    background-image: url( "../images/pocketparadise.gif" );
    margin-left:25px;
}

.lowerleft{
    position:absolute;
    top:400px;
    left:-110px;
}

.lowerright{
    position:absolute;
    top:440px;
    left:750px;
}