





/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*////////ACTUAL CSS/////////*/

body { 
	font-family:"Verdana", Times, serif;
	padding: 0; 
	margin: 0; 
	background-color:#88d10e;

}

.body_wrapper
{
  width:977px;
  background-color:#e2e2e2;
  margin-left:auto;
  margin-right: auto;
}

.header {
	height: 125px;
	background-color:#fff;
	border-bottom: 1px solid #bbb;
}

.header_wrapper
{
	width: 900px;
	margin-left: auto ;
	margin-right: auto ;
}

.header_left
{
	text-align: center;
	width: 450px;
	float: left;
}
.header_right
{
	text-align: center;
	width: 450px;
	float: left;
}

h1 {
	font-family:"Verdana", Times, serif;
	font-size: 20px;
	text-shadow: 1px 1px 1px #333333;
	margin-top:30px;
	line-height: 25px;
}

div.header_left h1 span {
	color: #e57200;
	font-size: 30px;
	
}

div.header_right h2 {
	font-family:"Verdana", Times, serif;
	font-size: 15px;
	text-shadow: 0px 0px 0px #333333;
	margin-top:30px;

}

div.header_right h2 span {
	color: #e57200;
	text-shadow: 1px 1px 1px #000;

}

.wrapper {
	width: 830px;
	margin-left: auto ;
	margin-right: auto ;
}

.casino_new {
	margin-top: -40px;
	width: 370px;
	height: 280px;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	padding: 15px;
}

a.button_sprite_green {
	display: block;
	width: 160px;
	height: 45px;
	background-image: url(homepageimages/button_green.png);
	background-position: top;
	text-indent: -9999px;
	margin-left: 30px;
	margin-top: 5px;
}

a.button_sprite_red {
	display: block;
	width: 160px;
	height: 45px;
	background-image: url(homepageimages/button_red.png);
	background-position: top;
	text-indent: -9999px;
	margin-left: -4px;
	margin-top: 17px;
}

a.button_sprite_orange {
	display: block;
	width: 370px;
	height: 45px;
	background-image: url(homepageimages/button_orange.png);
	background-position: top;
	text-indent: -9999px;
	margin-top: 16px;
	*margin-top:23px;
}

a.button_sprite_red_new {
	display: block;
	width: 370px;
	height: 45px;
	background-image: url(homepageimages/button_red_new.png);
	background-position: top;
	text-indent: -9999px;
	margin-top: 35px;
}

a.button_sprite_playnow {
	display: block;
	width: 80px;
	height: 20px;
	background-image: url(homepageimages/button_playnow.png);
	background-position: top;
	text-indent: -9999px;
	margin-left: 30px;
	margin-top: 15px;
}

a.button_sprite_green:hover, a.button_sprite_red:hover, a.button_sprite_playnow:hover , a.button_sprite_orange:hover, a.button_sprite_red_new:hover {
	background-position: bottom;
}

.casino_new_left {
	width: 50%;
	float: left;
}

.casino_new_left img
{

}

.casino_new_left a
{
	text-decoration:none;
	color: #000;
}

.casino_new_left h2
{
	padding-top: 5px;
	font-size: 18px;
	padding-bottom: 10px;
}

.casino_new_left p
{
	padding: 5px;
	font-size: 12px;
	font-style: italic;
}

.casino_new_left p span
{
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	float: right;
}

.casino_new_right {
	width: 50%;
	float: left;
}

.casino_new_right img
{
	float: right;
	padding-bottom: 15px;
}

.casino_new_right h2
{
	padding-top: 10px;
	font-size: 18px;
}

.casino_new_right li
{
	margin-left: 45px;
	list-style-position: outside; 
	list-style-image: url(homepageimages/check.png); 
	font-size: 10px;
}

.casino_young {
	margin-top: -40px;
	width: 370px;
	height: 280px;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 0px;
	float: right;
	padding: 15px;
}

.casino_young h2 {
	text-align: center;
	font-size: 20px;
}

.button {
	width: 100%;
	padding-top: 10px;
}

.casino_young_left {
	width: 50%;
	float: left;
}

.casino_young_left img
{
	margin-top: 20px;
}

.casino_young_left a
{
	text-decoration:none;
	color: #000;
}

.casino_young_left h2
{
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 10px;
}

.casino_young_left p
{
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	font-style: italic;
	width: 170px;
}

.casino_young_left p span
{
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	float: left;
}

.casino_young_right {
	width: 50%;
	float: left;
}

.casino_young_right img
{
	padding-bottom: 10px;
}

.casino_young_right h3
{
	margin-top: 20px;
	font-size: 18px;
}

.casino_young_right ul
{ 
		margin-top: 10px;
}
.casino_young_right li
{
	margin-left: 25px;
	list-style-position: outside; 
	list-style-image: url(homepageimages/check.png); 
	font-size: 10px;
	line-height: 20px;

}


.casino_vip {
	margin-top: -40px;
	width: 370px;
	height: 280px;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 0px;
	float: left;
	padding: 15px;
}

.casino_vip h2 {
	text-align: center;
	font-size: 20px;
}

.button {
	width: 100%;
	padding-top: 10px;
}

.casino_vip_left {
	width: 50%;
	float: left;
}

.casino_vip_left img
{
	margin-top: 20px;
}

.casino_vip_left a
{
	text-decoration:none;
	color: #000;
}

.casino_vip_left h2
{
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 10px;
}

.casino_vip_left p
{
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	font-style: italic;
	width: 170px;
}

.casino_vip_left p span
{
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	float: left;
}

.casino_vip_right {
	width: 50%;
	float: left;
}

.casino_vip_right img
{
	padding-bottom: 10px;
}

.casino_vip_right h3
{
	margin-top: 20px;
	font-size: 18px;
}

.casino_vip_right ul
{ 
		margin-top: 10px;
}
.casino_vip_right li
{
	margin-left: 25px;
	list-style-position: outside; 
	list-style-image: url(homepageimages/check.png); 
	font-size: 10px;
	line-height: 20px;
}

.casino_veteran {
	margin-top: -40px;
	width: 370px;
	height: 250px;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 0px;
	float: right;
	padding: 15px;
}

.casino_veteran_left {
	width: 50%;
	float: left;
}

.casino_veteran_left img
{

}

.casino_veteran_left a
{
	text-decoration:none;
	color: #000;
}

.casino_veteran_left h2
{
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 10px;
}

.casino_veteran_left p
{
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	font-style: italic;
	width: 170px;
}

.casino_veteran_left p span
{
	padding-top: 5px;
	font-size: 10px;
	font-style: normal;
	float: left;
}

.casino_veteran_right {
	width: 50%;
	float: left;
}

.casino_veteran_right img
{
	padding-bottom: 10px;
}

.casino_veteran_right h2
{
	padding-top: 10px;
	font-size: 18px;
}

.casino_veteran_right li
{
	margin-left: 25px;
	list-style-position: outside; 
	list-style-image: url(homepageimages/check.png); 
	font-size: 10px;
	line-height: 14px;
}

div.content {
	width: 800px;
	float: left;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	margin-top: 40px;
}

div.content_left
{
	width: 550px;
	height: 480px;
	float: left;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
}

div.text_separator
{
	border-top: 1px solid grey;
	padding: 5px;
}

.content_left p
{
	font-family:"Verdana", Times, serif;
	font-size: 10px;
	line-height: 15px;
	margin-bottom:20px;
}

.content_left a
{
	font-family:"Verdana", Times, serif;
	font-size: 11px;
	margin-bottom:20px;
}

div.navigation_right
{
	width: 150px;
	height: 480px;
	float: left;
	border: 1px solid #aaa;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
	margin-left: 30px;
}

.navigation_right p
{
	font-family:"Verdana", Times, serif;
	font-size: 10px;
	margin-bottom:20px;
	padding-top:10px;
	border-top: 1px solid grey;
	line-height: 15px;
}

.navigation_right li
{
	font-family:"Verdana", Times, serif;
	font-size: 10px;
	margin-bottom:20px;
}

.navigation_right a
{
	font-family:"Verdana", Times, serif;
	font-size: 10px;
	margin-bottom:20px;
}

div.footer_wrapper
{
	margin-top: 30px;
}

div.demo p a.press-it-btn {
	width: 415px; height: 111px;
	background-image: url(homepageimages/banner_bl.jpg);
	background-position: top;
	text-indent: -9999px;
}

div.demo p a.press-it-btn:hover {
	background-position: bottom;
}

div.footer_banner {
	position:relative;
	background-image: url(homepageimages/banner_bl.jpg);
}


div.footer_reccomend
{

}

div.footer_reccomend1
{
	float:left;
	width:830px;
	height:160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.footer_reccomend1 a.left {
	float:left;
	width:415px;
	height:160px;
	background-image: url(homepageimages/banner_br.jpg);
	background-position: top;
}

div.left_text {
	font-weight: normal;
	margin-left: 180px;
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	width:235px;
}
div.right_text {
	font-weight: normal;
	text-align: right;
	margin-right: 180px;
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	width:235px;
}

div.footer_reccomend1 a.left:hover {
	background-position: bottom;
}

div.footer_reccomend1 a.right {
	float:left;
	width:415px;
	height:160px;
	background-image: url(homepageimages/banner_bl.jpg);
	background-position: top;
}
div.footer_reccomend1 a.right:hover{
	background-position: bottom;
}

div.footer_reccomend img
{
	padding-top: 10px;
}

div.footer_reccomend h2
{
	margin-top: -65px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 18px;
}

div.footer_reccomend h3
{
	margin-top: -60px;
	margin-left: 430px;
	color: #278810;
	font-size: 14px;
}

div.footer_reccomend h4
{
	margin-top: 10px;
	margin-left: 430px;
	color: #000;
	font-size: 10px;
}

img.arrow
{
	position:relative;
	margin-left: 0px;
	margin-top: 20px;
	z-index:90;
}

img.banner
{	
	margin-left: -25px;
	margin-top: 20px;
}

div.footer_nav
{	
	padding-top: 10px;
	text-align:center;
	padding-bottom: 20px;
}

div.footer_nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 14px;
}

div.footer_nav p
{
	padding-top: 10px;
	font-size: 13px;
}

/* BODY TABLE */

.cls{

	clear:both;

}

.numberbox{

	width:43px;

	float:left;

	padding:7px 0 0 0;

	text-align:center;

}

#number-bg {
	background:url(homepageimages/number-bg.png) no-repeat;
	width:20px;
	height:18px;
	margin:auto;
	color:#000;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding-top:4px;
	padding-left:2px;
}

.onlinecasino{

	width:800px;

	padding:0 0 0 0;

	overflow:hidden;

}

.onlinecasinoheader{

	width:800px;

	padding:0 10px 0 17px;

	overflow:hidden;

	background:url(homepageimages/onlinecasinoheaderbg.gif) no-repeat bottom left;

	line-height:43px;

}

.onlinecasinoheader h4{

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	color:#414240;

	float:left;

	text-transform:uppercase;

}

.onlinecasinoheader h4 span{

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#8c8c91;

	text-transform:none;

}

.onlinecasinoheader label{

	float:right;

	padding:8px 0 0 0;

	display:block;

}
.onlinecasinotitle{

	width:800px;

	padding:0 0 0 0;

	overflow:hidden;

	line-height:33px;

	background:url(homepageimages/onlinecasinotitlebg.gif) no-repeat top;

}

.c_logo{

	width:100px;

	float:left;

	padding:0 0 0 70px;

	overflow:hidden;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#3b560f;

}

.c_table{

	width:50px;

	float:left;

	padding:0 0 0 0;

	text-align:center;

	overflow:hidden;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#3b560f;

}

.payout{

	width:215px;

}

.review{

	width:210px;

}

.casinodatalist{

	width:800px;

	padding:16px 0;

	overflow:hidden;

	background:url(homepageimages/onlinedatabg.gif) repeat-y;

	border-top:1px solid #cfcfcf;

}

.numberbox{

	width:43px;

	float:left;

	padding:7px 0 0 0;

	text-align:center;

}

.thumbbox{

	width:80px;

	float:left;

	text-align:center;

}

.infobox{

	width:125px;

	float:left;

	padding:10px 0 0 10px;

	overflow:hidden;
	
	text-align: center;

}

.infobox p,a{

	font-family:Arial, Helvetica, sans-serif;

	font-size:15px;

	color:#444;
	
	font-weight: bold;
	
	text-decoration: none;

}

.infobox p,a span{

	color:#465f1d;

	font-weight:bold;

}

.bonusinfo{

	width:120px;

	float:left;

	padding:0 6px;

	text-align:center;

	overflow:hidden;

}

.bonusinfo p{

	font-family:Arial, Helvetica, sans-serif;

	font-size:15px;

	font-weight: bold;
	
	line-height: 20px;
	
	color:#444;


}

.bonusinfo p span{

	color:#fe0000;

	font-weight:bold;

}

.usinfo{

	width:30px;

	float:left;

	text-align:center;

}

.visit{

	width:60px;
}

.visitinfo{

	width:110px;
	height:50px;
	float:left;

	text-align:center;
	
	margin-top:-5px;
	margin-left:-5px;

}

.firstlist{

	border-top:none;

}

.onlinedataboxbottom{

	width:800px;

	height:6px;

	padding:0 0 0 0;

	overflow:hidden;

	background:url(homepageimages/onlinedataboxbottom.gif) no-repeat;
	
	}

/* BUTTONS */

.awesome, .awesome:visited {
	background: #222 url(homepageimages/alert-overlay.png) repeat-x; 
	display: inline-block; 
	margin-left: 33px;
	margin-top: 13px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;

}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: 6px 12px 6px; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 34px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; 
												-webkit-animation-name: greenPulse;
												-webkit-animation-duration: 3s;
												-webkit-animation-iteration-count: infinite;}
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; 
													-webkit-animation-name: redPulse;
													-webkit-animation-duration: 3s;
													-webkit-animation-iteration-count: infinite;}
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	
	@-webkit-keyframes greenPulse {
		from { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; }
		50% { background-color: #91bd09; -webkit-box-shadow:: 0 0 18px #91bd09; }
		to { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; }
	}
	
	@-webkit-keyframes redPulse {
		from { background-color: #872300; -webkit-box-shadow:: 0 0 9px #333; }
		50% { background-color: #e33100; -webkit-box-shadow:: 0 0 18px #91bd09; }
		to { background-color: #872300; -webkit-box-shadow:: 0 0 9px #333; }
	}
	
