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

/* Colors and Fonts */

#menu-trademarks,
#menu-trademarks a {
	color: #cccccc;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

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

#sign-up a {
	color: white;
}

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

#external-menu {
	color: #333438;
}

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

#bread-crumbs,
#bread-crumbs a {
	color: #003366;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#send-to-a-friend,
#external-rate-it {
	text-align: center;
	position: relative;
}

#send-to-a-friend img,
#external-rate-it {
	vertical-align: top;
}

#send-to-a-friend,
#send-to-a-friend a,
#external-rate-it,
#external-rate-it a {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Layout and Backgrounds */

body {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 187px;
	left: 0px;
	position: relative;
	width: 100%;
}

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

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

#menu-trademarks {
	position: absolute;
	right: 36px;
	top: 20px;
}

#sign-up {
	right: 36px;
	position: absolute;
	top: 49px;
	z-index: 1;
}

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

#search {
	position: absolute;
	top: 71px;
	right: 36px;
	width: 220px;
	z-index: 2;
}

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

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

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

#external-tab-games {
	height: 30px;
	left: 25px;
	position: absolute;
	top: 45px;
	width: 117px;
	z-index: 1;
}

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

#external-tab-games span {
	visibility: hidden;
}

#external-tab-whats-hot {
	height: 30px;
	left: 150px;
	position: absolute;
	top: 45px;
	width: 117px;
}

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

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

#external-menu {
	background-image: url("../images/external-cc.png");
	background-repeat: repeat-x;
	height: 31px;
	left: 0px;
	position: absolute;
	top: 105px;
	width: 100%;
}

#external-cl {
	background-image: url("../images/external-cl.png");
	background-repeat: no-repeat;
	height: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	z-index: 1;
}

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

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

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

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

#external-cr {
	background-image: url("../images/external-cr.png");
	background-repeat: no-repeat;
	height: 31px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 3px;
	z-index: 2;
}

#content {
	background-color: white;
	border-bottom: 1px solid #999999;
	height: 52px;
	left: 0px;
	position: absolute;
	top: 136px;
	width: 100%;
}

#bread-crumbs {
background-color: transparent;
	left: 50px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	text-align: left;
	top: 16px;
	width: auto;
}

#banner-center-links {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 18px;
}

#send-to-a-friend {
	display: inline;
	position: relative;
}

#external-rate-it a,
#external-rate-it span,
#external-rate-it {
	display: inline;
	position: relative;
}

#external-rate-it {
	margin-right: 10px;
}

#send-to-a-friend img {
	margin-right: 6px;
	margin-top: 1px;
}

