/*- - - - - - - - - - - - - - - - - - - - - */
body {
	font-family: Arial, sans-serif;
	text-align:center;
	margin: 40px 0px 0px 0px;
	height: 100%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* ----- TEXT ----- */

td, th {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fontsm {
	color: #000000;
	font-size: 11px;
}
.fontsmwht {
	color: #FFFFFF;
	font-size: 11px;
}
.font2 {
	color: #000000;
	font-size: 12px;
}
.font3 {
	color: #000000;
	font-size: 14px;
}
h1 {
	color: #000000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #FFFFFF;
	font-size: 17px;
}
/* ----- FORMATTING ----- */

#header {
	width: 779px;
	height: 78px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header h1 {
	position:absolute;
	text-indent:-99999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#footer {
	color: #ADAFAD;
	font-family: Arial, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	line-height: normal;
	width: 779px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation {
	width: 156px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	display:inline;
}

#navigation li a:link, #navigation li a:visited {
	color: #000000; 
	text-decoration: none;
	height: 12px;
	display: block;
	padding: 5px 0px 6px 0px;
	-moz-outline-style: none;	
}
#navigation li a:hover {
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 6px 0px;
	-moz-outline-style: none;
}
#navigation li.current a:link, #navigation li.current a:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 6px 0px;
	-moz-outline-style: none;
}
/* subMenu */
#navigation li li {
	font-size: 10px;
}
#navigation li li a:link, #navigation li li a:visited {
	color: #000000;
	font-weight: normal;
	-moz-outline-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
}
#navigation li li a:hover {
	list-style-type: disc;
	color: #000000;
	text-decoration: underline;
	-moz-outline-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
}
#navigation li li.current a:link, #navigation li li.current a:visited {
	list-style-type: disc;
	-moz-outline-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-color: transparent;
	background-image: url(../images/current_dot.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background-color: #FFFFFF;
	width:779px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#trailer {
	width:115px; 
}
#stills {
	width:480px; 
}
#stills img {
	border: 1px solid #000000;
	-moz-outline-style: none;	
}
#stills a {
	-moz-outline-style: none;	
}
#posterDiv {
    	position: relative;
    	height: 100%;
}
#poster {
	position: absolute;
	left: 18px;
	clear: both;
	height: 140px; 
}

.font4, .font4 a:link, .font4 a:visited {
	color: #000000; 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: normal;
}
.title {
	color: #000000; 
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	line-height: normal;
}
.fields   {
	border: 1px solid #000000;
	font-size: 12px; 
	color: #000000;
	background-color: #FFFFFF;
	width: 250px;

}
.select   {
	font-family: Arial, Helvetica;
	border: 1px solid #000000;
	font-size: 12px; 
	color: #000000;
	background-color: #FFFFFFF;
}
.button   {
	background-color: #3e3322;
	color: #FFFFFF;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	padding: 3px;
}
hr {
   	border: 0;
   	color: #990000;
   	background-color: #990000;
   	height: 2px;
   	margin: 10px 0px 10px 0px;	/* top right bottom left */
}
.hide {
	display:none
} 
.show {
	display:inline
}
.indent{
	margin: 0px 0px 0px 10px;	/* top right bottom left */
}
/* ----- IMAGES ----- */
.border {
	border: 6px solid #000;
	margin: 14px;
}
.alert {
	background: transparent url('../images/alert_ico_sm.gif') no-repeat 0% 2%;
	border:10px solid #990000; 
	background-color:#990000; 
	color:#FFFFFF; 
	font-size: 12px; 
	padding-left: 20px;
	padding-bottom: 2px;
	line-height: 18px;
	margin: 4px;
	width:455px;
}
a[class ="popup"] {
   	padding-right: 20px;
   	background: transparent url('../images/popup.gif') no-repeat center right;
}
a.popup {
	padding: 3px 18px 0px 0px;
   	background: transparent url('../images/popup.gif') no-repeat center right;
}

/* ----- LINKS ----- */

	a:link{ color: #000000; TEXT-DECORATION: none; font-weight: bold;}
	a:visited{ color: #000000; TEXT-DECORATION: none; font-weight: bold;}
	a:active{ color: #000000; TEXT-DECORATION: none; font-weight: bold;}
	a:hover{ color: #636467; TEXT-DECORATION: underline; font-weight: bold;}

	a.foot:link{ color: #ADAFAD; TEXT-DECORATION: none; font-weight: bold;}
	a.foot:visited{ color: #ADAFAD; TEXT-DECORATION: none; font-weight: bold;}
	a.foot:active{ color: #ADAFAD; TEXT-DECORATION: none; font-weight: bold;}
	a.foot:hover{ color: #ADAFAD; TEXT-DECORATION: underline; font-weight: bold;}

/*- - - - - - - - - - - - - - - - - - - - - */


* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}


/*- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	background-color:#000000;
	padding: 10px;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;	
	}
#lightboxDetails{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#closeButton{ top: 7px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

