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

html {
	outline:none;
	padding:0;
	border:0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	overflow-x:hidden;
}

a {
	color:#FC0;
}

body {
	padding:0;
	border:0;
	background:url(images/header_bg.jpg) repeat-x #303030;
}

a {
	text-decoration:none;
}

.clear{
	clear:both;
}

h1 {
	font-size:40px;
}

#header {
	padding:0;
	border:0;
	width:960px;
	height: 100px;
	margin:0 auto;
}

#logo {
	padding:0;
	border:0;
	width:381px;
	height:90px;
	float:left;
	position:absolute;
	top:0px;
	background:url(images/logo.jpg) no-repeat;
}

#nav {
	width:600px;
	height:100px;
	float:right;
	color:#FFF;
}

#nav ul li{
	display:inline;
}

#nav a{
	text-decoration:none;
	color:#FFF;
}

#headerImg{
	position:relative;
	top:25px;
	width:960px;
	margin:0 auto;
}

.menu {
	float:left;
	margin:25px 5px 0 5px;
	padding: 5px 5px 15px 5px;
	text-align:center;
	background:url(images/navInactive.png) repeat-x;
	z-index:-1;
}

#nav ul li a:hover {
	float:left;
	margin:25px 5px 0 5px;
	padding: 5px 5px 15px 5px;
	text-align:center;
	background:url(images/navActive.png) repeat-x;
	z-index:2;
}

.active {
	float:left;
	margin:25px 5px 0 5px;
	padding: 5px 5px 15px 5px;
	text-align:center;
	background:url(images/navActive.png) repeat-x;
}

#filmstrip {
	width:960px;
	height:159px;
	margin:0 auto;
	background:url(images/filmstrip.png);
}

#moviestrip{
	margin: 50px 0 0 50px;
}

#moviestrip img{
	position:relative;
	padding: 40px 7px 0 7px;
}


#bodycopy {
	position:relative;
	width:960px;
	margin:0 auto;	
}

#news {
	width:630px;
	font-size:16px;
	float:left;
}

#pressBody {
	width:960px;
	float:left;
}

.date {
	color:#000;
	font-weight:bold;
	font-size:14px;
	border-bottom:solid #FFF;
	margin-right:25px;
}

.date span{
	padding: 3px 15px 0 15px;
	background:#FFF;

}

.headline {
	font-weight:bold;
	font-size:25px;
	padding: 5px 50px 0 0;
}


.copy {
	font-size:16px;
	padding: 0 20px 0 0px;
	z-index:-3;
}

iframe {
	z-index:-3;
}

#rightTab {
	padding: 10px;
	margin:25px 0 0 0;
	border-left: 2px dashed #FFF;
	float:right;
	width:300px;
}

#rightTab a{
	text-decoration:none;	
	color:#FC0;
}

#rightTab ul{
	margin:5px 0 0 0;
	padding:0 0 0 25px;
	list-style:none;
}

#socialmedia img{
	padding-left:15px;
}

#footerCopy{
	font-size:12px;
	border-top:thin #666 solid;
	width:960px;
	position:relative;
	left:-135px;
	bottom:-10px;
	margin:0 auto;
}

#footer {
	bottom:0;
	padding:0;
	border:0;
	background:url(images/footer_bg.png) repeat-x #303030;
	width:1940px;
	height:37px;
	margin-left:-10px;
}

#spotlight {
	position:fixed;
	left:50%;
	bottom:37px;
	margin-left: -640px;
	padding:0;
	border:0;
	z-index:-10;
}
