html{ 
	font-size: 100%; 
	background-color:#000;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	margin: auto;
}


a, a:link, a:hover{
	text-decoration:none;
	cursor:pointer;
}

img{
	border:none;
	display:block;
}

h1, h2{	text-indent: -9999px;}


#container{
	position:relative;
	margin:auto;
	width:798px;
	padding:35px 30px 0 30px;
}

/* Top Navigation */
.section{
	margin:7px 0 9px 0;
	clear:both;
	width:798px;
	height:30px;
}



a#ngage{
	display:block;
	width:95px;
	height:30px;
	float:left;
	background:url(../images/common/ngage-logo.jpg) no-repeat;

}

ul#top-nav{
	float:left;
	margin:7px 0 0 223px;
	_margin:7px 0 0 159px;
}

ul#top-nav li{
	display:inline;
	float:left;
	margin-left:4px;
}

ul#top-nav li a{
	display:block;
 	width:92px;
 	height:23px;
	background-position: 0 -46px;
}

ul#top-nav li a:hover{ 
	background-position: 0 -23px;
}

a#nav-home{
	background:url(../images/common/nav-home.jpg) no-repeat;
}

a#nav-games{
	background:url(../images/common/nav-games.jpg) no-repeat;
}

a#nav-trial{
	background:url(../images/common/nav-get7days.jpg) no-repeat;
}

a#nav-how-to{
	background:url(../images/common/nav-howto.jpg) no-repeat;
}

a#nav-faq{
	background:url(../images/common/nav-faq.jpg) no-repeat;
}


#section-home a#nav-home,
#section-game a#nav-games,
#section-trial a#nav-trial,
#section-how-to a#nav-how-to,
#section-faq a#nav-faq
{
	background-position: 0 0;
} 



.cta{
	clear:both;
	font-size:12px;
	color:#c7d9df;
	padding-top:30px;
}

.cta a, a.extlink{
	color:#ea8c1d;
	text-decoration:none;
}

.highlight{
	color:#ea8c1d;
	background:none;
}

.error{
	color:#ff0000;
}

.hide{
	display:none;
}

.whiten{
	color:#fff;
	font-weight:bold;
}


#footer{
	clear: both;
	width:798px;
	height:40px;
	color:#838a8C;
	font-size:11px;
	margin-top:10px;
}

#footer p{
	border-top:1px solid #333;
	height:9px;
	margin:0;
}

#footer a, #footer a:link, #footer a:hover{
	color:#838a8C;
	text-decoration:none;
}

#footer a#terms-condition {
	margin-left:405px;
}

#footer a#privacy-policy, a#site-terms{
	margin-left:30px;
}

