/*
orange	FFA901
blue 00AEEF
gray 7f7f7f
*/

img  {
 	border : 0;
 }

P  {
 	font : 8.75pt arial;
 	color : #555656;
 	line-height : 18px;
 	letter-spacing : 0.02em;
 }
 
 7F7F7F
 
 .normal  {
 	font : 8.75pt arial;
 	color : #555656;
 	line-height : 18px;
 	letter-spacing : 0.02em;
 }
 
  .li  {
 	font : 8.75pt arial;
 	color : #FFA901;
 	line-height : 18px;
 	letter-spacing : 0.02em;
 }
 
  .header  {
 	font : 20pt arial;
 	color : #00AEEF;
 	letter-spacing : 0.02em;
 }
 
 .white_text  {
 	font : 9pt arial;
 	color : #FFFFFF;
 	line-height : 14px;
 	letter-spacing : 0.02em;
 	font-weight : bold;
	text-decoration : none;
 }
 
  
    .gray_text_prices  {
 	font : 9pt arial;
 	color : #696968;
 	line-height : 14px;
 	letter-spacing : 0.02em;
 	font-weight : normal;
 }
 
 .gray_text  {
 	font : 9pt arial;
 	color : #696968;
 	line-height : 14px;
 	letter-spacing : 0.02em;
 	font-weight : bold;
 }
 
  #small_print, #small_print a {
 	font : 7pt arial;
 	color : #7F7F7F;
 	line-height : 14px;
 	letter-spacing : 0.02em;
 	font-weight : normal;
	text-decoration : none;
 }
 
 .gray_text_non_bold {
 	font : 7pt arial;
 	color : #7F7F7F;
 	line-height : 14px;
 	letter-spacing : 0.02em;
 	font-weight : normal;
 }
 
 
                                                                                A.menu  {
                                                                               	font : 8pt arial;
                                                                               	color : #7F7F7F;
                                                                               	line-height : 14px;
                                                                               	text-decoration : none;
                                                                               	letter-spacing : 0.03em;
                                                                               }
                                                                               
                                                                               A.menu:HOVER  {
                                                                               	font : 8pt arial;
                                                                               	color : #FFA800;
                                                                               	line-height : 14px;
                                                                               	text-decoration : none;
                                                                               	letter-spacing : 0.03em;
                                                                               }
																			   
																		   
																			                                                                                  A.menu_active  {
                                                                               	font : 8pt arial;
                                                                               	color : #FFA800;
                                                                               	line-height : 14px;
                                                                               	text-decoration : none;
                                                                               	letter-spacing : 0.03em;
                                                                               }
																			   
																			     A.cyan_text  {
  	font : 8pt arial;
  	color : #00AEEF;
  	line-height : 14px;
  	letter-spacing : 0.02em;
  	font-weight : none;
  	text-decoration : underline;
  }
  
  																			     A.cyan_text  {
  	font : 8.75pt arial;
  	color : #00AEEF;
  	line-height : 14px;
  	letter-spacing : 0.02em;
  	font-weight : none;
  	text-decoration : underline;
  }
  
  																			     A.cyan_text:HOVER  {
  	font : 8.75pt arial;
  	color : #FFA800;
  	line-height : 14px;
  	letter-spacing : 0.02em;
  	font-weight : none;
  	text-decoration : underline;
  }
  
  																			     A.trumps  {
  	font : 8.75pt arial;
  	color : #00AEEF;
  	line-height : 14px;
  	letter-spacing : 0.02em;
  	font-weight : none;
  	text-decoration : underline;
  }
  
     A.brochures  {
                                                                               	font : 9pt arial;
                                                                               	color : #7F7F7F;
                                                                               	line-height : 14px;
                                                                               	text-decoration : none;
                                                                               	letter-spacing : 0.03em;
                                                                               }
                                                                               
                                                                               A.brochures:HOVER  {
                                                                               	font : 9pt arial;
                                                                               	color : #FFA800;
                                                                               	line-height : 14px;
                                                                               	text-decoration : none;
                                                                               	letter-spacing : 0.03em;
                                                                               }
																			   
																			   /* SIDE MENU START */

#menu {
	position: static;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#menu ul {
	margin-left: 0px;
	padding: 0;
	line-height: normal;
}

#menu li {
	padding: 0;
	list-style-type: none;
	line-height: normal;
}

#menu .head {
	background: url(menu_bg_top.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #f1f1f1 0px solid;
	padding: 6px 0px 0px 20px;
}

a.menuitem {
	background: url(menu_bg.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: #555656;
	font-size: 11px;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #C7C7C7 0px solid;
	padding: 6px 0px 0px 20px;
}


a.menuitem:visited, a.menuitem:active {
	font-weight: normal;
	text-decoration: none;
	color: #555656;
	font-size: 11px;
}

a.menuitem:hover {
	background: url(menu_bg_hover.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 20px;
	color: #EC008C;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #f1f1f1 0px solid;
}

a.menuitem_selected {
	background: url(menu_bg_selected.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #f1f1f1 0px solid;
	padding: 6px 0px 0px 20px;
}

#menu .item_selected a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.submenuitem {
	background: url(submenu_bg.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: #6E6E6E;
	font-size: 11px;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #EC008C 1px solid;
	padding: 6px 0px 0px 20px;
}

a.submenuitem:hover {
	background: url(submenu_bg.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: #EC008C;
	font-size: 11px;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #EC008C 1px solid;
	padding: 6px 0px 0px 20px;
}

a.submenuitem_selected {
	background: url(submenu_bg_selected.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	width: 140px;
	height: 20px;
	text-decoration: none;
	color: #6E6E6E;
	font-size: 11px;
	border-top: #f1f1f1 0px solid;
	border-right: #f1f1f1 0px solid;
	border-left: #f1f1f1 0px solid;
	border-bottom: #EC008C 1px solid;
	padding: 6px 0px 0px 20px;
}

/* SIDE MENU END */


/* FAQ START */

h1.faq {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 color: #7F7F7F;
 font-size: 16px;
}

h2.faq {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 color: #7F7F7F;
 font-size: 14px;
}

.blackout, .blackouthide {
 visibility: hidden;
 display: none;
}

.blackoutshow {
 position: fixed;
 top: 0px;
 left: 0;
 right: 0;
 border: 0;
 z-index: 100;
 height: 100%;
 width: 100%;
 background-color: #7f7f7f;
 opacity: 0.70;
 KHTMLOpacity: 0.70;
 filter: alpha(opacity=70); 
 -moz-opacity: 0.70;
}

.popupwrap, .popupwraphide {
}

.popupwrapshow {
 position: fixed;
 top: 70px;
 left: 0;
 right: 0;
 z-index: 200;
 visibility: visible;
}

.pheader, .pheaderhide {
 visibility: hidden;
 display: none;
}

.pheadershow {
 width: 720px;
 margin: auto;
 background-color: #1EB7F0;
 text-align: right;
 padding: 5px 5px 5px 5px;
 border-top: 10px #ffffff solid;
 border-left: 10px #ffffff solid;
 border-right: 10px #ffffff solid;
 border-bottom: 0px #ffffff solid;
}

.pcontent {
 font-family: arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 color:	#7F7F7F;
}

.pcontenthide {
 visibility: hidden;
 display: none;
}

.pcontentshow {
 width: 710px;
 height: 400px;
 overflow: scroll;
 margin: auto;
 background-color: white;
 padding: 10px;
 font-family: arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
 border-top: 0px #ffffff solid;
 border-left: 10px #ffffff solid;
 border-right: 10px #ffffff solid;
 border-bottom: 0px #ffffff solid;
 
}

.pfooter, .pfooterhide {
 visibility: hidden;
 display: none;
}

.pfootershow, .pfootershow:visited, .pfootershow:hover, .pfootershow:active {
 width: 720px;
 margin: auto;
 background-color: #1EB7F0;
 padding: 5px 5px 5px 5px;
 font-decoration: none;
 text-align: right;
 border-top: 0px #ffffff solid;
 border-left: 10px #ffffff solid;
 border-right: 10px #ffffff solid;
 border-bottom: 10px #ffffff solid;
}

/* FAQ END */
 
 #beer-mat {
      margin:0; padding:0;
      position:relative;
      width:590px; height:367px;
      overflow:hidden;
      }
   #beer-mat span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:590px; height:367px;
      margin:0; padding:0;
      background:url("banner_beermats.gif") top left no-repeat;
      }
	  
	  
 #playing-cards {
      margin:0; padding:0;
      position:relative;
      width:590px; height:372px;
      overflow:hidden;
      }
   #playing-cards span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:590px; height:372px;
      margin:0; padding:0;
      background:url("banner_promotional_playing_cards.gif") top left no-repeat;
      }
 
.head1{
font-family:Calibri;
color:#23bdf8;
font-weight: normal;
font-size: 26px;
font-weight:bold;
} 

.head2{
font-family: arial, helvetica, sans-serif;
color:#23bdf8;
font-weight: bold;
font-size: 15px;
} 


/* */

#footer_print, #footer_print a {
 	font : 11px arial;
 	color: #555656;
 	line-height : 14px;
 	letter-spacing : 0.02em;
 	font-weight : normal;
	text-decoration : none;
 }