﻿body { width:100%; background-color:#00000f;  font-family: "Century Gothic", Arial, Helvetica, sans-serif;}

*{ margin:0px;  padding:0px;  outline:none;}
.clr{clear:both; width:100%;}	
 
/* ------------------------------- wrapping ---------------------------------------- */
#wrap{background:url(images/site_pattern.png) repeat;width:100%;}
#main{ width:950px; margin:0 auto; background-color:#000; border-left:1px solid #333333; border-right:1px solid #333333;}


/* ------------------------------ Heading Container ------------------------------------- */	
#header{width:950px; margin:0 auto; height:80px;  background-color:#000;}
#header .logo{width:300px; float:left; margin-top:10px;}
        .logo a.logo{background:url(images/logo.gif) no-repeat; width:299px; height:39px; }
              
              
/* ------------------------------ Login Page Styling  ---------------------------- */
.login {width:380px; float:right; margin-top:5px;}

/* ---------------------------- Slider Contener ---------------------- */
#slide_contents{background:#000 url(images/slide_bg.gif)no-repeat;width:922px;height:390px;margin:0 auto;}

/*Top Menu 	*/
#menu {width:922px;}
#menu ul{list-style:none; }
#menu ul li{float:left; padding-left:5px;}
#menu ul li a{ display:block;}
#menu ul li.sports {width:182px;}
#menu ul li.sports a{ background-image:url(images/nav_sportsbook.gif); width:182px; height:30px;}
#menu ul li.sports a:hover{ background-image:url(images/sports_hover.gif); width:182px; height:30px;}
#menu ul li.sports_active a{ background-image:url(images/sports_hover.gif); width:182px; height:30px;}

#menu ul li.poker{width:182px;}
#menu ul li.poker a{background-image:url(images/nav_poker.gif); width:182px; height:30px; }
#menu ul li.poker a:hover{background-image:url(images/poker_hover.gif); width:182px; height:30px; }
#menu ul li.poker_active a{background-image:url(images/poker_hover.gif); width:182px; height:30px; }

#menu ul li.casino {width:182px;}
#menu ul li.casino a{ background-image:url(images/nav_casino.jpg); width:182px; height:30px;}
#menu ul li.casino a:hover{ background-image:url(images/casino_hover.gif); width:182px; height:30px;}
#menu ul li.casino_active a{ background-image:url(images/casino_hover.gif); width:182px; height:30px;}

#menu ul li.racebook{width:182px;}
#menu ul li.racebook a{background-image:url(images/nav_racebook.gif); width:182px; height:30px; }
#menu ul li.racebook a:hover{background-image:url(images/racebook_hover.gif); width:182px; height:30px; }
#menu ul li.racebook_active a{background-image:url(images/racebook_hover.gif); width:182px; height:30px; }


/* ----------------------- Content ------------------------------- */
#content{width:948px; margin:0 auto; background-color:#000;}

/* ----------------- Bottom menu --------------------------------- */
#b_menu{width:950px; margin:15px;}
#b_menu ul{list-style:none;}
#b_menu ul li{padding:0px; float:left;}
#b_menu .b_sports a{
	display:block;
	padding:0px;
	width:225px;
	height:94px;
    background:url(images/b_menu01.gif) no-repeat;
    background-position:0px -94px;
}
#b_menu .b_sports a:hover {
	padding:0px;
	width:225px;
    background:url(images/b_menu01.gif) no-repeat;
    background-position:left top;
    
}

#b_menu .b_poker a{
	display:block;
	padding:0px;
	width:225px;
	height:94px;
    background:url(images/b_menu02.gif) no-repeat;
    background-position:left top;
}
#b_menu .b_poker a:hover {
	padding:0px;
	width:225px;
    background:url(images/b_menu02.gif) no-repeat;
    background-position:0px -94px;
}
#b_menu .b_casino a{
	display:block;
	padding:0px;
	width:225px;
	height:94px;
    background:url(images/b_menu03.gif) no-repeat;
    background-position:0px -94px;
}
#b_menu .b_casino a:hover {
	padding:0px;
	width:225px;
    background:url(images/b_menu03.gif) no-repeat;
    background-position:left top;
}
#b_menu .b_racebook a{
	display:block;
	padding:0px;
	width:225px;
	height:94px;
    background:url(images/b_menu04.gif) no-repeat;
    background-position:left top;
}
#b_menu .b_racebook a:hover {
	padding:0px;
	width:225px;
    background:url(images/b_menu04.gif) no-repeat;
    background-position:0px -94px;
}


/* Footer */
#footer{ width:950px;margin-left:15px; margin-top:30px;}
#footer .bottom_menu {background:#000 url(images/footer_bg.jpg)no-repeat; width:922px; height:60px;}


