
/*=================================================
  Phoenician Casino | CSS Screen Media
  Author:   Lee Hogg
  Version:  2003-09-15
  -------------------------------------------------*/

@import url("base.css");

body {
	text-align: center;
	background-color: #000;
	font: 70% Verdana, Helvetica, sans-serif;
	color: #EEE;
	}
a {
	color: #B6B6B6;
	}
a:visited {
	color: #D1C666;
	}
a:hover {
	color: #D1CCA6;
	}
a:active {
	color: #BE965E;
	}

object {
	float: left;
	margin:0;padding:0;
	}

#homepage #container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	}

/*=================================================
  Content
  -------------------------------------------------*/
/* Homepage graphics --------------------------------*/
#mainWrap {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
#preFluidLeft {
	width: 57px;
	height: 449px;
	background: transparent url("images/index_preFluidLeft.jpg") 0 0 no-repeat;
	float: right;
}
#preFluidRight {
	width: 57px;
	height: 449px;
	background: transparent url("images/index_preFluidRight.jpg") 0 0 no-repeat;
	overflow: hidden;
	float: left;
}
#fluidLeft {
	background: transparent url("images/index_fluidLeft.jpg") 0 0 repeat-x;
	text-align: right;
	overflow: hidden;
	padding:0;margin:0;
}
#fluidRight {
	height: 449px; /* temp height */
	background: transparent url("images/index_fluidRight.jpg") 0 0 repeat-x;
	overflow: hidden;
}

#topFiller {
	background-color: #000028;
}

h1 span, h2 span, h3 span {
	display: none;
}
h1 {
	margin:0;padding:0;
	width: 444px;
	height: 126px;
	background: transparent url("images/index_title.jpg") 0 0 no-repeat;
}
h2 {
	margin:0;padding:0;
	width: 444px;
	height: 23px;
	background:  transparent url("images/index_tagLine.gif") 0 0 no-repeat;
}
#centerTop {
	width: 444px;
	height: 61px;
	background: transparent url("images/index_centerTop.jpg") 0 0 no-repeat;
}
#centerLeft {
	width: 132px;
	height: 100px;
	background: transparent url("images/index_centerLeft.jpg") 0 0 no-repeat;
}
#centerRight {
	width: 132px;
	height: 100px;
	background: transparent url("images/index_centerRight.jpg") 0 0 no-repeat;
}
#leftColumn {
	text-align: right;
	width: 168px;
	height: 460px;
	background: transparent url("images/index_leftColumn.jpg") no-repeat;
}
#rightColumn {
	width: 158px;
	height: 460px;
	background: transparent url("images/index_rightColumn.jpg") no-repeat;
}
#promo1 h3 {
	margin:0;padding:0;
	float: left;
	width: 222px;
	height: 150px;
	background: transparent url("images/index_250Free.jpg") 0 0 no-repeat;
	cursor: pointer;
	cursor: hand;
}
#promo2 h3 {
	margin:0;padding:0;
	float: left;
	width: 222px;
	height: 150px;
	background: transparent url("images/index_matchBonus.jpg") 0 0 no-repeat;
	cursor: pointer;
	cursor: hand;
}
#previewGizmo {
	margin-top: 28px;
}
#previewGizmo img {
	vertical-align: middle;
}
#previewGizmo img.thumb {
	margin: 0 4px;
}
#txt1 span, #downloadNow span {
	display: none;
}
#txt1 {
	margin:0;padding:0;
	width: 158px;
	height: 60px;
	background: transparent url("images/txt_52Games.gif") 20px 12px no-repeat;
	cursor: pointer;
	cursor: hand;
}
#downloadNow {
	margin:0;padding:0;
	width: 158px;
	height: 88px;
	background: transparent url("images/dlArrow.gif") 0 0 no-repeat;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

#footer {
	padding: 0 0 1em;
	font-size: 60%;
	color: #888;
	text-align: center;
}

/*=================================================
  Side Menu - Home and Sub Pages
  -------------------------------------------------*/
/* Title and graphic trim -------------------------*/
#mnMenu {
	float: right;
	width: 116px;
}
#mnMenu h2 {
	margin: 0;
	width: 116px;
	height: 50px;
	background: transparent url("images/mn_mnuHeader.gif") 0 25px no-repeat;
}
#mnMenu h2 span {
	display: none;
}

/* Menu list --------------------------------------*/
#mnMenu ul {
	float: left;
	list-style-type: none;
}
#mnMenu {
	width: 116px;
}
#mnMenu ul, #mnMenu li {
	margin:0;padding:0;
}
#mnMenu li, #mnMenu a {
	display: block;
	width: 116px;
	height: 30px;
}
#mnMenu li {
	overflow: hidden;
}
#mnMenu a {
	text-decoration: none;
}
#mnMenu a span {
	overflow: hidden;
	visibility: hidden;
}

/* Home Page Menu Items ---------------------------*/
#mnMenu .item1 a {
	background: url("images/mn_mnuItm1.gif");
}
#mnMenu .item2 a {
	background: url("images/mn_mnuItm2.gif");
}
#mnMenu .item3 a {
	background: url("images/mn_mnuItm3.gif");
}
#mnMenu .item4 a {
	background: url("images/mn_mnuItm4.gif");
}
#mnMenu .item5 a {
	background: url("images/mn_mnuItm5.gif");
}
#mnMenu .item6 a {
	background: url("images/mn_mnuItm6.gif");
}
/* Menu item 7 height exception -------------------*/
#mnMenu li.item7, #mnMenu .item7 a {
	height: 50px;
}
#mnMenu .item7 a {
	background: url("images/mn_mnuItm7.gif");
}
#mnMenu .item7 a:hover {
	background-position: 0 -50px;
}
#mnMenu .item7 a:active {
	background-position: 0 -100px;
}
#mnMenu .item8 a {
	background: url("images/mn_mnuItm8.gif");
	height: 30px;
}

#mnMenu a {
	background-repeat: no-repeat;
	background-color: transparent;
}
#mnMenu a:hover {
	background-position: 0 -30px;
}

/*=================================================*/

