body{
	background:url(../images/leath_bg2.png) fixed;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wrap{
	width:1000px;
	display:block;
	margin:0 auto;
}
.header{
	width:1000px;
	display:block;
	float:left;
	background:#000;
}
.mainheader{
	position: relative;
}
.mContent {
	background: #fff;
}
.login_holder{
	float:left;
	padding:10px 0 0 30px;

}
.login_holder input[type="text"], .login_holder input[type="password"]{
	border:none;
	padding:5px;
	color:#333;
	font-size:14px;
}
#login_submit {
    background: none repeat scroll 0 0 #27aae1;
    border: 0 none;
    color: #fff;
    padding:5px;
}
.header_menu{
	float:right;
	padding:10px 30px 0 0;
}
.header_menu ul{
	margin:0;
	padding:0;
}
.header_menu li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
}
.header_logo{
	float:left;
	clear:both;
	padding:0 0 0 30px;
}
.header_main_menu{
	float:right;
	clear:right;

}
.header_main_menu ul{
	margin:0;
	padding:0;
	position:relative;
	top:60px;
}
.header_main_menu li{
	list-style:none;
	float:left;
	padding-right:10px;
}
.header_main_menu a{
	background:url(../images/menu_icon.jpg) no-repeat 0 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	padding:0px 0 0 30px;
	text-decoration:none;
	height:60px;
	display:block;
	position:relative;
	bottom:5px;
	padding-bottom:20px;
	
}
.header_main_menu a:hover{
	color:#28a9e0;
}
.header_phone{
	width:1000px;
	float:left;
	text-align:center;
}
.header_phone h3{
	margin:0;
	padding:10px 0 5px 0;
	color:#28a9e0;
	font-size:24px;
	text-transform:uppercase;
	line-height:24px;
}
.header_phone h3 span{
	color:#fff;
}
.header_footer{
	width:1000px;
	float:left;
	height:17px;
	background:#28a9e0;
}
.bannerWrap{
	width:1000px;
	float:left;
	height:308px;
	border-bottom:10px solid #333333;
}
.contWrap{
	width:960px;
	float:left;
	border-bottom:10px solid #333333;
	background:none repeat scroll 0 0 #333333;
	padding:20px;
}
.contWrap h1 {
    color: #fcaf17;
    font-size: 24px;
    font-weight: bold;
	margin:0;
}
.contWrap {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
.columns{
	background:#333333;
	width:1000px;
	float:left;
	border-bottom:10px solid #000;
}
.img_col{
	width:400px;
	padding:0 50px 12px 50px;
	float:left;
}
a.sportsbook{
	background:url(../images/sportsbook.jpg) no-repeat;
	width:384px;
	height:127px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
}
a:hover.sportsbook{
	background:url(../images/sportsbook-on.jpg) no-repeat;
}
a.casino{
	background:url(../images/casino.jpg) no-repeat;
	width:384px;
	height:127px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
}
a:hover.casino{
	background:url(../images/casino-on.jpg) no-repeat;
}
a.racebook{
	background:url(../images/racebook.jpg) no-repeat;
	width:384px;
	height:127px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
}
a:hover.racebook{
	background:url(../images/racebook-on.jpg) no-repeat;
}
a.mobile{
	background:url(../images/mobile.jpg) no-repeat;
	width:384px;
	height:127px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
}
a:hover.mobile{
	background:url(../images/mobile-on.jpg) no-repeat;
}
#footer-area{
	float:left;
	width:1000px;
	background:#181818;
	border-bottom:10px solid #000;
}
#footer-area #linklist-footer ul {
    color: #888888;
    float: left;
    list-style-type: none;
    margin-bottom: 14px;
    margin-left: 15px;
    text-align: left;
    width: 175px;
}
#footer-area #linklist-footer ul li h5, #linklist-footer ul li h5 a {
    color: #27aae1;
    font-size: 10px;
    font-weight: 700;
    padding-bottom: 7px;
    padding-left: 1px;
	margin:0;
}
#footer-area #linklist-footer ul li {
    border-bottom: 1px dotted #454545;
    font-size: 10px;
    line-height: 16px;
    margin-top: -1px;
}
#footer-area #linklist-footer ul li a {
    color: #888888;
    font-size: 10px;
    text-decoration: none;
}
.footer_copy{
	float:left;
	width:1000px;
	background:#181818;
	border-bottom:10px solid #000;
	text-align:center;
	font-size:11px;
	color:#fff;
}
.rulesMenu{
	float:left;
	width:1000px;
}
.rulesMenu ul li {
    background-color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    height: 20px;
    list-style: outside none none;
    margin-right: 10px;
    padding: 2px 2px 1px;
    text-align: center;
    width: 60px;
}
.rulesMenu ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    text-decoration: none;
    width: 60px;
}
a.ruleslink:link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    
}
a.ruleslink:visited {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    
}
a.ruleslink:active {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    
}

a.ruleslink:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    
}
#google_translate_element{
	position: absolute;
    right: 34px;
    top: 60px;
}

