﻿div#nifty{background: #CFE1E5;}

b.rtop, b.rbottom{display:block;background: #7AADB8;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #CFE1E5;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}

body
{
	padding: 0;
	margin: 0;
	background: #7AADB8;
	color:Black ;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	background-image: url('../Images/Gameheader_bg.jpg');
}

#container    
{
	position: absolute;
	top: 100px;
	left: 50px;
	width: 600px;
	height: 620px;	
}

#containerGameList    
{
	position: absolute;
	top: 100px;
	left: 200px;
	width: 1195px;
	height: 620px;	
}

#containerleft 
{
	float: left;
	width: 650px;
	height: 575px;
	background-color:#CFE1E5;
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerright
{
	position:absolute;
	left:708px;
	top:-5px;
	width: 410px;
	height: 577px;
	background: #CFE1E5;
	background-image: url('../Images/GameMapStackside.gif');
	background-repeat:no-repeat;
	padding: 1px;
}


#containerrightGameList
{
	position:absolute;
	left:10px;
	top:-5px;
	width: 920px;
	height: 577px;
	background: #CFE1E5;
	
	background-repeat:no-repeat;
	padding: 5px;
}

a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }


/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/


#footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color:#333333;	
	height:40px;
	position:absolute;
	top:750px;
	left:340px;	
}


#footer p {
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#footer a:hover{ background-color:#333333; }



 a.PlayAgain {
	display: block;
	float: left;
	width: 135px;
	height: 138px;
	background-image: url(../Images/j2.jpg);
	background-repeat:no-repeat;
	text-indent: -9999px;
	margin: 15px;
	background-color:#CEE3E7;
	

}

a.PlayAgain:hover {
	background-image: url(../Images/j1.jpg);
	background-repeat:no-repeat;
	background-color:#CEE3E7;
}
 
 
    a.start {
	width: 1000px;
	height: 1000px;
	background-image: url(../Images/start.png);	
}

 
 #GMenu {
position:relative;
top:58px;
left:850px;

z-index:20;
}

#GMenu ul {
margin:0;
padding:0;
list-style: none;
}

#GMenu ul li {
float:left;
display:inline;
height:50px;
margin:0;
padding:0;
}

#GMenu ul li a {
float:left;
height:50px;
}

/* sets the image on the li's */

#GMenu li#home {
width:111px; 
background:transparent url(../Images/ho.jpg) top left no-repeat;
}

#GMenu ul li#players {
width:104px;
background:transparent url(../Images/Players.jpg) top left no-repeat;
}

#GMenu ul li#help {width:104px;
background:transparent url(../Images/helpn.jpg) top left no-repeat;}

#GMenu ul li#home a {
width:111px;
}

#GMenu ul li#home a:hover {
position:absolute;
z-index:10;
width:111px;
background:transparent url(../Images/hovver.jpg) top center no-repeat;
}
#GMenu ul li#players a {
width:104px;
}

#GMenu ul li#players a:hover {
position:absolute;

z-index:10;
width:104px;
background:transparent url(../Images/Playershover.jpg) top center no-repeat;
}


#GMenu ul li#help a {
width:104px;
}

#GMenu ul li#help a:hover {
position:absolute;

z-index:10;
width:104px;
background:transparent url(../Images/helphover.jpg) top center no-repeat;
}
