/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #000;
}
body {
	/*background: #000 url('../images/bg-body.jpg') no-repeat 50% 0;*/
	background-color: #000;
	color: #fff;
	font: 12px/16px Arial, sans-serif;
	min-width: 740px;
	position: relative;
}
body#home {
	background: #000 url('../images/bg-body-home.jpg') no-repeat 50% 0;
}
body#02 {
	background: #000 url('../images/bg02.jpg') no-repeat 50% 0;
}
body#03 {
	background: #000 url('../images/bg03.jpg') no-repeat 50% 0;
}
body#04 {
	background: #000 url('../images/bg04.jpg') no-repeat 50% 0;
}
body#05 {
	background: #000 url('../images/bg05.jpg') no-repeat 50% 0;
}
body#06 {
	background: #000 url('../images/bg06.jpg') no-repeat 50% 0;
}
body#07 {
	background: #000 url('../images/bg07.jpg') no-repeat 50% 0;
}
a {
	color: #DC5145;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 15px 0 20px;
}
ul,
ol {
	margin-bottom: 15px;
	list-style: none;
}

address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
.nomargin {
	margin: 0;
}

.leftImage {
	float:left;
	margin:0 20px 20px 0;
}

p.photoRight {
	float:right;
	margin:0 0 10px 10px;
}

/* promo page *******/

div.promoContent {
	float:left;
	width:500px;
	padding-top:10px;
}

p.promoImage {
	width:160px;
	float:left;
	padding:0 20px 10px 0;
}

/* page holder ****************************************************************/
#container {
	width: 740px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

/* header *********************************************************************/
#header {
	height: 116px;
	position: relative;
}
#home #header {
	height: 281px;
}
.logo {
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 36px;
}
.logo a {
	display: block;
	width: 222px;
	height: 85px;
	overflow: hidden;
	background: url('../images/logo.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
#header ul {
	position: absolute;
	z-index: 1;
	top: 44px;
	right: 12px;
}
#header ul li {
	float: left;
	padding: 0 20px 0 7px;
	background: url('../images/arrow.png') no-repeat 0 50%;
	font: bold 10px/12px Arial, sans-serif;
	text-transform: uppercase;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}

#promo {
	position: absolute;
	z-index: 1;
	left: 480px;
	top: 100px
}
#promo a {
	display: block;
	width: 213px;
	height: 153px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/promo.png') no-repeat;
	cursor: pointer;
}
/* navigation *****************************************************************/
#navigation {
	position: absolute;
	z-index: 2;
	right: -4px;
	top: 90px;
}
#home #navigation {
	top: 255px;
}
#navigation li {
	float: left;
	margin-right: 9px;
	background: url('../images/bg-nav.png');
}
#navigation li a {
	float: left;
	font: bold 11px/26px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #313131;
	padding: 0 11px;
	height: 26px;
	position: relative;
}
#navigation li a.active,
#navigation li a:hover {
	background: #fff url('../images/bg-nav-active.gif') repeat-x 0 100%;
}

/* main content area **********************************************************/
#content {
	border: 1px solid #526479;
	width: 688px;
	padding: 15px 25px;
	overflow: hidden;
	background: url('../images/semitransparent-blue.png');
}
#home #content {
	background: url('../images/index-bg.png') repeat-x left bottom;
	border-color: #777;
}
#content .inner {
	width: 100%;
	overflow: hidden;
	/*background: url('../images/spr.png') repeat-y;*/
}

#content ul li {
	margin: 5px 0;
	padding-left: 10px;
	background: url(../images/bullet.png) no-repeat 0 7px;
}

#content p {
	line-height:18px;
}

/* sidebar ********************************************************************/
#sidebar, #sidebarWide {
	float: right;
	width: 200px;
	overflow:hidden;
	position:relative;
}
#sidebarWide {
	width:315px;
	padding-left:30px;
	border-left:solid 1px #bbb;
}
h2.hd-promotions {
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-promotions.png') no-repeat;
}
.events {
	margin: 10px 0;
}
.events li {
	padding: 4px 0;
}

/* main column ****************************************************************/
#maincol, #maincolWide {
	float: left;
	width: 450px;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px;
}

#maincolWide {
	width:325px;
}
h1.hd-welcome {
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-welcome.png') no-repeat;
}

h1.hd-casino {
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-casino.png') no-repeat;
}

h1.hd-paradice {
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-paradice.png') no-repeat;
}

h1.hd-events {
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-events.png') no-repeat;
}

h1.hd-promotionspage {
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-promotionspage.png') no-repeat;
}

h1.hd-careers {
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-careers.png') no-repeat;
}

h1.hd-contact {
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/hd-contact.png') no-repeat;
}

#careersAccordion a {
	text-decoration: none;
}

#careersAccordion h3.toggler a {
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
	width: 646px;
	display:block;
	height: 16px;
	color: #333;
	border: 1px solid #18293c;
	background: url('../images/tog-background.gif') no-repeat;
}

#careersAccordion h3.active a {
	color: #de574d;
	border: 1px solid #47596d;
	background-position: 0 -37px;
}

#careersAccordion .element ul{
	margin-bottom: 15px;
}

.learnmore {
	display: block;
	width: 96px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/learnmore.png') no-repeat;
}

div#subnavigation ul.navigator {
	margin: 15px 0 20px;
	border: 1px solid #4a5b72;
	background: url('../images/bg-navigator.png') repeat-x;
	width: 686px;
	overflow: hidden;
	height: 36px;
}
div#subnavigation ul.navigator li {
	float: left;
	margin-top: 0;
	margin-right: 8px;
	padding: 1px 20px 0 25px;
	font: 12px/36px Arial, sans-serif;
	background: url('../images/ar-circle.gif') no-repeat 100% 50%;

	position: relative;
}
div#subnavigation ul.navigator li a {
	color: #fff;
	text-decoration: none;
}
div#subnavigation ul.navigator li a:hover {
	text-decoration: underline;
}

h3 {
	margin-bottom: 15px;
	color: #f15048;
	font: bold 14px/18px Arial, sans-serif;
}

h4 {
	margin-bottom: 15px;
	color: #fff;
	font: 14px/18px Arial, sans-serif;
}

hr {
	margin-bottom: 20px;
	height: 1px;
	border: none;
	background-color: #3b4a5b;
}

.specials {
	position: relative;
	width: 100%;
}
.specials li {
	border-bottom: 1px solid #3b4a5b;
	padding: 22px 0;
}
#maincol p, #maincolWide p {
	margin: 15px 3px 20px;
}
.title {
	font: bold 14px Arial, sans-serif;
}
.title em {
	color: #bdbdbd;
	font: bold italic 11px Arial, sans-serif;
}
.grey {
	color: #999;
}

/* 
 *********************************************************************/
#footer {
	color: #838383;
	font: 10px Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	clear:both;
}
#footer p {
	margin: 44px 0 0;
}
.foot-banner-left {
	float: left;
	display: inline;
	margin: 30px 45px 0 20px;
}
.foot-banner-right {
	float: right;
	display: inline;
	margin: 15px 25px 0;
}