/* CSS Document */

/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. Firefox page shift fix.*/
html {
 overflow-y: scroll !important;
}

body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	#line-height: 18px; /* override for Microsoft Internet Explorer browsers */	
	margin: 0px;
	color: #666;
}

#main{
	margin-left: auto;
	width: 970px;
	margin-right: auto;
}

#header{
	height: 100px;
	width: 970px;
	position: relative;
	background-image: url(/assets/images/header.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainnav{
	height: 30px;
	width: 970px;
	position: relative;
	margin-top: 10px;
}

#logo{
	height: 76px;
	width: 214px;
	position: relative;
	left: 12px;
	top: 12px;
	float: left;
}

.contentbox{
	width: 970px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	padding-bottom: 0px;
	margin-top: 10px;
}

.topround{
	height: 7px;
	width: 970px;
	position: relative;
	background-image: url(/assets/images/toprounded.png);
	background-repeat: no-repeat;
}

.bottomround{
	width: 970px;
	position: relative;
	background-image: url(/assets/images/bottomrounded.png);
	background-repeat: no-repeat;
	float: left;
	height: 7px;
}

#featuredgame{
	width: 217px;
	border: 2px solid #BF4800;
}

.latestgame{
	width: 84px;
	height: 120px;
	float: left;
	padding-right: 10px;
}

.featuredsmall{
	width: 84px;
	height: 120px;
	float: left;
	padding-right: 8px;
}

#copyright{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 480px;
	position: relative;
	float: right;
	height: 15px;
}

#copyright a{
	color: #CCC;
}

#links a:hover, #links a{
	color: #000000;
}

#links{
	font-size: 10px;
}

.fullwidthcolumn{
	width: 950px;
	left: 19px;
	float: left;
	position: relative;
	#top: -6px; /* override for Microsoft Internet Explorer browsers */
}
.fullwidthtextcolumn{
	width: 940px;
	left: 18px;
	float: left;
	position: relative;
	#top: -6px; /* override for Microsoft Internet Explorer browsers */
}
.fulllistcolumn{
	width: 212px;
	float: left;
	position: relative;
	padding-right: 20px;
}

.gamecolumn{
	width: 750px;
	left: 18px;
	float: left;
	position: relative;
	#top: -6px;
}

.gametextcolumn{
	width: 580px;
	float: left;
	position: relative;
	padding-top: 15px;
	padding-right: 25px;
}

.gametextad{
	width: 300px;
	float: right;
	position: relative;
	padding-top: 25px;
	padding-right: 18px;
}

.rightadbox{
	width: 336px;
	height: 360px;
	float: right;
	position: relative;
	padding-right: 18px;
}

.gametextvan{
	width: 300px;
	float: right;
	position: relative;
	padding-top: 15px;
	padding-right: 18px;
}

.vertspacer{
	width: 100%;
	position: relative;
	float: left;
	height: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.viewalllink{
	position: absolute;
	left: 890px;
	top: 0px;
}

.topleftcolumn{
	width: 336px;
	position: relative;
	float: left;
	background-color: #FFF;
	padding-left: 19px;
}

.toprightcolumn{
	width: 564px;
	float: right;
	position: relative;
	#top: -6px; /* override for Microsoft Internet Explorer browsers */
	padding-right: 10px;
	height: 270px;
	overflow: hidden;
}

.bottomleftcolumn{
	width: 160px;
	float: left;
	position: relative;
	#top: -6px; /* override for Microsoft Internet Explorer browsers */
	padding-top: 35px;
	background-color: #FFF;
	padding-left: 18px;
}

.bottommiddlecolumn{
	width: 564px;
	position: relative;
	float: left;
	#top: -6px; /* override for Microsoft Internet Explorer browsers */
	padding-left: 44px;
}

.bottomrightcolumn{
	width: 120px;
	float: right;
	position: relative;
	#top: -6px; /* override for Microsoft Internet Explorer browsers */
	padding-top: 35px;
	background-color: #FFF;
	padding-right: 18px;
}

.rightgameads{
	width: 160px;
	float: right;
	position: relative;
	background-color: #FFF;
	margin-right: 18px;
	#margin-right: 10px;
	margin-top: 10px;
	#margin-top: 5px;
}

.horizlinkunittop{
	width: 728px;
	height: 15px;
	position: relative;
	margin-bottom: 10px;
}

.topgoogleads{
	width: 729px;
	height: 90px;
	position: relative;
	padding-bottom: 10px;
}

.bottomgoogleads{
	width: 729px;
	height: 90px;
	position: relative;
	background-color: #FFF;
	margin-top: 5px;
}

.abovegamegoogleads{
	width: 729px;
	height: 90px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.belowgamegoogleads{
	width: 729px;
	height: 90px;
	position: relative;
	background-color: #FFF;
	margin-top: 10px;
}

.bottomadspacer{
	width: 100%;
	height: 15px;
	float: left;
}

#righttext{
	width: 213px;
	height: 611px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.gamelist {
	margin: 0px;
	padding: 0px;
}

.gamelist ul{
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #000;
}

.gamelist li{
	list-style-image: none;
	display: inline;
}

#listsignup{
	position: absolute;
	top:375px;
	#top: 367px;
}

#address{
	position: absolute;
	top: 620px;
	#top: 632px;
}

#contactformpos{
	position: absolute;
	top: 41px;
	#top: 49px;
}

p {
	margin-top: 0px;
}

.latestlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 12px;
}

.formspacing p{
	margin: 0px 0px 5px;
}

.formspacing form{
	margin: 0px;
}

#twitter{
	width: 193px;
	height: 81px;
	position: relative;
	margin-right: 30px;
	margin-top: 10px;
	float: right;
}

#facebook{
	width: 263px;
	height: 81px;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

#emaillist{
	width: 210px;
	height: 0px;
	position: relative;
	right: 18px;
	margin-top: 5px;
	float: right;
	background-color: #FFF;
	font-size: 11px;
}

#emaillist p{
	margin: 0px 0px 5px;
	color: #F00;
}

.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px solid #000;
	width: 210px;
	#width: 208px; /* override for Microsoft Internet Explorer browsers */
	overflow: hidden;
}

.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 2px solid #000;
	background-color: #F00;
	width: 214px;
	overflow: hidden;
	font-weight: bold;
}

.imageborder {
	border: 2px solid #F00;
}

a {
	color: #088DCA;
	text-decoration: underline;
}

.errortext {
	color: #FF0000;
}

.rightheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-top: 5px;
}

.smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 8px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.flashinstall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

.hitcounter {
	font-size: 13px;
	font-weight: bold;
}

#gameplayer {
}

.bookmarkheading{
	font-size: 12px;
	font-weight: bold;
	top: -2px;
	display: inline;
	position: relative;
}

#facebookbanner{
	width: 800px;
	height: 33px;
	margin-bottom: 5px;
	float: left;
	position: relative;
}

#facebooklike{
	top: 0px;
	position: relative;
	float: left;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#bookmarks{
	top: 0px;
	left: 0px;
	position: relative;
	float: right;
	margin: 0px;
	padding-top: 3px;
}

#bookmarks ul{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#bookmarks li{
	list-style-image: none;
	display: inline;
	margin-right: 5px;
}

