/* CSS Document */
body
{
margin:0px auto;
padding:0px;
background-color:#000000;
}
td.mainoff {
background: url(../images/main_menu_bg.gif) -130px 0px no-repeat;
height:33px;
}
td.mainon{
background: url(../images/main_menu_bg.gif) 0px 0px no-repeat;
height:33px;
}
.logo
{
margin:11px 0px 0px 16px;
}
.header_image_box
{
padding:0px 5px 3px;
background-color:#FFFFFF;
color: #484836;
}
.body_text_box
{
padding:35px 30px 15px 30px;
background-color:#FFFFFF;
color: #484836;
}
.footer_left_bg
{
background:url(../images/footer_left_bg.gif) left top no-repeat;
height:33px;
}
.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{í
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #484836;
width:108px;
height:18px;
background-color:#FFFFFF;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #17170F;
text-decoration: none;
padding-left:3px;
}
.highlight
{
color:#72550F;
font-size:14px;
text-decoration:none;
background-color:inherit;
}




/* CSS Background image Document */
.menu_bg
{
background:url(../images/menu_bg.jpg) left top repeat-x;
height:27px;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:6px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:6px;
}
.header_top_image
{
background:url(../images/header_top_image.jpg) left top no-repeat;
height:130px;
}
.header_bottom_image
{
background:url(../images/header_bottom_image.jpg) left top no-repeat;
height:129px;
}




/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	font-variant: normal;
	text-transform: none;
	color: #484836;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
text-decoration:underline;
color:#FFFFFF;
background-color:inherit;
}
.left_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 33px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484836;
	text-decoration: none;
	background-color:inherit;
}
.left_menu_link:hover
{
text-decoration:underline;
color:#1B1B11;
background-color:inherit;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color:inherit;
}
.footer_link:hover
{
text-decoration:underline;
color:#666666;
background-color:inherit;
}

	
.clr {
	clear: both;
	}
.spacing-txt {
	margin-top: 10px;
	margin-bottom: 10px;
}

	
a, img, img a {
	text-decoration:none;
	border:0;
	outline:0;
	}
	
form {
	border:0;
	margin:0;
	padding:0;
	outline:0;
	}
	
.fleft {
	float:left;
	}
	
.fright {
	float:right;
	}

#wrapper {
	width:848px;
	margin:0 auto;
	border:2px solid #a41f1f;
	}
	
#header {
	background:url(../images/header_bg.jpg) no-repeat top center;
	height:242px;
	border-bottom:2px solid #a41f1f;
	}
	
.logo {
	width:349px;
	margin:0px 0 20px 30px;
	padding:30px 0 0 0;
	}
	
.nav {
	width:820px;
	margin:0 auto;
	height:36px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
	border:2px solid #a41f1f;
	background:url(../images/nav_bg.jpg) repeat-x left center;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
.nav ul {
	list-style:none;
	}
	
.nav ul li {
	float:left;
	line-height:38px;
	background:url(../images/nav_sep.jpg) no-repeat center left;
	}

a.system-menu:hover {
	color: white;
	text-decoration: none;
	}
	
.system-menu {
	color: #ffb701;
	font-weight: bold;
	hover: #ffffff	
	}	
	
	
	
.nav ul li a{
	color:#000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
.nav ul li.first {
	background:none;
	}
	
.nav ul li a:hover{
	color:#D00606;
	}
	
.container {
	background:#fff;
	margin:0 0 10px 0;
	padding:15px 5px;
	}
	
.sidebar {
	width:250px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	background:#420000;
	padding:20px 5px 10px 5px;
	float:left;
	border:1px solid #836161;
	position: relative;
	}
	
.promotion {
	width:240px;
	height:46px;
	background:url(../images/promotion_bg.jpg) no-repeat top left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffb701;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding:16px 10px 0 0;
	}
	
.newsletter {
	background:url(../images/newsletter_bg.gif) no-repeat top left;
	width:250px;
	height:158px;
	padding:145px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	margin:0 0 5px 0;
	}
	
form {
	padding:0 10px 0 15px;
	}

label {
	padding:0 10px 0 0;
	margin-bottom:5px;
	}
	
.txt {
	width:127px;
	height:21px;
	border:0;
	margin-bottom:5px;
	line-height:21px;
	}
	
.sumbit {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
	height:25px;
	border:2px solid #a41f1f;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:0px 10px;
	_padding:0px;
	margin:0 0 0 90px;
	text-align:center;
	background:url(../images/btn_bg.jpg) repeat-x top left;
	}
	
.top_casino {
	width:240px;
	height:auto;
	background:url(../images/top_casino_bg.gif) no-repeat bottom left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	padding:0px 0px 70px 10px;
	}
	
.top_casino h2 {
	color:#ffb701;
	font-size:18px;
	padding:12px 0 10px 90px;
	background:url(../images/dice.png) left top no-repeat;
	display:block; 
	float:left;
	margin-bottom:
	}
	
.top_casino ul {
	margin:0;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	}
	
.top_casino ul li {
	color:#fff;
	font-style:italic;
	background:url(../images/bullet.gif) no-repeat left center;
	}
	
.top_casino ul li a {
	color:#fff;
	padding:0 0 0 20px;
	}
	
.btn {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
	height:22px;
	border:2px solid #a41f1f;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 5px 0 0px;
	width:200px;
	text-align:center;
	color:#000;
	line-height:20px;
	font-style:italic;
	float:left;
	background:url(../images/btn_bg.jpg) repeat-x top left;
	}
	
.btn a{
	color:#000;
	}
	
.poker {
	background:url(../images/poker_bg.gif) no-repeat top left;
	padding:105px 0 0 0;
	height:170px;
	margin:0;
	}
	
.main {
	width:550px;
	float:right;
	margin-right: 10px;
	}
	
.main h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:24px;
	background:url(../images/heading_bg.jpg) no-repeat top left;
	height:33px;
	padding:0 0 5px 10px;
	line-height:33px;
	font-weight:normal;
	margin:0 0 2px 0;
	border-bottom:1px dashed #d7d7d7;
	}
	
.main h2 {
	color:#5B0200;
	font-size:15px;
	font-weight:bold;
	}
.main a {
	color: #0066CC;
	text-decoration: none;
}
.main a:hover {
	color: #0066CC;
	text-decoration: underline;
}


	
.main p {
	margin:15px 0;
	}
	
.main-flash {
	width:820px;
	float:left;
	margin-right: 10px;
	}
	
.main-flash h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:24px;
	background:url(../images/heading_bg.jpg) no-repeat top left;
	height:33px;
	padding:0 0 5px 10px;
	line-height:33px;
	font-weight:normal;
	margin:0 0 2px 0;
	border-bottom:1px dashed #d7d7d7;
	}
	
.main-flash h2 {
	color:#5B0200;
	font-size:15px;
	font-weight:bold;
	}
.main-flash a {
	color: #0066CC;
	text-decoration: none;
}
.main-flash a:hover {
	color: #0066CC;
	text-decoration: underline;
}


	
.main-flash p {
	margin:15px 0;
	}
	
.best {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
	border:2px solid #393939;
	background:url(../images/best_bg.jpg) repeat-x top left;
	}
	
.best h2 {
	height:37px;
	line-height:37px;
	color:#ffb701;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 0 18px;
	margin:0 0 1px 0;
	}
	
.table_head td{
	background:#393939;
	height:30px;
	color:#d9d9d9;
	text-align:center;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	}
	
.table_row {
	background:url(../images/table_row.jpg) repeat-x top left;
	}
	
.table_row td {
	height:45px;
	border-top:1px solid #e5e5e5;
	text-align:center;
	vertical-align:middle;
	color:#393939;
	font-size:11px;
	}
	
td.first {
	background:#fff;
	}
	
td.bonus {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	}
	
td.review {
	color:#566013;
	font-size:12px;
	}
	
td.play a {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
	display:block;
	background:#B00000;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	width:100px;
	height:18px;
	text-align:center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}
	
#footer {
	height:26px;
	border-top:2px solid #a41f1f;
	border-bottom:2px solid #a41f1f;
	background:url(../images/footer_bg.jpg) repeat-x top left;
	}
	
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	}
	
#footer ul li {
	display:inline;
	font-size:13px;
	color:#000;
	line-height:26px;
	}
	
#footer ul li a {
	color:#000;
	padding:0 2px;
	}
	
#footer ul li a:hover{
	color:#D00606;
	}
	
.copyright {
	text-align:center;
	font-size:12px;
	color:#fff;
	padding:10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
	
/*css by biswanath*/
.ext_box{ width:250px; margin:0; padding:0;}
.hard{ float:left; width:85px; height:60px; margin-left:10px;}
.hard_txt{
	float:left;
	width:145px;
	color:#FFFFFF;
	font-size: 11px;
	text-align: justify;
}

.promotion_link {
	width:230px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	padding:0px 0px 0 20px;
	}

.promotion_link ul {
	margin:0;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	}
	
.promotion_link ul li {
	color:#fff;
	font-style:italic;
	background:url(../images/bullet2.gif) no-repeat left center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
.promotion_link  ul  li  span {
	color:#fff;
	padding:0 0 0 20px;
	}
	
.top_carve_area{width:258px; min-height:239px; background:url(../images/carve_bottom.jpg) no-repeat left bottom;}
.left-img {
	clear: right;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.right-img {
	clear: left;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.red-font {
	color: #BB0000;
}
.var-11-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.top_sidebar {
	width:240px;
	height:auto;
	background:url(../images/top_casino_bg.gif) no-repeat bottom left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.top_sidebar h2 {
	color:#ffb701;
	font-size:18px;
	display:block;
	float:left;


	margin-bottom:; 	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
.top_sidebar ul {
	margin:0;
	padding:40px 20px;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
}
.top_sidebar ul li {
	color:#fff;
	font-style:italic;
	padding:2px 0 0 0;
	background:url(../images/bullet.gif) no-repeat left center;
}
.top_sidebar ul li a {
	color:#fff;
	padding:0 0 0 20px;
}
.top_sidebar ul li a:hover {
	color:#FFB701;
	padding:0 0 0 20px;
}
.ver-13-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.style36 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
