@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#wrapper {
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#nav  {
	margin: 0px;
	font-size: 85%;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav.splash{
	text-align:center;
}
#nav.splash ul{
	padding-left:25px;
}
#nav ul {
	float:left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	list-style: none;
	display: inline;
	padding-right: 25px;
	padding-left: 0px;
}
#nav ul.channelmenu{
	display: inline;
	float:none;
}
#nav ul.channelmenu li{
	padding-left:0;
	padding-right:0;
}
#nav ul.channelmenu li a{
	padding-left:10px;
	padding-right:10px;
/* 	border-left:1px solid black; */
	text-decoration:none;
}
#nav ul.channelmenu li.item1 a{
	border-width:0;
}
#nav ul.channelmenu li.item2 a{
	padding-right:0;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #666666;
	text-decoration: none;
}
a.channelmenu:link, a.channelmenu:visited, a.channelmenu:active{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
a.nav:focus,
a.nav:hover,
a.channelmenu:focus,
a.channelmenu:hover{
	color: #999999;
	text-decoration: none;
}
a.channelmenu-down{
	color: #BFBFBF;
	font-weight:bold;
}
#logo {
	height: 99px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/richard-gray-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logolarge{
	width:369px;
	height:155px;
	padding:20px;		
	margin:0 auto;
}
#logo-left {
	float: left;
}
#logo-right {
	float: right;
	text-align: right;
}
#splashmenu{
	border-top:1px solid #CFCFCF;
}
#splashmenu ul{
	text-align:center;
	padding:20px 0;
	margin:0;
}
#splashmenu ul li{
	display:inline;
	padding:0;
	margin:0;
}
#splashmenu ul li a{
	font-family:'Century Gothic',Arial,sans-serif;
	font-size:150%;
	text-decoration:none;
	padding:10px 45px;
/* 	border-left:1px solid #CFCFCF; */
}
#splashmenu ul li.item1 a{
	border-left-width:0;
}

#menu  {
	font-size: 110%;
	font-weight:bold;
	line-height:1.6;
	border-bottom:1px solid white; /* for IE6, so that it does not add a bunch of space below the menu */
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu .hrmenubar{
	float:left;
	width:950px;
	height:41px;
	border-bottom:1px solid #CFCFCF;
	margin-bottom:21px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float:left;
	width:950px;
	background:#EEE;
	margin-bottom:21px;
}
#menu li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu li a{
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d4d4;
*/
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #666666;
	text-decoration: none;
	background-color: #eee;
}
a.menu:focus,
a.menu:hover,
a.menu-down{
	color: #000000 !important;
	text-decoration: none;
	background-color: #eee;
}

ul.channelmenu li.item1 a.menu:link,
ul.channelmenu li.item1 a.menu:visited,
ul.channelmenu li.item1 a.menu:active,
ul.channelmenu li.item1 a.menu-down{
	padding-right:inherit !important;
}

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

#main-leftcol {
	float: left;
	width: 340px;
}
#main-rightcol {
	float: right;
	width: 340px;
	text-align: right;
}
h1,
div.h1height{
	font-family:'Century Gothic', Arial, sans-serif;
	font-size: 24px;
	line-height:1.2;
	font-weight: normal;
	color:#898989;
	padding-top:4px;
	padding-bottom:25px;
	border-bottom:1px solid #D6D6D6;
	margin-top:0;
	margin-bottom:20px;
}
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;
}
.h1-blog{
	border-bottom:1px solid #D6D6D6;
	margin-top:-21px;
	margin-bottom:20px;
	display: block;
}
p{
	margin-top:0;
}

.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: #000000;
}
a:focus,
a:hover,
a:active{
	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: #D6D6D6;
	border-bottom-color: #D6D6D6;
	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;
}
table.td-line-table td.contactsheading{
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}
table.td-line-table td,
.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;
}
table.td-line-table td.contactsleft,
table.td-line-table td.contactsright{
	vertical-align:top;
}
table.td-line-table td.contactsright{
	text-align:right;
}
.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;
}
#subnav li a{
	text-decoration:none;
}
#subnav li.current a,
#subnav li a:focus,
#subnav li a:hover,
#subnav li a:active{
	color:#666666
}

#subnav.light li a{
	color:#777777;
}
.topofpage {
	clear:both;
	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: 7px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 210px;
	margin-bottom: 6px;
	float: left;
	margin-right: 6px;
}
.sponsor.last{
	margin-right:0;
}
.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;
}
.vod-196 {
	background-color: #efefef;
	width: 196px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 133px;
	margin-bottom: 11px;
	float: left;
	margin-right: 11px;
}
.vod-196 a{
	text-decoration:none;
}
.vod-196 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;
}
.vod-190 {
	background-color: #efefef;
	width: 190px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	height: 133px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.vod-190 a{
	text-decoration:none;
}
.vod-190 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;
}
.cwbox{
	overflow:hidden;
}
.cwimg{
	height:450px;
	background:#dddddd;
	color:white;
	margin-bottom:10px;
}
.cwimg img{
	float:left;
	margin-right:13px;
}
.cwimg h2{
	font-size:22px;
	font-weight:normal;
	line-height:1.2;
	padding-top:22px;
	margin:0;
}
p.cwinfo,
p.cwinfo1,
p.cwinfo2,
p.cwinfo3,
p.cwinfo4{
	float:left;
	width:150px;
	font-size:0.9em;
	padding-right:25px;
	_overflow:hidden; /* only for IE6 */
}
p.cwinfo3,
p.cwinfo4{
	padding-right:0;
}
p.cwinfo4{
	width:160px;
	padding-left: 25px;
	padding-right:0;
	_margin-right:-3px; /* only for IE6 */
}
.cwtopofpage{
	clear:both;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
.cwtopofpage a img{
	border:none;
}

/* 	SCHEDULE */
.schedule {
	margin: 0px;
	padding: 0px;
}
.schedule .left {
	float: left;
	width: 335px;
}
.schedule .right {
	float: left;
	width: 335px;
	margin-left: 15px;
}
.schedule .schedulehead {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.schedule .scheduledate {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
	display: block;
	margin: 0px;
}
.schedule .schedule-entry {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
/* 	END OF SCHEDULE */

p.paris-blurb{
	padding-right:0;
	clear: both;
	float: left;
}

/* 	EXTRA SUBNAV LISTS FOR EXHIBITION */

#subnav2  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-weight: bold;
}
#subnav2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#subnav2 li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#subnav2 li a{
	text-decoration:none;
}
#subnav2 li.current a,
#subnav2 li a:focus,
#subnav2 li a:hover,
#subnav2 li a:active{
	color:#666666
}

#subnav2.light li a{
	color:#777777;
}

#subnav3  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-weight: bold;
}
#subnav3 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#subnav3 li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#subnav3 li a{
	text-decoration:none;
}
#subnav3 li.current a,
#subnav3 li a:focus,
#subnav3 li a:hover,
#subnav3 li a:active{
	color:#666666
}

#subnav3.light li a{
	color:#777777;
}
/* 	END OF EXTRA SUBNAV LISTS FOR EXHIBITION */