@import url(layout.css);
@import url(skin.css);
@import url(jquery.css);
@import url(pubzone.css);

h1,h2,h3,h4,h5,h6 {
font-family: Helvetica, Verdana, Arial, sans-serif;
}

#footer {

}

ul#loyalty-menu {
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#loyalty-menu h4 {
background: #222;
padding: 3px;
border: 1px solid #000;
margin-top: 5px;
}

ul#loyalty-menu h4,
ul#loyalty-menu h4 a {
color: #EEE;
text-decoration: none;
}

ul#loyalty-menu ul li {
	padding-left: 5px;
	list-style: none;
}
#centercol tr td {
	padding: 0 10px;
	font-size: 0.8em;
}
#centercol tr td td {
	padding: 0;
	color: #FFF;
}

#centercol ol li {
	padding-left: 1em;
}
#centercol ol {
	list-style:decimal;
}
#centercol #title {
color: #FF822B;
font-weight: bold;
padding: 10px 0;
}

#centercol p {
margin-top: 0.7em;
margin-bottom: 0.5em;
color: #FFF;
}

#centercol blockquote {
margin-left: 2em;
margin-right: 2em;
}

#loyalty-login input.textbox {
	height: 2em;
}

.extended {
	clear: right;
}

#centercol table tr td td {
  padding-right: 10px;
}

/* casino game layouts */

#slots {
	width: 555px;
	display:block;
}

.casinogame {
	width: 555px;

}


/* CUSTOM NAV skin */
#customnav {
	background-color:#000000;
}
div#customnav ul li#earn a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:800;
}
div#customnav ul li#spend a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:800;
}
div#customnav ul li#account a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:800;
}
#dropmenudiv {
	border:1px solid #515151;
	background-color: #515151;
	text-align: left;
}
#dropmenudiv a {
	color: #ffffff;
	text-decoration: none;
}
#dropmenudiv a:hover {
	background-color: #fffffF;
	color: #000;
}
/* CUSTOM NAV layout */
#customnav {
	position: relative;
	padding: 0 0 0 80px;
	margin:0px;
}
#customnav ul li, #customnav ul li a {
	position: relative;
	display: block;
	float: left;
}
#customnav ul li {
	margin-right: 10px;
	padding-bottom: 0px;
}
#customnav ul li a {
	width: 150px;
	height: 20px;
}
ul#main-menu li a {
	font-size: 90%;
}

/* CUSTOM Footer skin */
#customfooter {
	background-color:#000000;
}
div#customfooter ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:200;
	font-size:85%;
}
div#customfooter ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:200;
	font-size:85%;
}
/* CUSTOM Footer layout */
#customfooter {
	position: relative;
	padding: 0 0 0 20px;
	margin:0px;
}
#customfooter ul li, #customfooter ul li a {
	position: relative;
	float: left;
}
#customfooter ul li {
	margin-right: 10px;
	padding-bottom: 0px;
}
#customfooter ul li a {
	height:20px;
}
ul#main-menu li a {
	font-size: 126%;
}


