@charset "utf-8";
body {
	background-color: #090B0A;
	background-image: url(images/bground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8C8D8E;
	line-height: 18px;
}
#content_holder a:visited,#content_holder a {
	color: #FFFFFF;
	text-decoration: none;
}
#content_holder a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_holder .Head, #content_holder .Head:hover,  #content_holder .Head:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: #96946B;
	line-height: 30px;
	font-size:14px;
}

#content_holder .Normal,#content_holder .SubHead,#content_holder .SubSubHead
{
	color: #8C8D8E;
}
#content {
	padding-left:15px;
	padding-right:15px;
}

/* start menu*/
#menu {
	width: 770px;
	position:absolute;
	margin-left: 1px;
	margin-top: -53px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display:inline;
}
#menu a ,#menu {
	height: 80px;
} 
#menu a {

	display: block;
	float: left;
	background-repeat: no-repeat;
}
#menu span {
	display: none;
}


#menu #home a {
	background-image: url(images/m_home_i.gif);
	width: 152px;
}

#menu #coop_game_home a {
	background-image: url(images/m_home_i.gif);
	width: 152px;
}

#menu #home a:hover,#menu #homeactive a {background-image: url(images/m_home_a.gif);width: 152px;}

#menu #coop_game_home a:hover,#menu #coop_game_homeactive a {background-image: url(images/m_home_a.gif);width: 152px;}

#menu #game a{
	background-image: url(images/m_game_i.gif);
	width: 143px;
}

#menu #fps_rts_hybrid_online_game a{
	background-image: url(images/m_game_i.gif);
	width: 143px;
}

#menu #game a:hover, #menu #gameactive a {background-image: url(images/m_game_a.gif);width: 143px;}

#menu #fps_rts_hybrid_online_game a:hover, #menu #fps_rts_hybrid_online_gameactive a {background-image: url(images/m_game_a.gif);width: 143px;}

#menu #media a {
	background-image: url(images/m_media_i.gif);
	width: 158px;
}

#menu #fps_rts_online_game_media a {
	background-image: url(images/m_media_i.gif);
	width: 158px;
}

#menu #media a:hover,#menu #mediaactive a {background-image: url(images/m_media_a.gif);width: 158px;}

#menu #fps_rts_online_game_media a:hover,#menu #fps_rts_online_game_mediaactive a {background-image: url(images/m_media_a.gif);width: 158px;}

#menu #forums a {
	background-image: url(images/m_forums_i.gif);
	width: 175px;
}

#menu #multiplayer_game_community_forum a {
	background-image: url(images/m_forums_i.gif);
	width: 175px;
}
#menu #forums a:hover,#menu #forumsactive a {background-image: url(images/m_forums_a.gif);width: 175px;}

#menu #multiplayer_game_community_forum a:hover,#menu #multiplayer_game_community_forumactive a {background-image: url(images/m_forums_a.gif);width: 175px;}

#menu #buy a {
	background-image: url(images/m_buy_i.gif);
	width: 137px;
}

#menu #buy a:hover,#menu #buyactive a {background-image: url(images/m_buy_a.gif);width: 137px;}

/*end menu*/
#content_holder {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 53px;
	color: #8C8D8E;
}
#footer {
	background-color: #131417;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252525;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 30px;
	font-size: 11px;
	color: #4A4A4B;
}

#footer a,#footer .SkinItem:visited{
	color: #4A4A4B;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
#start_content {
	height: 25px;
}

html > center {
	margin: 0px;
	padding: 0px;
	margin-top:-5px;
}

/*precaching the menu imgs */

#precache {
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.homeactive  {background-image: url(images/m_home_a.gif);display:block;}
.gameactive  {background-image: url(images/m_game_a.gif);display:block;}
.mediaactive  {background-image: url(images/m_media_a.gif);display:block;}
.forumsactive {background-image: url(images/m_forums_a.gif);display:block;}
.buyactive  {background-image: url(images/m_buy_a.gif);display:block;}


/* down pagination fixed */
#content_holder .PagingTable{
background-color: #111212;
border:none;
}


















