@charset "utf-8";
body  {
	background: #2a395e url(images/bg01.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/images/bg02.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header { height:151px; background:url(images/bg02.jpg) no-repeat left top;}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	clear: right;
	width: 650px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.menu{
	height:34px;
	background:url(images/bg03.jpg) no-repeat left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
div.menu ul li{
	width:auto;
	float:left;
	background:url(images/line01.jpg) no-repeat left top;
	line-height:34px;
	font-family:"Comic Sans MS", cursive;
	font-size:9px;
	font-weight:bold;
	color:#CCC;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 9px;
}
div.menu ul li.first{
	background:none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 8px;
}
div.menu ul li a{ color:#fff;}
div.side{
	width:238px;
	float:left;
	clear: left;
}
div.links-block div.t1{
	background:url(images/bg05.jpg)  no-repeat left top;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	line-height:35px;
	text-transform:uppercase;
	clear: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}
div.links-block ul{
	border-left:solid 1px #e5d9b3;
	border-right:solid 1px #e5d9b3;
	border-bottom:solid 1px #e5d9b3;
	width:227px;
	clear: left;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0;
}
div.links-block ul li{
	background:#f6e6b3 url(images/bg06.jpg) no-repeat left top;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height:15px;
	clear: left;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 22px;
	list-style-type: none;
}
div.bonuses-block{
	margin:3px 0 0;
	font-size: 12px;
}
div.bonuses-block div.t1{
	background:url(images/bg09.jpg)  no-repeat left top;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	line-height:33px;
	padding:2px 0 0 48px;
	text-transform:uppercase;
}
div.bonuses-block div.bonuses{ border-left:solid 1px #e5d9b3; border-right:solid 1px #e5d9b3; border-bottom:solid 1px #e5d9b3; width:227px; padding:0 2px 1px 0; }
div.bonuses-block div.cols1{width:227px;overflow:hidden;clear:both; background:url(images/bg10.jpg) no-repeat left top; padding:4px 0;text-align:center; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
div.bonuses-block div.col1{width:41px; }
div.bonuses-block div.col2{
	width:95px;
	font-size:13px;
	color:#391400;
	padding:3px 0 0;
}
div.bonuses-block div.col3{width:91px; color:#b37f00;padding:3px 0 0;}
div.bonuses-block div.col1 img{ border:solid 1px #b8b4b3;}
div.bonuses-block div.cols2{width:227px;overflow:hidden;clear:both; background:url(images/bg11.jpg) repeat-y left top; padding:4px 0;text-align:center; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
div.news-block{ margin:10px 0 0;}
div.news-block div.t1{
	background:url(images/bg12.jpg)  no-repeat left top;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	line-height:30px;
	padding:0px 0 2px 57px;
	text-transform:uppercase;
}
div.news-block div.news{border-left:solid 1px #e5d9b3; border-right:solid 1px #e5d9b3; border-bottom:solid 1px #e5d9b3; width:227px; padding:0 2px 1px 0;}
div.news-block ul.news{ background:#faeec8; padding:0 7px;}
div.news-block ul.news li{ padding:6px 0;}
div.news-block div.new{ background:url(images/bg13.jpg) repeat-x left top; padding:8px;}
div.news-block div.t2 a{ font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:13px; color:#815c20;}
div.news-block a.read{
	width:196px;
	height:18px;
	display:block;
	background:url(images/read.gif) no-repeat left top;
	text-align:right;
	line-height:18px;
	padding:0 8px;
	color: #634308;
	text-decoration: underline;
}
div.header div.logo{ padding:36px 0 0;}
div.welcome-block div.box01{
	width:644px;
	background:url(images/box01-mid.jpg) repeat-y left top;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.welcome-block div.box01-top{
	background:url(images/box01-top.jpg) no-repeat left top;
}
div.welcome-block div.box01-btm{
	background:url(images/box01-btm.jpg) no-repeat left bottom;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.welcome-block h1.t1{
	color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 40px;
	background-position: left;
	background-image: url(images/h1bg.jpg);
	background-repeat: no-repeat;
	text-indent: 77px;
	font-size: 18px;
}
  TABLE.casino-review
  {
	font-family:arial;
	font-size:10px;
	background-color:#F5ECCD;
	width:640px;
	border: medium none #F5ECCD;
  }

  TH.casino-review
  {
	font-size:12pt;
	color:white;
	background-color: #6D4D1A;
	background-image: url(images/casino-review-title-bg.gif);
	height: 27px;
	line-height: 27px;
  }


  TR.casino-review
  { 
  }

  TD.casino-review
  {
	font-size:12px;
	background-color:#FFFAEA;
	color:#000;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
div.table-menu{
	height:34px;
	padding:0 0 0 0px;
	background-image: url(images/casino-review-title-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.table-menu ul li{
	width:auto;
	float:left;
	background:url(images/line01.jpg) no-repeat left top;
	line-height:34px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 9px;
}
div.table-menu ul li.first{ background:none; padding:0 13px;}
div.table-menu ul li a{ color:#fff;}
.clear-content {
	clear: left;
{background:url(images/box01-btm.jpg) no-repeat left bottom; padding:10px;}
}
.big-brown {
	font-size: 16px;
	color: #946924;
	font-weight: bold;
}
.green {
	color: #0C0;
	font-weight: bold;
}
.featuredtitle {
	color: #F00;
	font-weight: normal;
	background-image: url(/images/bg15.jpg);
	line-height: 30px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 7px;
}
.featuredtitle2 {
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/bg15-a.jpg);
	line-height: 30px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 32px;
}
div.rt-review-box {
	float : right;
	background-position : left top;
	background-image: url(/images/content-title.jpg);
	background-repeat: no-repeat;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 5px;
	width: 275px;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}
.rt-review-title {
	color : #000;
	font-weight : bold;
	padding-top: 7px;
	font-size: 14px;
	background-image: url(rt-review-box);
}
.review-info {
	font-size: 10px;
	font-weight: bold;
	color: #060;
}
.review-info-red {
	color: #F00;
}
.review-info-blue {
	color: #00C;
}
.bold-red {
	font-weight: bold;
	color: #F00;
}
.bold-blue {
	font-weight: bold;
	color: #009;
}
.bold-green {
	color: #090;
}
.review-brown-heading {
	font-size: 18px;
	color: #946924;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}
.review-deposit-heading {
	font-size: 18px;
	font-weight: bold;
	color: #090;
	background-image: url(/images/deposit-heading-bg.gif);
	background-repeat: no-repeat;
	text-indent: 29px;
}
.bonus-code {
	color: #F60;
	font-size: 10px;
}
.big-yellow {
	color: #C1C100;
	font-size: 16px;
	font-weight: bold;
}
.big-green {
	font-size: 16px;
	font-weight: bold;
	color: #090;
}
.big-blue {
	font-size: 16px;
	font-weight: bold;
	color: #009;
}
.rt-review-box {
	list-style-position: inside;
	list-style-type: disc;
}
div.rt-review-box ul li{
}
.twoColFixLtHdr #container .side .links-block ul li a {
	color: #630;
}
div.footer{ height:125px; background:url(images/bg18.jpg) no-repeat left top;}
div.copyright{ color:#fff; text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:13px; font-weight:bold; padding:52px 0 0;}
div.copyright a{ color:#fff;}
CAPTION.CASTAB
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.CASTAB
  {
	font-family:arial;
	font-size:10pt;
	width:615px;
	border-style:solid;
	border-color:black;
	border-width:2px;
  }
  TH.CASTAB
  {
     font-size:10pt;
     color:white;
  }
  TR.CASTAB
  { 
  }
  TD.CASTAB
  {
	font-size:11pt;
	color:#8C5013;
	border-style:solid;
	border-width:1px;
	text-align:center;
	background-repeat: repeat;
	font-weight: bold;
  }
  TD.CASTAB1
  {
	font-size:11pt;
	color:#8C5013;
	border-style:solid;
	border-width:1px;
	text-align:center;
	background-color: #FFF;
	font-weight: bold;
  }
.featuredtitle {
	color: #F00;
	font-weight: normal;
	background-image: url(/images/bg15.jpg);
	line-height: 30px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 7px;
}
.featuredtitle2 {
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/bg15-a.jpg);
	line-height: 30px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 32px;
}
.featuredtitle3 {
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/casino-review-title-bg.gif);
	line-height: 40px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 11px;
}
.featuredtitleusa {
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/titleusa.jpg);
	line-height: 40px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 55px;
}
.featuredtitle-nousa {
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/title-no-usa.jpg);
	line-height: 40px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 55px;
}
.featuredtitle5 {
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/titleusa.jpg);
	line-height: 40px;
	background-repeat: no-repeat;
	font-size: 18px;
	text-indent: 55px;
}
.big-brown a {
	color: #512800;
}
CAPTION.left-bonuses
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.left-bonuses
  {
	font-family:arial;
	font-size:12px;
	width:230px;
	border-style:solid;
	border-color:black;
	border-width:2px;
  }
  TH.left-bonuses
  {
     font-size:10pt;
     color:white;
  }
  TR.left-bonuses
  { 
  }
  TD.left-bonuses
  {
	font-size:11pt;
	color:#8C5013;
	border-style:solid;
	border-width:1px;
	text-align:center;
	background-image: url(/images/castabback1.gif);
	background-repeat: repeat;
	font-weight: bold;
  }
  TD.left-bonuses
  {
	font-size:11pt;
	color:#8C5013;
	border-style:solid;
	border-width:1px;
	text-align:center;
	background-color: #F5F5F5;
	background-image: url(/images/castabback2.gif);
	font-weight: bold;
  }
.floatleft{
	float:left;
	width:auto;
	padding-right: 2px;
}
.floatright{float:right; width:auto;}
.dotted-line {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
}
.usa-friendly {
	background-image: url(/images/usa-friendly-small.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.usa-unwelcome {
	background-image: url(/images/usa-notwelcome.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.CASTAB .casino-review a {
	font-size: 10px;
}
.rt-review-box ul li a {
	color: #674D1B;
	font-weight: bold;
}
.table-headings {
	color: #FFF;
	background-color: #630;
	font-weight: bold;
}
