body{
	background-image:none;
}

#genres{
	position:relative;	
}
#wrap{
	background:#006699;
}
#flash{
	background:#006699;
}
#menubar{
	position:absolute;
	width:100%;
	height:200px;
	background-image:url(../images/home/menubar-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:10;
	left:0px;
	bottom:25px;
}
#more{
	height:25px;
	position:absolute;
	z-index:10;
	bottom:0px;
	left:0px;
	width:100%;
	background:black url(../images/home/more-info.png) center right no-repeat;
}
#more a{
	display:block;
	height:25px;
	text-align:right;
	padding:0 50px 0 0;
	line-height:25px;
	color:white;
	font-size:11px;
	text-transform:uppercase;
}
#container{
	padding-top:30px;
	background-image:url(../images/home/container-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	width:auto;
}
#body{
	width:1000px;
	margin:0 auto 20px auto;
}

#menu{
	margin-top:20px;
	height:40px;
	text-align:right;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#menu ul li{
	float:left;
	margin:0;
	padding:0;
}
#menu ul li a{
	float:left;
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-shadow: -1px -1px 0px #0068A5;
	background:url(../images/home/menu-divider.png) no-repeat right center;
	padding:0 15px;
}
#menu ul li:last-child a{
	background:none;	
}
#menu ul li a:hover{
	color:#85CFEA;
}
#menu ul li.view a{
	background:url(../images/home/watch-online.png) no-repeat center;
	text-indent:-10000px;
	width:150px;
}

#shows{
	display:none;	
	position:relative;
	height:140px;
	background:url(../images/home/shows-bg.png) no-repeat left top;
}
#shows-date{
	position:absolute;
	z-index:10;
	left:0px;
	top:70px;
	text-align:right;
	width:160px;
	color:white;
}
#shows-date a{
	color:black;
}
#shows-date a:hover{
	color:white;
}
#shows-date h3{
	font-size:16px;
}
#shows-date h3,
#shows-date p{
	margin:0;
	padding:0;
	color:white;
}
#shows .show-nav{
	position:absolute;
	z-index:100;
	top:40px;
	height:60px;
	background-repeat:no-repeat;
	width:30px;
	
}
#shows .show-nav:hover{
	
}
#shows-left{
	background-image:url(../images/home/schedule-left.png);
	left:185px;
}
#shows-left:hover{
	background-image:url(../images/home/schedule-left-hover.png);
}
#shows-right{
	background-image:url(../images/home/schedule-right.png);
	right:0px;
}
#shows-right:hover{
	background-image:url(../images/home/schedule-right-hover.png);
}
#shows-list{
	position:absolute;
	left:185px;
	right:0px;
	height:140px;
	overflow:hidden;
	z-index:10;
}
#shows-list ul{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	height:140px;
	overflow:hidden;	
}
#shows-list ul li{
	float:left;
}
#shows-list ul li a{
	float:left;
	display:block;
	width:137px;
	height:140px;
	overflow:hidden;
	color:#F5CFBB;
	font-size:11px;
	background:url(../images/home/program-bg.png) no-repeat;
}
#shows-list ul li.on a,
#shows-list ul li a:hover{
	color:white;
	background:url(../images/home/program-bg-hover.png) no-repeat;
}
#shows-list ul li a p{
	margin:0;
	padding:0 20px;
}
#shows-list ul li a p.image{
	padding-top:10px;	
}
#shows-list ul li a p.image img{
	opacity:.6;
	filter:Alpha(Opacity='60');		
}
#shows-list ul li.on a p.image img,
#shows-list ul li a:hover p.image img{
	opacity:1;
	filter:Alpha(Opacity='100');		
}
#shows-list ul li a p.program{
	padding-top:5px;
}

