/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#080500 url('images/body-background.jpg') no-repeat center top;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color:#369;
	outline: none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a:active {
  outline: none !important;
}
h1, h2, h3 {
	margin:.3em 0 .2em 0;
	padding:0;
	border-bottom:1px dotted #888888;
}
h1 {
	padding-left:30px;
	background: url(images/us-logo.jpg) no-repeat 0 6px;
}

h2 {
	margin-top:20px;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}

/* Top line styles */

#topline {
	background:url("images/languages.gif") repeat scroll 0 0 transparent;
	clear:both;
	width:962px;
	margin:0 auto;  
	text-align: center;
	height:24px;
}
#topline {
	border-bottom:1px solid #fff;
}
#topline p,
#topline h1,
#topline h2 {
	padding:4px 15px 0 15px;
	margin:0;
}

/* Header styles */
#header {
	background:url("images/boxes.png") repeat scroll 0 0 transparent;
	clear:both;
	width:962px;
	height:160px;
	margin:25px auto 0;  
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header #navigation ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header #navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header #navigation ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:26px;
}
#header #navigation ul li a:hover {
	background:#369;
	color:#fff;
}
#header #navigation ul li a.active,
#header #navigation ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header #navigation ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	width:962px;				/* width of whole page */
	margin:0 auto; 
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background:  url(images/panels_bg.png);    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-191px; 	/* Width of right column */
	position:relative;
	right:100%;
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:382px;         	/* Left column width + right column width */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:191px;        	/* Width of left column */
	/* padding-bottom:1em; 	Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	background:url("images/content_bg.gif") repeat-y scroll 0 0 transparent;
	padding: 10px 25px 0 25px;
	/*margin:0 215px;     	 Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:2115px;
	width: 530px;
	overflow:hidden;
}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:171px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	padding: 0 10px 0 10px;
	/*right:15px;         	 Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	background:url(images/sidenav_us_flag.png) no-repeat;
	float:left;
	float:right;			/* This overrides the float:left above */
	width:171px;        	/* Width of right column content (right column width minus left and right padding) */
	/*margin-right:45px;  	 Width of right column right-hand padding + left column left and right padding */
	position:relative;
	padding: 40px 10px 0 10px;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	width:962px;
	margin:0 auto; 
	border-top:5px solid #696969;
	background: #fff;
	text-align: center;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

/* Left & Right Navs */
.holygrail .col2 .col2-heading {
	height: 40px;
	text-align: center;
	padding-top: 7px;
	color:#ffffff;
	font-weight:bold;
	background:url("images/sidenav_head.png") no-repeat scroll 0 0 transparent;
	width:212px;
	margin-left:-21px;
}

.holygrail .col2 .col2-heading a {
	color:#ffffff !important;
	font-weight: bold !important;
	text-decoration: none;
}

.holygrail .col2 .col2-content {
	margin-left:-10px;
	text-align:center;
	width:191px;
	margin-top:-4px;
}

.holygrail .col3 .col3-heading {
	height: 40px;
	text-align: center;
	padding-top: 7px;
	color:#ffffff;
	font-weight:bold;
	background:url("images/sidenav_head.png") no-repeat scroll 0 0 transparent;
	width:212px;
	margin-left:-21px;
}

.holygrail .col3 .col3-heading a {
	color:#ffffff !important;
	font-weight: bold !important;
	text-decoration: none;
}

.holygrail .col3 .col3-content {
	margin-left:-10px;
	text-align:center;
	width:191px;
}

/* 468 x 60 header banner and skyscraper banner */
#header #adbanner #adbannerlink {
	background: url(images/468X60.gif);
	width: 468px;
	height: 60px;
	position:relative;
	top: 68px;
	float: right;
	margin-right: 15px;
}
#header #adbanner a {
	width: 468px;
	height: 60px;
	text-indent: -9999px;
}

#adbanner2 {
	width: 468px;
	height: 60px;
	position:relative;
	top: 58px;
	float: right;
	margin-right: 0;
	z-index: 999;
}
#adbanner2 a {
	width: 468px;
	height: 60px;
}

.banners_skyscraper {
	margin:0 auto 15px;
	width:120px;
}

/* Navigation bar */
div#navigation {
	position: relative;
	bottom: 0;
	left: 0;
	margin-left: -16px;
	padding: 0;
}

/* Header logo link */
#header #logo {
	width: 450px;
	height: 150px;
	display: block;
	float: left;
	text-indent: -9999px;
}

/* Left nav buttons */

.subheading {
	font-weight:bold;
	font-size:1.2em;
}

ol.leftnav_buttons {
	width:100%;
	color:#FF3F3F;
	margin-top:2px;
}

ol.leftnav_buttons li {
	width: 100%;
	height: 31px;
	margin-left:-10px;
	text-align:left;
}

ol.leftnav_buttons li.first {
	height:32px;
}

ol.leftnav_buttons li.first a {
	border-top:1px solid #696969;
}

ol.leftnav_buttons a {
	width:156px;
	height:23px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-top:7px;
	background:url(images/leftnav_background_hover.gif);
	color:#FFFFFF;
	border-bottom:1px solid #696969;
	margin-left:-30px;
	padding-left:35px;
}

ol.leftnav_buttons a:hover {
	background:url(images/leftnav_background.gif);
}

/* Top right logo */

.topright_logo {
	position:fixed;
	right:0;
	bottom:0;
	width:200px;
	height:100px;
	background: url(images/topright_logo.png) no-repeat;
	z-index:9999;
}

/* Table Styling */

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/
table.highlights {
	width:90%;
	background: url(images/highlights_bg.gif) no-repeat bottom right;
}

table.highlights, table.highlights th, table.highlights td {
	border: 1px solid #777777;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000;
}

table.highlights caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

table.highlights td, table.highlights th {
	padding: 4px;
}

table.highlights thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.highlights tbody th {
	font-weight: bold;
}



table.highlights tfoot th, table.highlights tfoot td {
	font-size: 85%;
}

/* Visit button */

table.btnbar-visit {
	background-color:#B60801;
	background-image:url("http://www.flopturnriver.com/icon/btnbar-visit-bg.png");
	background-position:0 50%;
	border:2px solid #460302;
	border-collapse:collapse;
	margin-top:15px;
	margin-bottom:15px;
}

table.btnbar-visit a {
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	width:150px;
	display:block;
}

/* Room List */

.roomlist_container {
	width:100%;
	margin:20px auto;
}

.roomlist_item {
	width:100%;
	height:150px;
	background:url("images/casinolist_bg.png") no-repeat;
	border-bottom:1px dashed #BBBBBB;
}

.roomlist_item.first {
	border-top:1px dashed #BBBBBB;
}

.roomlist_image {
	height:60px;
	margin-left:5px;
	margin-top:36px;
	position:absolute;
	width:120px;
}

.roomlist_image a, .roomlist_image a img{
	border:none;
}

.roomlist_name a {
	color:#FF0000 !important;
	font-size:1.6em;
	margin-left:135px;
	margin-top:7px;
	position:absolute;
	font-weight:bold !important;
	text-decoration:none !important;
	background:url("images/casinolist_title_bg.png") no-repeat scroll 0 3px transparent;
	padding-left:30px;
}

.roomlist_bonusdescription {
	font-size:1em;
	margin-left:135px;
	margin-top:35px;
	position:absolute;
	width:250px;
	text-align:justify;
}

.roomlist_bonusdescription_feature {
	color:#5F0000;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:-2px;
	text-align:justify;
}

.roomlist_bonusdescription_visit {
	background-color:#61421F;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin-top:5px;
	padding:2px 8px;
	text-decoration:none;
	border:1px solid #000000;
}

a.roomlist_bonusdescription_visit:hover {
	background-color:#8A6436;
}

.roomlist_bonuscode {
	margin-left:400px;
	margin-top:42px;
	position:absolute;
	width:122px;
	height:70px;
	background:url("images/roomlist_bonuscode_bg.gif") no-repeat;
}

.roomlist_bonuscode:hover {
	background:url("images/roomlist_bonuscode_bg_hover.gif") no-repeat;
}

.roomlist_bonuscode_label {
	color:#FFFFFF;
	display:block;
	font-size:1.3em;
	margin-top:3px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.roomlist_bonuscode_code {
	color:#333;
	display:block;
	font-size:1.4em;
	margin-top:10px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.roomlist_bonuscode a {
	display:block;
	height:69px;
	margin-top:-59px;
	position:absolute;
	text-indent:-9999px;
	width:165px;
	border:none;
}

/* Room list end */

/* Alert Box */



.alert{

float:left;
width:180px;
height:51px;
border:2px;
margin-bottom: 10px;
border-style:solid;
border-color:black;
background-color:black;


}

.alert img{

float:left;
display:block;
margin:0 auto;
margin-left:3px;

}

.alert p {

display:block;
float:right;
color:white;
margin: 0 auto;
font-size: 12px;
line-height:39px;
margin-right:3px;

}

.alerttext
{
float:right;
width:342px;
border:2px;
margin-bottom: 10px;
border-style:solid;
border-color:black;
background-color:white;
height:51px;

}

.alerttext p
{
display:block;
margin: 0 auto;
font-size: 11px;
padding: .4em;
margin-left: 2px;

}

.alerttext a
{

color: red;
font-size: 11px;

}

 .marginal h1
{

background: url("images/us-logo.jpg") no-repeat scroll 0 6px transparent;
padding-left: 30px;
margin-top:50px;

}

