body
{
	width: 100% !important;
	margin: 0px auto;
 	padding: 80px 0 0 0;
}

/* Main menu */

#menu
{
	width: 1024px;
	margin: 0 auto;
	padding: 19px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu li a {
	border-right:1px solid #999;
}

#menu li ul li a, #menu a.last {
	border-right:none;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 23px;
	color: #FFF;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #CCC;
}

*html #menu li a:hover /* IE6 */
{
	color: #CCC;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #cc0033;
	background: -moz-linear-gradient(#ff0033,  #cc0033);	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0033), to(#cc0033));
	background: -webkit-linear-gradient(#ff0033,  #cc0033);
	background: -o-linear-gradient(#ff0033,  #cc0033);
	background: -ms-linear-gradient(#ff0033,  #cc0033);
	background: linear-gradient(#ff0033,  #cc0033);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #ff0033; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #ff0033; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* Logos */
#menu .masthead {

	background: #666;
	background: -moz-linear-gradient(#666,  #333);	
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -webkit-linear-gradient(#666,  #333);
	background: -o-linear-gradient(#666,  #333);
	background: -ms-linear-gradient(#666,  #333);
	background-image: url("/img/logo.png");
	width: 150px;
}
#menu .masthead a {
	border:none;
}
#menu ul.logos {
	top:55px;
	left:20px;
}
#menu ul.logos li:first-child a:hover:after
{
    border-bottom-color: #000; 
}

#menu ul ul.logos li:first-child a:hover:after
{
    border-right-color: #000; 
    border-bottom-color: transparent; 	
}
#menu a.logo {
	text-indent:-9999px;
	width:123px;
	height:20px;
}
#menu a.cb {
	background:url(img/logo_cb.png) no-repeat top center;
	height:40px;
}
#menu .cb:hover {
	background:url(img/logo_cb.png) no-repeat top center;
}
#menu .pb {
	background:url(img/logo_pb.png) no-repeat top center;
}
#menu .pb:hover {
	background:url(img/logo_pb.png) no-repeat top center #000;
}
#menu .pd {
	background:url(img/logo_pd.png) no-repeat top center;
}
#menu .pd:hover {
	background:url(img/logo_pd.png) no-repeat top center #000;
}
#menu .b7 {
	background:url(img/logo_b7.png) no-repeat top center;
}
#menu .b7:hover {
	background:url(img/logo_b7.png) no-repeat top center #000;
}
/* Login */
#menu li.user {
	margin-top:-19px;
	padding-top:19px;
	padding:19px 1px;
	background: #666;
	background: -moz-linear-gradient(#666,  #333);	
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -webkit-linear-gradient(#666,  #333);
	background: -o-linear-gradient(#666,  #333);
	background: -ms-linear-gradient(#666,  #333);
	background: linear-gradient(#666,  #333);
	float:right;
}
}
#menu .btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Authenticated */

.navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 100%; }
.authenticated { margin-top: 3px; }
.authenticated .btn-group { margin-top:15px;float:right;padding-left: 0px; }
.navbar-text { line-height:1px;color:#DDD; }

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	background: #000;
	background: -moz-linear-gradient(#333,  #000);	
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -webkit-linear-gradient(#333,  #000);
	background: -o-linear-gradient(#333,  #000);
	background: -ms-linear-gradient(#333,  #000);
	background: linear-gradient(#333,  #000);
}

#menu li.auth-user { 
	margin-top:-27px;
	padding:19px 23px 5px 20px; 
	background: #666;
	background: -moz-linear-gradient(#666,  #333);	
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -webkit-linear-gradient(#666,  #333);
	background: -o-linear-gradient(#666,  #333);
	background: -ms-linear-gradient(#666,  #333);
	background: linear-gradient(#666,  #333);
	float:right;
}

#menu a.dropdown-toggle { color:#444;text-shadow: 0 1px 0 #FFF; }

/* MOBILE NAV */

.mobile-nav {
  width:100%;
  padding:5px;
  height:23px;
  background:#000 url("img/cb-logo_sm.png") no-repeat 8px 3px;
}  
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  background:#000;
  font: bold 12px/25px Arial, Helvetica;
}
.nav-collapse li {
  width: 100%;
  display: block;
  color:#fff !important;
  background:#000;
  padding:5px 0;
  border-top:1px solid #333;
  border-bottom:1px solid #CCC;
  background: rgb(69,72,77);
  background: -moz-linear-gradient(left,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to right,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}
.nav-collapse li:last-child {
   border-top:none;
   border-bottom:none;
}
.nav-collapse li a, .nav-collapse li a:hover, .nav-collapse li a:visited {
  color:#fff;
  text-decoration:none;
}
/*
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
*/
.js .nav-collapse,
.js .nav-collapse .dropdown ul {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
z-index: 9999;
}
.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

ul.mobile li { padding-left:10px; }

ul.mobile li ul li { padding-left:20px; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
  position: relative;
  }
  .js .nav-collapse.closed,
  .js .nav-collapse.closed .dropdown ul {
  max-height: none;
  z-index: 9999;
  }
  .nav-toggle {
  display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  width: 30px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  background: #000 url("img/menu.png") no-repeat 0px 5px;
  float:right;
}


/* mobile */
@media screen and (max-width: 640px) {
  .mobile { display:block; }
  .desktop { display:none !important; } 

  body { padding: 0 0 0 0; }
  .navbar-fixed-top { display:none; }
  #top { height:0;}
 /* SPORTSBOOK */
 ul.nav-list { display:none; }
 .container { width:80%; }
 .span9 { width:100%; }
 .span10 { width:100%; }
 .alert.success { width:100%; }
 .table.table-striped.table-hover { width:100%; }
}

/* desktop */
@media screen and (min-width: 641px) {
  .mobile, .nav-collapse, .mobile-nav { display:none !important; }
  .desktop { display:block; }
}

/* OVERLAYS */

/* mobile */
@media screen and (max-width: 640px) {
  #colorbox { top:34px !important;width:100% !important;height:100% !important; }
  #cboxWrapper, #cboxContent, #cboxLoadedContent, #cboxContent { width:100% !important;height:500px !important; }
  #cboxTopLeft, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { display:none; }
  /* BLACK JACK */
  .span12, .span11, .span6, .span5 { width:100%; }
  .offset1 { margin: -100px 0 0 0; }
  .offset2 { margin-left:50; }
  footer {  padding-top: 120px; }
}

.top-nav-container {
	width: 100%;
	padding: 0px;
}