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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px;
	background-image: url("images/gfx/bg.jpg");
	background-color: #010101;
	background-repeat: no-repeat;
	background-position: center top;

	
}

h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	float: left;
}
h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: normal;
	font-size: 12px;
	clear: both;
}

a:link {color: #fff; text-decoration: underline; }
.news-holder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 0px 5px 5px;
	margin: 5px 0px 0px;

}

a:active {color: #fff; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }
a:hover {
	color: #FFF;
	text-decoration: none;
}

#holder {
	width: 900px;
	padding: 5px;
	margin: 0 auto;

}
#starRating {
	float: left;
}

#logo {
	float: left;
}
#nav1 {
	background-image: url("images/gfx/nav/bg.jpg");
}
#main {
	background-color: #FFF;
	padding: 15px 15px;
}
.date {
	font-size: 11px;
	color: #666;
}

#main-left {
	float: left;
	width: 560px;
}
#main-full {

}


.header {
	color: #FFF;
	background-image: url("images/gfx/header-bg.jpg");
	padding: 8px;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;

}
#main-top {
	margin-top: 15px;
}


/*MenuBegins*/
#menu {
	font-size: 13px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: left;
}

#menu li {
	float: left;
	margin: 0px;
}


#menu a {
	text-decoration: none;
	display: block;
	width: auto;
	background-image: url("images/gfx/nav/spacer.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	font-weight: bold;
	padding: 11px 30px;
	
}


#menu a span
{
	background-image: url("Images/gfx/tab_spacer.html");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px
} 
#left-nav-bg {
	float: left;
}

#right-nav-bg {
	float: right;
}

#logo {
	float: left;
	padding-right: 10px;
}

#menu a:hover {
	background-image: url("images/gfx/nav/bg-hover.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	text-decoration: none;
}



#menu .active {
}

#menu .active a {
}
/*Menuends*/



/*downloadSprite*/
a.rollover span {
    display:none;
}

a.rollover {
	display:block;
	height:54px;
	width:164px;
	background-image: url("images/gfx/download-sprite.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

a.rollover:hover {
    background-position: 0 -54px;
}
#main-footer {
	background-image: url("images/gfx/nav/main-footer-bg.jpg");
	height: 60px;
	width: 900px;

}
#footer {
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
#slogan {
	float: left;
	margin: 35px 80px 20px 55px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}


/*instantSprite*/
a.rollover2 span {
    display:none;
}

a.rollover2 {
	display:block;
	height:54px;
	width:164px;
	background-image: url("images/gfx/instant-sprite.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

a.rollover2:hover {
    background-position: 0 -54px;
}
/*reviewSprite*/
a.rollover3 span {
    display:none;
}

a.rollover3 {
	display:block;
	height:54px;
	width:164px;
	background-image: url("images/gfx/review-sprite.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

a.rollover3:hover {
    background-position: 0 -54px;
}




.articlerow {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.articlebox {
	float: left;
	width: 400px;
}
.ctaHolder {
	width: 170px;
	float: right;
	padding: 3px;
}

.thumbnail {
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	
}
#main-right {
	float: left;
	width: 265px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	font-size: 12px;
}
.highlight {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}
.blueunderlined {
	color: #0000FF;
	text-decoration: underline;
}

.graydate {
	color: #39444A;
	text-decoration: none;
	font-size: 12px;
}

.blueunderlinedcta {
	color: #FF0000;
	text-decoration: underline;
	font-size: 18px;
}

.gamethumbnail {
	background-position: right;
}
.thumbnail {
	float: left;
}
.buttons {
	float: right;
}
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
.articlebox {
	float: left;
}
.featuredpokie {
	padding: 0px;
}
.tablebonus {
	font-size: 11px;
	margin-bottom: 10px;
}
.greyunderlined {
	color: #333333;
	text-decoration: underline;
}
