body, html { 
background-color: #2a231e;
background-image:url(http://goltv.ca/images/layout/goltv_bg2.jpg);
background-attachment:fixed
}

#container {
	width: 980px;
	margin: 0 auto;
	background: #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}

div#globalheader {
	display: block;
	width: 980px;
	height: 240px;
}
#leaderboard {
	height: 92px;
	background: url(/images/layout/leaderboard_bg.jpg) top left no-repeat;
	padding: 11px;
}

#leaderboard_ad {
	width: 728px;
	height: 90px;
	float: left;
}

#leaderboard_input {
	height: 90px;
	width: 218px;
	float: right;
}

#gol_newsletter {
 height: 41px;
	background: url(/images/layout/newsletter_bg.jpg) top left no-repeat;
	text-align: right;
}

#gol_newsletter .input_bg {
	background: url(/images/layout/newsletter_input_bg.jpg) top left no-repeat;
}

#gol_search {
 height: 41px;
	margin-top: 8px;
	background: url(/images/layout/search_bg.jpg) top left no-repeat;
	text-align: right;
}

#gol_search .input_bg {
	background: url(/images/layout/search_input_bg.jpg) top left no-repeat;
}

#gol_newsletter form, #gol_search form {
	text-align: right;
	padding: 10px 3px 0px 0px;
}

#gol_newsletter input, #gol_search input {
	width: 125px;
	padding: 1px 2px;
}

#gol_newsletter .arrow_button, #gol_search .arrow_button {
	width: 14px;
	height: 14px;
	padding: 0px;
	border: none;
	background: url(/images/layout/arrow_buttons.jpg) 0px 2px no-repeat;
}

#gol_newsletter .arrow_button:hover, #gol_search .arrow_button:hover {
	background: url(/images/layout/arrow_buttons.jpg) 0px -12px no-repeat;
}

#menu {
 	margin-top: 5px;
	height: 65px;
}

#gol_logo {
	width: 200px;
	float: left;
}

#gol_menu {
	float: right;
}

#gol_menu li {
	list-style: none;
	display: block;
	float: left;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 0px;
}

#gol_menu li.first {
	border-left: 1px solid #EEE;
}

#gol_menu a {
	color: #333;
	display: block;
	padding: 4px 16px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#gol_menu a:hover {
	background: #535353;
	color: #FFF;
	display: block;
	padding: 4px 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#sub_menu {
	height: 19px;
	margin-top: 5px;
	/* width: 569px; -- width "contests" */
	width: 631px;
	overflow: hidden;
	background: url(/images/layout/shaded_bg.jpg) top left repeat;
}

#sub_menu ul {
	display: none;
	width: 600px;
	background: #535353;
	height: 19px;
	padding-right: 2px;
}

#sub_menu li {
	background: #535353 url(/images/layout/submenu_bg.jpg) 1px 0px no-repeat;
	border: 0px;
	color: #FFF;
	padding-left: 12px;
	list-style: disc;
}

#sub_menu li a {
	padding: 2px 2px 3px 5px;
	color: #FFF;
}

#sub_menu li a:hover {
	padding: 2px 2px 3px 5px;
	text-decoration: underline;
}

#sub_menu #submenu_schedule {
	margin-left: 65px;
}

#sub_menu #submenu_fromthepitch {
	margin-left: 198px;
}

#sub_menu #submenu_video,
#sub_menu #submenu_contest,
#sub_menu #submenu_about {
	float: right;
	width: auto;
}

#schedule {
	color: #FFF;
	font-size: 10px;
	margin-top: 5px;
}

#schedule a {
	color: #FFF;
	text-decoration: none;
}

#schedule a:hover {
	text-decoration: underline;
}

#schedule_full {
	width: 121px;
	float: left;
}

#schedule_now {
	width: 230px;
	height: 30px;
	float: left;
	padding: 17px 0px 0px 10px;
	background: url(/images/layout/schedule_now.jpg) top left no-repeat;
}

#schedule_next {
	width: 230px;
	height: 30px;
	float: left;
	padding: 17px 0px 0px 10px;
	background: url(/images/layout/schedule_next.jpg) top left no-repeat;
}

#schedule_game {
	width: 235px;
	height: 30px;
	float: left;
	padding: 17px 0px 0px 10px;
	background: url(/images/layout/schedule_game.jpg) top left no-repeat;
}

#schedule_buttons {
	width: 127px;
	height: 35px;
	float: left;
}

#left_col {
	width: 634px;
	float: left;
	margin-top: 15px;
	font-size: 12px;
}

#right_col {
	width: 320px;
	border: 1px solid #ECECEC;
	float: right;
	background: #ececec;
	margin-top: 15px;
}

#video_playlist li {
	padding: 2px 0px 0px 6px;
	list-style: none;
	background: #ECECEC;
	clear: both;
	display: block;
	color: #848484;
	cursor: pointer;
}

#video_playlist li:hover {
	background: #ccc;
}

#video_playlist li.alt {
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

#video_playlist li span.play {
	float: right;
	display: block;
	padding-right: 6px;
	font-weight: bold;
	color: #3986C9;
}

#video_playlist li span.play a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#video_playlist li b {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#video_playlist li span.number {
	font-weight: bold;
	padding-right: 6px;
}

#more_videos {
	border-top: 1px dashed #CCC;
	padding-top: 3px;
	margin: 3px 6px;
}

#big_box {
	width: 300px;
	height: 250px;
	margin: 10px auto;
	/* background: url(/images/layout/temp_big_box_ad.jpg) top left no-repeat; */
	background: #FFF;
	overflow: hidden;
}

#global_footer {
	display: block;
	margin: 5px auto;
	width: 880px;
	height: 50px;
}

#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: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	color: #CCC;
}

#sub_footer span {
	color: #000;
}

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

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