@import url('/css/reset.css');
@charset "utf-8";

* {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

body {
	background-color:#000;
	background-image:url(/images/background_main.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-right:0px;
}


h2 {
	color:#ffed59;
	font-weight:bold;
	font-size:small;
	margin:10px 20px;
}

p, td, th, ol {
	color:#fff;
	font-weight:normal;
	font-size:smaller;
	margin:10px 20px;
}

ol {
	list-style-type:decimal; font-size:smaller; padding:20px;
}

a {
	color:#ffed59;
}

#main_wrapper {
	width:1000px;
	margin:0px auto;
}

#banner {
	margin:0px 0px 0px 0px;
	display:block;
	height:101px;
}

#livesupport {
	float:right;
	margin-top:40px;
}


#homelink {
	display:block;
	width:180px;
	height:120px;
	float:left;
	margin-top:80px;
	position:absolute;
}

#homelink a {
	display:block;
	width:180px;
	height:120px;
	float:left;
}


#nav {
	height:59px;
	margin-left:215px;
	margin-bottom:0px;
	float:left;
}

#nav ul li {
	display:block;
	float:left;
	height:59px;
}

#nav ul {
	padding-top:0px;
}


#nav ul a {
	color:#FFF;
	padding:22px 0px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	text-align:center;
	width:110px;
}

#nav ul a:hover {
	color:#ffed59;
	background-image:url(/images/nav_highlight.png);
	background-position:center;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display:block;
	width:110px;
}

#menu li {
	float:left;
	width:110px;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul, #menu li.sfHover ul {
	left: auto;
}

#menu li ul {

}

#menu li ul li {
	background-image:url(/images/nav_dropdown_background.png);
	height:23px;
	width:158px;
		border:#FF6;
	border:thin;
}

#menu li ul li:hover, #menu li ul li.sfHover {
	background-image:url(/images/nav_dropdown_background_on.png);
	height:23px;
	width:158px;

}

#menu li ul a {
	height:19px;
	width:143px;
	padding:0px;
	font-size:11px;

	text-align:left;
	margin-left:15px;
	padding-top:4px;
}

#menu li ul a:hover {
	color:#ffed59;
	background-image:none;
}

.slider {
	display:block;
	width:677px;
	float:left;
	z-index:5;
}

div.news {
	display:block;
	width:658px;
	float:left;
}

.news h2 {
	color:#ffed59;
	font-weight:bold;
	font-size:small;
	margin:10px 20px;
}

.news p {
	color:#fff;
	font-weight:normal;
	font-size:smaller;
	margin:10px 20px;
}

#hotgames {
	display:block;
	width:249px;
	float:right;
	margin:30px;
}

#indexright {
	float:right;
	margin:20px;
}

#rightcolumn {
	float:right;
	margin:20px;
	width:300px;
}


#boxes {
	clear:both;
}

.bluedot{
	display:block;
	width:1000px;
	height:20px;
	background-image:url(/images/blue_dot.png);
	background-position:center;
	background-repeat:repeat-x;
}

#footer_banner {
	background-image:url(/images/footer_banner.png);
	background-repeat:no-repeat;
	background-position:center;
	height:59px;
}

#footer_banner ul li {
	display:inline;
	float:left;
	border-collapse:collapse;
}

#footer_banner ul {
	padding-top:22px;
	padding-left:50px;
	border-collapse:collapse;
}


#footer_banner ul a {
	color:#ffed59;
	padding:0px 15px;
	font-size:10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #09F;
	border-bottom:none;
	border-top:none;
	border-right:none;
	text-align:center;
	display:inline-block;
	border-collapse:collapse;
}

#footer_banner ul a:hover {
	color:#FFF;
	text-decoration:underline;
}



/* Games Page  */

#gamesheader {
	margin:50px;
}

#games {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffed59;
	width:100%;
	border-collapse:collapse;
/*	background:-moz-linear-gradient(0% 100% 90deg,#224, #000000);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#224));  */
}

#games td, #games th {
	font-size:small;
/*	border:1px solid #9CF;
	border-bottom-color:#226; */
	padding: 3px 7px 2px 7px;
		background-image:url(/images/nav_dropdown_background_v1.png);
	background-repeat:no-repeat;
	background-position:center;

}

#games th {
	text-transform:uppercase;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 4px;
	background:-moz-linear-gradient(0% 100% 90deg,#224, #000000);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#224));
}

#games tr.alt td {
	background-color:#000;
	background-image:url(/images/nav_dropdown_background.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

#games tr.alt td:hover {
	background-color:#000;
	background-image:url(/images/nav_dropdown_background_on.png);
	background-repeat:no-repeat;
	background-position:center;
	
}


/* End Games Page  */


.pagecontent {
	margin:120px 50px 50px 30px;
}
