body {
	background: #fff url("bg.gif") repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
}
div#bg-wrapper {
	background: url("header-bg.png") no-repeat 50% 0;
}
div#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.clear {
	clear: both;
}
a {
	color: #1a4380;
}
a:hover {
	color: #1976c3;
}
img {
	border: none;
}

#content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content ul li {
	padding: 3px 0 3px 10px;
	/*margin: 0 0 0 10px;*/
	list-style: none;
	background: url("bullet.gif") no-repeat 0 10px;
}

/********** Header *********/

div#header {
	width: 960px;
	height: 130px;
	margin: 0;
	padding: 0;
}
div#header #logo {
	position: relative;
	z-index: 100;
}
div#header #logo p {
	margin: 8px 0 0 0px;
	padding: 0;
	float: left;
}
div#header #logo p a {
	/*background: url("layout.png") no-repeat -950px -5px;*/
	width: 218px;
	height: 75px;
	display: block;
	margin: 0;
	padding: 0;
}
div#header #logo p a span {
	display: none;
	visibility: hidden;
}

/********** Nav *********/

div#nav {
	width: 940px;
	height: 42px;
	position: relative;
	top: 90px;
	left: 10px;
	z-index: 10;
}
div#nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	cursor: hand;
}
div#nav ul li.nav-home a, div#nav ul li.nav-games a, div#nav ul li.nav-casinos a, div#nav ul li.nav-tournaments a, div#nav ul li.nav-guides a, div#nav ul li.nav-news a {
	background: url("layout.png") no-repeat;
	height: 42px;
	display: block;
}
div#nav ul li a, div#nav ul li a:hover {
	cursor: hand;
}
div#nav ul li a span {
	display: none;
}
* html div#nav ul li a {
	display: inline-block;
}
/* Home */
div#nav ul li.nav-home a {
	width: 150px;
	background-position: 0 0;
}
div#nav ul li.nav-home a:hover {
	background-position: 0 -45px;
}
body#home div#nav ul li.nav-home a, body#home div#nav ul li.nav-home a:hover {
	width: 150px;
	background-position: 0 -90px;
}
/* Casinos */
div#nav ul li.nav-casinos a {
	width: 160px;
	background-position: -150px 0;
}
div#nav ul li.nav-casinos a:hover {
	background-position: -150px -45px;
}
body#casinos div#nav ul li.nav-casinos a, body#casinos div#nav ul li.nav-casinos a:hover {
	width: 160px;
	background-position: -150px -90px;
}
/* Games */
div#nav ul li.nav-games a {
	width: 160px;
	background-position: -310px 0;
}
div#nav ul li.nav-games a:hover {
	background-position: -310px -45px;
}
body#games div#nav ul li.nav-games a, body#games div#nav ul li.nav-games a:hover {
	width: 160px;
	background-position: -310px -90px;
}
/* Tournaments */
div#nav ul li.nav-tournaments a {
	width: 160px;
	background-position: -470px 0;
}
div#nav ul li.nav-tournaments a:hover {
	background-position: -470px -45px;
}
body#tournaments div#nav ul li.nav-tournaments a, body#tournaments div#nav ul li.nav-tournaments a:hover {
	width: 160px;
	background-position: -470px -90px;
}
/* Guides */
div#nav ul li.nav-guides a {
	width: 160px;
	background-position: -630px 0;
}
div#nav ul li.nav-guides a:hover {
	background-position: -630px -45px;
}
body#guides div#nav ul li.nav-guides a, body#guides div#nav ul li.nav-guides a:hover {
	width: 160px;
	background-position: -630px -90px;
}
/* News */
div#nav ul li.nav-news a {
	width: 150px;
	background-position: -790px 0;
}
div#nav ul li.nav-news a:hover {
	background-position: -790px -45px;
}
body#news div#nav ul li.nav-news a, body#news div#nav ul li.nav-news a:hover {
	width: 150px;
	/*background-position: -790px -90px;*/
}

/********** Content *********/

div#content {
	width: 960px;
	margin: 0 auto; 
	padding: 10px 0 0px 0;
	font-size: 12px;
}
div.breadcrumb {
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #bbb;
	height: 31px;
}
.col-620 .breadcrumb {
	width: 620px;
	background: #c8c8c8 url("layout.png") no-repeat 0 -245px;
}
.col-780 .breadcrumb {
	width: 780px;
	background: #c8c8c8 url("layout.png") no-repeat 0 -386px;
}
.col-940 .breadcrumb {
	width: 940px;
	background: #c8c8c8 url("layout.png") no-repeat 0 -422px;
}
div.breadcrumb p {
	margin: 0;
	padding: 4px 0 0 10px;
}
div.breadcrumb a {
	color: #c0dffa;
}
div.breadcrumb a:hover {
	color: #fff;
}

/*** Columns ***/

/* Col 300 */
.col-300 {
	width: 300px;
	float: left;
	margin: 0 10px 0 10px;
}
/* Col 620 */
.col-620 {
	width: 620px;
	float: left;
	margin: 0 10px 0 10px;
}

/* Col 220 */
.col-220 {
	width: 220px;
	float: left;
	margin: 0 10px 0 10px;
}
/* Col 140 */
.col-140 {
	width: 140px;
	float: left;
	margin: 0 10px 0 10px;
}
/* Col 780 */
.col-780 {
	width: 780px;
	float: left;
	margin: 0 10px 0 10px;
}
/* Col 940 */
.col-940 {
	width: 940px;
	float: left;
	margin: 0 10px 0 10px;
}
/* Col 460 */
.col-460 {
	width: 460px;
	float: left;
	margin: 0 10px 0 10px;
}

/*** Boxes ***/
/* Box 300 */
.box-300 {
	width: 300px;
	background: url("boxes-tile.png") repeat-y 0 0;
}
.box-300 .box-bg {
	width: 300px;
	background: url("boxes-bg.png") no-repeat 0 0;
}
.box-300 .box-end {
	width: 300px;
	height: 1px;
	background: url("boxes-end.png") no-repeat 0 0;
}
.box-300 .inner {
	padding: 0 5px 0 5px;
	margin: 0;
}
/* Box 620 */
.box-620 .col-300-left {
	padding: 0;
	margin: 0;
}
.box-620 .col-300-right {
	padding: 0;
	margin: 0 0 0 20px;
}
/* Box 220 */
.box-220 {
background:transparent url(boxes-tile.png) repeat-y scroll -305px 0;
border-bottom:1px solid silver;
height:504px;
width:220px;
}
.box-220 .box-bg {
	width: 220px;
	padding-top:10px;
	background: url("boxes-bg.png") no-repeat -305px 0;
}
.box-220 .box-end {
	width: 220px;
	height: 1px;
	/*background: url("boxes-end.png") no-repeat -305px 0;*/
}
.box-220 .inner {
	padding: 10px 0 0 0;
	margin: 0 10px 0 10px;
}
.box-220 .inner p {
	padding: 0 0 10px 0;
	margin: 0;
} 
 
.inner ul {
	margin-left: -33px;
	}

.inner ul li{
	list-style: none;
	font-family: arial;
	font-size: 11px;
	}

/* Box 140 */
.box-140 {
	width: 140px; 
	background: url("boxes-tile.png") repeat-y -530px 0;
	margin: 0 0 10px 0;
}
.box-140 .box-bg {
	width: 140px;
	background: url("boxes-bg.png") no-repeat -530px 0;
}
.box-140 .box-end {
	width: 140px;
	height: 1px;
	background: url("boxes-end.png") no-repeat -530px 0;
}
.box-140 .inner {
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
}
#content .box-140 ul {
	padding: 0;
	margin: 0;
}
#content .box-140 ul li {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	line-height: 1.5em;
	background-position: 0 5px;
}
/* Box 460 */
.box-460 {
	width: 460px;
	background: url("boxes-tile.png") repeat-y -675px 0;
}
.box-460 .box-bg {
	width: 460px;
	background: url("boxes-bg.png") no-repeat -675px 0;
}
.box-460 .box-end {
	width: 460px;
	height: 1px;
	background: url("boxes-end.png") no-repeat -675px 0;
}
.box-460 .inner {
	padding: 15px 0 10px 0;
	margin: 0 10px 0 10px;
}
/* Box 620 */

/* Side Sub Menu */

.side-menu .sub {
	display: none;
	visibility: hidden;
}
#content .box-140 .side-menu .sub li {
	background-image: url("bullet-red.gif");
	background-position: 10px 5px;
}
#content .box-140 .side-menu .sub li a {
	padding: 0 0 0 10px;
	font-size: 11px;
}
body.blackjack #content .box-140 .side-menu .game-blackjack, body.slots #content .box-140 .side-menu .game-slots, body.roulette #content .box-140 .side-menu .game-roulette, body.poker #content .box-140 .side-menu .game-poker, body.bingo #content .box-140 .side-menu .game-bingo, body.craps #content .box-140 .side-menu .game-craps {
	display: inline;
	visibility: visible;
}

.tip {
	cursor: help;
}
.help {
	width: 12px;
	height: 12px;
	display: block;
	background: url("help.gif") no-repeat 0 0;
	margin: 0 auto;
}

/* Top 5 */
.col-300 .casino, .col-460 .casino {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 0;
	margin:  0;
}
.col-220 .casino {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin:  0;
}
.col-460 .casino .number, .col-300 .casino .number {
	width: 25px;
	float: left;
	padding: 5px 0 0 0;
}
.col-460 .casino .number h4, .col-300 .casino .number h4 {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Grande", helvetica, verdana, arial, sans-serif;
	color: #bbb;
}
.col-300 .casino .casino-logo, .col-220 .casino .casino-logo, .col-460 .casino .casino-logo  {
	width: 80px;
	height: 70px;
	float: left;
	margin: 0;
	display: block;
}
.col-300 .casino .casino-text {
	width: 180px;
	float: right;
	margin-top: 5px;
}
.col-220 .casino .casino-text {
	width: 115px;
	float: right;
	margin: 20px 0 0 0;
}
.col-460 .casino .casino-text {
	width: 237px;
	float: left;
	padding: 5px;
}
.col-460 .casino .buttons {
	width: 88px;
	float: right;
	margin: 10px 0 0 0;
}
.col-460 .casino .buttons .read-review {
}
.col-460 .casino .buttons .play-now {
	margin: 5px 0 0 0;
}
.col-300 .casino .casino-text h4, .col-220 .casino .casino-text h4, .col-460 .casino .casino-text h4 {
	padding: 0;
	margin: 0 0 5px 0;
}
.col-300 .casino .casino-text p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.col-460 .casino .casino-text p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.col-300 .casino .buttons .play-now {
	width: 68px;
	float: left;
	margin: 0 0 0 10px;
}
.col-300 .casino .buttons .read-review {
	width: 88px;
	float: left;
}
.col-300 .casino .buttons {
	width: 180px;
	float: right;
	margin-top: 5px;
}
.col-460 .last {
	border: 0;
}

/* 140 Box Top Casinos */

.col-140 .casino {
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin:  0;
	text-align: center;
}
.col-140 .casino .casino-logo {
	width: 80px;
	height: 70px;
	margin: 0 auto;
	display: block;
}
.col-140 .casino .casino-text {
	padding: 0;
	margin: 0;
}
.col-140 .casino .casino-text h4 {
	padding: 0;
	margin: 0 0 5px 0;
}
.col-140 .casino .casino-text p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.col-140 .casino .buttons .play-now {
	width: 68px;
	margin: 0 auto;
}
.col-140 .casino .buttons .read-review {
	width: 88px;
	margin: 0 auto;
}
.col-140 .casino .buttons {
	margin: 5px 0 0 5px;
}


/* Bonuses */
.box-220 .bonus {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}
.bonus .bonus-5150 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat 0 0;
}
.bonus .bonus-400 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat -92px 0;
}
.bonus .bonus-300 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat -184px 0;
}
.bonus .bonus-125 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat 0 -92px;
}
.bonus .bonus-2400 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat -92px -92px;
}
.bonus .bonus-100p a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat -184px -92px;
}
.bonus .bonus-5000 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat 0 -184px;
}
.bonus .bonus-1400 a {
	width: 87px;
	height: 87px;
	display: block;
	background: url("bonuses.png") no-repeat -92px -184px;
}
.box-220 .bonus .bonus-sticker {
	background:transparent url(bonus.jpg) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-size:20px;
	height:87px;
	line-height:3.5;
	margin:0;
	text-align:center;
	width:87px;
}
.bonus .bonus-sticker a span {
	display: none;
	visibility: hidden;
}
.box-220 .bonus h4 {
	padding: 0;
	margin: 0 0 5px 0;
}
.box-220 .bonus .text {
	float: right;
	width: 110px;
	margin: 5px 0 0 0;
}
.box-220 .bonus .text p {
	font-size: 11px;
	padding: 0;
	margin: 0 0 2px 0;
}

.col-300 .last, .col-220 .last {
	border-bottom: none;
}

/* Top Casino */

.box-300 .top-casino {
	background: url("top-casino.gif") no-repeat 0 0;
	z-index: 10;
	margin: -5px 0 0 0;
}
.box-300 .top-casino .link-area a {
	width: 300px;
	height: 150px;
	display: block;
}
.box-300 .top-casino .text {
	padding: 10px;
}
.top-casino .play-now a {
	background: url("buttons.gif") no-repeat 0 -45px;
	width: 215px;
	height: 39px;
	display: block;
	margin: 0 0 0 32px;
}
.top-casino .play-now a span {
	display: none;
	visibility: hidden;
}
.top-casino .read-review a {
	margin: 0 0 0 96px;
}

/* Quick Links */

#content .quick-links {
	padding: 10px 0 5px 0;
}
#content .quick-links h3 {
	padding: 0;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}
#content .quick-links ul {
	padding: 0;
	margin: 5px 10px 0 10px;
	list-style: none;
}
#content .quick-links ul li {
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	list-style: none;
	font-size: 11px;
}
#content .quick-links ul li.link-casinos {
	background: url("casinos.gif") no-repeat 0 0;
}
#content .quick-links ul li.link-blackjack {
	background: url("blackjack.gif") no-repeat 0 0;
}
#content .quick-links ul li.link-slots {
	background: url("slots.gif") no-repeat 0 0;
}
#content .quick-links ul li.link-guides {
	background: url("guides.gif") no-repeat 0 0;
}
#content .quick-links ul li.link-games {
	background: url("games.gif") no-repeat 0 0;
}
#content .quick-links ul li.link-news {
	background: url("news.gif") no-repeat 0 0;
}
#content .quick-links ul li a {
	font-weight: bold;
}

/*** Articles ***/
.article {
	clear: both;
	margin: 0 0 15px 0;
}
.col-220 .article, .col-300 .article {
	font-size: 11px;
}
.article .thumb {
	float: left;
	margin: 0 10px 15px 0;
	background-color: #fff;
}
.article .thumb img {
	width: 100px;
	height: 75px;
	border: 1px solid #333;
}
.article .mini-thumb {
	float: right;
	margin: 0 0 5px 5px;
	background-color: #fff;
}
.article .mini-thumb img {
	width: 75px;
	height: 56px;
	border: 1px solid #333;
}
.article p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.col-300 .article p, .col-300 .article h4 {
	padding: 0;
	margin: 0;
}
.article .read-more {
	margin: 0;
	padding: 0;
}
.article h4 {
	text-transform: none;
}

/*** News ***/
div.featured-news {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}
div.featured-news .news-img {
	/*width: 200px;
	height: 150px;*/
	float: left;
}
div.featured-news .news-content {
	width: 275px;
	float: right;
}
div.featured-news h3, div.featured-news h3 a {
	font-size: 14px;
	padding: 0;
	margin: 2px 0 0 0;
}
div.featured-news p {
	padding: 5px 0 0 0;
	margin: 0;
}
div.featured-news p.news-date {
	font-size: 11px;
	font-weight: bold;
}

div.news-post {
	padding: 0;
	margin: 5px 0 0 0;
}
div.news-post h4, div.news-post h4 a {
	text-transform: none;
	padding: 0 3px 0 0;
	margin: 0 0 3px 0;
	float: left;
	font-weight: normal;
}
div.news-post p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
div.news-post .news-post-date {
	padding: 2px 0 0 0;
}

/*** Star Ratings ***/

.star-rating {
	background: url("star-ratings.png") no-repeat 90px 0;
	width: 145px;
	height: 11px;
}
.star-rating span {
	display: none;
	visibility: hidden;
}
.star5 {
	background-position: 93px 0;
}
.star4-5 {
	background-position: 93px -15px;
}
.star4 {
	background-position: 93px -32px;
}
.star3-5 {
	background-position: 93px -49px;
}
.star3 {
	background-position: 93px -67px;
}


/*** Titles ***/

h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #193775;
	letter-spacing: -0.03em;
}
h2.welcome {
	background: url("layout.png") no-repeat -950px -63px;
	width: 295px;
	height: 16px;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}
h2.welcome span {
	display: none;
	visibility: hidden;
}
h3 {
	font-size: 16px;
	color: #04173b;
	padding: 0;
	margin: 20px 0 10px 0;
	text-transform: capitalize;
}
h4 {
	font-size: 12px;
	color: #122a51;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 10px 0;
}
.col-620 h3.box-title {
	margin: 0;
	background: #0c3e94 url("layout.png") no-repeat 0 -135px;
	color: #fff;
	text-align: center;
	width: 620px;
	height: 50px;
}
.top-rated h2 {
	margin: 0;
	background: url("layout.png") no-repeat -80px -135px;
	color: #fff;
	text-align: center;
	width: 460px;
	height: 50px;
}
.intro h2.db {
	margin: 0;
	background: #04173b url("layout.png") no-repeat -80px -190px;
	color: #fff;
	text-align: center;
	width: 460px;
	height: 50px;
line-height:40px;
}
.title-300 h2, .col-620 .title-300 h3 {
	margin: 0;
	background: url("layout.png") no-repeat -160px -135px;
	color: #fff;
	text-align: center;
	width: 300px;
	height: 50px;
}
.title-300 h2.db {
	margin: 0;
	background: url("layout.png") no-repeat -160px -190px;
	color: #fff;
	text-align: center;
	width: 300px;
	height: 50px;
}
.title-300 h3 span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 6px;
	letter-spacing: -0.05em;
}
.col-220 h2 {
	margin: 0;
	background: url("layout.png") no-repeat -200px -135px;
	color: #fff;
	text-align: center;
	width: 220px;
	height: 50px;
}
.col-220 h2.db {
	background: url("layout.png") no-repeat -200px -190px;
}
h2 span.top-rated-casinos {
	/*background: url("layout.png") no-repeat -630px -135px;*/
	width: 277px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.casino-bonuses {
	background: url("layout.png") no-repeat -630px -174px;
	width: 220px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.free-casinos {
	/*background: url("layout.png") no-repeat -630px -213px;*/
	width: 194px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.casino-guides {
	/*background: url("layout.png") no-repeat -950px -135px;
	width: 205px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.casino-news {
	background: url("layout.png") no-repeat -1260px -174px;
	/*width: 187px;*/
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.featured-game {
	/*background: url("layout.png") no-repeat -950px -408px;*/
	width: 213px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.top-casinos {
	/*background: url("layout.png") no-repeat -630px -252px;
	width: 187px;*/
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.top-poker {
	/*background: url("layout.png") no-repeat -630px -291px;*/
	width: 170px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
h2 span.uk-casino-news {
	/*background: url("layout.png") no-repeat -950px -213px;*/
	width: 155px;
	height: 39px;
	line-height:39px;
	display: block;
	margin: 0 auto;
}
.title-140 h3 {
	margin: 0;
	background: #0c3e94 url("layout.png") no-repeat -240px -135px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 50px;
}
.title-140 h3.db {
	margin: 0;
	background: #0c3e94 url("layout.png") no-repeat -240px -190px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 50px;
}
h3 span.casino-directory {
	background: url("layout.png") no-repeat -950px -252px;
	width: 115px;
	height: 39px;
	display: block;
	margin: 0 auto;
}
h3 span.casino-news {
	background: url("layout.png") no-repeat -950px -291px;
	width: 64px;
	height: 39px;
	display: block;
	margin: 0 auto;
}
h3 span.casino-menu {
	background: url("layout.png") no-repeat -950px -330px;
	width: 138px;
	height: 39px;
	display: block;
	margin: 0 auto;
}
h3 span.game-directory {
	background: url("layout.png") no-repeat -950px -369px;
	width: 138px;
	height: 39px;
	display: block;
	margin: 0 auto;
}
h2 span.title-alt, h3 span.title-alt {
	/*display: none;*/
}
p.code {
	font-family: courier new, courier, sans-serif;
	padding: 10px;
	border: 1px dashed #ccc;
}

/*** Banners ***/

.banner-300 {
	width: 300px;
	margin: 0;
	padding: 0;
}
#banner-120-tower, .banner-120-tower {
	width: 120px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
}

/*** Images ***/

.imgright {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #ccc;
	padding: 5px;
}
.imgright img {
	border: 1px solid #333;
	margin-bottom:2px;
}
.imgleft {
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
}
.imgcenter {
	text-align: center;
	padding: 5px;
	margin: 10px 0 0 0;
}
.imgright p.caption, .imgleft p.caption, .imgcenter p.caption {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.small {
	font-size: 10px;
}

/* Buttons */
.casino .play-now a {
	width: 68px;
	height: 20px;
	display: block;
	background: url("buttons.gif") no-repeat 0 0;
}
.read-review a {
	width: 88px;
	height: 20px;
	display: block;
	background: url("buttons.gif") no-repeat 0 -20px;
}
.signup-now a {
	width: 85px;
	height: 20px;
	display: block;
	background: url("buttons.gif") no-repeat 0 0;
}
.casino .play-now span, .read-review span, .signup-now span {
	display: none;
	visibility: hidden;
}

/*** Shields ***/
.shields-wide {
	width: 950px;
	margin: 10px 0 10px 10px;
}
.shields-sidebar {
	width: 300px;
	margin: 0 0 0 10px;
}
.shield {
	width: 150px;
	float: right;
	margin: 0 0 10px 10px;
}
.shield-left {
	width: 150px;
	float: left;
	margin: 0 10px 20px 0;
}
.shields-wide a, .shields-sidebar a, .shield a, .shield-left a {
	display: block;
	float: left;
	width: 150px;
	height: 158px;
	margin: 0 10px 0 0;
}
.shield-title {
	display: none;
}
.shield-blackjack a {
	background: url("shields.png") no-repeat 0 0;
}
.shield-slots a {
	background: url("shields.png") no-repeat -160px 0;
}
.shield-roulette a {
	background: url("shields.png") no-repeat -320px 0;
}
.shield-poker a {
	background: url("shields.png") no-repeat -480px 0;
}
.shield-bingo a {
	background: url("shields.png") no-repeat -640px 0;
}
.shield-video-poker a {
	background: url("shields.png") no-repeat -800px 0;
}
.shield-craps a {
	background: url("shields.png") no-repeat 0 -164px;
}
.shield-fruit-machines a {
	background: url("shields.png") no-repeat -160px -164px;
}
.shield-baccarat a {
	background: url("shields.png") no-repeat -320px -164px;
}
.shield-end a {
	margin-right: 0;
}

/*** Quotes ***/

blockquote {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0 20px 0 20px;
	text-align: center;
	font-family: georgia, times, serif;
}
blockquote div {
	padding: 0;
	margin: 0;
	color: #05307b;
	background: url("quote-start.png") no-repeat 0 0;
}
blockquote div p {
	background: url("quote-end.png") no-repeat right bottom;
	padding: 10px 20px 10px 20px;
}

/*** Tables ***/
/* Data */
table.data {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #fff;
}
table.data td, table.data th {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	padding: 4px;
}
table.data th {
	background-color: #284169;
	color: #fff;
}
/* Bingo Cards */
table.bingo-card {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #fff;
}
table.bingo-card td {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px;
}

/*** Mobile Casinos ***/
/* Blackberry */
div.mobile-casino-blackberry {
	width: 214px;
	height: 410px;
	background: url("blackberry.jpg") no-repeat 0 0;
	float: right;
}
div.mobile-casino-blackberry .mobile-casino {
	position: relative;
	top: 56px;
	left: 19px;
	margin: 0;
	padding: 0;
}

/********* Footer *********/
div.sub-foot {
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
}
div#bg-end {
	/*background: url("footer-bg.gif") no-repeat 50% bottom;*/
	padding-bottom: 30px;
}
div#footer-wrapper {
	padding: 0;
	margin: 0;
	background-color: #040d21;
}
div#footer {
	width: 960px;
	margin:  0 auto;
	padding: 10px 0 10px 0;
	color: #ccc;
}
div#footer .col-1, div#footer .col-2, div#footer .col-3 {
	width: 300px;
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
}
div#footer .col-2, div#footer .col-3 {
	margin-left: 20px;
}
div#footer h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #72aeb8;
	font-size: 14px;
}
div#footer ul {
	padding: 0;
	margin:  5px 0 0 10px;
	list-style: none;
}
div#footer ul li {
	padding: 2px 0 2px 10px;
	margin:  0;
	list-style: none;
	background: url("arrow.gif") no-repeat 0px 8px;
}
div#footer .inner {
	padding: 10px 10px 0 10px;
}
div#footer .disclaimer {
	padding: 10px 20px 0 20px;
}
div#footer p {
	text-align: center; 
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
}
div#footer .footer-nav {
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0;
	font-size: 12px;
}
div#footer .footer-links .over-18 {
	position: relative;
	top: 5px;
	width: 76px;
	height: 19px;
}
div#footer a {
	color: #8cbee8;
}
div#footer a:hover {
	color: #1976c3;
}


 

#height5{ 
border-bottom:1px solid silver;
height:493px;
}

#post-1063{padding-top:25px;}

#post-1063 .p-con{border:none !important;}
