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

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/images/general/bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
}

p, h1, h2, h3, h4, label, ul, table, ol {
	line-height: 1.2;
	font-size: 16px;
	color: #cccccc;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {color: #e00202;}

a:hover {color: #ffffff;}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;	
}

img {
	border: none;	
}

/*--------- GENERAL STYLES ------------------*/

.linkList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linkList li {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	background-image: url(/images/general/bullet-link.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 6px;
}

.linkList li a {
	text-decoration: none;	
}

/*--------------------------------------------*/

#casinoWrapper {
	width: 950px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/general/wrapper-bg-fade.png);
	height: 38px;
}

/* ------------- PRODUCT NAVBAR --------------- */

#productNav {
	float:left;
	width:100%;
	height: 33px;
	overflow:hidden;
	position:relative;
}

#productNav ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;	
}

#productNav ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	margin-top: 8px;
	padding:0;
	position:relative;
	right:50%;
	font-size: 0.7em;
	font-weight: bold;
	border-left: 1px solid #ff282d;
}

#productNav ul li a {
	display:block;
	margin: 0px;
	margin-top: 0px;
	margin-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration:none;
}

#productNav ul li:first-child {
	border-left: none;
}

#casinoWrapper #casinoLink a {
	color: #ffffff;
}

/* ----------------------------------------------------- */

#page {
	width: 946px;
	background-color: #a50005;
	margin-top: 5px;
	border: 2px solid #750205;
	background-color: #530204;
	background-image: url(/images/general/page-bg-fade.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding-bottom: 5px;
	position:relative;
}

#header {
	width: 100%;
	height: 140px;
	float: left;
	position:relative;
}

#header img#logo {
	position: relative;
	top: -2px;
	left: -2px;
}

#header #strapline {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 300px;
	height: 45px;
}

.borderBox {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	background-color: #000000;
	background-image: url(/images/general/borderBox-bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
}

.borderBox div {
	background-color: #530204;
	background-image: url(/images/general/contentBox-bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
}

.borderBox div div {
	background: none;
	margin: 0px;
	position: static;
}

.borderBox h2 {
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

.borderBox h3 {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 0.9em;
}


.borderBox p, .borderBox ul {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.borderBox p {
	font-size: 0.8em;
}

.borderBox p.moreLink {
	position: absolute; /* parent div needs to be position: relative */
	bottom: 10px;
	right: 10px;
	background-color: #e90108;
	background-image: url(/images/general/button-bg-fade.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0px;
	font-size:0.6em;
}

.moreLink a {
	text-decoration: none;
	color: #cccccc;
	background-image: url(/images/general/internal-link.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	border: 1px solid #500101;
}

.moreLink a:hover {
	color: #f5f804;
}

/*--------------- BASE CONTENT BOX ----------------*/
/* This contains links, blog news and winners */

.baseContentRow {
	width: 100%;
	clear:both;
}

#baseContent { /* take off 2px from the width to compensate for border */
	width: 934px;
	background-image: url(/images/general/contentBox-bg-black-fade.png);
	min-height: 375px;
	padding-bottom: 20px;
	position: relative;
}

#baseContent h1 {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#baseContent #casinoLinks {
	float: left;
	width: 200px;
	margin-top: 10px;
}

#baseContent #tabbedSection {
	float: left;
	width: 460px;
	margin-left: 5px;
	margin-top: 10px;
}

#baseContent #tabbedSection ul {
	float: left;
	clear:both;
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
}

#baseContent #tabbedSection ul li {
	float: left;
	margin-left: 2px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}

#baseContent #tabbedSection ul li a {
	padding: 5px;
	text-decoration: none;
	border-top: 1px solid #750205;
	border-left: 1px solid #750205;
	border-right: 1px solid #750205;
	display: block;
}

#baseContent #tabbedSection ul li.activeTab a {
	background-color: #750205;
	color: #cccccc;
}

#baseContent #tabbedSection div {
	float: left;
	clear:both;
	width: 100%;
	height: 325px;
	position: relative;
}

#baseContent #tabbedSection div div {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #750205;
	width: 458px;
	height: 307px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#baseContent #tabbedSection div div#casinoNews {
	z-index: 5;	
}

#baseContent #tabbedSection div div p a {
	color: #cccccc;
}


#baseContent #casinoWinners  {
	float: right;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #000000;
	background-image: url(/images/general/borderBox-bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 1px;
}

#baseContent #casinoWinners #casinoWinnersHolder {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 353px;
	width: 244px;
}

#baseContent div#bottomFlashCTA {
	height: 0px;
	width: 0px;
}

#casinoWinners div h2, #bottomCTA h2 {
	text-align: center;
}

#baseContent #casinoWinners p, #bottomCTA p {
	text-align: center;
	margin-bottom: 5px;
}

#baseContent #casinoWinners table, #bottomCTA table {
	font-weight: bold;
	font-size: 0.7em;
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-bottom: 15px;
}

#baseContent #casinoWinners table td, #bottomCTA table td {
	border: none;
	padding: 0px;
	margin: 0px;
}

#baseContent #casinoWinners table td.winnings, #bottomCTA table td.winnings {
	text-align: right;
}

#casinoNews p {
	margin-top: -10px;
	margin-bottom: 16px;
}

#casinoNews p.newsDate {
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
}

#baseContent #casinoNews h3 {
	margin-top: 0px;	
}


#baseContent br {
	clear: both;	
}



/* ------------ navigation bar styles -------------*/

#navBox {
	float: left;
	width: 185px;
	background-color:#500101;
	background-image: url(/images/general/navbar/navigation-bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: -746px;
}

#baseContent #navBox {
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
}

ul#navigation {
	list-style-type: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
	clear: both;
}

ul#navigation li {
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #000000;
}

ul#navigation li#worldCupSpecials a {
	background-image: url(/images/promotions/world-cup-promotions_navItem.png);
	background-repeat: no-repeat;
	background-position: top right;
}

ul#navigation li#worldCupSpecials ul a {
	background-image:none;	
}

ul#navigation li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 13px;
	padding-top: 7px;
	padding-bottom: 19px;
	position: relative;
}

ul#navigation li a span {
	float: left;
	position: absolute;
	font-weight: normal;
	color: #a50005;
	font-size: 0.8em;
	left: 13px;
	top: 24px;
	clear:both;
	cursor: pointer;
}

ul#navigation li.selected {
	background-image: url(/images/general/navbar/selected-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	left: -3px;
	width: 195px;
	border: 1px solid #750205;
}

ul#navigation li.selected a {
	color: #cccccc;
}

ul#navigation li.selected a span {
	color: #cccccc;
}

ul#navigation li.selected ul {
	background: none;
	font-size: 0.9em;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #c90202;
	background-image: url(/images/general/navbar/selected-submenu-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

ul#navigation li.selected ul li {
	border: none;
	margin-left: 14px;
	margin-right: 14px;
	border-top: 1px solid #a50005;
	font-weight: normal;
}

ul#navigation li.selected ul li:first-child {
	border: none;
}

ul#navigation li.selected ul li a {
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;
}

ul#navigation li.selected ul li.current a, ul#navigation li.selected ul li a:hover {
	color: #cccccc;	
}


/*-------------------------------------------------*/

#sitemap {
	width: 934px;
	background-image: url(/images/general/contentBox-bg-black-fade.png);
	height: 300px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
}

#sitemap ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	width: 660px;
}

#sitemap ul li.topLevel {
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	height: 145px;
}

#sitemap ul ul {
	margin: 0px;
	margin-top: 10px;
	width: 100%;
}

#sitemap ul ul li {
	text-transform: none;
	font-size: 0.7em;
	font-weight: normal;
}

#bottomCTA {
	width: 246px;
	position: absolute;
	right: 20px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
}

#bottomCTA #bottomCTABorder {
	background-color: #000000;
	background-color: #000000;
	background-image: url(/images/general/borderBox-bg-fade.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 1px;
}

#bottomCTA #bottomCTABorder #innerDiv {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 298px;
	width: 244px;	
}

#bottomCTA p.totalPayouts {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 15px;
}

#bottomFlashCTA {
	position: absolute;
	bottom: 0px;
	height: 117px;
	width: 244px;
}

/*-------------------------------------------------------------*/

#footer {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*-------------------------------------------------------------*/

#languageMenu {
	position:absolute;
	top: 5px;
	right: 82px;
	width:130px; 

	height:18px;
	border:1px solid #750205; 
	padding:1px;
	background-color:#530204;
	margin-right:2px;
	z-index:4000;
}
#languageMenu a{text-decoration:none;}
#currencyMenu {
	position:absolute;
	top: 5px;
	right: 7px;
	width:70px; 
	height:30px;
	width:70px;
	height:18px;
	border:1px solid #750205; 
	padding:1px;
	background-color:#530204;
	margin-right:-2px;
	z-index:4000;
}
#currencyMenu a{text-decoration:none;}
#paymentOptions {
	height: 65px;
	width: 946px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: black;
}

#paymentOptions img {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#footerCredentials {
	height: 65px;
	width: 946px;
	margin-top:5px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: black;
	background-image: url(/images/general/mainSprite.jpg);
	background-position: 0px 65px;
}
#footerCredentials .government, #homeCredentials .government{
	width:150px;
}
#footerCredentials .secure, #homeCredentials .secure {
	width:140px;
}
#footerCredentials .casinomeister, #homeCredentials .casinomeister {
	width:140px;
}
#footerCredentials .microgaming, #homeCredentials .microgaming {
	width:110px;
}
#footerCredentials .ecogra, #homeCredentials .ecogra {
	width:155px;
}
#footerCredentials .responsible, #homeCredentials .responsible {
	width:120px;
}
#footerCredentials .lse, #homeCredentials .lse {
	width:90px;
}
#footerCredentials img, #homeCredentials img {
	height:65px;
}
#footerPayments {
	height: 35px;
	width: 937px;
	margin: 17px 0 17px 4px;
	padding: 0px;
	float: left;
	/*background-color: black;*/
	background-image:url('/images/general/mainSprite.jpg');
	background-position:-2px 0px;
}

#footerPayments img {
	
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width:937px;
	height:35px;
}

/*----------------------flash detect---------------------*/


#noFlashOverlayButtons #downloadGif{
	
	position: absolute;
	
	width: 240px;
	height: 53px;
	top:10px;
	left:10px;
	
}
#noFlashOverlayButtons #instantGif{
	
	position: absolute;
	
	width: 240px;
	height: 53px;
	top:10px;
	left:260px;
	
}
/*----------------------- FLASH DETECT ------------------------------*/

.noFlashOverlay a
{
	
	text-decoration:none;	
	color:red;
	
}
.noFlashOverlay
{
	
	z-index: 10000;
	background-image: url("/images/transparent-black.png");
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	color:#FFFFFF; 
	text-align:center; 
	vertical-align:middle;
	/*overflow:none;*/

}

.noFlashOverlay p
{
	text-align:center; 
	vertical-align:middle;
	color:#000000;	
	margin:0em auto;
	top:50%;
	left:35%;
	position:absolute;
	
}


#casinoWinnersHolder div, #bottomCTABorder div div{
	
	position:absolute;
	background-color:#000;
	z-index:99999999;
	right:50px;
	border:1px solid grey;
	display:none;
		
}
#casinoWinnersHolder div p, #bottomCTABorder div div p{
		
	font-size:1.1em;
	font-weight:normal;
	padding:5px;
	vertical-align:middle;
	
}
	
	
#languageOverlay{
	
	display:block;
	margin:0 auto;
	height:245px;
	width:540px;
	position: absolute;
	margin-left:-270px;
	margin-top:-97px;
	left:50%;
	top:30%;
  	background-color:#000;
  	color: white;
	font-size:1em;
	opacity:1;
	z-index:14;
	border:1px solid #999;
	overflow:hidden;
	
}


#languageOverlayHolder, .languageOverlayHolder{
	
	z-index:3225;
	background-image: url("/images/transparent-black.png");
	/*opacity:0.8; 
	filter:alpha(opacity=80);*/
  	width:100%; height:100%; 
 	z-index:111110;
	top:0; left:0; 
	position:fixed;
	
}
#languageOverlay p, #languageOverlay a{

	text-decoration:none;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:15px;
	margin-top:15px;	

}
#languageOverlay #spanishLanguageBtn{

	position:absolute;
	left:122px;
	top:75px;

}

#languageOverlay #englishLanguageBtn{

	position:absolute;
	top:170px;
	left:122px;

}

/*------US PLAYER FORM--------*/

.transparentOverlay{

	/* z-index: 100000;*/
    background-image: url("/images/50-transparent.png");
    position:fixed; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    color:#FFFFFF; 
    text-align:center; 
    vertical-align:middle;*/
    /*overflow:none;*/
   

}
h1.usForm{

	margin-top:25px;
	font-size:40px;
	color:#ffffff;
	padding-bottom:20px;

}
.usFormMessage{
	
	text-align:left;
	width:600px;
	padding-bottom:15px;
	margin-left:25px;
	
}
img.usForm{

	position:relative;
	float:left;
	margin-left:160px;
	
}
img.usFormClose{
	position:absolute;
	bottom:55px;
	right:-70px;
}
.usForm p{
	
	text-align:left;
	
	
}
.usFormDiv{

	width:650px;
	height:500px;
	margin:auto;
	top:10%;
	border:1px solid #a50005;
	background-color:black;
	position:relative;
	background-image: url(/images/general/bg-fade.png);
	z-index:10000;

}
.usMessage{

	text-align:left;
	width:600px;
	margin-left:25px;
	margin-top:30px;
	
}

.usFormContainer{

	position:relative;
	padding-top:30px;
	margin-left:auto;
	left:-80px;
	width:480px;
	height:280px;
	overflow:none;
	text-align:left;

}
.usFormContainer p{

	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	margin-top:3px;

}
.usFormContainer input{
	
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;

}
.showAgain{

	position:absolute;
	bottom:17px;
	left:15px;
	z-index:40;
	
}
p.showAgain{

	left:20px;
	bottom:19px;
	width:250px;
	font-size:12px;
	z-index:20;

}

/*---END US PLAYER FORM---*/



/*----START LANGUAGE MENU---*//
 

.languageDropDownSelection{

}

#languageDropDownSelection, #currencyDropDownSelection{
	list-style-type:none;
	font-family:Arial;
	color:#a50005;
	font-size:9pt;
	cursor:pointer;
	margin-top:2px;
	height:20px;
	float:left;

}

#languageDropDown a, #currencyDropDown a{

}
#languageDropDown, #currencyDropDown{
	
	
	width:130px;
	height:321px;
	margin-top:-2px;
	list-style-type:none;
	width:130px;
	margin-left:-2px;
	border:1px solid #750205; 
	padding:1px;
	background-color:#530204;
	font-family:Arial;
	color:#E00202;
	font-size:9pt;
	cursor:pointer;
	margin-top:1600px;
}
#currencyDropDownSelection{width:70px;height:17px;margin-top:-20px;	}
#currencyDropDown ul{padding-top:55px;}
#currencyDropDown{width:70px;height:114px;padding:none;}
#languageDropDown li span{
	margin-left:45px;
	color:#E00202;
}

#languageDropDownSelection li span{
	margin-left:82px;
}

#languageDropDownSelection li{
	float:left;
	margin-left:-40px;
	height:20px;
	width:130px;
	float:left;
	margin-top:-1px;
		cursor:pointer;
}
#languageDropDown li, #currencyDropDown li{

	float:left;
	padding-top:2px;
	height:21px;
	overflow:hidden;
	width:130px;

}

#currencyDropDown li{height:17px;margin-top:5px; width:70px;}
#languageDropDown li:hover, #currencyDropDown li:hover{background-color:#750205;}
#languageMenu span, #currencyMenu #currencyDropDownSelection span{
	
	font-size:9pt;
	float:left;
	margin-left:10px;
	width:80px;
	display:block;
	margin-left:60px;
	margin-top:-16px;
	float:left;
	color:#a50005;
	height:20px;
	overflow:hidden;
		cursor:pointer;
}
#currencyMenu #currencyDropDownSelection span{margin-left:5px;margin-top:4px;}

#currencyDropDown span{

	font-size:9pt;
	float:left;
	width:65px;
	display:block;
	float:left;
	color:#e00202;
	height:20px;
	overflow:hidden;
	margin-left:5px;
	margin-top:0px;
		cursor:pointer;
	
}

#languageDropDownSelection li img{
	
	float:left;
	width:35px;
	height:18px;
	background-image:url(/images/general/mainSprite.jpg);
	margin-left:40px;
	margin-top:-1px;
}
#languageDropDown li img{
	
	float:left;
	border:none;
	float:left;
	margin-top:1px;
	margin-left:1px;
	width:35px;
	height:18px;
	background-image:url(/images/general/mainSprite.jpg);
	
}

.arrow{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-top:0px;
	border:1px solid #530204;
	background-image:url(/images/general/mainSprite.jpg);
	background-position:-477px -36px;
}

#dropDownDiv .optionsHolder div div{margin-top:0px;}
.flag_uk{ background-position: -259px -156px;}
.flag_spain{ background-position: -329px -156px;}
.flag_japan{ background-position: -48px -156px;}
.flag_germany{ background-position: -154px -156px;}
.flag_italy{ background-position: -83px -155px;}
.flag_china{ background-position: -224px -156px;}
.flag_russia{ background-position: -364px -156px;}
.flag_greece{ background-position: -119px -156px;}
.flag_sweden{ background-position: -294px -156px;}
.flag_norway{ background-position: -435px -156px;}
.flag_holland{ background-position: -13px -155px;}
.flag_poland{ background-position: -400px -156px;}
#languageMenu #languageDropDown li img.flag_france{ background:none;}
 

 
/*----END LANGUAGE MENU----*/

