body {
	background: black url("../images/backgrounds/black_bg.jpg") ;
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment:scroll;
	margin:0;
	padding:1;
	text-align:center;
	color:#000000;
	font-family:verdana;
   	font-size: 10pt;
}

#wrapper {
	 width:1000px;
    margin:0 auto;
    text-align:left;
}


#content_wrapper {
	width: 1000px;
	height:575px;
	margin: 0;
	padding: 0;
}


#header {
	position: relative;
   height:82px;
	background: url("../images/logos/top_ten_logo.png") no-repeat center top;
	padding: 0;	
	color: #ffffff;
	margin-left:auto;
   margin-right:auto;
	width:1000px;
}


 
#navigator {
	clear: both;	
	margin: 0; 
	padding: 0;
	background: url("../images/backgrounds/navigator_bg2.png");
	background-repeat: no-repeat;
	font: bold 12px verdana;
	width: 1000px;
	height: 90px;
}


#navigator ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#navigator ul li {
	display: inline;
}

#navigator ul li a {
	margin-left: 0px;
	margin-top: 20px;
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#navigator ul li a:hover {
	color: gold;
}



li.current {
	background-color:#000000;
	color: #FFFFFF;
} 

#main_page_sitemap {
	position:relative;
	background: #bababa;
	float: left;
	width: 1000px;
	padding: 0;	
	margin-left:auto;
   margin-right:auto;
	display: inline;	 
	overflow: hidden;
}

#main_page {
	position:relative;
	background: #bababa;
	float: left;
	width: 1000px;
	padding: 0;	
	margin: 0;
	margin-left:auto;
    margin-right:auto;
	display: inline;	 
	overflow: hidden;	
}

#main_page ul.nodot {
	float: left;
	list-style: none;		
}
#main_page p, #side_menu p {
	text-align:justify;
}


h1 {
	background: url("../images/backgrounds/h1_900_25px.png") no-repeat center top;
	font-family:verdana;
	display:table-cell;
	font-size:15pt;	
	line-height: 22px;
	color:#ffffff;
	height:50px;
	width:1000px;
	letter-spacing:3px;
}

h1.h1640_25px {
	background: url("../images/backgrounds/h1_640_25px.png") no-repeat center top;
	font-family:verdana;
	display:table-cell;
	font-size:15pt;	
	line-height: 17pt;
	color:#ffffff;
	height:50px;
	width:740px;
	letter-spacing:3px;
}

h1.h1440_25px {
	background: url("../images/backgrounds/h1_440_25px.png") no-repeat center top;
	font-family:verdana;
	display:table-cell;
	font-size:15pt;	
	line-height: 17pt;
	color:#ffffff;
	height:50px;
	width:540px;
	letter-spacing:3px;
}

h2 {
	font-family:verdana;
	font-size:13pt;	
	color:#d12126;
	letter-spacing:2px;
}

h3 {
	font-family:verdana;
	font-size:12pt;	
	color:#d12126;
}

h4{
	font-family:verdana;
	font-size:10pt;	
	color:#d12126;
}

h5{
	font-family:verdana;
	font-size:11pt;	
	color:#000000;
}

a, a:visited {
	color:#000000;
	text-decoration:underline;
}

a.hp_listing
{
    color: #ffffff;
}

a.hp_listing:hover
{
	text-decoration:underline;
	color: #000000;
}

a.black, a.black:visited, a.black:hover{
	color:black;
	font-size:13px;
	text-decoration:underline;
}

a.bold, a.bold:visited{
	color:#d12126;
	font-size:13px;
	text-decoration:underline;
	font-weight:bold;
}

a.bold:hover{
	color:#1d9501;
	text-decoration:underline;
	font-weight:bold;
}


a.green, a.green:visited{
	color:green;
	font-size:13px;
	text-decoration:none;
	font-weight: bold;
}

a.green:hover {
	text-decoration:underline;
}

a.no_underline, a.no_underline:visited{
	color:#1d9501;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

a.no_underline:hover{
	text-decoration:underline;
}


a.sidemenu{
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

a.sidemenu:hover{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

a.review, 
a.review:active, 
a.review:visited {
	display:table-cell;
	font-style:italic;
	font-weight: bolder;
	font-size:20px;
	color:#d12126;
	width: 100px;
	height: 47px;
	background: url("../images/backgrounds/review.png");
}

a.review:hover {
	background: url("../images/backgrounds/review2.png");
}

a.red_link,
a.red_link:active, 
a.red_link:visited{
	font-size:14px;
	font-weight:bold;
	color:#d12126;
	text-decoration:underline;
}

a.red_link:hover {
	color:#000000;
	text-decoration:none;
}


a.green_link,
a.green_link:active, 
a.green_link:visited{
	font-size:15px;
	font-weight:bold;
	color:#1d9501;
	text-decoration:underline;
}

a.green_link:hover {
	color:#000000;
	text-decoration:none;
}


a.download,
a.download:active, 
a.download:visited{
	display:table-cell;
	font-style:italic;
	font-weight: bolder;
	font-size:20px;
	width: 100px;
	height: 47px;
	background: url("../images/backgrounds/download.png");
}

a.download:hover {
	background: url("../images/backgrounds/download2.png");
}

#footer {
	color: #ffffff;
	background: #000000 url("../images/backgrounds/footer_bg.png") no-repeat center top;
	clear: both;
	width:1000px;
	height: 35px;
	text-align: center;	
	font-size: 12px;
}

#footer p { 
	padding: 10px 0;
	margin: 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none; 
	font-size: 12px;
	text-decoration: underline; 
}

#footer a:hover {
	text-decoration: underline; 
}

#footer ul {
	float: left;
	list-style: none;
	margin-top: 10px; 
	margin-left: 100px;
	padding: 0 ;
	font-weight:bolder;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	float: left;
	padding: 0 350px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#footer ul li a:hover {
	text-decoration: none;
	color: gold;
}

a:hover {
	text-decoration: none;
	color: gold;
}

img {
	padding:0;
	border: 0;
}
		
.bloc-txt, .bloc-txt-txt, .bloc-img-txt, .bloc-txt-img, .bloc-img {
	margin:0;
	padding:0 5px 0 5px;
	clear:both;
}


.bloc-txt-txt .richtext, .bloc-img-txt .richtext, .bloc-img-txt .image,
.bloc-txt-img .richtext, .bloc-txt-img .image  {
	margin:0 ;
	width:48%;
	float:left;
}


.bloc-March {
	width:20px;
	margin:0;
	padding:0;
	float:left;
}

td.top_casinosites_top_text
{
	font-weight:bold;
	width:100%;
	height:34px;
	font-family: verdana;
	color: #ffffff;
	font-size: 20px;
	background: #fcfcfc url("../images/backgrounds/top_ten_topbar3.png") no-repeat center top;
	text-align:center;
	letter-spacing: 3px;
}

td.black_top_casinosites_text
{
	font-style:italic;
	font-weight: bold;
	height:35px;
	font-family: verdana;
	color: #ffffff;
	font-size: 14px;
	background-color:#000000;
}


td.top_casinosites_text
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:62px;
	font-family: verdana;
	color: #000000;
	font-size: 16px;
	background-color:#ededed;
	border-bottom: solid 2px black;
}

td.top_casinosites_text2
{
	font-style:italic;
	font-weight: bold;
	height:62px;
	font-family: verdana;
	color: #000000;
	font-size: 16px;
	background-color:#fcfcfc;
	border-bottom: solid 2px black;
}

td.casinosites
{
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	background-color:#fcfcfc;
	padding-left:5px;
	padding-right:5px;
}

td.casinosites2
{
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	background-color:#fcfcfc;
	padding-left:5px;
	padding-right:5px;
}


td.casinosites_review
{
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	background-color:#fcfcfc;
	border-bottom: solid 2px black;
}

td.casinosites_review2
{
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	background-color:#fcfcfc;
	border-bottom: solid 2px black;
}


td.main_page_text_underline
{
	background-color:#fcfcfc;
	font-family: verdana;
	font-size:13px;
	color: #000000;
	border-bottom: solid 2px #bababa;
	padding-left:5px;
	padding-right:5px;
}

td.main_page_text
{
	background-color:#fcfcfc;
	font-family: verdana;
	font-size:13px;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
}

td.minimum_deposit
{
	background-color:#fcfcfc;
	font-family: verdana;
	font-size:18px;
	color: #be7300;
	padding-left:5px;
	padding-right:5px;
}


table.top_casinosites_text
{
	font-family: verdana;
	text-align:justify;
	
}


#mp_left
{
	position:relative;
	background-color:#fcfcfc;
	color: #000000;
	text-align: center;
	width: 74%;
	margin-left:15px;
	float: left;
	margin-bottom: -2500px; 
	padding-bottom: 2500px;
	padding-left:5px;
	padding-right:5px;
}

#mp_right
{
	position:relative;
	background-color:#fcfcfc;
	color: #000000;
	text-align: center;
	width: 22%;		
	margin-right:10px;
	float: right;
	margin-bottom: -2500px; 
	padding-bottom: 2500px;	
}

a.poker_listings_top10_casino_sites,
a.poker_listings_top10_casino_sites:active, 
a.poker_listings_top10_casino_sites:visited{
	font-size:18px;
	font-weight:bold;
	color:#d12126;
	text-decoration:underline;
}

a.poker_listings_top10_casino_sites:hover {
	color:#000000;
	text-decoration:none;
}

td.casino_listings_text
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:32px;
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	background-color:#ededed;
	border-bottom: solid 2px #1589FF;
}

td.casino_listings_text2
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:32px;
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	background-color:#fcfcfc;
	border-bottom: solid 2px #1589FF;
}



a.review_small, 
a.review_small:active, 
a.review_small:visited {
	display:table-cell;
	font-style:italic;
	color:#d12126;
	width: 69px;
	height: 32px;
	background: url("../images/backgrounds/review_small.png");
}

a.review_small:hover {
	background: url("../images/backgrounds/review_small2.png");
}


a.download_small,
a.download_small:active, 
a.download_small:visited{
	display:table-cell;
	font-style:italic;
	width: 69px;
	height: 32px;
	background: url("../images/backgrounds/download_small.png");
}

a.download_small:hover {
	background: url("../images/backgrounds/download_small2.png");
}

a.green, a.green:visited{
	color:green;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.green:hover{
	color:green;
	text-decoration:underline;
}

a.red, a.red:visited{
	color:red;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.red:hover{
	color:red;
	text-decoration:underline;
}



a.feature_casinos,
a.feature_casinos:active, 
a.feature_casinos:visited
{
	display:table-cell;
	font-style:italic;
	width:465px;
	height:50px;
	background: url("../images/play_casino_now/feature1.png");
}

a.feature_casinos:hover
{
	background: url("../images/play_casino_now/feature2.png");
}

a.green_link,
a.green_link:active, 
a.green_link:visited{
	font-size:15px;
	font-weight:bold;
	color:#1d9501;
	text-decoration:underline;
}

a.green_link:hover {
	color:#000000;
	text-decoration:none;
}


a.review_small_hp, 
a.review_small_hp:active, 
a.review_small_hp:visited {
	display:table-cell;
	font-style:italic;
	color:#d12126;
	width: 58px;
	height: 20px;
	background: url("../images/backgrounds/review_small_hp.png");
}

a.review_small_hp:hover {
	background: url("../images/backgrounds/review_small_hp2.png");
}

a.small_hp
{
	text-decoration:none;
	color: #ffffff;
}

a.small_hp:hover
{
	text-decoration:underline;
	color: #000000;
}

a.download_small_hp,
a.download_small_hp:active, 
a.download_small_hp:visited{
	display:table-cell;
	font-style:italic;
	width: 79px;
	height: 20px;
	background: url("../images/backgrounds/download_small_hp.png");
}

a.download_small_hp:hover {
	background: url("../images/backgrounds/download_small2_hp.png");
}



td.top_casinos_hp_top_text
{
	font-style:italic;
	font-weight:bold;
	width:650px;
	height:23px;
	font-family: arial;
	color: #ffffff;
	font-size: 18px;
	background: url("../images/backgrounds/top_ten_topbar_top4.png") no-repeat center top;
	text-align:center;
}

td.top_casinos_hp_bottom_text
{
	font-style:italic;
	font-weight:bold;
	width:650px;
	height:15px;
	font-family: arial;
	color: #ffffff;
	font-size: 20px;
	background: url("../images/backgrounds/top_ten_topbar_top3.png") no-repeat center top;
	text-align:center;
}


table.homepage_listings_text
{
	background: #bababa;
}

td.homepage_listings_text
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:25px;
	font-family: verdana;
	color: #ffffff;
	font-size: 15px;
	background-color:#1589FF;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px navy;
}

td.homepage_listings_text2
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:25px;
	font-family: verdana;
	color: #ffffff;
	font-size: 15px;
	background-color:#1589FF;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px navy;
}

p.hp_top_text
{
	color: #1589FF;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

a.play_now_top_hp,
a.play_now_top_hp:active,
a.play_now_top_hp:visited 
{
    display:table-cell;	
	width: 300px;
	height: 40px;
	background: url("../images/backgrounds/play_now.png") no-repeat;
	vertical-align: middle;
}

a.play_now_top_hp:hover {
	background: url("../images/backgrounds/play_now2.png") no-repeat;
}

td.feature_main_page_text_left
{
	background-color:#bababa;
	font-family: verdana;
	font-size:13px;
	color: #000000;
	border-left: solid 2px #272727;
	border-bottom: solid 2px #272727;
	padding-left:5px;
	padding-right:5px;
}

td.feature_main_page_text_right
{
	background-color:#bababa;
	font-family: verdana;
	font-size:13px;
	color: #000000;
	border-right: solid 2px #272727;
	border-bottom: solid 2px #272727;
	padding-left:5px;
	padding-right:5px;
}


table.top_casinos_text
{
	font-family: verdana;
	text-align:justify;
}


table.hp_table
{
	background-color:#fcfcfc;
	
}

a.sign_up
{
	display:table-cell;
	width: 75px;
	height: 75px;
	background: url("../images/play_casino_now/sign_up1.png");
}

a.sign_up:hover {
	background: url("../images/play_casino_now/sign_up2.png");
}

a.play_now
{
	display:table-cell;
	width: 200px;
	height: 51px;
	background: url("../images/play_casino_now/play_now.png");
}

a.play_now:hover {
	background: url("../images/play_casino_now/play_now2.png");
}

a.download_now
{
	display:table-cell;
	width: 200px;
	height: 51px;
	background: url("../images/play_casino_now/download_now.png");
}

a.download_now:hover {
	background: url("../images/play_casino_now/download_now2.png");
}

a.deposit_now
{
	display:table-cell;
	width: 200px;
	height: 51px;
	background: url("../images/play_casino_now/deposit_now.png");
}

a.deposit_now:hover {
	background: url("../images/play_casino_now/deposit_now2.png");
}

a.visit_now
{
	display:table-cell;
	width: 200px;
	height: 51px;
	background: url("../images/play_casino_now/visit_now.png");
}

a.visit_now:hover {
	background: url("../images/play_casino_now/visit_now2.png");
}

a.bonus_now
{
	display:table-cell;
	width: 200px;
	height: 51px;
	background: url("../images/play_casino_now/bonus_now.png");
}

a.bonus_now:hover {
	background: url("../images/play_casino_now/bonus_now2.png");
}


a.join_now
{
	display:table-cell;
	width: 200px;
	height: 51px;
	background: url("../images/play_casino_now/join_now.png");
}

a.join_now:hover {
	background: url("../images/play_casino_now/join_now2.png");
}

a.play_now_small,
a.play_now_small:active,
a.play_now_small:visited 
{
    display:table-cell;	
	width: 300px;
	height: 27px;
	background: url("../images/backgrounds/play_now_small.png") no-repeat;
	vertical-align: middle;
}

a.play_now_small:hover {
	background: url("../images/backgrounds/play_now_small2.png") no-repeat;
}
