

#gamemenu {
	padding: 0px 10px 0px 35px;
	width: 365px;
	float: left;
	min-height:440px;
	display: block;
	position: relative;
	}

#gamecontent {
	padding: 0px 35px 0px 10px;
	width: 365px;
	float: right;
	display: block;
	position: relative;
	}
#maincontainer:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
/* Hides from IE-mac \*/
* html .wrapper {height: 1%;}
/* End hide from IE-mac */


/* GAMES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



div.gamebox {
	width: 110px;
	height: 125px;
	margin: 5px;
	background: url(../images/games/gameboxes.png) no-repeat;
	background-position:top;
	display:block;
	float:left;
	}
div.gamebox:hover {
	background-position:bottom;
	}
div.ingamebox { 
	font-family: Verdana, Trebuchet, Geneva, sans-serif; 
	font-size: 10px; 
	font-weight:bold;
	text-align: center;
	vertical-align:middle;
	margin: 20px 5px 20px 5px; 
	color:#CC6600;
	}
div.ingamebox a { 
	text-decoration:none ;
	color:#CC6600; 
	outline: none;
	}
div.ingamebox a:hover { 
	color:#FFFF00; 
	}
div.ingamebox img { outline:solid; outline-width:medium; margin-bottom: 5px; outline-color:#ebd9be; padding: 2px; } 
	
div.gamebox:active {
	background-position:bottom;
	}
	
.chewylist {
	font-size: 10px;
	}
.chewylist td {
	text-align:left;
	vertical-align:top;
	padding-top: 10px;
	}
.chewylist tr {
	background-image:url(../images/menubg1.jpg);
	background-repeat:repeat-x;
	}
	
div.detailsectionheader {
	background-color:#FFCC66;
	background-image:url(../images/topmenubg1.jpg);
	background-repeat:repeat-x;
	color:#FFFFCC;
	font-weight:bold;
	text-align:left;
	padding: 5px;
	vertical-align:top;
	}
div.detailsectionbody {
	background-image:url(../images/menubg1.gif);
	background-repeat:repeat-x;
	padding: 5px;
	margin-bottom: 10px;
	}
div.pix {
	background-image:url(../images/menubg1.gif);
	background-repeat:repeat-x;
 	text-align:center;
	padding: 5px
	} 
img.pix a  {
	margin: 5px;
	padding: 5px;
	border-width: medium;
	border-color: #FF9900;
	} 
img.pix a.hover ,
img.pix a:hover  {
	border-color: #FFFF00;
	}

#go {
	background: url(../images/go.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	display:block;
	}
	
#go:hover {
	background: url(../images/go.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}

#gameslidecontent {
	width: 5250px;
	}
	
.gamesection {
	width: 480px;
	margin: 0px;
	float: left;
	}

.bottomlinks {
	text-align: center;
	font-weight: bold;
	outline:none;
	padding: 0px;
	margin: 0px;
	}
