@charset "utf-8";
/* CSS Document */


body {
	
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(graphics/backing_secondary.jpg);
	color:#FFF;
	background-repeat: repeat-x;
}

#bear-bg{
	position: relative;
	margin:0 auto;
	background-image:url(graphics/map.png);
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	left:0px;
	top:-1400px;
	width:100%;
	height:465px;
	z-index:1;
	border:0px;
}

#bear{
	position: relative;
	margin:0 auto;
	left:455px;
	top:-935px;
	width:300px;
	height:450px;
	z-index:30;
	border:0px;
}

img {
	border:none;
	}

a:link {
	color: #3CF;
	text-decoration: none;
}
a:visited {
	color: #3CF;
	text-decoration: none;
}
a:hover {
	color: #3CF;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}

#activepage a
{
  text-decoration: underline;
}

#main_top {
	width:900px;
	min-height:600px;
	height:900px;
	z-index:1;
	margin:0 auto; 
	padding: 0px;
	
}
#main_top2 {
	width:900px;
	z-index:1;
	margin:0 auto; 
	padding: 0px; 
	
}

#main_top3 {
	width:900px;
	min-height:600px;
	height:900px;
	z-index:1;
	margin:0 auto; 
	padding: 0px;
	
}

#header {
	position:relative;
	left:-1px;
	top:0px;
	width:900px;
	height:127px;
	z-index:1;
}
#logo {
	position:relative;
	left:20px;
	top:17px;
	width:225px;
	height:50px;
	z-index:2;
}
#menubar {
	position:relative;
	left:360px;
	top:24px;
	width:650px;
	height:60px;
	z-index:2;
	margin-top: -3px;
}

#menubar a {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

#menubar a:hover {
	color: #F00;
	font-weight:bold;
	font-size:14px;
}

#mainContent {
	position:relative;
	left:6px;
	top:16px;
	width:880px;
	min-height:400px;
	z-index:2;
}

#mainContentnews {
	position:relative;
	left:6px;
	top:16px;
	width:100%;
	z-index:1;
}

#dateBox {
	text-align:right;
	position:relative;
	left:625px;
	top:4px;
	width:250px;
	height:20px;
	z-index:3;
}

#menubar li{
	display: inline;
}

#menubar ul{
	float:right;
}

#menubar ul li a:link {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	padding-right: 16px;
}

#menubar ul li a:visited  {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	padding-right: 16px;
}

#menubar ul li a:hover  {
	text-decoration:underline;
	color:#FFFF00;
}


.currentDate {
	font-size: small;
	color: #999;
	font-weight:bold;
}

#mainContent {
	color: #FFFFFF;
}

.currentPage {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-right: 16px;
}
.legal {
	font-size: 10px;
}


#legal {
	top:54px;
	position:relative;
	margin:0 auto;
	width:900px;
	z-index:2;
}


#legal-home {
	top:254px;
	position:relative;
	margin:0 auto;
	width:900px;
	z-index:2;
}

/* game stuff */


#gameLeft {
	position:relative;
	left:6px;
	top:60px;
	width:190px;
	z-index:2;
	height:350px;
}

#gameLeft img {
	padding: 4px;
}

#gameText {
	position:relative;
	left:6px;
	top:30px;
	width:500px;
	height:400px;
	z-index:3;
}
#gameVideo {
	position:relative;
	left:6px;
	top:22px;
	width:400px;
	height:240px;
	z-index:4;
	background-color: #000099;
}

#gameRight {
	position:relative;
	left:-20px;
	top:60px;
	width:660px;
	z-index:3;
	float: right;
}

#gameRight2 {
	position:relative;
	text-align:left;
	left:-12px;
	top:60px;
	width:900px;
	height:580px;
	z-index:3;
	float: right;
}


#gameTitle {
	position:relative;
	left:0px;
	top:3px;
	width:900px;
	z-index:10;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#game_Display {
	position:relative;
	left:0px;
	top:-1300px;
	width:1090px;
	height:920px;
	z-index:3;
	overflow:hidden;
}


#outerBuyBox {
  position: absolute;
/*  top: 50%;	*/
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#BuyHereBox {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 570px;
	margin-left: -285px;  /***  width / 2   ***/
	position: absolute;
	top: 180px;          /***  height / 2   ***/
	left: 50%;
}


#ScreenShotsTitle {
	position:relative;
	left:0px;
	top:80px;
	width:259px;
	height:30px;
	z-index:21;
	font-size: 24px;
}
#ScreenShots {
	position:relative;
	border:5px solid white;
	padding:5px;
	left:0px;
	top:90px;
	width:860px;
	height:136px;
	z-index:21;
}

#ScreenShots img {
	margin: 5px;
	border:2px solid black;
}

#ScreenShots table {
	margin: auto;
	margin-top:-5px;
	text-align:center;
}

#ScreenShots td {
	text-align:center;
}

#DescriptionTitle {
	position:relative;
	left:0px;
	top:120px;
	width:259px;
	height:30px;
	z-index:21;
	font-size: 24px;
}

#Description {
	position:relative;
	border:5px solid white;
	padding:15px;
	left:0px;
	top:130px;
	width:840px;
	z-index:21;
	text-align: left;
}



.rating {
	float: right;
	margin-top: -94px;
}
.GameGrid {
	font-size: 18px;
	font-weight: bold;
}

.GameGrid a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.GameGrid  a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}

.GameGrid  a:hover  {
	color: #FFFFFF;
	text-decoration:underline;
}



.GameGrid  a:active  {
	color: #FFFF00;
	text-decoration:underline;
}

#dexter-lg {
	position:relative;
	left:-180px;
	top:-470px;
	width:360px;
	height:350px;
	z-index:10;
}

#chowder-lg {
	position:relative;
	left:-130px;
	top:-490px;
	width:260px;
	height:320px;
	z-index:10;
}

#buttercup-lg {
	position:relative;
	left:740px;
	top:-30px;
	width:260px;
	height:320px;
	z-index:10;
}

#knuckles-lg {
	position:relative;
	left:740px;
	top:-850px;
	width:260px;
	height:320px;
	z-index:10;
}


/* screesnshot pop-ups: Sing4 */

#ScreenshotBox1 {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 720px;
	margin-left: -385px;  /***  width / 2   ***/
	position: absolute;
	top: 0px;          /***  height / 2   ***/
	left: 50%;
}

#ScreenshotBox2 {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 720px;
	margin-left: -385px;  /***  width / 2   ***/
	position: absolute;
	top: 0px;          /***  height / 2   ***/
	left: 50%;
}

#ScreenshotBox3 {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 720px;
	margin-left: -385px;  /***  width / 2   ***/
	position: absolute;
	top: 0px;          /***  height / 2   ***/
	left: 50%;
}

#ScreenshotBox4 {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 720px;
	margin-left: -385px;  /***  width / 2   ***/
	position: absolute;
	top: 0px;          /***  height / 2   ***/
	left: 50%;
}

#ScreenshotBox5 {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 720px;
	margin-left: -385px;  /***  width / 2   ***/
	position: absolute;
	top: 0px;          /***  height / 2   ***/
	left: 50%;
}

#ScreenshotBox6 {
	visibility:hidden;	
	border:5px solid #FF0000;
	background-color: #000;
	text-align: center;
	color: #CCC;
	z-index:100;
	width: 720px;
	margin-left: -385px;  /***  width / 2   ***/
	position: absolute;
	top: 0px;          /***  height / 2   ***/
	left: 50%;
}
