body,html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

body {
	background-image: url(../resources/bg.gif);
	background-position: -58px 0;
	background-repeat: repeat-x;
	background-attachment: fixed;

}

#main_wrap {
	width: 100%;
	margin: 0 auto;
	background-image: url(../resources/main_wrap_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

a {
	color: white;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
}

#main_inner_wrap {
	width: 812px;
	margin: 0 auto;
	position: relative;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.small {
	font-size: 12px;
	font-weight: bold;
}

.padding20 {
	padding: 20px;
}

/* COLOR CODES */

.color_1 {
	color: #f3e096;
}

.color_white {
	color: white;
}
/* -------------------------------

	HEADER
	
------------------------------- */


#header {
	width: 812px;
	height: 141px;
	position: relative;
	background-image: url(../resources/header.jpg);
	background-repeat: no-repeat;
}

#homelink {
	width: 185px;
	height: 120px;
	display: block;
	position: absolute;
	top: 16px;
	left: 10px;
	z-index: 10000;
}

/* LANGBAR */

#langbar_wrap {
	width: 812px;
	height: 141px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#langbar {
	position: absolute;
	top: 20px;
	left: 455px;
}

#langbar_dropdown {
	z-index: 1000;
	
}

#langbar a {
	position: relative;
	display: block;
	width: 95px;
	height: 18px;
	padding: 5px 0 0 34px;
}

#langbar li {
	width: 129px;
	height: 23px;
}

#langbar .hidden li {
	height: 27px;
	background-image: url(../resources/langbar_item.gif);
	background-repeat: no-repeat;
	margin: 1px 0 0 0;
	z-index: 3000;
}

#langbar .hidden li:hover {
	background-image: url(../resources/langbar_item_hover.gif);
	background-repeat: no-repeat;
}

#langbar .hidden a {
	padding: 7px 0 0 10px !important;
}

#langbar .hidden {
	display: none;
}

#langbar a:hover {
	text-decoration: none;
	color: #f2e096;
}

#langbar a:hover > img {
	border: 1px solid #f2e096;
	top: 4px;
	left: 101px;
}

#langbar img {
	position: absolute;
	top: 5px;
	left: 102px;
}

#langbar img:hover {
	border: 1px solid #f2e096;
}

/* SUPPORTBAR */

#supportbar {
	position: absolute;
	top: 23px;
	left: 600px;
}

.support_numbers {
	line-height: 16px;
	position: relative;
	top: 8px;
	left: 0;
}

/* -------------------------------

	MENU
	
------------------------------- */


#menu_wrap {
	width: 812px;
	height: 44px;
	background-image: url(../resources/menu_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#menu_wrap ul {
	margin-left: 22px;
	position: absolute;
	top: 0;
	left: 0;

}

#menu_wrap li {
	float: left;
	background-image: url(../resources/menu_sep.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin: 0 3px 0 1px;
	z-index: 1;
}

#menu_wrap li.back {
    background-color: black;
    width: 2px;
    height: 21px;
    z-index: 1;
    position: absolute;
    padding-top: 23px;
    padding-left: 4px;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
}

#menu_wrap li:first-child {
	background-image: none;
}

#menu_wrap a {
	height: 26px;
	width: auto;
	padding: 18px 19px 0 18px;
	font-weight: bold;
	display: block;
	z-index: 2;
	position: relative;
}

#menu_wrap a:hover {
	text-decoration: none;
}

/* -------------------------------

	MAINFLASH
	
------------------------------- */


#mainflash_wrap {
	width: 812px;
	height: 224px;
	background-image: url(../resources/mainflash_bg.gif);
	background-repeat: no-repeat;
}

#mainflash {
	width: 800px;
	height: 212px;
	padding: 6px 0 0 6px;
}

/* -------------------------------

	CAMPAIGNS AND BONUSES / SCROLLABLE
	
------------------------------- */

#campaign_wrap {
	width: 812px;
	background-image: url(../resources/campaign_wrap_bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 8px 0;
	position: relative;
	height: 176px;
}

#campaign_wrap .scrollable {
	width: 806px;
	height: 178px;
	overflow: hidden;
	position: relative;
}

#campaign_wrap .items {
	width: 10000px;
	height: 178px;
	position: absolute;
	overflow: hidden;
	margin: 0 0 0 4px;
}

#campaign_wrap #scrollable_left {
	width: 23px;
	height: 75px;
	display: none;
	background-image: url(../resources/scrollable_left.png);
	position: absolute;
	top: 60px;
	left: -23px;
	cursor: pointer;
	z-index: 10000;
}

#campaign_wrap #scrollable_left:hover {
	background-image: url(../resources/scrollable_left_hover.png);
}

#campaign_wrap #scrollable_right {
	width: 23px;
	height: 75px;
	display: none;
	background-image: url(../resources/scrollable_right.png);
	position: absolute;
	top: 60px;
	left: 812px;
	cursor: pointer;
}

#campaign_wrap #scrollable_right:hover {
	background-image: url(../resources/scrollable_right_hover.png);
}


#campaign_wrap .item {
	width: 258px;
	height: 176px;
	background-color: #1c1c1c;
	border: 1px solid #393636;
	float: left;
	overflow: hidden;
	margin: 0 4px 0 4px;
}

#campaign_wrap .item .header {
	width: 248px;
	height: 31px;
	background-image: url(../resources/campaignbox_heading_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding: 10px 0 0 12px;
}

#campaign_wrap .item .content {
	width: 240px;
	height: 115px;
	padding: 10px;
}

#campaign_wrap .item .content a {
	display: block;
	width: 94px;
	height: 23px;
	background-image: url(../resources/button_bg.gif);
	background-repeat: no-repeat;
	padding: 3px 0 0 26px;
	font-size: 12px;
	margin: 10px 0 0 0;
}

/* 2nd Deposit bonus - $500 */

#campaign_wrap .deposit2nd {

}

#campaign_wrap .deposit2nd .content {
	background-image: url(../resources/campaignbox_500deposit_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #131414;
	position: relative;
}

#campaign_wrap .deposit2nd .content a {
	font-size: 12px;
	left: 162px;
	position: absolute;
	text-transform: uppercase;
	top: 76px;
	background-image: none;
	padding: 0;
	margin: 0;
}

#campaign_wrap .deposit2nd .header {
	background-image: url(../resources/campaignbox_heading_bg_2.gif);
}


/* Progressive Jackpots */

#campaign_wrap .jackpots {

}

#campaign_wrap .jackpots .content {
	position: relative;
	background: transparent url(../resources/progressive_genie.jpg) no-repeat scroll 14px center;
}

#campaign_wrap .jackpots .content a {
	width: 260px;
	height: 135px;
	display: block;
	position: absolute;
	background-image: none;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

/* -------------------------------

	GAMES FLASH
	
------------------------------- */

#gamesflash_wrap {
	width: 812px;
	height: 142px;
	background-image: url(../resources/gamesflash_bg.gif);
	background-repeat: no-repeat;
}

#gamesflash {
	width: 795px;
	height: 135px;
	padding: 0 9px 0 8px;
}

/* -------------------------------

	PAYMENTS AND LOGOS
	
------------------------------- */

#payments_and_logos {
	width: 813px;
	height: 97px;
	background-image: url(../resources/logos_new.gif);
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
	position: relative;
}

#payments_and_logos a#skillonnet {
	width: 96px;
	height: 35px;
	position: absolute;
	top: 13px;
	left: 571px;
	display: block;
}

#payments_and_logos a#rng {
	display: block;
	width: 106px;
	height: 30px;
	position: absolute;
	top: 18px;
	left: 676px;
}

#payments_and_logos a#ego {
	display: block;
	width: 86px;
	height: 34px;
	position: absolute;
	top: 18px;
	left: 39px;
}

/* -------------------------------

	FOOTER
	
------------------------------- */

#footer {
	width: 812px;
	height: 28px;
	margin: 5px 0 0 0;
	background-image: url(../resources/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 12px;
	position: relative;
}

#footer a {
	padding: 0 10px 0 10px;
}

#copyrights {
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 12px;
	color: #F3E096;
}

/* -------------------------------

	INNER PAGE
	
------------------------------- */

#inner_wrap {
	width: 812px;
	background-image: url(../resources/inner_bg.png);
	background-repeat: repeat-y;
	padding: 0 0 10px 0;
}

#inner_wrap_2 {
	padding: 10px 0 10px 0;
	width: 812px;
	background-image: url(../resources/inner_bg.png);
	background-repeat: repeat-y;
}

#inner_wrap_2 #inner_heading {
	position: relative;
	top: -10px;
}

#inner_heading {
	width: 772px;
	height: 42px;
	background-image: url(../resources/inner_heading_bg.gif);
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 18px 0 0 40px;
}

.inner_bottom {
	width: 812px;
	height: 10px;
	background-image: url(../resources/inner_bottom.png);
	background-repeat: no-repeat;
}

/* -------------------------------

	INNER PAGE > SUBMENU
	
------------------------------- */

#submenu_wrap {
	width: 184px;
	float: left;
	background-image: url(../resources/submenu_bg_rpt.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	padding: 0 10px 0 0;
	margin: 0 0 0 1px;
}

#submenu_bottom {
	width: 194px;
	height: 398px;
	background-image: url(../resources/submenu_bg_bottom.gif);
	background-repeat: no-repeat;
}

#submenu_wrap ul {
	padding: 10px 0 0 0;
}

#submenu_wrap ul#submenu {
	background-image: url(../resources/submenu_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 194px;
	min-height: 295px;
}

#submenu_wrap ul li {
	background-image: url(../resources/submenu_separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 194px;
}

#submenu ul {
	margin: 0 0 0 10px;
	font-size: 11px;
	padding: 0 0 6px 0;
}

#submenu ul li {
	background-image: none;
}

#submenu_wrap ul a {
	color: #fff0b4;
	display: block;
	padding: 10px 0 10px 18px;
	background-image: url(../resources/submenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

#submenu_wrap ul a:hover {
	text-decoration: none;
	color: white;
}

#submenu_wrap ul a.open {
	background-image: url(../resources/submenu_bullet_opened.gif);
	background-position: 3px center;
}

/* -------------------------------

	INNER PAGE > CONTENT
	
------------------------------- */

#content_wrap {
	float: left;
	font-size: 12px;
}

.contentbox_wrap {
	width: 596px;
	margin: 10px 0 0 10px;
	background-color: #1e1e1e;
	background-image: url(../resources/contentbox_bg.gif);
	background-repeat: repeat-y;
}

.contentbox_top {
	background-image: url(../resources/contentbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content_wrap td {
	padding: 10px;
	margin: 0 2px 2px 0;
	background-color: #a6a6a6;
	color: #1e1e1e;
}

.padding20 .floatleft {
	float: left;
	font-size: 20px;
	margin: 10px 0 0 0;
}

.padding20 td {
	padding: 10px;
	margin: 0 2px 2px 0;
	background-color: #a6a6a6;
	color: #1e1e1e;
}

.supportimage {
	width: 256px;
	height: 66px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	background: transparent url(../resources/support_button.jpg) no-repeat scroll left top;
}

.contentbox {
	padding: 10px;
	background-image: url(../resources/contentbox_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.step_nr {
	width: auto;
	height: 34px;
	background-image: url(../resources/step_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 30px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
}

.step_nr span {
	padding: 4px 0 0 4px;
}

.contentbox .content {
	padding: 0 10px 0 10px;
	text-align: center;
	min-height: 10px;
	line-height: 22px;
}

.contentbox .content p {
	text-align: left;
	padding: 0;
	margin: 0;
	z-index: 100000;
}

.content ul {
	text-align: left;
}

.contentbox .content a {
	color: #d50000;
	font-weight: bold;
	text-decoration: underline;
}

.contentbox .content img {
	margin: 10px;
}

.contentbox .content h1 {
	width: 546px;
	height: 28px;
	background-image: url(../resources/inner_maintitle_bg.gif);
	background-repeat: no-repeat;
	margin: 20px 0 10px 0;
	font-size: 24px;
	text-align: left;
	padding: 6px 0 0 10px;

}

.padding20 h1 {
	width: 100%;
	height: 34px;
	background-image: url(../resources/inner_maintitle_bg_2.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0 !important;
	font-size: 24px !important;
	text-align: left;
	padding: 0 0 0 10px !important;
}

h2 {
	color: #f6d000;
	font-size: 18px;
	padding: 10px 0 !important;;
	display: block;
	font-weight: normal;
	margin: 0;
	text-align: left;
}

.cards {
	padding: 0 2px !important;
	margin: 0 !important;
	top: 2px;
	left: 0;
	position: relative;
}

h3 {
	text-align: left;
	color: #f6d000;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #f6d000;
	width: auto;
	padding: 0 0 3px 0;
}

/* -------------------------------

	INNER PAGE > REGISTER
	
------------------------------- */

#regpage_wrap {
	width: 790px;
	margin: 0 auto;
	background: black url(../resources/regpage_bg.gif) repeat-y scroll -1580px 0;
}

#regpage_wrap a {
	font-weight: bold;
}

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

.padding20 ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

#regpage_top {
	width: 790px;
	height: 6px;
	margin: 0 auto;
	background: black url(../resources/regpage_bg.gif) repeat-y scroll -790px 0;
}

#regpage_bottom {
	width: 790px;
	height: 6px;
	margin: 0 auto;
	background: black url(../resources/regpage_bg.gif) repeat-y scroll 0 0;
}

#regpage_wrap h1 {
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 30px;
}

#regpage_maintop {
	width: 812px;
	height: 10px;
	background-image: url(../resources/inner_top.png);
	background-repeat: no-repeat;
}

#regpage_wrap p {
	font-size: 12px;
	clear: both;
}

.regpage_separator {
	width: 750px;
	height: 2px;
	margin: 20px auto;
	background-image: url(../resources/regpage_separator.gif);
	background-repeat: no-repeat;
}

/* REGISTER STEPS */

#regpage_steps {
	width: 750px;
	margin: 20px auto;
	padding: 0 0 0 5px;
	background-image: url(../resources/register_steps_bg.png);
	background-repeat: no-repeat;
}

#regpage_steps ul {
	padding: 0 5px 0 0;
	background-image: url(../resources/register_steps_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 51px;
}

#regpage_steps li {
	float: left;
	height: 51px;
}

#regpage_steps li.stepnr {
	width: 37px;
	height: 51px;
	background: #1e1e1e url(../resources/register_steps_bg.png) no-repeat scroll -74px 0; 
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 0 14px;
	color: #cfcfcf;
}

#regpage_steps li.steptitle {
	height: 40px;
	padding: 11px 20px 0 10px;
	background: #1e1e1e url(../resources/register_steps_bg.png) repeat-x scroll -125px 0;
	font-size: 20px;	
	color: #cfcfcf;
}

#regpage_steps li.stepnr.active {
	background: #1e1e1e url(../resources/register_steps_bg.png) repeat-x scroll -19px 0;
}

#regpage_steps li.active {
	font-weight: bold;
	color: white;
}

/* REGISTER INPUTS */

.inputline {
	width: 496px;
	margin: 0 0 20px 0;
}

.inputline {
	width: 100%;
	margin: 0 0 10px 0;
}

.inputtitle {
	width: 240px;
	height: 17px;
	float: left;
	font-size: 14px;
	padding: 9px 0 0 0;
}

.inputform {
	width: 246px;
	height: 26px;
	float: left;
	position: static;
	
}

.inputform_2 {
	width: 360px;
	height: 26px;
	float: left;
	position: static;
}

.LV_validation_message {
	height: 19px;
	width: 200px;
	display: block;
	position: relative;
	top: -23px;
	left: 210px;
	font-size: 12px;
	padding: 2px 0 0 26px;
}

.LV_invalid {
	background: transparent url(../resources/register_status_icons.png) no-repeat scroll 0 0;
	color: #eb1111;
}

.LV_valid {
	background: transparent url(../resources/register_status_icons.png) no-repeat scroll 0 -22px;
}

.regpage_input {
	width: 199px;
	height: 22px;
	background: transparent url(../resources/register_inputs.png) no-repeat scroll 0 -78px;
	border: none;
	font-size: 12px;
	padding: 4px 10px 0 10px;
	z-index: 5;
	position: relative;
}

.LV_valid_field {
	background: transparent url(../resources/register_inputs.png) no-repeat scroll 0 0;
}

.LV_invalid_field {
	background: transparent url(../resources/register_inputs.png) no-repeat scroll 0 -26px !important;
}

.regpage_input:focus {
	background: transparent url(../resources/register_inputs.png) no-repeat scroll 0 -52px;
}

#regpage_submit {
	width: 133px;
	height: 32px;
	border: none;
	background: transparent url(../resources/register_button.png) no-repeat scroll left top;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 20px 20px;
	cursor: pointer;
}

#validate_button {
	width: 151px;
	height: 32px;
	border: none;
	background: transparent url(../resources/validate_button.png) no-repeat scroll left top;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 20px 20px;
	cursor: pointer;
}

#validate_again_button {
	width: 329px;
	height: 32px;
	border: none;
	background: transparent url(../resources/validate_again_button.png) no-repeat scroll left top;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 20px 20px;
	cursor: pointer;
}

#update_button {
	width: 151px;
	height: 32px;
	border: none;
	background: transparent url(../resources/update_button.png) no-repeat scroll left top;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0 0 20px 20px;
	cursor: pointer;
}

p.cufon > span {
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: -1px;
}

#reg_frame {
	width: 765px;
	margin: -20px 0 0 -10px;
}

.selectedTxt{
	width: 160px;
	height: 22px;
	background: transparent url(../resources/select_main_bg.png) no-repeat scroll left -26px;
	color: black;
	font-size: 12px;
	padding: 6px 10px 0 10px;
}

.newListSelected {
	width: 178px;
	color: black;
	font-size: 12px;
}

.newListSelHover {
	background: transparent url(../resources/select_main_bg.png) no-repeat scroll left top;
	width: 160px;
	height: 22px;
	color: black;
	font-size: 12px;
	padding: 6px 10px 0 10px;
}

.newListSelected ul {
	padding: 6px 0 6px 0 !important;
	margin: 2px auto 0 auto !important;
	width: 199px;
	z-index: 9999;
	position: absolute;
	top: 6px;
	left: 2px;
	display: none;
	background-color: white;
	background-image: none !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #d5d5d5;
	height: auto !important;
	overflow: auto;
}

.newListSelected li {
	float: none !important;
	padding: 5px;
	height: 16px !important;
}

.newListSelected li.hiLite {
	background-color: #f8f36c;
}

.newListSelected li.newListHover {
	background-color: #d5d5d5;
}

/* DATEMONTH 2 */

.datemonth_2 {
	float: left;
	padding: 0 5px 0 0;
}

.datemonth_2 .newListSelected {
	width: 63px;
}

.datemonth_2 .selectedTxt{
	width: 46px;
	height: 20px;
	background: transparent url(../resources/select_datemonth_2_bg.png) no-repeat scroll left -26px;
	color: black;
	font-size: 12px;
	padding: 6px 10px 0 7px;
}

.datemonth_2 .newListSelHover {
	background: transparent url(../resources/select_datemonth_2_bg.png) no-repeat scroll left top;
	width: 46px;
	height: 20px;
	color: black;
	font-size: 12px;
	padding: 6px 10px 0 7px;
}

.datemonth_2 .newListSelected ul {
	padding: 6px 0 6px 0 !important;
	margin: 2px auto 10px auto !important;
	width: 59px;
	z-index: 9999;
	position: absolute;
	top: 6px;
	left: 2px;
	display: none;
	background-color: white;
	background-image: none !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #d5d5d5;
	height: 200px !important;
	overflow: visible !important;
}

.datemonth_2 {
	width: 63px;
    height: 26px;
    background: transparent url(../resources/select_datemonth_2_bg.png) no-repeat scroll 0 -26px;
}

.datemonth_2 .selectbox {
	width: 58px;
	height: 20px;
	border: none;
	padding: 6px 0 0 5px;
}

.selectbox-wrapper {
	z-index: 999999;
	width: 55px;
	min-height: 50px !important;
	position: relative;
}

.selectbox-wrapper ul {
	background-image: none !important;
	position: absolute;
	top: 0;
	left: 2px;
	height: auto !important;
	z-index: 99999;
}

.smallie .selectbox-wrapper {
	height: 60px !important;
}

.selectbox-wrapper li {
	float: none !important;
	color: black;
	font-size: 12px;
	height: 12px !important;
	width: 30px;
}

.inputform .selectbox {
	width: 199px;
	height: 22px;
	background: transparent url(../resources/select_main_bg.png) no-repeat scroll left -26px;
	color: black;
	font-size: 12px;
	padding: 6px 10px 0 10px;
	border: none;
}

.inputform .selectbox-wrapper {
	width: 195px !important;
	font-size: 12px;
}

.inputform .selectbox-wrapper li {
	width: 165px;
	height: 16px;
}

/* -------------------------------

	INNER PAGE > PROMOTIONS
	
------------------------------- */

.promo_wrap h2 {
	border-bottom: 1px dotted #f6d000;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

.promo_wrap {
	padding: 0 20px 10px 20px;
	font-size: 12px;
}

.promo_left {
	float: left;
	padding: 20px 0 0 0;
	width: 430px;
}

.promo_right {
	float: right;
}

.promo_left a {
	display: block;
	height: 21px;
	width: 240px;
	background-image: url(../resources/promo_terms.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 25px;
	color: #D50000;
}

.promo_left a:hover {
	text-decoration: none !important;
}

.promo_sep {
	padding: 5px 0 5px 0;
}

/* -------------------------------

	INNER PAGE > PREVIEWS
	
------------------------------- */

#previews_wrap ul {
	width: 145px;
	height: auto;
	float: left;
	padding: 143px 0 0 10px;
	margin: 8px 0 0 0;
}

#previews_wrap ul.slots {
	background: transparent url(../resources/previews_slots.gif) no-repeat scroll center top;
	padding: 143px 0 0 20px;
}

#previews_wrap ul.card {
	background: transparent url(../resources/previews_cards.gif) no-repeat scroll center top;
}

#previews_wrap ul.roulette {
	background: transparent url(../resources/previews_roulette.gif) no-repeat scroll center top;
}

#previews_wrap ul.poker {
	background: transparent url(../resources/previews_poker.gif) no-repeat scroll center top;
}

#previews_wrap ul.other {
	background: transparent url(../resources/previews_other.gif) no-repeat scroll center top;
}

#previews_wrap li {
	width: 125px;
	height: 20px;
	background: transparent url(../resources/previews_li_bg.gif) no-repeat scroll center bottom;
	padding: 5px 0 5px 20px;
}

#previews_wrap li a {
	cursor: pointer;
}

.previews_title {
	text-align: center;
	color: #fee300;
	padding: 10px 0 0 0;
}

#preview #regpage_top {
	background: transparent url(../resources/previews_bg_top.gif) no-repeat scroll left top;
}

#previews_wrap {
	background: transparent url(../resources/previews_bg_gradient.gif) no-repeat scroll left top;
}

#preview_image {
	display: block;
	width: 721px;
	height: 476px;
	margin: 0 auto;
}

/* -------------------------------

	INNER PAGE > LOGIN AND LOST PASSWORD
	
------------------------------- */

#login_wrap {
	width: 725px;
	background: transparent url(../resources/login_bg.jpg) no-repeat scroll center top;
	height: 300px;
	position: relative;
}

#login_username {
	position: absolute;
	top: 62px;
	left: 217px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	width: 100px;

}

#login_username input {
	background-color: transparent;
	position: absolute;
	top: -3px;
	left: 110px;
	border: none;

}

#login_pw {
	position: absolute;
	top: 91px;
	left: 217px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	width: 100px;

}

#login_pw input {
	background-color: transparent;
	position: absolute;
	top: -3px;
	left: 110px;
	border: none;
}

#login_buttons {
	position: absolute;
	top: 130px;
	left: 212px;
	width: 260px;
	text-align: center;
}

#login_buttons a:hover {
	text-decoration: none;
}

#login_reg {
	border: none;
	background-color: transparent;
	font-size: 11px;
	text-decoration: underline;
	color: #d91427;
	cursor: pointer;
	padding: 0 6px 0 0;
}

.loginout {
	width: 72px;
	height: 22px;
	color: white;
	background: transparent url(../resources/login_button.gif) no-repeat scroll left top;
	border: none;
	text-transform: uppercase;
}

#login_buttons input {
	float: right;
}

#login_lostpw {
	border: none;
	background-color: transparent;
	font-size: 11px;
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

#lostpw_wrap {
	width: 725px;
	background: transparent url(../resources/lostpw_bg.jpg) no-repeat scroll center top;
	height: 300px;
	position: relative;
}

#lostpw_title {
	font-size: 14px;
	width: 297px;
	text-align: center;
	position: absolute;
	top: 53px;
	left: 212px;
}

#lostpw_buttons {
	position: absolute;
	top: 130px;
	left: 212px;
	width: 297px;
	text-align: center;
}

.progressive {
	font-size: 20px;
	font-weight: bold;
	margin: 36px 0 0 103px;
}

.cufonize_progressive {
	color: #feee31;
}

.progressive .cufonize {
	font-size: 16px;
}

.padding20.jackpots {
	background: transparent url(../resources/jackpot_bg.jpg) no-repeat scroll center 10px;
	position: relative;
	min-height: 269px;
}

.padding20.jackpots .cufonize {
	font-size: 20px;
}

.padding20.jackpots .progressive {
	font-size: 22px;
}

#millionaire_genie {
	position: absolute;
	top: 13px;
	left: 100px;
}

#carribbean_poker {
	position: absolute;
	top: 13px;
	left: 457px;
}

.slots #millionaire_genie {
	position: relative;
	top: 0;
	left: 0;
}

/* LANGUAGES */

/* ROMANIAN */
.supportimage_RO {
	width: 256px;
	height: 66px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	background: transparent url(../resources/support_button_RO.jpg) no-repeat scroll left top;
}

/* GERMAN */

#campaign_wrap .deposit2nd .content.DE a {
	font-size: 12px;
	left: 158px;
	position: absolute;
	text-transform: uppercase;
	top: 76px;
	background-image: none;
	padding: 0;
	margin: 0;
}

/* GREEK */

#promo_500_gr {
	position: relative; 
	left: -8px;
}

/* SWEDISH */
.supportimage_SV {
	width: 256px;
	height: 66px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	background: transparent url(../resources/support_button_SV.jpg) no-repeat scroll left top;
}

/* ITALIAN */
.supportimage_IT {
	width: 256px;
	height: 66px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	background: transparent url(../resources/support_button_IT.jpg) no-repeat scroll left top;
}

/* HUNGARIAN */
.supportimage_HU {
	width: 256px;
	height: 66px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	background: transparent url(../resources/support_button_HU.jpg) no-repeat scroll left top;
}

/* PORTUGUESE */
.supportimage_PT {
	width: 256px;
	height: 66px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	background: transparent url(../resources/support_button_pt.jpg) no-repeat scroll left top;
}

/* PROMO_NEW */
.padding20_new td {
	padding: 10px;
	margin: 0 2px 2px 0;
	background-color: #FFFFFF;
	color: #1e1e1e;
}

.padding20_new {
	padding: 20px;
}

