/* -------------------- MAIN TAGS -------------------- */
body
{
	font: 12px/14px Arial;
	color:#FFF;
	margin:0px;
	background-color:#000;
}
a 
{
	font:bold;
	color: #FF0000;
	text-decoration:none;
}
a:hover 
{
	font:bold;
	color: #FF0000;
	text-decoration:underline;
}
img
{
	border: 0px; 
}
/* --------------------- COMMON ------------------------ */
.font_big
{
	font: 18px/18px Arial;
	font-weight:bold;
}
.font_smaller
{
	font: 11px/13px Arial;
}
.font_smallest
{
	font: 9px/11px Arial;
	color:#FFF;
}
.font_red
{
	font:bold;
	color: #FF0000;
	text-decoration:none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
.space
{
	clear:both;
	height:35px;
	width:100%;
}
.space_small
{
	clear:both;
	height:20px;
	width:100%;
}
.space_very_small
{
	clear:both;
	height:10px;
	width:100%;
}
/* ---------------------- CLASSES --------------------  */
.main_container
{
	width:980px;
	margin:0 auto;
}
/*-----HEADER-----*/
.header_container
{
	width:980px;
	height:350px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
.link_menu_container
{
	width:200px;
	float:right;
	padding-top:174px;
	overflow:hidden;
}
.link_menu_facebook
{
	width:102px;
	height:89px;
	float:left;
	margin-top:53px;
	cursor:pointer;
}
.link_menu_facebook:hover
{
	background-image:url(../images/button_facebook.png);
}
.link_menu_twitter
{
	width:98px;
	height:121px;
	float:left;
	cursor:pointer;
}
.link_menu_twitter:hover
{
	background-image:url(../images/button_twitter.png);
}
.menu_container
{
	width:780px;
	float:left;
	overflow:hidden;
}
.purchase_button_container
{
	width:161px;
	height:136px;
	margin:38px 0 0 23px;
	overflow:hidden;
}
.purchase_button
{
	background-image:url(../images/purchase.png);
	background-repeat:no-repeat;
	width:161px;
	height:136px;
	cursor:pointer;
}
.header_spacer
{
	clear:both;
	height:93px;
	width:100%;
}
.menu_element_properties
{
	background-position:bottom;
	height:23px;
	float:left;
	overflow:hidden;
}
.menu_element_01
{
	background-image:url(../images/menu_news.png);
	width:58px;
	margin-left:130px;
}
.menu_element_02
{
	background-image:url(../images/menu_media.png);
	width:67px;
	margin-left:10px;
}
.menu_element_03
{
	background-image:url(../images/menu_about.png);
	width:67px;
	margin-left:10px;
}
.menu_element_04
{
	background-image:url(../images/menu_download.png);
	width:113px;
	margin-left:10px;
}
.menu_element_05
{
	background-image:url(../images/menu_forums.png);
	width:77px;
	margin-left:10px;
}
.menu_element_06
{
	background-image:url(../images/menu_mods.png);
	width:58px;
	margin-left:10px;
}
.menu_element_07
{
	background-image:url(../images/menu_leaderboards.png);
	width:144px;
	margin-left:10px;
}
.menu_element_01:hover , .menu_element_02:hover , .menu_element_03:hover , .menu_element_04:hover , .menu_element_05:hover , .menu_element_06:hover , .menu_element_07:hover
{
	background-position:top;
}
.active
{
	background-position:top;
}
/*--------CONTENT--------*/
.content_container
{
	background-image:url(../images/content_container_background.png);
	background-repeat:repeat-y;
	width:980px;
}
.content_container_foreground
{
	background-image:url(../images/content_container_foreground.png);
	background-repeat:no-repeat;
	width:750px;
	min-height:284px;
	padding:0px 115px 0px 115px;
	overflow:hidden;
}
.content_stripe
{
	background-image:url(../images/content_stripe.png);
	background-repeat:no-repeat;
	width:750px;
	height:100px;
	overflow:hidden;
	clear:both;
}
.content_stripe_header
{
	padding:40px 0 0 45px;
	width:600px;
	height:20px;
	float:left;
	overflow:hidden;
}
.content_stripe_date
{
	font-weight:bold;
	padding:45px 22px 0 0;
	width:80px;
	float:right;
	text-align:right;
	overflow:hidden;
}
.content
{
	clear:both;
	width:660px;
	padding:0 30px 0 45px;
	overflow:hidden;
}
.steam_button
{
	background-image:url(../images/Steam.png);
	width:105px;
	height:75px;
	float:left;
	margin:0 0 0 145px;
	cursor:pointer;
}
.d2d_button
{
	background-image:url(../images/direct2drive_logo.png);
	width:136px;
	height:70px;
	float:left;
	margin:15px 0 0 50px;
	cursor:pointer;
}
.gamers_button
{
	background-image:url(../images/GamersGate.png);
	width:226px;
	height:50px;
	float:left;
	margin:15px 0 0 55px;
	cursor:pointer;
}
.impulse_button
{
	background-image:url(../images/impulse.png);
	width:234px;
	height:70px;
	float:left;
	margin:15px 0 0 115px;
	cursor:pointer;
}
/*---------FOOTER-------*/
.footer_container
{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:980px;
	height:152px;
	overflow:hidden;
}
.exor_button_area
{
	margin:75px 0 0 50px;
	width:100px;
	height:50px;
	cursor:pointer;
}
.footer_text
{
	width:980px;
	text-align:center;
	padding-top:90px;
}








