/* CSS Document */
html, body {
	height:100%
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#101d30;
    margin: 0;
    padding: 0;
    color: #000;
	text-align:center;
	vertical-align:middle;
}
a:hover img, a img, a:visited img, a:active img, img{ border:0; }
.clear{clear:both;}

#contentWrapper{
	width:100%;
	background:#070707;
	height:auto;
	text-align:center;
	padding:0;
	margin:0;
	overflow:hidden;	
}

/*Top navigation*/
#navTop{
	position:absolute;
	width:100%;
	height:57px;
	background:url('../images/nav/navTop_Bg.gif') repeat-x;
	padding:8px 0 0 0;
	top:0;
	left:0;
	z-index:1000;
}

#navTopInner{
	height:40px;
	width:709px;
	background:url('../images/nav/nav_bg_inlay_box.png') no-repeat;
	margin:0 auto;
	
}

#navTopInner ul{
	/*background:url('../images/nav/nav_links_sprite.gif')no-repeat 10px 10px;*/
	float:left;
	/*padding:0;*/
	margin:14px 35px;
}

#navTopInner ul li{
	margin:0;
	display: block;
	float: left;
}

#navTopInner ul a{
	background: url('../images/nav/nav_links_sprite.gif') no-repeat 0 0;
	height:15px; display:block; overflow:hidden;
}

#navTopInner ul a.home{
background-position:15px top;
width:80px;
}

#navTopInner ul a:hover.home, #navTopInner ul li.active a.home{
background-position:15px -16px;
width:80px;
}

#navTopInner ul a.aboutus{
background-position:-68px top;
width:83px;
}
#navTopInner ul a:hover.aboutus, #navTopInner ul li.active a.aboutus{
background-position:-68px -16px;
width:83px;
}

#navTopInner ul a.videos{
background-position:-151px top;
width:83px;
}
#navTopInner ul a:hover.videos, #navTopInner ul li.active a.videos{
background-position:-151px -16px;
width:83px;
}

#navTopInner ul a.gallery{
background-position:-237px top;
width:96px;
}
#navTopInner ul a:hover.gallery, #navTopInner ul li.active a.gallery {
background-position:-237px -16px;
width:96px;
}

#navTopInner ul a.cast{
background-position:-330px top;
width:74px;
}
#navTopInner ul a:hover.cast, #navTopInner ul li.active a.cast{
background-position:-330px -16px;
width:74px;
}

#navTopInner ul a.downloads{
background-position:-410px top;
width:121px;
}
#navTopInner ul a:hover.downloads, #navTopInner ul li.active a.downloads{
background-position:-410px -16px;
width:121px;
}

#navTopInner ul a.sweepstakes{
background-position:-533px top;
width:147px;
}
#navTopInner ul a:hover.sweepstakes, #navTopInner ul li.active a.sweepstakes{
background-position:-533px -16px;
width:147px;
}
/**/




/* Footer */
#footer {
	/*position:absolute;
	bottom:-82px;*/
	width:100%;
	z-index:3001;
	padding:0;
	margin:0;
}
#navBottom{
	width:100%;
	height:59px;
	background:url('../images/footer/navBottom_Bg.gif') repeat-x;
	padding:8px 0 0 0;
}
 
 #navBottomInner{
	height:40px;
	width:722px;
	background:url('../images/footer/footer_socialmedia_box.png') no-repeat;
	text-align:center;
	margin:0 auto;
	
}

#navBottomInner ul{
	/*background: url('../images/footer/footer_nav_sprite.gif') no-repeat 0 0;*/
	float:left;
	padding:0 0 0 127px;
	margin:9px 0 0;
	height:20px;
}

#navBottomInner ul li {
	display: block;
	float: left;
	padding:0;
	margin:0;
}

#navBottomInner li a { 
    padding:0;background: url('../images/footer/footer_nav_sprite.gif') no-repeat 0 0;
	height:29px; display:block; overflow:hidden;
}

#navBottomInner ul a.facebook_nav{
	background-position:left top;
	width:90px;
}
#navBottomInner ul a:hover.facebook_nav, #navBottomInner ul li.active a.facebook_nav{
	background-position:left -29px;
	width:90px;
}


#navBottomInner ul a.twitter_nav{
	background-position:-88px top;
	width:110px;
}
#navBottomInner ul a:hover.twitter_nav, #navBottomInner ul li.active a.twitter_nav{
	background-position:-88px -29px;
	width:110px;
}

#navBottomInner ul a.youtube_nav{
	background-position:-200px top;
	width:90px;
}
#navBottomInner ul a:hover.youtube_nav, #navBottomInner ul li.active a.youtube_nav{
	background-position:-200px -29px;
	width:90px;
}

#nav_date{
	padding:0 0 0 52px;
	margin:10px 0 0;
}

#copyright { 
    margin-top: -8px;
    text-align: center; 
    padding: 5px 0 0 0;
    background: #101d30 url('../images/footer/footerBottom_Bg.gif') repeat-x;

}

#rating, #legal, #email, #twitter, #facebook, #ratingBig { float: left; }

#rating img, #ratingBigInner img {
	cursor:pointer;
}
#ratingBig{
	position:absolute;
	width:100%;
	display:none;
}
#ratingBigInner{
	width:775px;
	margin:0 auto;
	text-align:left;
}
#social {
    margin: 0 auto;
    text-align: center;
    width: 770px;   
}
#twfb_container {
    float: left;
    background: url('../images/footer/footer_social.png') no-repeat; 
    padding: 5px 6px 5px 15px;
}
/**/


/*mainContent*/
#content{
	width:100%;
	height:660px;
	max-width:1023px;
	padding:0;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	top:0;
	position:relative;
}

#bg_image{
	position:absolute;
	margin:0;
	padding:0;
	left:0;
	top:0;
}
/**/




/*home page only*/
#ticket-popup{
	position:absolute;
	z-index:1003;
	bottom:0;
	margin:0 auto;
	left:0;
	right:0;
	.left:220px;
}
/**/


/*aboutUs*/
#innerContent{
    position: absolute;
    background-color: #1c1c1c;
	opacity: .8;
	filter:alpha(opacity=80);	/* Transparency - IE */
	opacity:0.8;
    left: 50%;
    min-height: 100%;
    height: 100%;
    overflow: hidden;   
    top: 0;
	right:0;
    width: 50%;
	padding:85px 0 0 30px;
	text-align:left;
	/*padding: 30px;*/
}

#mainLogo{
margin:0 0 30px 0;
}

#content_pane1{
	height:auto;
	overflow:hidden;
	width:332px;
}
/**/



#cast_abt_content{
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px 0 0 0;
	width:100%;
	height:auto;
}

/*gallery*/

.gallery-link {
	color: #FFCC00;
	text-transform: uppercase;
	}

.gallery-section {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	}

.gallery-section a{ 
	text-decoration: none;
	}

.gallery-section .desc{
	display: block;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	margin: 0;
	width: 240px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFCC00;
}



/*scroll gallery*/
#gallery_content{
	width:930px;
	height:660px;
	padding:0;
	margin:0 auto;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	position:relative;
	
}

#gallery_holder{
	height:505px;
	width:930px;
	padding:30px 0 0 0;
	margin:0;
	position:relative;
}
.previewPane{
		margin:0;
		padding:107px 0 0 0;
		width:807px;
		float:left;
		position:relative;
	}
#bg_image_gallery{
		margin:0;
		height:500px;
		border:1px solid #fff;
		position:absolute;
		left:0;
}

#thumbsContainer {
		float:right;
		position:relative;
		height:505px;
		width:110px;
		margin:0;
		z-index:2000;
		text-align:left;
		padding:100px 0 0 0;

}

#thumbsHolder {
  position: relative;
  height: 480px;
  overflow: hidden;
}

#thumbsHolder img{
	border:1px solid #FFFFFF;
	margin:0 0 5px 0;
}

#thumbsHolder a img{
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	
}

#thumbsHolder a:hover img {
	filter:alpha(opacity=100);	/* Transparency - IE */
	opacity:1; /* Transparency - Firefox */
}

#thumps_downArrow{
	cursor:pointer;
	padding:5px 0 0 0;
}

#thumbs_upArrow {
	cursor:pointer;
	padding:0 0 5px 0;
}
/**/



/*cast */
#innerContentCast{
    position: relative;
    background-color: #1c1c1c;
	opacity: .8;
	filter:alpha(opacity=80);/* Transparency - IE */
    left: 50%;
	top:1px;
    overflow: hidden;   
	right:0;
    width: 372px;
	padding:30px 0 0 30px;
	text-align:left;
	height:470px;
	/*display:none;*/
	margin:0;
	.left: 200px;
}
/**/


/*Sweeps Page*/
#sweepsContainer{
	position:absolute;
	width:268px;
	height:133px;
	background:url('../images/sweeps/sweeps_home_box.png');
	text-align:left;
}

.sweepstakes_home{
	right:15px;
	bottom:80px;
}

.sweepstakes_page{
	left:72px;
	bottom:40px;
}

#sweeps_insetImg_div, #sweeps_insetImg_div img{
display:none;
}

#sweeps_insetImg_div{
position:absolute;
top:130px;
left:72px;
border:0;
width:498px;
height:350px;
margin:0;
padding:0;
z-index:2010;
cursor:pointer;
}

#sweepstakes_Officialdiv{
	position:absolute;
	/*left:375px;*/
	left: 72px;
	bottom:30px;
	text-align:left;
}

#sweepsContainer_bg{
	position:absolute;
	top:0;
	left:0;
}

#sweepsContainer_tweetField{
	position:absolute;
	top:61px;
	left:8px;
}

#tweet-text{
	background: url('../images/sweeps/tweet_field_bg.png') no-repeat 0 0;
	width:187px;
	height:45px;
	border:none;
	overflow:hidden;
	margin:61px 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFFFFF;
	padding:3px;
	
}

#sweepsLink{
	float:left;
	padding:0 0 6px 13px;
	margin:-4px 0 0 0;
	height:20px;
	width:182px;
}

#sweepsLink li {
	display: block;
	float: left;
	padding:0;
	margin:0;
}

#sweepsLink li a { 
    padding:0;
	background: url('../images/sweeps/sweepsNav.gif') no-repeat 0 0;
	height:14px; display:block; overflow:hidden;
}


#sweepsLink a.tweet{
	background-position:left top;
	width:40px;
}
#sweepsLink a:hover.tweet{
	background-position:left -14px;
	width:40px;
}


#sweepsLink a.post{
	background-position:-40px top;
	width:40px;
}
#sweepsLink a:hover.post{
	background-position:-40px -14px;
	width:40px;
}

#sweepsLink a.clickhere{
	background-position:-82px top;
	width:102px;
	
}
#sweepsLink li.last{
float:right;
}
#sweepsLink a:hover.clickhere{
	background-position:-82px -14px;
	width:102px;
}
/**/



/*for yellow scroll pane*/
.scroll-pane {
	overflow: auto;
	float: left;
	margin:0;
	padding:0;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #494d4e;
}
.jScrollPaneDrag {
	position: absolute;
	background: #f5c318;
	cursor: pointer;
	overflow: hidden;
}
/**/