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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#nav, #nav ul {
	position: relative;
	width: 840px;
	left: 40px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav a {
    display: block;
    width: 5.7em;
	padding: 8px;
	margin: 0px;
}

#nav li {
	float: left;
	width: 7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav li ul {
    position: absolute;
    width: 6em;
    left: -999em;
}
#nav li:hover ul {
    left: auto;
}

sfHover = function() {
    var sfEls = document.getElementById("nav").getElementsByTagName("LI");
    for (var i=0; i<sfEls.length; i++) {
        sfEls[i].onmouseover=function() {
            this.className+=" sfhover";
        }
        sfEls[i].onmouseout=function() {
            this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
        }
    }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav a:link{
	color: #444;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}

#nav a:visited{
	color: #444;
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}

#nav a:hover{
	color: #FFF;
	background-color: #ec0f67;
	background-color: rgba(236,15,103,0.9);
}

#nav a:active{
	color: #444;
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}

#navbox {
	position: relative;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	top: 10px;
	z-index: 1;
	font-weight: bold;
}

#header {
	position: relative;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
}

#flash-holder {
	position: relative;
	left: 50%;
	width: 870px;
	margin-left: -435px;
	height: auto;
	text-align: left;
	color: #000000;
	font-size: 13px;
}

#theatre-holder {
	position: relative;
	left: 50%;
	width: 870px;
	margin-left: -435px;
	height: auto;
	text-align: left;
	font-size: 13px;
	z-index: 1;
}

#latest-holder {
	position: relative;
	left: 50%;
	width: 870px;
	top: 10px;
	margin-left: -435px;
	height: auto;
	font-size: 11px;
	text-align: left;
	z-index: 0;
}

#bottom-holder {
	position: relative;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	height: 150px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 87px;
	background-color: #d4d4d4;
	color: #666666;
	text-align: center;
	
}

#l {
	position: relative;
	width: 561px;
	height: auto;
	float: left;
	z-index: 2;

}

#r {
	position: relative;
	width: 300px;
	height: auto;
	float: right;
	z-index: 2;
}

#poster {
	position: relative;
	width: 300px;
	height: auto;
	float: right;
	right: 9px;
	margin-left: 12px;
	z-index: 2;
}

.highlight {
	width: 293px;
	height: 131px;
	background-image: url(../images/highlight-bg.jpg);
	font-size: 12px;
	text-align: left;
	float: left;
	margin-top: -2px;
	color: #333333;
	font-weight: normal;
}

.highlight2 {
	width: 285px;
	height: 131px;
	background-image: url(../images/highlight-bg2.jpg);
	font-size: 12px;
	text-align: left;
	float: left;
	margin-top: -2px;
	color: #333333;
	font-weight: normal;
	margin-right: 5px;
}

#bottom-holder .highlight {
	width: 293px;
	height: 131px;
	background-image: url(../images/highlight-bg.jpg);
	font-size: 12px;
	text-align: left;
	margin-right: 7px;
}

.poster-over {
	position: relative;
	margin-bottom: -257px;
	z-index: 2;
}

.poster-under {
	position: relative;
	left: 14px;
	margin-right: 25px;
	
	z-index: 1;
}

.blue {
	color: #0f90ec;
}

.orange {
	color: #ff7e00;
}

.green {
	color: #2ca000;
}

.pink {
	color: #eb0f67;
}

.grey {
	color: #999999;
}

.blue a:link {
	color: #0f90ec;
	font-style: none;
	text-decoration: none;
}

.blue a:visited {
	color: #0f90ec;
	font-style: none;
	text-decoration: none;
}

.blue a:hover {
	color: #0f90ec;
	font-style: none;
	text-decoration: underline;
}

.blue a:active {
	color: #0f90ec;
	font-style: none;
	text-decoration: none;
}

.green a:link {
	color: #2ca000;
	font-style: none;
	text-decoration: none;
}

.green a:visited {
	color: #2ca000;
	font-style: none;
	text-decoration: none;
}

.green a:hover {
	color: #2ca000;
	font-style: none;
	text-decoration: underline;
}

.green a:active {
	color: #2ca000;
	font-style: none;
	text-decoration: none;
}

.orange a:link {
	color: #ff7e00;
	font-style: none;
	text-decoration: none;
}

.orange a:visited {
	color: #ff7e00;
	font-style: none;
	text-decoration: none;
}

.orange a:hover {
	color: #ff7e00;
	font-style: none;
	text-decoration: underline;
}

.orange a:active {
	color: #ff7e00;
	font-style: none;
	text-decoration: none;
}

.pink a:link {
	color: #eb0f67;
	font-style: none;
	text-decoration: none;
}

.pink a:visited {
	color: #eb0f67;
	font-style: none;
	text-decoration: none;
}

.pink a:hover {
	color: #eb0f67;
	font-style: none;
	text-decoration: underline;
}

.pink a:active {
	color: #eb0f67;
	font-style: none;
	text-decoration: none;
}

.grey a:link {
	color: #999999;
	font-style: none;
	text-decoration: none;
}

.grey a:visited {
	color: #999999;
	font-style: none;
	text-decoration: none;
}

.grey a:hover {
	color: #999999;
	font-style: none;
	text-decoration: underline;
}

.grey a:active {
	color: #999999;
	font-style: none;
	text-decoration: none;
}

#footer a:link {
	color: #252120;
	font-style: none;
	text-decoration: none;
}

#footer a:visited {
	color: #252120;
	font-style: none;
	text-decoration: none;
}

#footer a:hover {
	color: #252120;
	font-style: none;
	text-decoration: underline;
}

#footer a:active {
	color: #252120;
	font-style: bold;
	text-decoration: none;
}

