/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #131316;
	color: #666;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h1, h2, h3 {
	background: url(../images/heading-bg.gif) repeat-x;
	border: 1px solid #c8b022;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	text-shadow: #fae75d 0 0 4px;
	text-transform: uppercase;
}

a {
	color: #48add7;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.submit:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 232px;
	margin-bottom: 2px;
	position: relative;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	position: absolute;
	bottom: 0;
}

#menu ul {
	float: left;
}

#menu li {
	float: left;
	padding-right: 2px;
}

#menu li a {
	background: url(../images/menu-link.png) no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-shadow: #000 0 0 2px;
	width: 131px;
}

#menu li.active a,
#menu li a:hover {
	background: url(../images/menu-link.png) no-repeat 100% 0;
	color: #5f5f5f;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #fae75d 0 0 4px;
}

/* menu form */
#menu form {
	float: right;
}

#menu input {
	border: none;
	display: block;
	float: left;
}

#menu input.text {
	background: url(../images/menu-input.png) no-repeat;
	height: 34px;
	margin-right: 2px;
	padding: 18px 33px 0 33px;
	width: 158px;
}

#menu input.submit {
	background: url(../images/menu-link.png) no-repeat 100% 0;
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-shadow: #fae75d 0 0 4px;
	width: 131px;
}

/*------------------------------------------------------*/
/* =LOGIN							*/
#login {
	background: url(../images/login.png);
	font-size: 16px;
	padding-top: 8px;
	width: 260px;
	position: absolute;
	top: 0;
	right: 134px;
}

#login h5 {
	background: #920419;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 15px;
	text-transform: uppercase;
	width: 230px;
}

#login li {
	overflow: hidden;
	margin: 0 15px;
	padding: 5px 0;
}

#login label {
	color: #fff;
	display: inline-block;
	float: left;
}

#login input {
	border: none;
	float: right;	
}

#login input.text {
	padding: 2px 4px;
	width: 110px;
}

#login li.last {
	border-top: 1px dashed #920419;
	margin-top: 5px;
}

#login li.last label {
	color: #920419;
	height: 32px;
	line-height: 32px;
}

#login input.submit {
	background: url(../images/login-submit.png) no-repeat;
	display: inline-block;
	height: 32px;
	width: 118px;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	background: url(../images/content.jpg) no-repeat;
	padding: 48px 0;
}

#content .boxHolder {
	background: #f8ecbc;
	border: 1px solid #918039;
	margin-bottom: 10px;
}

/* BANNERS  */
#banners {
	float: left;
	width: 120px;
}

#banners img {
	margin-bottom: 10px;
}

/* MAIN */
#main {
	float: left;
	padding:0 15px 0 0;
	width: 664px;
}

#main .box {
	background: #fff;
	border: 2px solid #e9daa9;
	font-size: 11px;
	padding: 15px 10px;
}

#main .inline li {
	float: left;
	padding: 0 1px;
}

#main .inline li a {
	background: url(../images/main-inline.png) no-repeat 100% 0;
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	text-align: center;
	text-shadow: #fae75d 0 0 4px;
	width: 158px;
}

#main .inline li a:hover {
	background: url(../images/main-inline.png) no-repeat;
	text-decoration: none;
}

/* "top casino" box */
#main #top.box {
	font-size: 14px;
}

#top .topCasino {
	padding: 20px 0;
}

#top .topCasino img {
	float: left;
}

#top .topCasino ul {
	float: left;
	padding: 15px 0 0 20px;
}

#top .topCasino li {
	color: #b64b2b;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}

#main #top .inline {
	padding-top: 15px;
}

/* casinos */
#main .casinos {
	border-bottom: 1px dotted #363636;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#main .casinos.last{
	border: none;
}

#main .casinos img {
	float: left;
}

#main .casinos .info {
	float: right;
	width: 335px;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 345px;
}

#sidebar .box {
	background: #efdf99;
	border: 1px solid #e3d172;
	margin: 7px 10px;
	padding: 10px;
}

#sidebar img {
	float: left;
}

#sidebar .info {
	color: #b64b2b;
	float: right;
	font-size: 16px;
	line-height: 20px;
	width: 180px;
	text-align:right;
	padding-top: 10px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.jpg) repeat-x;
	color: #4a4b4b;
	padding: 50px 0 0 0;
	text-align: center;
}

#footer ul, 
#footer p {
	padding: 10px 0;
}

#footer li {
	border-right: 1px solid #4a4b4b;
	display: inline;
	padding: 0 5px;
	text-transform: uppercase;	
}

#footer a {
	color: #4a4b4b;
	font-weight: bold;
}
