/*
 * CSS for home page
 *
 * @author: Kien Wai
 * @version: 0.1
 */

#home-banner {
	margin-bottom: 26px;	
}

h2 {
	width: 328px; 
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 29px;
	background: url(../images/home/hm-title.gif) no-repeat;
}

ul#game-list {
	list-style: none;
}

ul#game-list li {
	float: left;
	width: 259px;
	margin: 0 7px 34px 0;
	background-color: #1a1a1c;
}

ul#game-list li h3 {
	margin: 12px 0 0 10px;
	font-weight: bold;
	height:40px;
}

ul#game-list li p {
	margin: 0 10px 12px 10px;
	color: #ced1d2;
	height:65px;
}

/*ul#game-list li a{
	display: block;
	float: left;
	margin: 0 0 10px 16px;
	_margin: 0 0 10px 10px;
	width: 110px;
	height: 20px;
}*/


a.try-free,
a.more-info {
	display: block;
	float: left;
	margin: 0 0 10px 16px;
	_margin: 0 0 10px 10px;
	width: 110px;
	height: 20px;
}

ul#game-list li a.more-info{
	width: 100px;
}

a.try-free {
	background: url(../images/home/hm-btn-info.gif) no-repeat;
	background-position: 0 -20px;
}

a.more-info {
	background: url(../images/home/hm-btn-info.jpg) no-repeat;
	background-position: 0 -20px;
}

span.coming-soon{
	color:#FF0000;
}


ul#game-list li a.try-free:hover,
ul#game-list li a.more-info:hover {
	background-position: 0 0;
}

#ea-link{
	margin:-70px 0 19px 748px;
}
