body {
  	background: #fff url('images/bg.gif');
  	font-family:  Tahoma, Arial, Verdana, Helvetica, sans-serif;
  	font-size: 11px;
  	margin: 0;
  	padding: 0;
  	color: #7d7d7d;
}
input, textarea {
 	font-size: 11px;
	margin: 0px;
}
a:link {
	color: #4c6800;
	text-decoration: none;
}
a:visited {
	color: #4c6800;
	text-decoration: none;
}
a:hover {
	color: #baff00;
	text-decoration: none;
}
a.plspan:link, a.plspan:visited {
  color: #6B6B6B;
  font-family: Verdana;
  text-decoration: underline;
  font-size: 10px;
}
.clear {
	clear: both;
	height: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#banner {
	height: 75px;
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 999;
	background: url('images/header_bg.jpg') no-repeat top center;
}
#logo {
	position: absolute;
	left: 25px;
	top: 1px;
}
#logo h1 {
	background: url('images/logo.png') no-repeat;
	margin: 0;
	padding: 0;
	width: 515px;
	height: 75px;
}
#logo h1 a {
	width: 515px;
	height: 75px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
}
#top_menu_l {
	background: url('images/sprite.png') no-repeat 0px 0px;
	width: 28px;
	height: 32px;
	float: left;
}
#top_menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	background: url('images/menu_bg.gif') repeat-x;
	width: 892px;
	padding-left: 10px;
	overflow: hidden;
}
#top_menu_r {
	background: url('images/sprite.png') no-repeat -28px 0px;
	width: 10px;
	height: 32px;
	float: right;
}
#top_menu li {
	float: left;
	margin-right: 3px;
	line-height: 29px;
}
#top_menu li.split {
	color: #000;
	margin-right: 4px;
}
#top_menu li a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
#top_menu li a:hover {
	text-decoration: underline;
}
#left_col {
	width: 208px;
	float: left;
}
#right_col {
	width: 724px;
	float: right;
}
#site_content {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sbox {
	padding-bottom: 7px;
	width: 208px;
}
.sbox .header {
	margin: 0;
	padding: 0;
	background: url('images/sprite.png') no-repeat 0px -33px;
	width: 208px;
	height: 42px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 32px;
	text-align: center;
}
.sbox .content {
	background: url('images/sbox_bg.gif') repeat-y;
	padding: 0 13px;
	padding-top: 2px;
}
.sbox .bottom {
	background: url('images/sprite.png') no-repeat 0px -76px;
	width: 208px;
	height: 20px;
}
.bbox {
	padding-bottom: 7px;
	width: 726px;
}
.bbox .header {
	margin: 0;
	padding: 0;
	background: url('images/sprite.png') no-repeat -209px -33px;
	width: 726px;
	height: 42px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 32px;
	text-align: center;
}
.bbox .content {
	background: url('images/bbox_bg.gif') repeat-y;
	padding: 0 13px;
	padding-top: 2px;
}
.bbox .bottom {
	background: url('images/sprite.png') no-repeat -209px -76px;
	width: 726px;
	height: 20px;
}

.game_list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 2px;
}
.game_list li {
	position: relative;
	float: left;
	text-align: center;
	width: 90px;
	height: 125px;
	margin: 2px 5px 0px 4px;
}
.game_list li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	color: #4c6800;
	overflow: hidden;
	width: 90px;
	height: 125px;
}
.game_list li a:hover {
	color: #baff00;
}
.game_list li a:hover span {
	color: #969696;
}
.game_list li a:hover div.game_info {
	display: block;
}
.game_list li span {
	font-weight: normal;
	font-size: 10px;
	color: #474747;
}
.game_list li img {
	padding: 5px 0px;
	border: 0;
	margin-bottom: 2px;
}
.game_list li div.game_border {
	background: url('images/sprite.png') no-repeat 0px -96px;
	width: 91px;
	height: 99px;
	position: absolute;
	left: 0;
	top: 0;
}

.game_list li a:hover div.game_border {
	background: url('images/sprite.png') no-repeat -92px -96px;
}
.normal_input {
	margin-top: 5px;
	position: relative;
	width: 175px;
	height: 23px;
	background: url('images/sprite.png') no-repeat -184px -96px;
}
.normal_input input {
	position: absolute;
	left: 10px;
	top: 0;
	width: 157px;
	height: 22px;
	line-height: 20px;
	color: #7d7d7d;
	font-size: 11px;
	border: none;
	background: none;
}
.button {
	margin-top: 7px;
	border: none;
	background: url('images/sprite.png') no-repeat -184px -122px;
	width: 77px;
	height: 25px;
	font-size: 10px;
	color: #7d7d7d;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 3px;
}
.button:hover {
	color: #fff;
}
#toplinks {
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 10px;
	color: #000;
}
#toplinks a {
	color: #fff;
}
#toplinks a:hover {
	text-decoration: underline;
}
.hot_icon {
	background: url('images/sprite.png') no-repeat -38px -0px;
	width: 46px;
	height: 11px;
	position: absolute;
	z-index: 888;
	left: 20px;
	top: -2px;
}
