@charset "UTF-8";
/* CSS Document */
body, html
{
	margin: 0;
	background-color:#f2fffd;
	background-repeat:repeat-x;
	background-image:url(../images/stripes.png);
	font-family: Helvetica, sans-serif, Arial;
}

#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:924px;		

	height:728px; /* IE6: treaded as min-height*/
	overflow:visible;
}

.checkers
{
	clear:both;
	position:relative;
	background-image:url(../images/checkers.png);
	background-repeat:repeat-x;
	height:3px;
}

#clientTitle, h1
{
	padding-bottom:20px;
	font-family: Helvetica, sans-serif, Arial;
	color:#32c4c9;
	font-weight:bold;
	font-size:18px;
}

h1
{
	color:#666;
}

#clientTitle a:link{ text-decoration:none; color:#32c4c9;}
#clientTitle a:visited{ text-decoration:none; color:#32c4c9;}
#clientTitle a:active{ text-decoration:none; color:#32c4c9;}
#clientTitle a:hover{ text-decoration:none; color:#32c4c9;}

#TOPNAV
{
	position:relative;
	float:right;
	font-size:9px;
	color:#232323;
	font-family:Helvetica, sans-serif, Arial;
	margin-top:22px;
	padding-bottom:40px;
}


#TOPNAV a:link
{
	text-decoration:none;
	color:#232323;
}

#TOPNAV a:visited
{
	text-decoration:none;
	color:#232323;
}

#TOPNAV a:active
{
	text-decoration:none;
	color:#232323;
}

#TOPNAV a:hover
{
	text-decoration:underline;
	color:#232323;
}

#glowLogo
{
	position:relative;
	float:left;
	background-image:url(../images/glowp_logo.png);
	background-repeat:no-repeat;
	width:148px;
	height:50px;
}

#gradBox
{
	position:relative;
	background-image:url(../images/gradBox.jpg);
	background-repeat:no-repeat;
	width:924px;
	height:180px;
	clear:both;
}

#greenText { color:#71c3a9; }
#purpleText { color:#885485; }
#blueText { color:#6295a9;}

.gameThumb
{
	position:relative;
	float:left;
	margin-right:26px;
	width:110px;
	height:185px;
	background-repeat:no-repeat;
	padding-bottom:40px;
}

.gameThumb a:link{ text-decoration:none;}
.gameThumb a:visited{ text-decoration:none;}
.gameThumb a:active{ text-decoration:none;}
.gameThumb a:hover{ text-decoration:none;}

.gameThumbTitle
{
	text-transform:uppercase;
	color:#666;
	font-size:12px;
	margin-top:3px;
}

#gameClipArea
{
	position:relative;
	width:952px;
	height:auto;
	clear:both;
}

#gamePlayArea
{
	position:relative;
	width:924px;
	height:auto;
	clear:both;
	text-align:center;
}

.moreInfoArrow
{
	position:relative;
	background-image:url(../images/infoarrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	color:#6dc6b7;
	font-size:9px;
}
