/* Generic styling */
body{
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	background: url('/images/background.jpg');
	margin: 0px;
	padding: 0px;
	}
img{
	border: 0px;
	}
input,select,textarea,button{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	background: #dedede;
	color: #000000;
	border: 1px solid #000000;
	}
h1,h2,h3,h4,h5,p{
	font-weight: normal;
	margin: 0px;
	padding: 0 0 15px 0;
	}
ul{
	margin: 0px 0 15px 0;
	padding: 0px 0 0 15px;
	list-style: none;
	list-style-type: square;
	list-style-position: outside;
	}
a{
	color: #ffffff;
	}
h3{
	font-size: 16pt;
	}
h4{
	font-size: 14pt;
	}
/* containers */
#acon{
	width: 100%;
	text-align: center;
	}
#bcon{
	width: 971px;
	background: #ffffff url('/images/center_bg.jpg') repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	}

/* Top Half */
#main_header{
	background: #ffffff url('/images/header_bg.jpg') repeat-x;
	margin: 0 7px 0 7px;
	height: 336px;
	}
#main_header .padding{
	padding: 0 13px 0px 13px;
	}
#main_header h1{
	background: url('/images/header_logo.jpg') no-repeat;
	float: left;
	margin: 0px;
	}
#main_header h1 a{
	display: block;
	width: 281px;
	height: 103px;
	text-indent: -2000em;
	}
#players{
	display: block;
	cursor: pointer;
	float: right;
	background: #42535b url('/images/players_bg_left.jpg') no-repeat;
	color: #ffffff;
	width: 500px;
	height: 35px;
	font-size: 12pt;
	text-decoration: none;
	}
#players_sub{
	display: block;
	background: url('/images/players_bg_right.jpg') top right no-repeat;
	width: 500px;
	height: 35px;
	}
#pcount{
	float: left;
	padding: 8px 20px 0 26px;
	}
#jackpot_display{
	float: left;
	font-size: 10pt;
	width: 220px;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	}
#jackpot_list{
	display: none;
	}
#dt{
	margin-top: 26px;
	float: right;
	width: 500px;
	text-align: right;
	clear: right;
	}
#main_banner{
	float: left;
	height: 216px;
	width: 100%;
	background: url('/images/main_banner_1.jpg') 0 0 no-repeat;
	clear: both;
	}
#main_banner h2{
	text-indent: -2000em;
	}
#main_navigation{
	margin: 0px 0px 0 20px;
	padding: 8px 0 10px 0;
	}
#main_navigation a{
	float: left;
	text-indent: -2000em;
	height: 50px;
	width: 150px;
	background-image: url('/images/main_navigation.jpg');
	}
#main_navigation a.index{
	background-position: 0 0;
	}
#main_navigation a.download{
	width: 180px;
	background-position: -150px 0;
	}
#main_navigation a.faq{
	width: 100px;
	background-position: -330px 0;
	}
#main_navigation a.passport{
	width: 160px;
	background-position: -430px 0;
	}
#main_navigation a.affiliates{
	width: 180px;
	background-position: -590px 0;
	}
#main_navigation a.support{
	width: 163px;
	background-position: -770px 0;
	}
#main_navigation span{
	display: none;
	}

#dlbtn{
	background: url('/images/download.gif') top right no-repeat;
	display: block;
	height: 152px;
	width: 426px;
	}
	
/* Main Content */
#main_content{
	margin: 0 0 0 7px;
	color: #ffffff;
	}
#main_content_a{
	width: 958px;
	background: #ffffff url('/images/main_content_bg.jpg') top left repeat-y;
	}
#main_content_b{
	background: url('/images/main_content_top.jpg') left top no-repeat;
	}
#main_content_c{
	background: url('/images/main_content_bottom.jpg') left bottom no-repeat;
	}
div.content_padding{
	padding: 20px;
	}
#future{
	background: url('/images/future.jpg') no-repeat;
	color: #ffffff;
	height: 384px;
	width: 480px;
	}
#future h3{
	font-size: 16pt;
	margin: 0px;
	padding: 12px 5px 5px 12px;
	}
#suits_list{
	padding: 0px;
	margin: 0 0 0 16px;
	line-height: 26px;
	list-style: none;
	list-style-position: inside;
	}
#suits_list li{
	padding: 0 0 0 18px;
	margin: 5px 0 7px 0;
	line-height: 18px;
	background-image: url('/images/listsprite.gif');
	background-repeat: no-repeat;
	}
#suits_list li.a{
	background-position: 0 0;
	}
#suits_list li.b{
	background-position: 0 -18px;
	}
#suits_list li.c{
	background-position: 0 -36px;
	}
#suits_list li.d{
	background-position: 0 -54px;
	}
#videoplayer{
	border: 1px solid #ffffff;
	}
#learn_more{
	display: block;
	height: 70px;
	width: 280px;
	}
#learn_more span{
	display: block;
	text-indent: -2000em;
	}
#sub_content{
	color: #ffffff;
	padding: 10px 0 0 7px;
	}
#sub_content a{
	color: #ffffff;
	}
#columb_a{
	width: 649px;
	background: url('/images/col_a_sprite.jpg') repeat-y -1298px top;
	}
#columb_a #column_a_a{
	background: url('/images/col_a_sprite.jpg') no-repeat 0px bottom;
	}
#columb_a #column_a_b{
	background: url('/images/col_a_sprite.jpg') no-repeat -649px top;
	padding: 10px 10px 10px 24px;
	}
#columb_b{
	width: 309px;
	background: url('/images/col_b_sprite.jpg') repeat-y -618px top;
	}
#columb_b #column_b_a{
	background: url('/images/col_b_sprite.jpg') no-repeat 0px bottom;
	}
#columb_b #column_b_b{
	background: url('/images/col_b_sprite.jpg') no-repeat -309px top;
	}
	
#copyright{
	margin: 10px 8px 0px 8px;
	clear: both;
	color: #ffffff;
	background: #ffffff url('/images/main_content_bg.jpg') top left repeat-y;
	}
#copyright_b{
	background: url('/images/main_content_top.jpg') left top no-repeat;
	}
#copyright_c{
	padding: 18px 20px 18px 20px;
	background: url('/images/main_content_bottom.jpg') left bottom no-repeat;
	}
#copyright a{
	text-decoration: none;
	}
#copyright a:hover{
	text-decoration: underline;
	}
#videocontrols a{
	text-decoration: none;
	}
#tutoriallink{
	float: right;
	height: 187px;
	width: 209px;
	}
#tutoriallink a{
	text-indent: -2000em;
	background: url('/images/tutorial_thumb.jpg') no-repeat top left;
	display: block;
	height: 187px;
	width: 209px;
	}
#promoForm input{
	font-size: 14pt;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	}
#promoForm button{
	font-size: 14pt;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	}
	
.faq_block{
	padding: 0 10px 10px 10px;
	
	border-bottom: 1px solid #999999;
	}
.faq_toplink{
	margin-bottom: 20px;
	text-align: right;
	}
.faq_toplink a{
	text-decoration: none;
	}
.faq_toplink a:hover{
	text-decoration: underline;
	}
/* Blog Styles */

#blog{
	
	}

#blog .link_display{
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	text-align: right;
	margin-bottom: 20px;
	}
#blog .title{
	padding: 6px 6px 6px 6px;
	margin-bottom: 15px;
	color: #013b6d;
	background: #ffffff;
	border: 1px solid #666666;
	}
#blog .title a{
	color: #013b6d;
	}
#blog h3{
	margin: 0px;
	padding: 0px;
	}
#blog h3 a{
	text-decoration: none;
	}
#blog .comment_row{
	clear: both;
	padding-bottom: 10px;
	}
#blog .comment_row h4{
	clear: both;
	font-size: 10pt;
	margin: 0px;
	padding: 0 0 5px 0;
	font-weight: normal;
	}
#blog .comment_row .text{
	background: #556872;
	border: 1px solid #ffffff;
	border-width: 1px 1px 0 1px;
	padding: 10px;
	}

#blog .comment_row .info{
	vertical-align: top;
	background: url('/images/comment_info_bg.jpg') top repeat-x;
	padding: 0 5px 5px 5px;
	font-size: 14pt;
	}
	
#blog .comment_row .author{
	background: url('/images/comment_tick.jpg') top left no-repeat;
	padding: 5px 0 5px 40px;
	display: block;
	margin-left: 150px;
	}