/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #2c2e3d;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

#top01 {
	margin: 0px auto;
	padding: 0px;
	width: 776px;
	height: 95px;
	color: #000000;
}

#top01 img {
	display: block;
}

#top02 {
	margin: 0px auto;
	padding: 0px;
	width: 776px;
	height: 29px;
	color: #000000;
	background-image: url(images/nav_bg.gif);
	
}

#top02 img {
	margin: 0 3px;
	vertical-align: middle;
}

#pagebottom {
	margin: 0px auto;
	padding: 15px 0px;
	width: 776px;
	background-image: url(images/back-bottom.gif);
	background-repeat: no-repeat;
	color: #d8d8d8;
}

#container {
	width: 776px;
	margin: 0px auto;
	padding: 0px;
	background-color: #000000;
}

#splash {
	position: relative;
	width: 776px;
	height: 366px;
}

#splash img {border: 0;}

#splash img.splashInstantPlay {
	position: absolute;
	top: 286px;
	left: 56px;
}

#splash img.splashDownloadNow {
	position: absolute;
	top: 286px;
	left: 406px;
}

#ndxBottomWrapper{
	margin: 0px;
	padding: 0px;
	position:relative;
	height: 112px;
	overflow: hidden;
}

#ndxBottomWrapper #howToPlay {
	position: absolute;
	top: 0px;
	left: 60px;
}

#ndxBottomWrapper #ndxGameThumbs {
	position: absolute;
	top: 0px;
	left: 280px;
	overflow: hidden;
}

#ndxcontent {
	padding: 5px 40px;
	text-align: left;
}

#content {
	width: 484px;
	margin-left: 18px;
	padding: 21px 0px 30px 0px;
	text-align: left;
}

#footernav {
	padding: 25px 40px;
	
}

#rightnav {
	float: right;
	width: <? not_ie5(236,256); ?>px;
	padding: 21px 20px 0px 0px;
	margin: 0px;
}

#rightnav #blurb {
	padding: 0px 18px;
	background-image: url(images/ros-right-back.gif);
	text-align: left;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.4;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #42445b;
	background-color: #42445b;
	height: 1px;
}

h1, .title {
	font-size: 18px;
	color: #7eb050;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Verdana;
}

h2 {
	font-size: 16px;
	color: #7eb050;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-family: Verdana;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #ffc407;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #fdecb7;
	text-decoration: underline;
}

#top01 a {
	color: #ffc407;
	text-decoration: none;
	font-weight: bold;
}

#top01 a:hover {
	color: #fdecb7;
	text-decoration: underline;
}

#top02 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#top02 a:hover {
	text-decoration: underline;
}

#pagebottom a {
	color: #ffc407;
	text-decoration: none;
	font-weight: bold;
}

#pagebottom a:hover {
	color: #fdecb7;
	text-decoration: underline;
}

#goLink a {
	color: #ffc407;
	text-decoration: underline;
	font-weight: normal;
}

#goLink a:hover {
	color: #fdecb7;
}

#ndxGameThumbs a{
	display: block;
	height: 112px;
	width: 100px;
	padding: 120px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

#ndxGameThumbs a:hover{
	background-position: 0px -112px;
}

#ndxGameThumbs #blackjack { width: 90px; background-image: url(images/ndx-bottom-blackjack.gif); }
#ndxGameThumbs #roulette { width: 86px; background-image: url(images/ndx-bottom-roulette.gif); }
#ndxGameThumbs #craps { width: 87px; background-image: url(images/ndx-bottom-craps.gif); }
#ndxGameThumbs #videopoker { width: 90px; background-image: url(images/ndx-bottom-video-poker.gif); }
#ndxGameThumbs #slots { width: 103px; background-image: url(images/ndx-bottom-slots.gif); }