/* General */

body {
	margin: 0;
	padding:0;
	background: url("images/sitemapbg.jpg");
			

}








h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 907px;
}


/* Header */

#header {
	width: 907px;
	height: 140px;
	background: url("images/header.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 110px;
		left: 40px;
	}
	
	#header #header-info h1 {
		color: #FEFD29;
		font: normal 45px Impact;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #FEFD29;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 3px;
		left: 5px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: right;
		height: 32px;
		margin-right: 11px;
		font: bold 12px/32px Century Gothic;
		color: #17BDFB;
		/* background: url("images/header_menu.gif") repeat-x; 
		border: 1px solid #F7C642;*/
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #17BDFB;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 285px;
		left: 25px;
		width: 60px;
		height: 60px;
	}


/* Main */

#main {
	width: 907px;
	background: #262626 url("images/main.gif") repeat-y;
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
    background: url("images/main_bottom.gif") no-repeat scroll left bottom transparent;
    min-height: 2315px;
    width: 907px;
}
	/* Main - Content */
	
	#content {
		float: left;
		width: 650px;
		padding: 12px 16px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 650px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 122px;
			height: 25px;
			color: #000000;
			text-align: center;
			font: bold 10px/25px Century Gothic;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 670px;
			height: 45px;
			border: 1px solid #FFFFFF;
			/*background: url("images/post_title.gif") repeat-x;*/
			color: #000000;
			font: bold 10px Century Gothic;
			padding: 0 15px;
		}
		
		#content .post .post-title a, .post-title-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover, .post-title-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 15px/45px Century Gothic;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
			
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 45px;
			
		}
		
		.post-title-info {
			display:block;
			width:100%;
			text-align:right;
			color: #000000;
			font: bold 10px Century Gothic;
			padding-top: 10px;
					
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Century Gothic;
			color: #000000;
			padding: 0 15px;
			width: 650px;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Century Gothic;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 600px;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			/*background: url("images/post_info.gif") no-repeat;*/
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Century Gothic;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Century Gothic;
			color: #000000;
			width: 600px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Century Gothic;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px Century Gothic;
		color: #000000;
		width: 600px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 170px;
		font: normal 12px/18px Century Gothic;
		color: #000000;
	}
	
	.sidebar a {
		color: #000000;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 16px;
		}
		
		.sidebar-right {
			padding: 12px 0 15px 3px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: normal 14px/26px Century Gothic;
			color: #FFFFFF;
			font-weight:bold;
			width: 159px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #cccccc;
			font: bold 11px/25px Century Gothic;
			background: url("images/sidebar_menu.gif") repeat-x;
		}
		
		.sidebar ul li a {
			color: #cccccc;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}


/* Footer */

#footer {
	width: 907px;
	height: 83px;
	background: #180000;
	color: #ffffff;
	font: 10px/20px Century Gothic;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}




/* Main Container for Table */
.tablecon{ width:650px; margin:0 auto; float: auto;}

table.casinoCart{ 
width:100%;  
overflow:hidden; 
border:none; 
margin:0 auto;
}

/* Title you can control background image */
table.casinoCart tr.title{
width:100%; margin: 0 auto; 
background-color:#2E0A0A; 
background-repeat:repeat-x; height:22px; overflow:hidden; 
}

/* Title Column Headers */
table.casinoCart tr.title td.number{ 
width:45px;  
overflow:hidden; 
text-align:center; 
}

table.casinoCart tr.title td.topOnlineCasinos{ 
width:110px; 
overflow:hidden;
text-align:left; 
font-size:11px; 
font-weight:bold; 
}

table.casinoCart tr.title td.custom1{ 
width:280px; 
overflow:hidden;
text-align:center; 
font-size:11px; 
font-weight:bold; 
}

table.casinoCart tr.title td.casino_software{ 
width:100px; 
overflow:hidden;
text-align:center; 
font-size:11px; 
font-weight:bold; 
}

table.casinoCart tr.title td.bonus{
width:70px;  
overflow:hidden;
text-align:center; 
font-size:11px; 
font-weight:bold;
}

table.casinoCart tr.title td.payout{
width:70px;  
overflow:hidden;
text-align:center;
font-size:11px; 
font-weight:bold;
}

table.casinoCart tr.title td.usawhat{width:76px;  
overflow:hidden;
text-align:center;
font-size:11px; 
font-weight:bold;
}

table.casinoCart tr.title td.download{width:75px; 
overflow:hidden;
text-align:center; 
font-size:11px; 
font-weight:bold;
}

table.casinoCart tr.title td.rating{
width:88px;  
overflow:hidden;
text-align:center; 
font-size:10px; 
font-weight:bold;
}

table.casinoCart tr.title td.review{
width:82px;  
overflow:hidden;
text-align:center; 
font-size:11px; 
font-weight:bold;
}

table.casinoCart tr.title{ 
font-family:Arial, Helvetica, sans-serif; font-size:11px; 
color:white; 
font-weight:bold; 
text-indent:5px;
}

/* Table Row Data Elements */
table.casinoCart tr.textarea{width:100%; margin: 0 auto; 
background-image:url(images/tabletextareaBg2.png) ; 
background-repeat:repeat-x; 
}

table.casinoCart tr.textarea td.number2{ width:35px; 
overflow:hidden; text-align:center;
}

table.casinoCart tr.textarea td.topOnlineCasinos2{ 
width:120px; 
overflow:hidden;
text-align:center; 
}

table.casinoCart tr.textarea td.casino_software2{ 
width:200px; overflow:hidden;
text-align:center; 
}

table.casinoCart tr.textarea td.bonus2{
width:75px; 
overflow:hidden;
text-align:center;
}

table.casinoCart tr.textarea td.payout2{
width:75px;  overflow:hidden;
text-align:center;
}

table.casinoCart tr.textarea td.usawhat2{
width:76px;  
overflow:hidden;
text-align:center;
}

table.casinoCart tr.textarea td.download2{
width:117px; 
overflow:hidden;
text-align:center; 
text-indext:5px;
}

table.casinoCart tr.textarea td.custom1{
width:117px;  
overflow:hidden;
text-align:center; 
text-indext:5px;
}

table.casinoCart tr.textarea td.rating2{
width:88px;  
overflow:hidden;
text-align:center;
}

table.casinoCart tr.textarea td.review2{
width:82px;  
overflow:hidden;
text-align:center;
}

table.casinoCart tr.title td.games{ 
text-align:center;
}

table.casinoCart tr.textarea{ 
font-family:Arial, Helvetica, sans-serif; 
font-size:11px; color:#000; 
text-align:center;
}

table.casinoCart tr.textarea td.number2, table.casinoCart tr.textarea td.rating2, table.casinoCart tr.textarea td.review2, table.casinoCart tr.textarea td.casino_software2, table.casinoCart tr.textarea td.custom21{
    color: #333333;
    font-family: "myriad Pro";
    font-size: 11px;
    font-weight: normal;
    padding: 0;
	text-indext: 5px;

}

table.casinoCart tr.textarea td.bonus2, table.casinoCart tr.textarea td.payout2 {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;

}

table.casinoCart tr.textarea td.usawhat2 img {
    float: left;
    margin: -3px 0 0 10px;
}

.topOnlineCasinos2 a{ 
text-decoration:none; 
color:#083D68; font-size:11px; 
text-align:left; 
display:block; 
text-indent:5px; 
text-decoration: underline;
}

.review2 a,.usawhat2 a{ 
text-decoration:none; 
color:#083D68; 
font-size:11px; 
text-decoration:underline;
}

.topOnlineCasinos2 img {
    float: left;
    margin: 0 3px;
}


/* Table Row Color and Height */
table.casinoCart tr.odd{ background-color:#D2E3D2;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    }
    
table.casinoCart tr.even{background-color:##F9F4FF;
    background-repeat: repeat-x;
    height: 38px;
    margin: 0 auto;
    width: 100%;
    }
    
    /* Remove Borders from Images */

	a img { 
    border: 0 none;
           }
 img {
    border: 0 none;
           }

