/*global reset */


html * {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
ul li {
	background:url(img/bull.gif) 0 6px no-repeat;
	padding-left:14px;
}
p {
	line-height: 18px;
}
/*  global reset */
h4 {
	font-weight:bold;
}
/* base html */

body {
	background: #343a3d url(images/bgd.gif);
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;/*this is in place to center in older browsers*/
}
a {
	text-decoration: none;
	color:#05c7c0;
}
a:link {/* unvisited link */
	color:#05c7c0;
}
a:hover { /* mouse over link */
	color:#05c7c0;
	text-decoration: underline;
}
a:active {/* selected link */
	color:#05c7c0;
}
/* end base html */
/*  layout */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header {
	width: 856px;
	padding: 20px 22px 20px 22px;
	height: 167px;
	background: #262b2e;
	position: relative;
}
#header .h1 {
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
	position:absolute;
	top:50px;
	left:40px;
}
#header .h1 a {
	text-decoration: none;
	color:#fff;
}
#content {
	float: left;
	width: 900px;
	background: #2d3235 url(images/main_bgd.gif) repeat-y top left;
}
#col_left {
	float: left;
	width: 571px;
	padding: 15px 22px;
}
#col_right {
	float: right;
	width: 190px;
	padding: 15px 58px 15px 30px;
}
.sidemenu li {
	padding:2px 0 2px 12px;
	border-left:1px #ccc solid;
	margin:6px 0;
	background:#444;
}
.sidemenu li.active a {
	color:#fff;
}
#footer {
	width: 900px;
	margin: 10px auto 20px auto;
}
#footer p {
	text-align: center;
}
#welcome {
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
/*navigation*/
#navigation {
	padding:26px 0 0 0;
}
#navigation li {
	float: left;
}
#navigation a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px 15px 15px;
	;
	background-color:#000;
	border-bottom: 3px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover {
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#navigation li.active a {
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#imagem {
}
#search {
	position: absolute;
	top: 105px;
	left: 22px;
}
h2#slogan {
	position: absolute;
	top: 100px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight: normal;
}
h2#slogan span {
	font-style: italic;
	color: #95ca05;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
}
h2, .h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin:0.6em 0 -0.3em 0;
}
#search input {
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn {
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}
#about_us {
	float: left;
	width: 194px;
	margin-right: 27px;
	display: inline;
}
#services {
	float: left;
	width: 151px;
	margin-right: 42px;
	display: inline;
}
#clients {
	float: left;
	width: 146px;
	display: inline;
}
#services ul li {
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#clients ul li {
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
}
h3 {
	padding: 8px 0 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center {
	float:left;
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
#quote {
	float:left;
	padding: 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
}
#quote p {
	line-height: 22px;
}
#quote p.testimonial {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
}
#quote .quote {
	font-size: 26px;
}
#news {
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d;
}
#news li {
	margin-bottom: 20px;
}
#news li p.date {
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive {
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;
	;
}
.green {
	color: #95ca05;
}
#botmenu {
	padding:2px 0;
	text-align:center;
	font-size:8pt;
	margin-top:0px;
	color:#fff;
}
#botmenu ul {
	margin:0;
	display:inline;
	padding:0;
	overflow:hidden;
}
#botmenu li {
	margin:0 3px 0 0;
	padding:0 6px 0 0;
	background:none;
	display:inline;
	border-right:1px solid #fff;
}
#botmenu li.last {
	margin:0;
	padding:0;
	border-right: 0 none;
}
#botmenu a.active {
	font-weight:bold;
	text-decoration:none;
}
.topcasinos {
	width:100%;
	border:1px solid #444;
	margin:12px 0;
}
.topcasinos td {
	padding:6px 3px;
}
.topcasinos td a {
	font-size:11pt;
}
.topcasinos .even td {
	background-color: #3a3a3a;
}
.topcasinos thead td {
	background-color:#444;
	color:#fff;
	font-weight:bold
}
.topcasinos td.hdr {
	text-align:center;
	border-bottom:1px solid #000;
}
.topcasinos .rank {
	width:18px;
	text-align:right;
}
.topcasinos .pic {
	width:16px;
	padding:0;
}
.topcasinos .name {
	font-size:10pt;
}
.topcasinos .us {
	text-align:center;
}
.topcasinos .bonus {
	text-align:center;
}
.topcasinos .match {
	text-align:center;
}
.topcasinos .review {
	text-align:center;
}
.topcasinos .piclink {
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	background-position:0 0;
	background-repeat:no-repeat;
}
.topcasinos .piclink span {
	display:block;
	padding-top:17px;
}
#stra_charts {
	margin:10px 0;
}
#stra_charts td, #stra_charts th {
	padding:8px;
	text-align: center;
}
#stra_charts thead td, #stra_charts th {
	font-weight:bold;
	background:#344;
}
#col_left p {
	margin:0.7em 0;
}
#col_left ul, #col_left ol {
	margin:0.7em 0 0.7em 2em;
}
#col_left ul li, #col_left ol li {
	margin:0.5em 0;
}
.cl_lists {
	overflow:hidden; clear:left; zoom:1;
}
.cl1, .cl2, .cl3 {
	float:left;
	font-weight:bold;
	width:166px;
}
.playnow_lnk {
	font-weight:bold;
	text-decoration:underline;
}
.somebox {
	border:1px solid #999;
	background:#444;
	padding:8px;
	margin-bottom:12px;
	overflow:hidden;
	position:relative;
}
.somebox h4 {
	font-size:14px;
	
}
.somebox h4 a {text-decoration:underline;}
.playnow_butt {
	display:block;
	border:1px solid #999;
	background:#333;
	padding:3px 8px;
	margin:10px 0 10px 23px;
	float:left;
	text-decoration:underline;
}
.somebox .playnow_butt {position:absolute; bottom:12px; right:12px; margin:0;}

.spec_table {margin:12px 0;}
.spec_table td {
	border:1px solid #999;
	padding:4px;
	width:188px;
	vertical-align:top;
}
.spec_table .tr_first td {border-bottom:none;}
.spec_table .tr_last td {border-top:none; padding:0; text-align:center;}

.spec_table td .playnow_butt {margin:0 auto; float:none; width:80px;}

.spec_table td h4 a {text-decoration:underline;}
#col_left .spec_table td ul {margin:10px 0 0 10px;}

.casinopic {border:1px solid #ccc; margin:0 8px 0 0;}
#blackjack-games .casinopic {margin-top:8px;}
#blackjack-games h2 a {text-decoration:underline;}
.smallcasinopic {border:1px solid #ccc; margin:0 6px 0 0;}
.bordered_div {border:1px solid #999; padding:12px 12px 0 12px;}
#col_left .bordered_div .cl_lists ul {margin-left:1.3em;}
.bordered_div h4 {float:left; font-size:14px;}
.bordered_div .playnow_butt {float:right; margin:0;}
.clearer {clear:both; height:0px; overflow:hidden;}