* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, html {
	font-family: Tahoma, Trebuchet, Arial, sans-serif;
	font-size: 11px;
	color: #000;
/*	background: url(/images/layout/body_bg.jpg) top left repeat-x;*/
	background: url(/images/wrap/harveys.jpg) no-repeat center top #d0cfd3; 
/*
	background: url(/images/bnic/wrap.jpg) top center repeat-x;
	background-attachment: fixed;
	background-color: #000000;
*/
}

/*
#container {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	background: url(/images/layout/container_bg.jpg) top left no-repeat;
}
*/

#content_container {
	width: 965px;
	margin: 0px auto;
	padding-top: 10px;
}

#logo {
	width: 230px;
	float: left;
	text-align: center;
}

#logo img {
	margin-top: 10px;
}

#logo a {
	display: block;
	width: 134px;
	height: 121px;
	padding: 21px 0 0 36px;
	 /*background: url(/images/layout/gametv_logo.gif) 36px 21px  no-repeat;*/
	background: url(/images/bnic/gametv_logo.png) 36px 21px  no-repeat;

	}
	
#menu {
	width: 728px;
	float: right;
	/*background-image: url(/images/menu/menu_bg.gif);
	background-position: 0 100px; 
	background-repeat: repeat-x;*/
}

html>body #menu { background-position: 0 98px; }

#menu ul {
	height: 41px;
	margin-top: 8px;
	margin-bottom: 9px;
	/* padding-left: 1px; */
	background: url(/images/menu/menu_bg.gif) 0px 0px repeat-x;
}

#menu li {
	display: block;
	float: left;
	height: 41px;
	list-style: none;
	padding-right: 1px;
}

#menu li a {
	display: block;
	height: 41px;
	outline: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	line-height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/menu/menu_item_bg.jpg) top left repeat-x;
}

#menu li a:hover {
	color: #FFF;
	background-position: center -50px;
}

#menu_home {
	width: 81px;
	background: url(/images/menu/menu_home.gif);
}

#menu_bingo {
	width: 81px;
	background: url(/images/menu/menu_bingo.gif);
}

#menu_bnic, #menu_movies {
	width: 100px;
	background: url(/images/menu/menu_bnic.gif);
}

#menu_watch, #menu_shows {
	width: 120px;
	background: url(/images/menu/menu_watch.gif);
}

#menu_contests {
	width: 160px;
	background: url(/images/menu/menu_contests.gif);
}

#menu_schedule {
	width: 80px;
	background: url(/images/menu/menu_onair.gif);
}

#menu_about {
	width: 100px;
	background: url(/images/menu/menu_about.gif);
}

#menu .menu_dropdown {
	border: 1px solid #C2C2C2;
	border-top: 0px;
	border-bottom: 0px;
	display: none;
	margin: 0px 0px 0px -1px;
	position: absolute;
	z-index: 100;
	height: auto;
	background: none;
}

#menu .menu_dropdown li {
	display: block;
	float: none;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
}

#menu .menu_dropdown li a {
	text-align: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	background-position: 0px -11px;
}

#menu .menu_dropdown li a:hover {
	color: #ED8F1D;
}

#home_banner {
	margin: 0px 0px 5px 0px;
	text-align: center;
	height: 96px;
}

#left_col {
 width: 614px;
	float: left;
}

#right_col {
 width: 330px;
	float: right;
	padding: 5px;
	border: 1px solid #AFAFAF;
	background-color: #ffffff;
}

#right_container {
	background: #D0CEC4;
	padding: 5px;
}

#latest_winners {
	background: #FFF;
	height: 200px;
	display: block;
}

#latest_winners a {
	text-decoration: none;
	color: #F9961E;
	text-transform: uppercase;
	display: block;
}

#latest_winners .winner {
	width: 102px;
	float: left;
	border-right: 1px solid #CCC;
}

#latest_winners .winner div {
	padding: 0px 6px;
}

#latest_winners .winner img {
	margin: 4px 0px;
	border: 2px solid #F9961E;
}

#latest_winners .last {
	border-right: none;
}

#vid_player {
	background: #FFF;
}

#video_playlist {
	cursor: pointer;
}

#video_playlist a {
	outline: none;
}

#video_playlist .video {
	height: 35px;
	margin: 2px 0px;
	padding: 0px 8px;
	background: url(/images/layout/video_playlist_bg.jpg) top left no-repeat;
}

#video_playlist .video:hover, #video_playlist .video_playing {
	background: url(/images/layout/video_playlist_bg.jpg) bottom left no-repeat;
}

#video_playlist .video a {
 color: #000;
	text-decoration: none;
}

#video_playlist .video a.title {
 font-weight: bold;
	padding-top: 3px;
	display: block;
}

#video_playlist .video span {
 float: right;
}

#on_tv {
	background: #FFF;
	width: 100%;
}

#on_tv ul {
 display: block;
	clear: both;
	width: 100%;
}

#on_tv ul li {
	display: block;
	clear: both;
	border-bottom: 1px solid #F9961E;
	padding: 3px;
	list-style: none;
}
/*
#on_tv ul li:hover {
	background: #EEE;
}
*/
#on_tv ul li.last {
	border-bottom: none;
}

#on_tv ul li span {
	font-weight: bold;
	width: 90px;
	display: block;
	float: left; /* -- This line ruins not the white boxes below it, but ABOVE it */
}

#on_tv ul li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	width: 210px;
}

#channel_div {
	background: #FFF;
	position: relative;
}

#channel_div tr.header td {
	font-weight: bold;
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 2px
}

#channel_div td {
	padding: 1px 2px;
}

#channel_div .channels {
	border-collapse: collapse;
	background: #FFF;
}

#channel_div .channels .gray {
	background: #EEE;
}

#newsletter .white_box {
 padding: 5px 10px;
}

#newsletter form {
	display: block;
	margin: 5px 0px;
}

#newsletter_email {
 border: 1px solid #AFAFAF;
	margin: 0px 5px 5px 5px;
	padding: 2px 4px;
	width: 150px;
	color: #CCC;
}

#newsletter_submit {
	margin-top: 4px;
}

#right_advertise {
	color: #000;
	width: 300px;
	font-size: 10px;
	font-weight: bold;
	margin: 10px auto 0px auto;
	text-transform: uppercase;
}

#right_big_box {
	width: 300px;
	margin: 15px auto 10px auto;
}

#global_footer {
	display: block;
	margin: 5px auto 5px auto;
	width: 575px;
	height: 50px;
	background-color: #ffffff;
	clear: left;
}

#global_footer div {
 display: block;
	height: 50px;
	padding: 0 43px;
	float: left;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

#global_footer a {
 display: block;
	width: 100%;
	height: 50px;
	margin: auto;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat
}

#global_footer #insight { width: 47px; background-image: url(/images/properties/isl-grey.gif); }
#global_footer #insight a:hover { background-image: url(/images/properties/isl-normal.gif); }
#global_footer #wfn { width: 66px; background-image: url(/images/properties/wfn-grey.gif); }
#global_footer #wfn a:hover { background-image: url(/images/properties/wfn-normal.gif); }
#global_footer #aquila { width: 43px; background-image: url(/images/properties/aquila-grey.gif); }
#global_footer #aquila a:hover { background-image: url(/images/properties/aquila-normal.gif); }
#global_footer #goltv { width: 84px; background-image: url(/images/properties/goltv-grey.gif); }
#global_footer #goltv a:hover { background-image: url(/images/properties/goltv-normal.gif); }
#global_footer #grandslam { width: 71px; background-image: url(/images/properties/grandslam-grey.gif); }
#global_footer #grandslam a:hover { background-image: url(/images/properties/grandslam-normal.gif); }
#global_footer #mlg { width: 74px; background-image: url(/images/properties/mlg-grey.gif); }
#global_footer #mlg a:hover { background-image: url(/images/properties/mlg-normal.gif); }
#global_footer #gametv { width: 56px; background-image: url(/images/properties/gametv-grey.gif); }
#global_footer #gametv a:hover { background-image: url(/images/properties/gametv-normal.gif); }
#global_footer #gretzky { width: 101px; background-image: url(/images/properties/gretzky-grey.gif); }
#global_footer #gretzky a:hover { background-image: url(/images/properties/gretzky-normal.gif); }
#global_footer #nhlnet { width: 41px; background-image: url(/images/properties/nhlnet-grey.gif); }
#global_footer #nhlnet a:hover { background-image: url(/images/properties/nhlnet-normal.gif); }
#global_footer #bills { width: 57px; background-image: url(/images/properties/bills-grey.gif); }
#global_footer #bills a:hover { background-image: url(/images/properties/bills-normal.gif); }

#sub_footer {
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background-color: #000000;
	color: #CCC;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 965px;
}

#sub_footer span {
	color: #fff;
}

#sub_footer span, #sub_footer a {
	padding: 0px 4px;
}

#sub_footer a:hover {
	color: #fff;
}