/* CSS Document */

body {font-family:verdana, arial, sans-serif; font-size:76%; text-align:left; margin:0; padding:0;}
/* wrapper */
ul.games {
	padding:0;
	list-style-type:none;
	width:555px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* game container */
ul.games li {
	display:block;
	height:175px;
	width:175px;
	float:left;
	margin:5px;
	color: #333300;
}
/* game button */
ul.games a {
	display:block; 
	width:175px; 
	height:175px; 
	text-align:center;
	text-decoration:none;
	color:#fff;
}
/* hide copy */
ul.games a em,ul.games  a span {display:none; line-height:1.7em;}
/* left cols games */
ul.games a#left {background:#697210;}
ul.games a:hover#left {background:#000;}
/* left cols rollover */
ul.games a:hover#left span {
	display:block; 
	position:relative; 
	color: #000000;
	width:250px; 
	height:150px; 
	font-size: 11px;
	line-height: 13px; 
	background-image: url(images/leftbkg.png);
	/**/
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;	
	left:-200px; 
	top:-250px;
}
/* center cols games */
ul.games a#center {background:#697210;}
ul.games a:hover#center {background:#000;}
/* center cols rollover */
ul.games a:hover#center span {
	display:block;
	position:relative;
	width:250px;
	height:150px;
	color: #000000;
	font-size: 11px;
	line-height: 13px; 
	background-image: url(images/centerbkg.png);
	/**/
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;	
	left:-65px; 
	top:-250px;
}
/* right cols games */
ul.games a#right {background:#697210;}
ul.games a:hover#right {background:#000;}
/* right cols rollover */
ul.games a:hover#right span {
	display:block; 
	position:relative; 
	color: #000000;
	width:250px; 
	height:150px;
	font-size: 11px;
	line-height: 13px;  
	background-image: url(images/rightbkg.png);
	/**/
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;	
	left:100px; 
	top:-250px;
}

.popover {
	display:block;
	position:relative;
	width:300px;
	height:150px;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	background-image: url(images/leftbkg.png);
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;	
}

