/*******************************************************************
		Main styles
*******************************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #340000;
	background-image: url(images/bg-inside-tile.gif);
	background-repeat: repeat-x;
}

body#index {
	background-color: #340000;
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat-x;
}

img { 
	border: 0;
}

#overall_container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

html > body #overall_container {
	height: auto;
}

#flags_container {
	margin: 0 auto;
	width: 736px;
	height: 30px;
	line-height: 30px;
}

#flags_container img {
	float: right;
	padding: 7px 0 0 4px;
}

#nav_container {
	position: relative;
	margin: 0 auto 14px auto;
	width: 780px;
	height: 28px;
	text-align: center;
	line-height: 26px;
}

#splash_container {
	width: 100%;
	height: 387px;
	
	background-image: url(images/bg-dots-centered-2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#splash_container #splash_content {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 277px;
}

#header_container {
	width: 100%;
	height: 150px;
	
	background-image: url(images/bg-inside-dots-centered.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header_container #splash_content {
	margin: 0 auto;
	width: 780px;
}

#splash_content #splash01 { position: absolute; top: 0; left: 0; }
#splash_content #splash02 { position: absolute; top: 209px; left: 0; }
#splash_content #splash03 { position: absolute; top: 209px; left: 282px; }
#splash_content #splash04 { position: absolute; top: 209px; left: 529px; }

#rollover_container {
	margin: 0 auto;
	width: 780px;
	height: 110px;	
	overflow: hidden;
}


#content_container {
	width: 100%;
	padding-bottom: 249px;
	background-image: url(images/bg-fade-centered.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

body#index #content_container {
	padding-bottom: 78px;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	min-height: 205px;
	background-image: url(images/bg-body.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

body#index #content {
	padding: 30px;
	width: 720px;
	background-image: url();
}

#sidebar {
	float: right;
	padding: 20px 9px 0 9px;
	width: 227px;
}

#textbody {
	float: right;
	padding: 20px 15px 0 30px;
	width: 490px;
}

#content .clearcontent {
	clear: right;
}

#body_fade {
	margin: 0 auto;
	width: 780px;
	height: 95px;
	background-image: url(images/body-fade.gif);
	background-repeat: no-repeat;
}

#ndx_columns {
	background-image: url(images/bg-ndx-content.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#ndx_columns #ndxcol1 {
	float: left;
	width: 254px;
	padding-right: 28px;
}

#ndx_columns #ndxcol2 {
	float: left;
	width: 182px;
	padding: 0 28px 0 14px;
}

#ndx_columns #ndxcol3 {
	float: left;
	width: 201px;
	padding-left: 13px;
}

#ndx_columns #ndxcol3 {
	float: left;
}

#footer_container {
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 198px;
	background-image: url(images/bg-inside-tile-foot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footer_container #rollover_container {
	margin-top: 11px;
}

body#index #footer_container {
	height: 128px;
	background-image: url(images/bg-tile-foot.gif);
	
}

#footer_content {
	position: relative;
	margin: 0 auto;
	width: 680px;
	padding-left: 100px;
}

#footer_content #footer_logo {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 85px;
	height: 63px;
}

#footer_content #icons img {
	padding: 0 4px 6px 4px; 
	vertical-align: middle;
}

.morepadding {
	padding: 10px;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000000;
	background-color: #000000;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #000000;
	vertical-align: top;
}

table.winners {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #621C06;
	border-collapse: collapse;
}

table.winners th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #621C06;
	background-color: #621C06;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
}

table.winners td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #621C06;
	vertical-align: middle;
}

table.winners .bucks{
	font-weight: bold;
	font-size: 18px;
	color: #FF9900;
	white-space: nowrap;
}

/*******************************************************************
		Text styles
*******************************************************************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #c6c6c6;
	line-height: 1.3;
}

#flags_container {
	font-size: 9px;
	color: #a8a299;
}

#footer_content {
	line-height: 30px;
	color: #6a5f5f;
	font-size: 10px;
}

#footer_content span.firstline {
	color: #5e3535;
}

.bold {
	font-weight: bold;
}

hr {
	border: 0px;
	color: #621C06;
	background-color: #621C06;
	height: 1px;
}

.title {
	font-family: Georgia, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: all-caps;
	color: #ff9900;
	font-weight: bold;
}

.subtitle, h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ff9900;
	font-weight: bold;
}

.subtitle2, h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-variant: small-caps;
	color: #ff9900;
	font-weight: normal;
}

.subtitle3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #ff9900;
	font-weight: bold;

}



/*******************************************************************
		Link styles
*******************************************************************/

a:link, a:active, a:visited {
	color: #ffcc01;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

a:hover, a:hover:visited {
	color: #fffc00;
	text-decoration: none;
}

#footer_content a:link, #footer_content a:active, #footer_content a:visited {
	text-decoration: none;
	font-weight: normal;
}

#footer_content a:hover, #footer_content a:hover:visited {
	text-decoration: underline;
}

#nav_container a {
	color: #000000;
	font-size: 12px;
}

#rollover_container a {
	display: block;
	height: 110px;
	width: 100px;
	padding: 110px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}

#rollover_container a:hover {
	background-position: 0px -110px;
}

#rollover_container #roll_100games { width: 106px; background-image: url(images/rollover_100games.gif); }
#rollover_container #roll_blackjack { width: 112px; background-image: url(images/rollover_blackjack.gif); }
#rollover_container #roll_roulette { width: 112px; background-image: url(images/rollover_roulette.gif); }
#rollover_container #roll_slots { width: 111px; background-image: url(images/rollover_slots.gif); }
#rollover_container #roll_craps { width: 112px; background-image: url(images/rollover_craps.gif); }
#rollover_container #roll_videopoker { width: 124px; background-image: url(images/rollover_videopoker.gif); }
#rollover_container #roll_ciga { width: 100px; background-image: url(images/rollover_ciga.gif); }