@charset "utf-8";
/* CSS Document */

html {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

body{
	background-image:url(/images/zombie_background.png);
	margin:0px;
	padding:0px;
	
	}
	
h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}	
	
h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}		
	
.container{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(/images/container_strip.png);
	width:1069px;
	overflow:auto;
	}	
	
.logo{
	margin:20px 0px 0px 17px;
	float:left;
  border:none;
	}
	
.top_banner{
	float:left;
	margin:35px 0px 30px 25px;
	}	
	
.content{
	clear:both;
	margin:0px 0px 0px 20px;
	}	
	
.feature_box{
	background-image:url(/images/feature_box.png);
	float:left;
	width:637px;
	height:262px;
	padding:10px 7px 10px 10px;
	}	
	
.feature_image{
	float:left;
	border:#FFFFFF 1px solid;
	margin:0px 0px 15px 0px;
	}		
	
.feature_text{
	float:left;
	width:500px;
	margin:0px 0px 0px 10px;
	color:#FFFFFF;
	line-height:15px;
	}	
	
.feature_text p{
	margin:5px 0px 0px 0px;
	}	
	
.headline_text a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.headline_text a:hover{
	text-decoration:underline;
	}	
	
.game_container{
	clear:both;
	}	
	
.game_box{
	width:192px;
	height:54px;
	background-image:url(/images/front_game_box.png);
	margin:0px 8px 7px 0px;
	padding:6px;
	float:left;
	}		
	
.game_box img{
	height:50px;
	width:50px;
	border:#000000 1px solid;
	float:left;
	margin:0px 5px 0px 0px;
	}	
	
.game_headline a{	
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	line-height:12px;
	font-size:11px;
	}
	
.game_headline a:hover{
	text-decoration:underline;
	}	
	
.game_box p{
	font-size:11px;
	line-height:14px;
	margin:0px 0px 0px 0px;
	}
	
.blood_square{
	background-image:url(/images/blood_square.png);
	float:left;
	width:336px;
	height:298px;
	margin:-5px 0px 0px 20px;
	padding:5px 7px 7px 7px;
	}		
	
.main_games{
	width:867px;
	background-image:url(/images/main_games_bg.png);
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	}	
	
.main_game_container{
	padding:10px 0px 0px 10px;
	}	
	
.nav_arrows{
	float:left;
	width:157px;
	margin:50px 0px 0px 5px;
	}
	
.next_arrow{
	margin:0px 0px 10px 10px;
	display:block;
	}	
	
	
.left_sidebar{
	width:183px;
	float:left;
	}	
	
.blood_skyscraper{
	background-image:url(/images/blood_sksyscraper.png);
	width:164px;
	height:641px;
	margin:0px 0px 0px 10px;
	padding:3px 5px 5px 14px;
	}	
	
.game_area{
	width:846px;
	float:left;
	color:#cccccc;
	margin:0px 0px 20px 20px;
	}	
	
.game_area_headline{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px #CCCCCC solid;
	}	
	
.game_description{
	margin:0px 0px 5px 0px;
	}	
	
.game{
	width:846px;
	height:660px;
	background-color:#000000;
	background-image:url(/images/large%20zombie.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	}	
	
.related_container{
	width:855px;
	margin:0px 0px 20px 0px;
	}	
	
.related_headline{
	font-size:16px;
	font-weight:bold;
	border-bottom:1px #CCCCCC solid;
	margin:15px 0px 5px 0px;
	width:846px;
	}		
	
.related_box{
	background-image:url(/images/related_games_box.png);
	width:269px;
	height:58px;
	padding:8px 8px 0px 0px;
	margin:0px 8px 8px 0px;
	float:left;
	}	
	
.related_box img{
	float:left;
	margin:0px 5px 0px 8px;
	border:1px #FFFFFF solid;
  width: 48px;
  height: 48px;
	}	
	
.related_game_headline a{	
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	line-height:12px;
	font-size:13px;
	}
	
.related_game_headline a:hover{
	text-decoration:underline;
	}		
	
.related_box p{
	font-size:11px;
	line-height:14px;
	margin:0px 0px 0px 0px;
	}	
	
.footer{
	clear:both;
	text-align:center;
	margin:0px 0px 10px 0px;
	color:#ffffff;
	font-size:12px;
	}		
	
.footer p{
	margin:0px 0px 0px 0px;
	}	
	
.footer a{
	color:#c8b600;
	text-decoration:none;
	}
	
.footer a:hover{
	text-decoration:underline;
	}		
