@charset "utf-8";
/* CSS Document *|


/*** FLASH BANNER ***/

.flash_poker {
	background: url(gfx/bestgames_banner_sprite.jpg) no-repeat 0 0;
}

.flash_casino {
	background: url(gfx/bestgames_banner_sprite.jpg) no-repeat 0 0;
}

.flash_bingo {
	background: url(gfx/bestgames_banner_sprite.jpg) no-repeat 0 0;
}
.flash_bet {
	background: url(gfx/bestgames_banner_sprite.jpg) no-repeat 0 0;
}



/*** LIST ***/

ul {
	margin: 0 0 10px 15px; 
	line-height: 18px;
}

ul ul {
	margin: 0 0 10px 30px; 
}




/*** MENU ***/

#menu table {
	width: 100%;
	height: 121px;
	margin: 2px 0;
	border-collapse: collapse;	
}

#menu td {
	border-bottom: 1px solid #000;
}

#menu td.last_menu_option {
	border-bottom: 0;
}

#menu a {
	display: block;
	color: #999;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0 10px;
}

#menu a:hover {
	color: #666;
}



/*** SUB MENU ***/

#sub_menu a {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	margin: 0 4px 0 10px;
}

#sub_menu a:hover {
	background: #fff;
}






/*** BACKGROUND STROKES ***/
.bg_4_2_2 {
	background: url(gfx/bg_2_4_4.png) repeat-y 0 0;
}
 


/*** TEXT ***/
p, td, a, div, input {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	color: #000;
}

p {
	letter-spacing: 1px;
}


/*** FOOTER ***/
#footer {
	padding: 30px 0;
}

#footer p, #footer a {
	font-size: 10px;
}

#footer p {
	color: #999;
	letter-spacing: 0;
	margin: 0 0 24px 0;	
}

#footer .column_2_last {
	text-align: right;
}

#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

#footer a:hover {
	border-bottom: 1px dotted #aaa;
}




/*** TYPOGRAPH ***/
h1 {
	font-family: georgia, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 2px 0 8px 0;	
	line-height: normal;
	letter-spacing: -1px;
	color: #39f;
	color: #444;
}

h2 {
	font-family: georgia, serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #777;
}

h3 {
	font-family: georgia, serif;
	font-size: 21px;
	font-weight: normal;	
	margin: 5px 0 6px 0;
	color: #333;	
}

h4 {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: auto;
	margin: 0;
	color: #666;
}

p {
	margin: 0 0 6px 0;
}

.column_2 p {
	line-height: 18px;
}



/*** PARAGRAPH END SIGN ***/

.paragraph_end_sign_col_2 {
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat 0 -480px;	
	height: 44px;
	margin: 0 0 10px 0;
}



/*** LINKS ***/

a {
	color: #06c;
	color: #39f;	
}

a:hover {
	color: #09f;
	color: #06c;	
}



/*** ADD ONS ***/

.clearAll {
	clear: both;
}

.floatRight {
	float: right;
}

.divider {
	background: #ccc;	
	margin: 4px 0;
	height: 1px;
	overflow: hidden;
}





