


html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #707070;
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
}

img {
	border: 0;
}

.left {
	clear: left;
	line-height: 0;
}

#overall_container {
	margin: 0 auto;
	padding: 0 12px;
	width: 885px;
	background-color: #676760;
	background-image: url("images/main_bottom.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#title {
	width: 885px;
	height: 87px;
}

#topnav {
	width: 885px;
	height: 30px;
	margin: 0 auto;
	background-image: url("images/title_nav_bg.gif");
	background-repeat: no-repeat;
}


#top_banners {
	position: relative;
	width: 885px;
	height: 90px;
	padding: 17px 0 13px 0;
}

#content_container {
	
}

#content_large_topcap {
	width: 885px;
	height: 24px;
	line-height: 0;
	background-image: url("images/content_large_topcap.gif");
	background-repeat: no-repeat;
}

#content_topcap {
	width: 667px;
	height: 55px;
	background-image: url("images/content_topcap.gif");
	background-repeat: no-repeat;
}

#content_small_topcap {
	width: 205px;
	height: 55px;
	background-image: url("images/content_small_topcap.gif");
	background-repeat: no-repeat;
}

.content_large_spacer {
	width: 885px;
	height: 31px;
	line-height: 0;
	background-color: #cecec0;
	background-image: url("images/content_large_top.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content_large_box {
	position: relative;
	width: 867px;
	padding: 0 9px 16px 9px;
	
	background-color: #FFFFFF;
	background-image: url("images/content_large_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content_box {
	position: relative;
	width: 618px;
	padding: 9px 22px 16px 27px;
	
	background-color: #FFFFFF;
	background-image: url("images/content_bottomcap.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content_small_whitebox {
	position: relative;
	width: 185px;
	padding: 0 10px 10px 10px;
	
	background-color: #FFFFFF;
	background-image: url("images/content_small_separator.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content_small_greybox {
	position: relative;
	width: 185px;
	padding: 8px 10px 10px 10px;
	
	background-color: #707276;
	background-image: url("images/content_small_bottomcap.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_large_bottombox {
	position: relative;
	width: 867px;
	padding: 0 9px 16px 9px;
	
	background-color: #FFFFFF;
	background-image: url("images/content_large_bottomcap.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bottomnav {
	width: 885px;
	text-align: center;
	line-height: 30px;
}

#bottomnav a {
	padding: 0 9px;
}

#copyright {
	margin: 0 auto;
	padding: 2px 0 18px 0;
	width: 885px;
	text-align: center;
	line-height: 20px;
}

#content_col1 {
	position: relative;
	float: left;
	margin-right: 13px;
	width: 667px;
}

#content_col2 {
	position: relative;
	float: left;
	width: 205px;
}

.ndxpreview_col {
	float: left;
	margin: 0 10px 0 20px;
	width: 626px;
}

.ndxpreview_col1 {
	float: left;
	width: 215px;
}

.ndxpreview_col2 {
	float: left;
	margin: 0 10px 0 13px;
	padding-bottom: 26px;
	width: 418px;
}

.ndxpreview_col3 {
	float: left;
	width: 210px;
}

table.partial_outline {
	 border-spacing: 0px;
	 border-collapse: collapse;
}

table.partial_outline td {
	border-width: 0px 0px 1px 0px; 
	padding: 10px 10px 10px 0; 
	border-style: solid; 
	border-color: #707070; 
}

table.partial_outline td.preview {
	vertical-align: top;
}

table.partial_outline td.desc {
	border-width: 0px 1px 1px 0px;
	vertical-align: top;
}

table.partial_outline tr.last td {
	border-bottom: 0;
}

table.partial_outline td.buttons a {
	margin-left: 12px;
}

.b3 {
	border: 3px solid #707069;
}

.float250x250 {
	float: left;
	width: 250px;
	margin: 0 10px 20px 0;
}

.float405x250 {
	float: left;
	width: 405px;
	margin: 0 10px 20px 0;
}

/***********************************************************
			CSS menu styles
***********************************************************/

#nav, #nav ul { /* all lists */
	z-index: 100;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
}

#nav .filler {
	width: 35px;
}

#nav a {
	display: block;	padding: 0 8px;
	height: 30px;
	line-height: 26px;
	/*width: 9em;*/
}

#nav li ul a {
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	/*width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #4b0505;
	border: 1px solid #912b2c;
	border-top: 0;
	border-bottom: 0;
	line-height: 1;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li {
	width: 12em;
	border-bottom: 1px solid #912b2c;
}

#nav li ul li a {
	height: 24px;
	line-height: 24px;
}


/***********************************************************
			Text styles
***********************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #d70915;
	font-weight: bold;
}

a:hover, a:hover:visited {
	color: #ff0a1b;
	text-decoration: none;
}

#topnav a:link, #topnav a:active, #topnav a:visited,
#bottomnav a:link, #bottomnav a:active, #bottomnav a:visited,
.content_small_greybox a:link, .content_small_greybox a:active, .content_small_greybox a:visited {
	color: #ffc000;
	font-weight: bold;
}

#topnav a:hover, #topnav a:hover:visited,
#bottomnav a:hover, #bottomnav a:hover:visited,
.content_small_greybox a:hover, .content_small_greybox a:hover:visited {
	color: #fffb3f;
}

#copyright {
	color: #FFFFFF;
	font-size: 11px;
}

#copyright a:link, copyright a:active, copyright a:visited {
	color: #FFFFFF;
	font-size: 11px;
}

#copyright a:hover, copyright a:hover:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#content_container {
	color: #707070;
}

.content_large_box h1, #content_large_bottombox h1, .content_box h1 {
	margin: 2px 0 15px 0;
	font-size: 15px;
}

#content_topcap h1, #content_small_topcap h1 {
	margin-left: 57px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.content_large_box h2, #content_large_bottombox h2, .content_box h2 {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

.content_small_greybox {
	color: #FFFFFF;
}

.content_small_greybox a {
	line-height: 1.6;
}

.float250x250 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

/***********************************************************
			Mouseover button styles
***********************************************************/

a.visitcasino {
	position: absolute;
	width: 169px;
	height: 35px;
	bottom: 1px;
	left: 455px;
	display: block;
	text-decoration: none;

	background-image: url(images/visit_casino.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.downloadnow {
	position: absolute;
	width: 169px;
	height: 35px;
	bottom: 1px;
	left: 263px;
	display: block;
	text-decoration: none;

	background-image: url(images/download_now.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.play_now_ov {
	width: 109px;
	height: 47px;
	display: block;
	text-decoration: none;

	background-image: url(images/play_now_ov.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.play_now_gc {
	width: 109px;
	height: 47px;
	display: block;
	text-decoration: none;

	background-image: url(images/play_now_gc.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.play_now_gp {
	width: 109px;
	height: 47px;
	display: block;
	text-decoration: none;

	background-image: url(images/play_now_gp.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.downloadnow:hover, a.visitcasino:hover {
	background-position: 0px -35px;
	text-decoration: none;
}

a.play_now_ov:hover, a.play_now_gc:hover, a.play_now_gp:hover {
	background-position: 0px -47px;
	text-decoration: none;
}




