@charset "utf-8";
/* CSS Document */

/* Standard Tags 
/* ------------------------------------------------------------------*/

*+html {
	margin: 0px;
	padding: 0px;
}

body, html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #ffffff;
	color:#232323;
	margin:0;
	padding:0;
}


a:link, a:active, a:visited{
	color: #95a2ab;
	text-decoration: none;
} 

a:hover{
	color:#f18e00;
} 

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:16px;
	margin:8px 0px 15px 0px;
	padding: 0px;
}

/* Classes
/* ------------------------------------------------------------------*/

.clear{
	clear:both;
}


.orange{
	color:#f18e00;
}

/* Cosmetic tags
/* ------------------------------------------------------------------*/

#bar1{
	position:absolute;
	top:42px;
	left:0px;	
	height:99px;
	background:url(../images/top_arrow_fill.png);
	width: 50%;
	z-index:1;
}

* + html #bar1{
	position:absolute;
	top:37px;
	left:0px;	
	height:99px;
	background:url(../images/top_arrow_fill.png);
	width: 50%;
	z-index:1;
}

* html #bar1{
	position:absolute;
	top:37px;
	left:0px;	
	height:99px;
	background:url(../images/top_arrow_fill.png);
	width: 50%;
	z-index:0;
}

#bar2{
	position:absolute;
	top:122px;
	left:0px;
	height:137px;
	width: 100%;	
	background:#000000;
	z-index:0;
}

* + html #bar2{
	position:absolute;
	top:117px;
	left:0px;
	height:137px;
	width: 100%;	
	background:#000000;
	z-index:0;
}

* html #bar2{
	position:absolute;
	top:117px;
	left:0px;
	height:137px;
	width: 100%;	
	background:#000000;
	z-index:0;
}

#bar3{
	height:50px;
	background-image:url(../images/bottomBar.jpg);
	width: 28%;
	z-index:0;
	float:right;
	margin:0px;
	padding:0px;
	clear:none;	
}

/* Structure tags
/* ------------------------------------------------------------------*/

#main {
	width:950px;
	background:#FFF;
	margin: 5px auto 0px auto;
	position:relative;
	z-index:10;
}

#header {
	background:url(../images/top_arrow.png) no-repeat ;
	color:#FFFFFF;
	height:169px;
	position:relative;
	z-index:20;
}

#flashHeader{
	width: 950px;
	height: 254px;
	background-color:#FF0000;
	margin: 6px 0px 0px 0px;
}

* html #flashHeader{
	margin: 1px 0px 0px 0px;
}

* + html #flashHeader{
	margin: 1px 0px 0px 0px;
}

#imageStrap {
	background:#000000;
	color:#FFFFFF;
	height:137px;
	position:relative;
	top:-52px;
}

#content {
	width:600px;
	float:left;
	min-height:500px;
	background:#FFF;
	margin: 0px auto 0px 20px;
	border: 1px #FFFFFF solid;
	position:relative;
}

#showcontent {
	position:relative;
	top:-21px;
}

#indexPadding {
	width:950px;
	height:33px;
	background:#FFF;
}

#footer {
	width:950px;
	color:#FFFFFF;
	float:right;
	height:55px;
	margin: 0px auto 0px auto;
	z-index:10;
	background-image:url(../images/bottomArrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	clear:none;
}


* html #footer {
	position:relative;
	top: -73px;	
}

* + html #footer {
	position:relative;
}


#footerAddress{
	margin: 0px 0px 0px 200px;
	color: #FFFFFF;
	font-size:12px;
	position:relative;
	top:20px;
	text-indent: -3000px;	
}

#footerInfo{
	margin: 0px 0px 0px 250px;
	font-size:9px;
	color: #95a2ab;
}

* html #footerInfo{
	margin: 30px 0px 0px 250px;
}

/* Main Navigation
/* ------------------------------------------------------------------*/

#menu{
	color: #95a2ab;
	width: 210px;
	height: 500px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	position:relative;
	top:-33px;	
}


#menu ul{
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}

#menu ul li{
	text-align:right;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
}

#menu ul li a{
	color: #95a2ab;
	font-size:16px;
}

#menu ul li a:hover{
	color:#f18e00;
}



/* Page tags
/* ------------------------------------------------------------------*/

#headerImg{
	position:relative;
	top:-52px;
}

/* Season tags
/* ------------------------------------------------------------------*/


#shows {
	width: 465px;
	margin: 7px 0px 0px 0px;
}

a.showInfo{
	display:block;
	float:left;
	margin:0px 3px 3px 0px;
	text-decoration:none;
	color:#000000;
}

a.showInfo span{
	display:none;
	text-decoration:none;
} 

a.showInfo:hover span{ /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 7px;
	left: 480px;
	text-decoration:none;
}


/* Show tags
/* ------------------------------------------------------------------*/

#showNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#showNav ul li {
	float:left;
	margin: 0px 20px 0px 0px;	
}

#showNav a{
	color: #a4aeb6;
	text-decoration:none;
}

#showNav a:hover{
	color: #000000;
}

#showHR{
	background-color:#f18e00;
	height: 1px;
	margin: 2px 0px 0px 0px;
}

/* Shop tags
/* ------------------------------------------------------------------*/

table{
	margin: 0px 0px 0px 0px;
}

#playerHolder{
	width: 100%;
	height: 72px;
	margin: 0px 0px 30px 0px;
	background:url(../images/buyNowBar.jpg);	
}

#playerHolder img{
	float: right;
}



.player{
	width: 300px;
	height: 25px;
	background-color:#f18e00;
	margin: 0px 0px 0px 0px;
	position:relative;
	top:23px;
}

.playlist{
	margin: 10px 0px 10px 0px;
	width: 430px;
}


.playlist li{
	margin: 0px 0px 0px 0px;
	padding:0px;
}

.playlist em{
	font-size:10px;	
	margin:0px;
	padding:0px;
}

.playlist a{
	color:#f18e00;
}

.playlist a:hover{
	color: #95a2ab;
}

.colL {
	float: left;
	width: 213px;
}

.colR {
	float: right;
	width: 213px;
}

#newsMenu {
width:200px;
float:right;
border:1px solid #000;
background:#dcdcdc;
margin-bottom:25px;}

#newsMenu h1 {
margin: 5px 0px 0px 15px}