
/* Logo
----------------------------*/

#logo {
	background: url(../images/logo.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='crop');
	display: block;
	height: 70px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}


/* Main Nav Menu
----------------------------*/

#mainnav {
	font-family: Arial;
	position: absolute;
	top: 32px;
	left: 266px;
	margin: 0;
	padding: 0;
}
#mainnav li {
	color: white;
	font-size: 11px;
	float: left;
	display: inline;
	margin: 0 22px 0 0;
	padding: 0;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
#mainnav li.hover {
	color: #c61a0d;
}
#mainnav li a {
	display: block;
	height: 100%;
}

#HOME {
	background: url(../images/buttons/nav_home.gif) no-repeat 0 -11px;
	width: 31px;
}
#HOME.selected, .home-hover { background-position: 0 0 !important; }

#GAMES {
	background: url(../images/buttons/nav_games.gif) no-repeat 0 -11px;
	width: 38px;
}
#GAMES.selected, .games-hover { background-position: 0 -1px !important; }

#COMMUNITY {
	background: url(../images/buttons/nav_comm.gif) no-repeat 0 -11px;
	width: 66px;
}
#COMMUNITY.selected, .comm-hover { background-position: 0 -1px !important; }

#SUPPORT {
	background: url(../images/buttons/nav_support.gif) no-repeat 0 -11px;
	width: 51px;
}
#SUPPORT.selected, .support-hover { background-position: 0 -1px !important; }

#COMPANY {
	background: url(../images/buttons/nav_company.gif) no-repeat 0 -11px;
	width: 54px;
}
#COMPANY.selected, .company-hover { background-position: 0 -1px !important; }

#SHOP {
	background: url(../images/buttons/nav_shop.gif) no-repeat 0 -11px;
	width: 30px;
}
#SHOP.selected, .shop-hover { background-position: 0 -1px !important; }



.quicklinks {
	background: url(../images/layout/bg_quicklinks.gif) no-repeat;
	cursor: pointer;
	height: 21px;
	width: 141px;
	position: absolute;
	left: 800px;
	top: 24px;
}
.quicklinks.drop-menu-hover,
.quicklinks.open {
	background-position: left -21px;
}
.quicklinks-menu {
	background: url(../images/layout/bg_quicklinks_menu.png) no-repeat left bottom;
	_background: url(../images/layout/bg_quicklinks_menu.gif) no-repeat left bottom;
	display: none;
	height: auto;
	width: 147px;
	position: absolute;
	z-index: 1500;
	font: 11px Verdana, Arial;
}
.quicklinks-menu ul {
	margin: 0 0 10px 4px;
}
.quicklinks-menu li {
	background: url(../images/content/bg_sort_menu_separator.png) no-repeat center top;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/content/bg_sort_menu_separator.png',sizingMethod='crop');
	width: 134px;
}
.quicklinks-menu li.first {
	background: none;
	_filter: none;
}
.quicklinks-menu li a {
	color: #909090;
	display: block;
	font-size: 11px;
	padding: 7px 12px 6px;
	height: 100%;
	width:  112px;
}
.quicklinks-menu li a:hover {
	color: #fff;
	text-decoration: none;
}

/* Secondary Nav
----------------------------*/

#mainnav-l2 {
	display: none;
	font-family: Arial;
	position: absolute;
	top: 82px;
	left: 266px;
	margin: 0;
	padding: 0;
}

#mainnav-l2 li {
	color: white; /* #515151; */
	font-size: 11px;
	display: inline;
	margin: 0 18px 0 0;
	padding: 0;
}
#mainnav-l2 li.hover {
	color: #c61a0d;
}

/* Tertiary Nav
----------------------------*/

#mainnav-l3,
#mainnav-l3 .gamefinder .step1,
#mainnav-l3 .gamefinder .step2,
#mainnav-l3 .gamefinder .vertdiv {
	display: none;
}

.gamefinder {
	color: #909090;
	font: 11px Verdana, Arial;
	height: 212px;
	margin: 122px auto;
	width: 930px;
	position: relative;
}

.gamefinder .step1,
.gamefinder .step2 {
	position: absolute;
	top: 0;
	width: 330px;
	height: 212px;
	color: #909090;
	font: 11px Verdana, Arial;
}

.gamefinder .step1 {
	left: 140px;
}

.gamefinder .step2 {
	right: 50px;
}

.gamefinder .step1 ul, 
.gamefinder .step2 ul  {
	margin: 0;
	padding: 5px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}

.gamefinder li {
	padding: 2px;
	background: url(../images/buttons/btn_bullet.gif) no-repeat 0 2px;
	display: inline;
	float: left;
	width: 160px;
	text-indent: 20px;
	height: 14px;
}

.gamefinder li.selected,
.gamefinder li.gfhover {
	background-position: 0 -12px;
	color: #ffffff;
}

.gamefinder .vertdiv {
	background:  url(../images/content/bg_vertdiv.jpg) no-repeat;
	height: 199px;
	width: 1px;
	position: absolute;
	left: 477px;
}


.gamefinder div.gfbutton {
	position: absolute;
	bottom: 10px;
	height: 24px;
	text-indent: -9999px;
}
.gamefinder div.gfbutton-hover {
	background-position: left -25px;
}
.gamefinder div.btn-next {
	background-image: url(../images/buttons/btn_next.gif);
	width: 65px;
}

.gamefinder div.btn-find {
	background-image: url(../images/buttons/btn_find_games.gif);
	width: 102px;
}

.gamefinder div.gfbutton a {
	display: block;
	height: 100%;
	width: 100%;
}
.gamefinder div.gfbutton a:focus {
	outline: none;
}

/* Footer Nav
----------------------------*/

#footernav {
	color: #444;
	font: 8px Verdana, Arial;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	left: 270px;
	bottom: 105px;
	z-index: 1000;
}
#footernav li {
	float: left;
	display: inline;
	margin: 0 18px 0 0;
	padding: 0;
}
#footernav a {
	color: #444;
	text-decoration: none;
}
#footernav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.esrb {
	height: 52px;
	width: 144px;
	position: absolute;
	right: 0;
	bottom: 5px;
}


