

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	font: 0.85em arial, helvetica, sans-serif;
	text-align: center;
	color: black;
	background-color: white;
}

#container
{
	margin: 1em auto;
	width: 760px;
	text-align: left;
	background-color: white;	
}

#header
{
	margin-left: 10px;
	height: 174px;
	background-image: url(images/headerlogo_web.png);
	background-repeat: no-repeat;
}

#footer
{
	height: 50px;
	text-align: center;
	margin-top: 10px;
}


#maincontainer
{
	width: 100%;
	overflow: auto;
	
}

/*margin-right: 590;*/
#sidebar
{
	width: 160px;
	margin-left: 10px;
	float: left;
}

#contents
{
	width: 585px;
	float: left;
	margin-left: 10px;
}

.game
{
	width: 575px;
	text-align: center;
}
.game h1
{
	font: 1em;
	margin: 10 1 0 1;
}

/* the box sides for the game 
	may need width: 100%; to work with overflow hidden fix
	
*/
.gamecontainermiddle
{
	width: 100%;
	background-image: url(images/gamebg.png);
	background-repeat: repeat-y;
	overflow: hidden;	
}


/* top level game container */
.gamecontent
{
	width: 555px;
	margin: 5 5 5 5 ;
	float:left;
}

.gamepic
{
	width: 128px;
	height: 128px;
	margin-left: 5px;
	float: left;
}

.gameinfo
{
	width: 415px;
	text-align: left;
	margin-left: 5px;
	float: left;
}


/*side bar stuff*/
.sidecontainermiddle
{
	width: 160px;
	background-image: url(images/sidebar.png);
	background-repeat: repeat-y;
	text-align: center;
	padding: 1px 0px 1px 0px;
}

.sidecontainermiddle h1
{
	font: 1em;
	margin: 0 1 0 1;
}

.sidebarmainnav
{
	width: 140px;
	text-align: center;
	margin: 2 10 2 10;
	padding-bottom: 10px;
}


.sidebargamenav
{
	width: 140px;
	text-align: center;
	margin: 2 10 2 10;
}


.rboxside
{
	width: 1px;
	background-image: url(images/rside.png);
	background-repeat: no-repeat;
}
.rboxtl
{
	height: 20px;
	width: 20px;
	background-image: url(images/tlround.png);
	background-repeat: no-repeat;
	float: left;
}

.rboxtr
{
	height: 20px;
	width: 20px;
	background-image: url(images/trround.png);
	background-repeat: no-repeat;
	float: right;
}

.rboxbr
{
	height: 20px;
	width: 20px;
	background-image: url(images/brround.png);
	background-repeat: no-repeat;
	float: right;
}

.rboxbl
{
	height: 20px;
	width: 20px;
	background-image: url(images/blround.png);
	background-repeat: no-repeat;
	float: left;	
}


.rboxtopmiddle
{
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/tm.png);
	background-repeat: repeat-x;
	float: center;
}

.rboxbottommiddle
{
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/bm.png);
	background-repeat: repeat-x;
	float: center;
}



.rboxrow
{
	height: 20px;
}


.vspacer20
{
	height: 20px;
	width: 1px;
}





.newscontainermiddle
{
	width: 100%;
	overflow: hidden;
}

.newstitle
{
	padding: 2px 0px 2px 2px;
	width: 100%;
	background-color: ffcc46;
	overflow: hidden;
	border-bottom: 1px solid #8f8f8f;
}

.newsinfo
{
	padding: 2px 2px 2px 2px;
	width: 100%;
	background-color: ffdd80;
	overflow: hidden;
	border-bottom: 1px solid #8f8f8f;
}

.newscontent
{
	padding: 1px 1px 1px 2px;
	width: 100%;
	overflow: hidden;
}

.newscontent p
{
	width: 98%;
	margin: 2px 2px 2px 2px;
}





.about
{
	margin-top: 5px;
	width: 575px;
	text-align: left;
}

.about h2
{
	font: 1em;
	margin: 2 5 2 5;
}

.aboutcontainermiddle
{
	width: 100%;
	overflow: hidden;
}

.aboutcontainermiddle p
{
	width: 95%;
	margin: 2px 5px 2px 5px;
}

/* Site Design 1.0 */



/*
#header
{
	margin-left: 10px;
	height: 174px;
	background-image: url(images/headerlogo_web.png);
	background-repeat: no-repeat;
}

*/

#headerbartop
{
	width: 100%;
	height: 56px;
	background-image: url(images/topgrad1.gif);
	background-repeat: repeat-x;
	float: center;
}

#headerlogo
{
	width: 337px;
	height: 56px;
	margin-left: 5px;
	margin-right: 20px;
	background-image: url(images/hblogo.png);
	background-repeat: no-repeat;
	float: left;
}

#headerslogan
{
	width: 154px;
	height: 20px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 10px;
	background-image: url(images/hbslogan.png);
	background-repeat: no-repeat;
	float: left;
}



#headerbarlower
{
	width: 100%;
	height: 56px;
	background-image: url(images/topgrad2.gif);
	background-repeat: repeat-x;
}


.topnavtext
{
	font-size: 1.2em;
	height: 20px;
	color: white;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

.bigtext
{
	font-size: 1.4em;
	height: 20px;
	color: black;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

.topnavtext:hover
{
	color: orange;
}

#topnavcontainer
{
	width: 95%;
	height: 20px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}


#productcontainer
{
	width: 90%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	border: 1px solid black;
	overflow: hidden;
}

.gamepicture
{
	width: 614px;
	height: 125px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.gamedescription
{
	width: 614px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.gamebuttons
{
	width: 614px;
	height: 60px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.gamebuttons img
{
	margin-left: 10px;
}


.reviewcontainer
{
	width: 614px;
	height: 100px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.reviewpic
{
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.reviewtext
{
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	float: center;
}


.news
{
	margin-top: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	border: 1px solid #8f8f8f;
}
.news h1
{
	font: 1em;
	color: white;
}

.news h2
{
	font: 1em;
	color: white;
}


.newshdr1
{
	width: 100%;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/sechd1.gif);
	background-repeat: repeat-x;
}

.newshdr2
{
	width: 100%;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/sechd2.gif);
	background-repeat: repeat-x;
}

.newstitletext
{
	color: white;
	width: 100%;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
	float: left;
}

.newstitletext2
{
	width: 100%;
	color: white;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
	float: left;
}

.newscontenttext
{
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.newslettercontenttext
{
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.newslettercontenttext h1
{
	color: black;
}
