﻿/* vim:set ai ff=unix fileencoding=utf-8 sw=4 ts=4: */

#sign-up {
	z-index: 1;
}

#search {
	z-index: 2;
}

/* Colors and Fonts */

#sign-up,
#logged-in {
	color: #ff9933;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}

#sign-up a, #logged-in a {
	font-family: "Arial";
	color: white;
}

#search {
	color: white;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

#tab-games a {
	text-decoration: none;
}

#menu-cc {
	background-color: #b5c9d4;
}

#menu {
	color: #333438;
}

#menu-cc a {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-stretch: condensed;
	text-decoration: none;
}

/* Layout and Backgrounds */

#header {
}

#logo {
	background-image: url("../images/logo.png");
	height: 39px;
	left: 0px;
	position: absolute;
	top: 37px;
	width: 223px;
}

* html #logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');
}

#banner {
	position: absolute;
	height: 90px;
	right: 4px;
	top: 4px;
	width: 728px;
}

#logged-in {
	position: absolute;
	right: 301px;
	top: 130px;
}


#sign-up {
	position: absolute;
	right: 11px;
	top: 106px;
}

#sign-up img {
	margin-right: 6px;
	position: relative;
	top: 1px;
}

#search {
	position: absolute;
	right: 11px;
	top: 130px;
	width: 220px;
}

#search label {
	left: 0px;
	position: absolute;
	top: 4px;
}

#search-input {
	left: 39px;
	position: absolute;
	top: 1px;
}

#search-submit {
	left: 189px;
	position: absolute;
	top: 0px;
}

#menu {
	height: 60px;
	left: 0px;
	position: absolute;
	top: 136px;
	width: 100%;
}

#tab-games {
	height: 30px;
	left: 0px;
	position: absolute;
	width: 117px;
	z-index: 1;
}

#tab-games a {
	display: block;
	height: 100%;
	width: 100%;
}

#tab-games span {
	visibility: hidden;
}

#tab-whats-hot {
	height: 30px;
	left: 125px;
	position: absolute;
	width: 117px;
	z-index: 1;
}

#tab-whats-hot a {
	display: block;
	height: 100%;
	width: 100%;
}

#tab-whats-hot span {
	visibility: hidden;
}

#menu-tc {
	background-image: url("../images/header-tc.png");
	background-repeat: repeat-x;
	height: 1px;
	left: 0px;
	position: absolute;
	top: 29px;
	width: 970px;
}

#menu-tr {
	background-image: url("../images/header-tr.png");
	background-repeat: no-repeat;
	height: 1px;
	position: absolute;
	right: 0px;
	top: 29px;
	width: 4px;
}

#menu-cl {
	background-image: url("../images/header-cl.png");
	background-repeat: no-repeat;
	left: 0px;
	height: 27px;
	position: absolute;
	top: 30px;
	width: 5px;
}

#menu-cc {
	height: 27px;
	left: 5px;
	position: absolute;
	top: 30px;
	width: 965px;
}

#menu-cc ul {
	margin: 0px;
	padding: 0px;
}

#menu-cc li {
	background-image: url("../images/header-nav-sep.png");
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	list-style-type: none;
	padding: 6px 18px 0px 20px;
}

#menu-cc li.first {
	background-image: none;
	padding-left: 21px;
}

#menu-cc li a {
	display: block;
	padding-top: 1px;
}

#menu-cr {
	background-image: url("../images/header-cr.png");
	background-repeat: no-repeat;
	height: 27px;
	position: absolute;
	right: 0px;
	top: 30px;
	width: 4px;
}

#menu-bl {
	background-image: url("../images/header-bl.png");
	background-repeat: no-repeat;
	left: 0px;
	height: 3px;
	position: absolute;
	top: 57px;
	width: 5px;
}

#menu-bc {
	background-image: url("../images/header-bc.png");
	background-repeat: repeat-x;
	left: 5px;
	height: 3px;
	position: absolute;
	top: 57px;
	width: 965px;
}

#menu-br {
	background-image: url("../images/header-br.png");
	background-repeat: no-repeat;
	height: 3px;
	position: absolute;
	right: 0px;
	top: 57px;
	width: 4px;
}

/* IE-specific layout */

* html #menu-cc li {
	padding-top: 6px;
}

#PopupAround{
	right: 860px;
	position: absolute;
	top: 100px;
}
