/* Reset browsers default margin, padding and font sizes */
* {
	margin: 0;
	padding: 0;}
	
body{
	background:#FFFFFF url(images/background.png) ; 
	text-align:center; 
	font-family:Helvetica, arial, sans-serif; 
	font-size:13px; 
	margin:0;}
	
div#boxwrapper{ 
	background-color:#990000;
	width:1000px; 
	height:100%; 
	margin:8px auto 10px auto; 
	text-align:left;
	border-right:1px solid #000;
	border-left:1px solid #000;}
	
/*  header  */
	
div#boxheader{
	background:#FFFFFF url("images/header.jpg") no-repeat; 
	width:1000px; height:165px;
	border-top:1px solid #000;}
	
div#boxheader ul {
	color:#FFFFFF;
	float:right;
	margin:18px 10px 0 0;
	list-style:none;}
	
/* end header  */


/* colona di destra  */

div#boxmenu{
	background-color:#990000;
	float:right;  
	width:201px; 
	height:100%;
	padding:0 16px 5px 16px;}
	
div#boxmenu li {
	list-style:none;}
	
div#boxmenu a {
	color:#FFFF00;
	text-decoration:none;}

div#boxmenu .home {
	background: url(images/buttons/home_button.png) no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin:10px 5px 10px 45px;}
	
div#boxmenu .home:hover {
	background: url(images/buttons/home_button_hover.png) no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin:10px 5px 10px 45px;}
	
div#boxmenu .contact {
	background: url(images/buttons/contact_button.png) no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin:10px 0 0 0;}

div#boxmenu .contact:hover {
	background: url(images/buttons/contact_button_hover.png) no-repeat;
	width:50px;
	height:50px;
	float:left;
	margin:10px 0 0 0;}
	
div#boxmenu menu {
	width: 190px;
	height: 20px;
	padding: 15px 0 0 15px;
	margin: 0px;
	float: left;}
	
div#boxmenu .menu_top {
	background: url(images/menu_top.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	padding: 0;
	margin: 0 0 1px 0;}
	
div#boxmenu .menu_btm {
	background: url(images/menu_btm.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	padding: 0;
	margin: 0;}
	
div#boxmenu .box_menu_top {
	background: url(images/box_menu_top.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	padding: 0;
	margin: 0;}
	
div#boxmenu .box_menu_btm {
	background: url(images/box_menu_btm.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	padding: 0;
	margin: 0;}
	
div#boxmenu .box_menu_btm2 {
	background: url(images/box_menu_btm.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	padding: 0;
	margin-top: -5px;}
	
div#boxmenu .box_menu_btm3 {
	background: url(images/box_menu_btm.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	padding: 0;
	margin-top:3px;}
	
div#boxmenu .first {
	background: url(images/buttons/menu_button_first.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	padding: 1px 0 0 7px;
	margin: 0;}
	
div#boxmenu .first1, .first2, .first3, .first4, .first5, .first6, .first7, .first8, .first9, .first10, .first11 {
	background: url(images/buttons/menu_button2.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
	padding: 1px 0 0 15px;
	margin: 0;}
	
div#boxmenu .first1:hover, .first2:hover, .first3:hover, .first4:hover, .first5:hover, .first6:hover, .first7:hover, .first8:hover, .first9:hover, .first10:hover, .first11:hover {
	background: url(images/buttons/menu_button2_hover.jpg) no-repeat;
	width: 190px;
	height: 20px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
	padding: 1px 0 0 15px;
	margin: 0;}	
	
#menu li a:link, #menu li a:visited {
	background:  url(images/buttons/menu_button.jpg) no-repeat;
	color: #FFFFFF;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 1px 0 0 7px;
	margin: 0;
	height: 20px;}
	
#menu li a:hover {
	background:  url(images/buttons/menu_button_hover.jpg) no-repeat;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 1px 0 0 7px;
	margin: 0;
	height: 20px;}
	
div#boxmenu .box_text1 {
	background-color: #003300;
	color:#FFFFFF;
	width: 180px;
	float: left;
	display: block;
	text-align: center;
	border: 0;
	padding: 0 5px 0 5px ;
	margin: 0;}
	
div#boxmenu .box_text1 a{
	color:#FFFF00;}
	
div#boxmenu .box_text1 a:hover {
	color:#FF0000;
	text-decoration:underline;}	
	
/* fine colona destra  */

/* colona di sinistra  */
	
div#boxcontent{
	background-color:#990000;
	color:#FFFFFF;
	float:left;  
	width:730px; 
	height:100%;
	border-right:2px solid #000000;
	padding:16px 0 0 20px;}
	
div#boxcontent b {
	color:#FFCC00;}
	
div#boxcontent ul, div#boxcontent li {
	margin-left:15px;
	padding:1px;}
	
div#boxcontent img {
	border:0;}
	
div#boxcontent a:link, div#boxcontent a:visited {
	color: #FFFF00;
	text-decoration: none;}
	
div#boxcontent a:hover {
	color: #FF0000;
	text-decoration: underline;}
	
div#boxcontent p {
	background: url(images/paragraph2.jpg) top left no-repeat;
	padding-left: 20px;
	margin: 0;}
	
div#boxcontent .box1_top{
	background: url(images/box_top.jpg) no-repeat;
	width: 730px;
	height: 20px;}
	
div#boxcontent .box1_btm{
	background: url(images/box_btm.jpg) no-repeat;
	width:700px;
	height:20px;
	margin:0 0 15px 0;}
	
div#boxcontent .box1{
	background-color:#003300;
	width:670px;
	height:100%;
	text-align:left;
	padding:5px 15px 5px 15px;
 	margin:0;}
 	
div#boxcontent .box2{
	background-color:  #003300;
	width: 670px;
	height: 100%;
	text-align: center;
	padding: 5px 15px 5px 15px;
 	margin: 0 30px 0 0;}

/*  Fine colona sinistra  */

/*   Tabs   */

div#boxcontent .tab_bdb {
	border-collapse: separate;
	padding: 0;
	margin-left: 45px;}

div#boxcontent .tab_header, div#boxmenu .tab_header {
	margin: 4px; 
	padding: 4px; 
	border: 1px solid #666666;
	background-color: #990000;
	color: #FFFFCC;
	font-size: 11px;
	font-weight: normal;
	text-align: center;}

div#boxcontent .tab {
	background:#000000;
	float:left;
	padding:1px;
	margin:1px;
	border:1px solid white;}
	
div#boxcontent .tab1 {
	background:#000000;
	padding:1px;
	margin:1px;
	border:1px solid white;}
	
div#boxcontent .tab_box, div#boxmenu .tab_box {
	border-collapse: separate;
	padding: 0;
	margin: 0;}
	
div#boxcontent .tab_line {
	margin: 4px; 
	padding: 4px; 
	border: 1px solid #666666; 
	background-color: #000000;  
	color: #FFFFCC;  
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;}
	
div#boxcontent .tab_line2, div#boxmenu .tab_line2 {
	margin: 4px; 
	padding: 4px; 
	border: 1px solid #666666; 
	background-color: #000000;  
	color: #FFFFCC;  
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;}
	
div#boxcontent .tab_line3 {
	margin: 4px; 
	padding: 4px; 
	border: 1px solid #666666; 
	background-color: transparent;  
	color: #FFFFCC;  
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;}
	
div#boxcontent .tab_line4 {
	margin: 4px; 
	padding: 4px; 
	border: 1px solid #666666;
	background-color: #990000;
	color: #FFFFCC;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;}
	
div#boxcontent .tab_line5 {
	width: 250px;
	height: 20px;
	margin: 4px; 
	padding: 4px; 
	border: 1px solid #666666;
	background-color: #000066;
	color: #FFFFCC;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;}
	
div#boxcontent .tab_rev {
	border-collapse: separate;
	padding: 0;
	margin-left: 100px;}
	
div#boxcontent .tab_720 {
	width: 665px;
	text-align: center;
	padding: 0;
	margin-top: 15px;}
	
#form {
	width: 570px;
	height: 100%;
	text-align: left;
	font-size: 11px;
	padding: 15px 0 1px 0;
	margin: 0;
	color: #FFFFCC;}

#form_thanks {
	width: 570px;
	height: 100%;
	text-align: center;
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 118px;
	color: #FFFFCC;}

/*   End Tabs   */

/*   Images   */
div#boxcontent .t {
	float:left;
	margin:0 35px 0 0; }
	
div#boxcontent .u {
	display:block;
	text-align:center;
	margin:0; }

div#boxcontent .v {
	width: 120px;
	height: 120px;
	float: left;
	border:1px solid #FFFF00;
	padding: 0;
	margin: 0px 25px 0 120px;}
	
div#boxcontent .bckg_moves {
	width: 200px;
	height: 252px;
	float: left;
	padding: 0;
	margin: 10px;}

/*   End Images   */

/*  banners  */
.a {
	width: 728px;
	height: 90px;
	float: left;
	padding: 0;
	margin-left: -24px;
	}
	
.b {
	width: 250px;
	height: 250px;
	float: left;
	padding: 0 30px 10px 0;
	margin: 0;
	}
	
.c {
	width:125px;
	height:125px;
	float:left;
	padding:0 15px 5px 0;
	margin:0;
	}
	
.d {
	width: 125px;
	height: 125px;
	float: left;
	padding: 5px 55px 5px 55px;
	margin: 0;
	}
	
/*  end banners  */	

/*   images   */

.backgammon {
	background: url(images/backgammon1.png) no-repeat;
	width: 360px;
	height: 460px;
	display: block;
	float: left;
	padding: 0 0 10px 0;
	margin-right: 20px;}
	
.w {
	width: 100px;
	height: 50px;
	float: left;
	padding-right:10px;
	margin:0;}
	
.x {
	width: 220px;
	height: 90px;
	float: left;
	padding: 0;
	margin-right: 20px;}
	
.y {
	width: 250px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0 20px 10px 0;}
	
.z {
	width: 120px;
	height: 50px;
	float: left;
	padding: 0;
	margin:0;}
	
.cas_rev {
	background: url(images/buttons/casino_rev.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float: left;
	padding: 0;
	margin-left: 11px;}
	
.cas_rev:hover {
	background: url(images/buttons/casino_rev_hover.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}
	
.poker_rev {
	background: url(images/buttons/poker_rev.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}
	
.poker_rev:hover {
	background: url(images/buttons/poker_rev_hover.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}
	
.bingo_rev {
	background: url(images/buttons/bingo_rev.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}
	
.bingo_rev:hover {
	background: url(images/buttons/bingo_rev_hover.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}
	
.other_rev {
	background: url(images/buttons/other_rev.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}
	
.other_rev:hover {
	background: url(images/buttons/other_rev_hover.jpg) no-repeat;
	width: 150px;
	height: 140px;
	float:left;
	padding: 0;
	margin-left: 11px;}

/*    end images    */

/*  footer  */	
		
div#footer {
	background: url(images/bottom.jpg) no-repeat; 
	width: 1000px;
	height: 25px;
	text-align: center;
	font-size: 12px; 
	color: #FFFFFF;
	line-height: 25px;
	margin: 0;}
	
div#footer a {
	color:#FFFF00;
	text-decoration:none;}
	
/*  fine footer  */

 h1, h2, h3, h4, h5, h6 {font-family: arial, serif; }
 h1 {font-size:1.9em;}
 h2 {font-size:1.5em;}
 h3 {font-size:1.3em;}
 h4 {font-size:1.2em;}
 h5 {font-size:1.1em;}
 h6 {font-size:1em; font-style:italic;}
 
 .clearlft {clear:left; }