@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#wrapper {
	width: 950px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#nav  {
	margin: 0px;
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	padding-left: 0px;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #999999;
	text-decoration: none;
}
#logo {
	height: 140px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/richard-gray-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo-left {
	float: left;
}
#logo-right {
	float: right;
	text-align: right;
	padding-right: 110px;
}


#menu  {
	font-size: 110%;
	font-weight: bold;
	border-bottom:1px solid white; /* for IE6, so that it doesn't add a bunch of space below the menu */
	padding-right: 110px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
/* out:	display: inline; */
	list-style-type: none;
	padding: 0px;
	margin: 0px;

/* added: */
	float:left;
	width:950px;
	background:#EEE;
	margin-bottom:21px;
}
#menu li {
	list-style: none;
/* out:	display: inline; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
/* added: */
	float:left;
	padding-top: 17px;
	padding-bottom: 9px;
	
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #000000;
	text-decoration: none;
	background-color: #eee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d4d4;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-image: url(../images/onoff-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d4d4;
	background-image: url(../images/onoff-menu-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.menu-down {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d4d4;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-image: url(../images/onoff-menu-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* extra padding on first item */
li.item1 a.menu:link,
li.item1 a.menu:visited,
li.item1 a.menu:active,
li.item1 a.menu-down{
	padding-right:25px;
}

#2-columns,
#two-columns{ /* added the wordy version, as IDs are not allowed to start with a digit */
	padding-top: 30px;
}
#home-left {
	float: left;
	width: 620px;
}
#home-right {
	float: right;
	width: 300px;
	padding-left: 10px;
}
#left-menu {
	float: left;
	width: 210px;
	margin-right: 20px;
	_margin-right:17px; /* for IE6 */
}
#page-main {
	float: right;
	width: 720px;
}

#main-leftcol {
	float: left;
	width: 345px;
}
#main-rightcol {
	float: right;
	width: 345px;
	text-align: right;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 95%;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.quote {
	background-image: url(../images/speechmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-style: italic;
	font-weight: bold;
}

.homenews {
	margin-bottom: 15px;
}
.homequote {
	background-color: #efefef;
	padding: 12px;
	font-size: 11px;
}

.home-videotable {
	margin-top: 15px;
}


a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	margin-top: 70px;
	margin-bottom: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#copyright  {
	font-size: 85%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9E9E9E;
	border-bottom-color: #9E9E9E;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #9E9E9E;
	background-image: url(../images/copyright2010.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	text-align: right;
}
.pressthumb {
	margin-right: 12px;
	border: 1px solid #000000;
	margin-bottom: 12px;
}
.debut-credit {
	font-size: 85%;
	background-image: url(../images/tv-credit_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	height: 46px;
}
.h1-line {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.td-line {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.td-line2 {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
.td-line3 {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
.pic-right {
	margin-bottom: 10px;
	margin-left: 10px;
}
#fixed {
	position: fixed;
}
#subnav  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-weight: bold;
}
#subnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#subnav li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.topofpage {
	background-image: url(../images/topofpage.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	font-size: 11px;
	padding-right: 15px;
}
.sponsor {
	background-color: #efefef;
	width: 210px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 210px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.sponsor img{
	padding-bottom: 4px;

}
.sponsor-110 {
	background-color: #efefef;
	width: 90px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 210px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.shorts {
	background-color: #efefef;
	width: 152px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 120px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.shorts-last {
	background-color: #efefef;
	width: 152px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 120px;
	margin-bottom: 10px;
	float: left;
	margin-right: 0px;
}
.shorts img{
	padding-bottom: 4px;
}
.shorts-last img{
	padding-bottom: 4px;
}

.vod {
	background-color: #efefef;
	width: 116px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 120px;
	margin-bottom: 6px;
	float: left;
	margin-right: 10px;
}
.vod-last {
	background-color: #efefef;
	width: 116px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 120px;
	margin-bottom: 6px;
	float: left;
	margin-right: 0px;
}
.vod img{
	padding-bottom: 4px;
}
.vod-last img{
	padding-bottom: 4px;
}
#tv-livebox {
	background-image: url(../images/tv-live.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 355px;
	margin-right: 10px;
	float: left;
}
#tv-livebox a {
	display:block;
	width: 355px;
	text-decoration: none;
	height: 300px;
	background-image: url(../images/tv-live.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tv-livebox a:hover {
	background-position: 0 -300px;
}
#tv-vod {
	background-image: url(../images/tv-vod .gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 355px;
	margin-right: 0px;
	float: left;
	background-image: url(../images/tv-vod.gif);
}
#tv-vod  a {
	display:block;
	width: 355px;
	text-decoration: none;
	height: 300px;

	background-image: url(../images/tv-vod .gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/tv-vod.gif);
}
#tv-vod a:hover {
	background-position: 0 -300px;
}


#tv-livebox-small {
	background-image: url(../images/tv-live-small.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 109px;
	width: 355px;
	margin-right: 10px;
	float: left;
}
#tv-livebox-small a {
	display:block;
	width: 355px;
	text-decoration: none;
	height: 109px;
	background-image: url(../images/tv-live-small.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tv-livebox-small a:hover {
	background-position: 0 -109px;
}
#tv-vod-small {
	background-image: url(../images/tv-vod-small.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 109px;
	width: 355px;
	margin-right: 0px;
	float: left;
	background-image: url(../images/tv-vod-small.gif);
}
#tv-vod-small a {
	display:block;
	width: 355px;
	text-decoration: none;
	height: 109px;

	background-image: url(../images/tv-vod-small.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/tv-vod-small.gif);
}
#tv-vod-small a:hover {
	background-position: 0 -109px;
}




#webcambox {
	background-image: url(../images/webcam-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 220px;
	float: left;
	margin-bottom:20px;
}
#webcambox a {
	display:block;
	width: 220px;
	text-decoration: none;
	height: 150px;
	background-image: url(../images/webcam-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#webcambox a:hover {
	background-position: 0 -150px;
}
#liveshowbox {
	background-image: url(../images/liveshow-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 220px;
	float: left;
	margin-bottom:5px;
}
#liveshowbox a {
	display:block;
	width: 220px;
	text-decoration: none;
	height: 150px;
	background-image: url(../images/liveshow-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#liveshowbox a:hover {
	background-position: 0 -150px;
}
#photogallerybox {
	background-image: url(../images/photogallery-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 220px;
	float: left;
	margin-bottom:15px;
}
#photogallerybox a {
	display:block;
	width: 220px;
	text-decoration: none;
	height: 150px;
	background-image: url(../images/photogallery-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#photogallerybox a:hover {
	background-position: 0 -150px;
}
#parisbox {
	background-image: url(../images/paris-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 220px;
	float: left;
	margin-bottom:6px;
	margin-top:13px;
}
#parisbox a {
	display:block;
	width: 220px;
	text-decoration: none;
	height: 150px;
	background-image: url(../images/paris-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#parisbox a:hover {
	background-position: 0 -150px;
}
#videobox {
	background-image: url(../images/video-box.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 220px;
	float: left;
	margin-bottom:6px;
}
#videobox a {
	display:block;
	width: 220px;
	text-decoration: none;
	height: 150px;
	background-image: url(../images/video-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#videobox a:hover {
	background-position: 0 -150px;
}

#tab-live  {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	/* out:	margin-bottom: 30px; */
	margin-left: 0px;
	/* added: */
	margin-bottom:0; /* for IE6, so that it doesn't add a bunch of space below the menu */
}
#tab-live ul,
#tab-live ul li{
	padding:0;
	margin:0;
	list-style: none;
}
#tab-live ul li {
	float:left;
	margin-right:2px;
	margin-bottom:1px;
}
a.tab-live,
a.tab-live-current{
	display:block;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #e5e5e5;
	background-image: url(../images/live-tab-slant-grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.tab-live:focus,
a.tab-live:hover,
a.tab-live:active,
a.tab-live-current{
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../images/live-tab-slant.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nextShow {
	background-color: #C3C3C3;
	width: 704px;
	margin-bottom:1px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 8px;
}
.blinking {text-decoration: blink;}
.shop ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.shop li {
	list-style-type: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-top: 2px;
	padding-bottom: 2px;
}
.shopspy {
	background-color: #efefef;
	width: 210px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 300px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	_margin-right:8px; /* for IE6 */
}
#twitter_update_list{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#twitter_update_list li {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.hidden
{
display: none;
}

#prevNext
{
	margin-bottom: -2.5em;
	margin-left: 5px;
}

#prevNext img
{
	position: relative;
	z-index: 2;
	cursor: pointer;
}
#slides p
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: white;
opacity: .7;
filter:alpha(opacity=70);
}

#news {
  height:29px;
  margin:0;
  padding:0px;
  line-height:29px;
  font-size:14px;
  color:#000;
  list-style-type: none;
}

#news li{

}
#news li span{
  margin-left:0px;
}

#news a{color:#000; text-decoration:none;}
#news a:hover{
	color:#CC0000;
}

.vod-230 {
	background-color: #efefef;
	width: 210px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 150px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.vod-230 img{
	padding-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}