html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: #FFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#00a0c3;
}
*{
	margin:0px;
	padding:0px;
}
#container{
	width:1000px;
	margin:0 auto;
}
#header{
	width:1000px;
	height:120px;
	float:left;
}
#header h1{
	width: 284px;
	height: 113px;
	margin-left:60px;
	margin-top:7px;
	background: url(../img/logo.jpg) no-repeat left;
	float:left;
}
#header h1 a{
	width: 284px;
	height: 113px;
	display: block;
	text-indent: -9999px;	
}
.addthis_button{
	float:left;
	padding-top:10px;
	padding-left:30px;
}
#menu{
	width:1000px;
	height:30px;
	float:left;
	background: url(../img/menu_center_bg.jpg) left repeat-x;
}
#content{
	width:1000px;
	float:left;
}
#new_games{
	width:1000px;
	height:270px;
	margin-top:20px;
	border-bottom:5px solid #00a0c3;
	float:left;
}
#new_games h2{
	width:990px;
	line-height:20px;
	float:left;
	background: #00a0c3;
	font-size:14px;
	color:#FFF;
}
#new_games img{
	float:left;
}
#new_games .game_box{
	width:300px;
	float:left;
	margin-right:45px;
}
#new_games .game_box a img{
	border:none;
}
#new_games .left{
	width: 5px;
	height: 275px;
	float: left;
	background: url(../img/newgames_left_bg.jpg) left no-repeat;
}
#new_games .right{
	width: 5px;
	height: 275px;
	float: right;
	background: url(../img/newgames_right_bg.jpg) right no-repeat;
}
#left_hand_side{
	width:300px;
	float:left;
}
#bottom_container{
	width:1000px;
	float:left;
}
#game_container{
	float:left;
	overflow:hidden;
}
.game_description{
	width:370px;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
	float:left;
}
.game_description h4{
	line-height:30px;
	border-bottom:1px solid #00a0c3;
}
.games_categories{
	width:290px;
	margin-top:20px;
	float:left;
	border-left:5px solid #00a0c3;
	border-right:5px solid #00a0c3;
}
.games_categories_add{
	width:300px;
	margin-top:20px;
	float:left;
}
.games_categories_add_secondary{
	width:300px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}
.games_categories h3{
	width:280px;
	line-height:30px;
	float:left;
	margin-left:-5px;
	padding-left:20px;
	background: url(../img/category_header.jpg) top no-repeat;
	font-size:18px;
	color:#FFF;
	font-weight: lighter;
}
.games_categories ul.tree{
	width:94%;
	padding-top:10px;
	padding-left:3%;
	padding-right:3%;
	float:left;
	list-style: none;
	margin-bottom: 10px;
}
.games_categories ul.tree li ul{
	width:94%;
	padding-left:6%;
	float:left;
	list-style: none;
}
.games_categories a{
	width:100%;
	color:#00a0c3;
	border-bottom:1px dotted #00a0c3;
	text-decoration: none;
	display:block;
	margin-bottom:10px;
}
.games_categories .end{
	width:300px;
	height:6px;
	float:left;
	margin-left:-5px;
	background: url(../img/category_footer.jpg) bottom no-repeat;
}
#games_container{
	width:510px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
#games_container h4{
	width:500px;
	float:left;
	line-height:30px;
	border-bottom:1px solid #00a0c3;
	margin-bottom:10px;
}
.game{
	width:500px;
	float:left;
	border-bottom:1px solid #00a0c3;
	margin-bottom:20px;
	padding-bottom:10px;
}
.thumbnail{
	float:left;
	padding-right:20px;
}
.thumbnail a img{
	border:none;
}
.description{
	width:400px;
	float:left;
}
.description h5 a{
	color:#00a0c3;
}
.play_btn{
	width:60px;
	line-height: 20px;
	display: block;
	background: url(../img/play_now_btn.jpg) center no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.add_skyscraper{
	width:160px;
	margin-top:20px;
	padding-left:10px;
	float:left;
}
#all_games{
	width:100%;
	float:left;
}
#all_games a img{
	border:none;
}
.game_add_300{
	width:300px;
	float:left;
}
.game_box{
	width:300px;
	height:325px;
	margin-bottom:20px;
	float:left;
}
.game_box strong{
	width:300px;
	float:left;
}
.game_box_odd{
	width:300px;
	height:325px;
	margin-bottom:20px;
	margin-left:45px;
	margin-right:45px;
	float:left;
}
.game_box_odd strong{
	width:300px;
	float:left;
}
.games_view{
	width:100%;
}
.header_game{
	width:100%;
	line-height:30px;
	margin-bottom:10px;
	border-bottom:1px dotted #00a0c3;
}
.header_game h2{
	float:left;
	padding-right:20px;
}
.back_btn{
	float:right;
	color:#00a0c3;
}

.contact label{
	width:150px;
	float:left;
}
.contact form div{
	margin-bottom:10px;
}
/* Pagination */
.paging{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.pagination_previous{
	display:block;
	float:left;
	padding-right:5px;
}
.pagination_no{
	float:left;
	padding-left:5px;
	padding-right:5px;
}
.pagination_next{
	float:left;
	padding-left:5px;
}
/* Pagination End */

#footer{
	border-top:1px dotted #00a0c3;
	width:100%;
	float:left;
	margin:20px 0px 20px 0px;
	padding:20px 0px 20px 0px;
}
#footer ul li{
	list-style:none;
	display: inline;
}
#footer a{
	color:#00a0c3;
}