/* ------------------ Body Layout ------------------ */

body {

	background-color: #06233b;
	background-image: url(/images/body_bground.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	position: relative;	
	margin-top: 0px;
	
}

#wrapper {

	width: 747px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
a:link {

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {

	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {

	color: #FFFFFF;
	text-decoration: none;
}


h1 {

	color: #84bff9;
	
	font-size: 13px; 
	font-weight: bold;
	
	margin: 0px;
	padding: 0px; 
}

h2 {

	font-size: 12px;
	font-weight: bold;
}


/* ------------------ Fonts ------------------ */

.font_bold {

	font-weight: bold;	
}

.font_red_12px {

	color: #ff1f1f;
	font-weight: bold;
	font-size: 12px;
}

.font_chilli_red {

	color: #db0104;
	font-weight: bold;
}

.font_chilli_orange {

	color: #ff6600;
	font-weight: bold;
}

.font_chilli_light_orange {

	color: #ff9c00;
	font-weight: bold;
}

.font_chilli_yellow {

	color: #ffba00;
	font-weight: bold;
}

.font_chilli_green {

	color: #44a900;
	font-weight: bold;
}

.font_chilli_light_green {

	color: #72ca69;
	font-weight: bold;
}






/*-------------------- Main Header Menu -------------------*/


#main_menu {

	float: left;
	
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #1d1d1d;
	
	background-image: url(/images/menu_bground.jpg);
	background-repeat:repeat-x;
	
	height: 28px;
	
	padding-left: 10px;
	/*padding-top: 8px;*/

}

#main_menu ul{

	padding: 0;	
	margin: 0;
	
	list-style-type: none;
}

#main_menu li{
	
	display: block;
	
	float:left;
	
	height: 20px;
	
	margin: 0;
	
	color: #1d1d1d;
	
	padding-top: 8px;
}

#main_menu li a {

	display: inline;

	height: 28px;
	
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;

	color: #1d1d1d;
	text-decoration: none;
}

#main_menu li a:hover{

	display: inline;
	
	padding-right: 15px;
	padding-left: 15px;
	
	height: 28px;
	
	margin: 0;
	
	color: #1d1d1d;
	
	background-image: url(/images/menu_bground_over.jpg);
	background-repeat:repeat-x;
}


/*-------------------- Main Header Layout -------------------*/

.main_header_layout {

	position: relative;

	height: 304px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/header_main.jpg);
	background-repeat: no-repeat;
}

.main_header_download {
	position: absolute;
	z-index: 10;
	top: 193px;
	left: 384px;
	height: 73px;
	width: 342px;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
}

.main_header_free_download {
	position: absolute;
	z-index: 10;
	top: 190px;
	left: 20px;
	height: 73px;
	width: 342px;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
}



.main_header_tax_free {

	position: absolute;
	
	top: 227px;
	left: 20px;
	
	height: 70px;
	width: 320px;
	
	cursor: pointer;
}


.main_header_show_payment {

	position: absolute;
	
	top: 285px;
	left: 670px;
	
	height: 15px;
	width: 70px;
	
	cursor: pointer;
}


.main_header_bullet_text {

	position: absolute; 
	
	top: 47px; 
	left: 365px; 
	
	width: 370px; 
	height: 50px;
}

.main_header_bullet_text h1{

	display: inline;
	
	padding: 0px;
	margin: 0px;

	color: #ffffff;
	
	font-weight: bold;
	font-size: 13px;
}


/*-------------------- Promotion Boxes Layout -------------------*/


.promotions_box_bground_white {

	background-color: #ffffff;
	
	width: 236px; 
	
	padding-left: 4px;
	
	position: relative;
}


.promotions_box_bground_image {
	
	width: 232px; 
	height: 254px; 

	background-image: url(/images/sub_box_bground_left.jpg); 
	background-repeat: no-repeat;
	
	position: relative;
}


.promotions_box_bground_centre {
	
	width: 232px; 
	height: 254px; 

	background-image: url(/images/sub_box_bground_centre.jpg); 
	background-repeat: no-repeat;
	
	position: relative;
}


.promotions_box_bground_right {
	
	width: 232px; 
	height: 254px; 
	
	padding: 0;
	margin: 0;

}

.promotions_box_text_centre_promos {

	position: absolute; 
	
	top: 40px; 
	left: 15px; 
	
	width: 213px; 
	height: 190px;
	
	overflow: hidden;
	
	overflow-x: hidden;
}


.promotions_box_text_centre_news{

	position: absolute; 
	
	top: 40px; 
	left: 15px; 
	
	width: 213px; 
	height: 190px;
	
	overflow: scroll;
	
	overflow-x: hidden;
}

.promotions_box_click {

	position: absolute; 
	
	top: 240px;
	left: 65px; 
	
	width: 170px; 
	height: 15px; 
	
	text-align: center;
}


.promotions_link:link {

	color: #84bff9;
	
	font-size: 13px; 
	font-weight: bold;
	text-decoration: underline;
}
.promotions_link:visited {

	color: #84bff9;
	
	font-size: 13px; 
	font-weight: bold;	
	text-decoration: underline;
}
.promotions_link:hover {

	color: #84bff9;
	
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
}



.promotions_more:link {

	color: #05192b;
	
	font-size: 11px; 
	font-weight: bold;
	text-decoration: underline;
}
.promotions_more:visited {

	color: #05192b;
	
	font-size: 11px; 
	font-weight: bold;	
	text-decoration: underline;
}
.promotions_more:hover {

	color: #05192b;
	
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}




/*-------------------- Footer Layout -------------------*/

.footer_bground {

	margin-top: 15px; 
	
	clear: both; 
	position: relative; 
	
	width: 747px; 
	height: 54px; 
	
	background-image:url(/images/footer_bground.jpg); 
	background-repeat: no-repeat;
}

.footer_top_links_area {

	position: absolute; 
	
	width: 747px; 
	height: 12px; 
	
	top: 8px; 
	
	text-align: center;
	
	color: #9ecaf0;
}

.footer_to_top_area {

	position: absolute; 
	
	top: 36px; 
	left: 660px; 
	
	width: 85px; 
	height: 12px; 
	
	text-align: center;
}


.footer_languages:link {

	color: #ffffff;
	
	font-weight: normal;
	text-decoration: none;
}

.footer_languages:visited {

	color: #ffffff;
	
	font-weight: normal;
	text-decoration: none;
}

.footer_languages:hover {

	color: #ff890a;
	
	font-weight: normal;
	text-decoration: underline;
}


.footer_top_links:link {

	color: #9ecaf0;
	
	font-weight: normal;
	text-decoration: underline;
}

.footer_top_links:visited {

	color: #9ecaf0;
	
	font-weight: normal;
	text-decoration: underline;
}

.footer_top_links:hover {

	color: #ff890a;
	
	font-weight: normal;
	text-decoration: none;
}


.footer_to_top_link:link {

	color: #5c5c5c;
	
	font-weight: normal;
	text-decoration: none;
}

.footer_to_top_link:visited {

	color: #5c5c5c;
	
	font-weight: normal;
	text-decoration: none;
}

.footer_to_top_link:hover {

	color: #0b3054;
	
	font-weight: normal;
	text-decoration: underline;
}

.footer_seo_area {

	text-align: center; 
	color:#4ba4ed;
	margin-top: 50px;
	padding-top: 10px;
}

.footer_seo_area_link:link {

	color:#4ba4ed;
	text-decoration: underline;
	font-weight: bold;
}

.footer_seo_area_link:visited{

	color:#4ba4ed;
	text-decoration: underline;
	font-weight: bold;
}

.footer_seo_area_link:hover {

	color:#ff890a;
	text-decoration: underline;
	font-weight: bold;
}



.footer_seo_area h2{

	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	font-weight: bold;
	color:#4ba4ed;
}




/*-------------------- Promotions Page Layout -------------------*/


.page_promotions_header_layout {

	position: relative;

	height: 142px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/promotions/promotions_header.jpg);
	background-repeat: no-repeat;
}

.page_promotions_header_download {

	position: absolute;
	
	top: 100px;
	left: 30px;
	
	height: 30px;
	width: 320px;
	
	cursor: pointer;
}

.page_promotions_header_players {

	width: 727px;
	height: 21px;
	
	text-align: right;
	
	padding: 5px 20px 0px 0px;

}

.page_promotions_left_column {

	float: left;
	
	width: 205px;

	background-image: url(/images/submenu/left_column_bground.jpg);
	background-repeat: repeat-y;
}

.page_promotions_promotion_content {

	float: left; 
	
	width: 309px; 
	
	margin: 10px 0px 0px 10px; 

}


.page_promotions_promotion_content h1 {

	color: #333333;
	
	padding: 0px 0px 0px 20px;
	
	font-size: 13px;
	font-weight: bold;
}


.page_promotions_promotion_content p {

	color: #333333;
	
	padding: 0px 15px 0px 20px;
	
	text-align: justify;
}


.page_promotions_promotion_link:link {

	color: #246cb2;
	
	font-weight: bold;
	
	text-decoration: underline;
	
	padding: 0px 0px 0px 0px;
}

.page_promotions_promotion_link:visited {

	color: #246cb2;
	
	font-weight: bold;
	
	text-decoration: underline;
	
	padding: 0px 0px 0px 0px;
}


.page_promotions_promotion_link:hover {

	color: #ff890a;
	
	font-weight: bold;
	
	text-decoration: underline;
	
	padding: 0px 0px 0px 0px;
}



.page_promotions_promotion_content_header {

	float: left; 
	
	width: 500px; 
	
	margin: 10px 10px 0px 10px; 
	
	color: #333333;

}


.page_promotions_promotion_content_header h1 {

	color: #246cb2;
	
	padding: 0px 0px 0px 20px;
	
	font-size: 13px;
	font-weight: bold;
	
	background-image: url(/images/promotions/promotions_bullet_point.jpg);
	background-repeat: no-repeat;
}


.page_promotions_promotion_content_header p {

	color: #333333;
	
	padding: 0px 15px 0px 20px;
	
	text-align: justify;
}

.page_promotions_promotion_content_header h2 {

	color: #333333;
	
	padding: 0px 0px 0px 20px;
	
	font-size: 12px;
	font-weight: bold;
}

.page_promotions_promotion_content_header h3 {

	color:#666666;
	
	padding: 0px 0px 0px 40px;
	
	font-size: 11px;
	font-weight: bold;
}

.page_promotions_promotion_content_header a:link {
	color:#246cb2;
	/*padding: 0px 0px 0px 20px;*/
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.page_promotions_promotion_content_header a:visited {
	color: #246cb2;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.page_promotions_promotion_content_header a:hover {
	color:#ff890a;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.page_promotions_promotion_content_header p.h3_padding {
	
	padding: 0px 15px 0px 40px;
	text-align: justify;
}

.page_promotions_chilli_layout {

	width: 120px; 
	float:left;
}

.page_promotions_chilli_text_layout {

	float: left; 
	width: 60px; 
	padding-left: 20px;
}







/*-------------------- Support Page Layout -------------------*/


.page_support_header_layout {

	position: relative;

	height: 142px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/support/support_header.jpg);
	background-repeat: no-repeat;
}


.page_support_box_header {

	background-image: url(/images/support/support_box_header.jpg); 
	background-repeat: no-repeat; 
	background-position: 6px 0px; 
	
	height:31px; 
	width: 480px; 
	
	padding: 16px 0px 0px 20px;
}


.page_support_box_bground {

	background-image: url(/images/support/support_box_bground.jpg);
	background-repeat: repeat-y; 
	background-position: 6px 0px; 
	
	width: 480px; 
	padding: 5px 0px 0px 20px;
}

.page_support_box_footer {

	padding-left: 6px;
	padding-bottom: 12px;
	
}




/*-------------------- Download Page Layout -------------------*/


.page_download_header_layout {

	position: relative;

	height: 142px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/download/download_header.jpg);
	background-repeat: no-repeat;
}


.page_download_box_header {

	background-image: url(/images/download/download_box_header.jpg); 
	background-repeat: no-repeat; 
	background-position: 6px 0px; 
	
	height:31px; 
	width: 480px; 
	
	padding: 16px 0px 0px 20px;
}



/*-------------------- Team CelebPoker Page Layout -------------------*/


.page_team_cp_header_layout {

	position: relative;

	height: 142px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/team_celebpoker/team_cp_header.jpg);
	background-repeat: no-repeat;
}


.page_team_cp_box_header {

	background-image: url(/images/download/download_box_header.jpg); 
	background-repeat: no-repeat; 
	background-position: 6px 0px; 
	
	height:31px; 
	width: 480px; 
	
	padding: 16px 0px 0px 20px;
}




/*-------------------- Learn To Play Page Layout -------------------*/


.page_learn_header_layout {

	position: relative;

	height: 142px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/learn_to_play/learn_to_play_header.jpg);
	background-repeat: no-repeat;
}



/*-------------------- Freerolls Page Layout -------------------*/


.page_freerolls_header_layout {

	position: relative;

	height: 142px;
	width: 747px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/freerolls/freerolls_header.jpg);
	background-repeat: no-repeat;
}

