@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {height:100%;}

body {
	background-color:#FFF;
	text-align:center;
}

img{
	display:block;
}

#wrapper {
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
	overflow:hidden;
}

.wrapper2 {padding-left:55px; }
.wrapper3 {padding-left:115px; padding-top:10px;}
.wrapper4 {/*padding-left:143px;*/ padding-left:100px; padding-top:35px; padding-bottom:35px;}
.centerDiv {text-align:center; display:block; width:477px; }
.centerDiv img {padding-left:90px; *padding-left:20px !important;}
.centerDiv iframe {margin-top:10px;}

a.enter{font-family:Verdana, Geneva, sans-serif; font-size:20px; color:#FFFFFF; text-decoration:none; font-weight:bold; letter-spacing:.07em;}
a.enter:hover{color:#292723;}

#downloads {width:477px; height:100%; padding-top:15px;}
.downloadItem {float:left; min-height:20px; min-width:40px; }

#left{
	width:500px;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-350px;
	position:absolute;
	overflow:hidden;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#filmLeads {z-index:0; 	overflow:hidden; }

.secondary a{
	color:#fff;
	text-decoration:none;
}

.secondary a:hover{
	color:#f6f4c4;
}

#credit{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;	
	font-weight:bold;
	text-align:left;
	float:right;
	margin:65px 0px 0px 0px;
	color:#FFF;
	z-index:100
}

#credit a{
	text-decoration:none;
	color:#FFF;
}


#thetrailer { position: relative; display:block; width:700px; height:393px; z-index: 700; }
#trailerwarning { position: absolute; relative: block; top: 470px; left:0px; width: 0px; font-weight: bolder; color:#C00; z-index: 600; }


#reviews{ width:440px; height:400px; background:#203032; color:#e1e6de; font-family:Verdana, Geneva, sans-serif; font-size:12px; text-align:left; padding:15px; position:absolute; z-index:500; margin-top:200px; background:url(../_images/reviewbkg.png) repeat; display:none; }
#reviews .header{ width:100%; border-bottom:#667366 solid 2px; padding:0px 0px 10px; font-weight:bold; font-size:15px; margin-bottom:15px;}
.scrollbox{ overflow:auto; height:340px; mar}
.reviewtxt{margin:10px 0px 0px 0px; display:block;}
.authortxt{margin:3px 0px 0px 0px; display:block; font-weight:bold;}

#reviews a.close{float:right; display:block; position:relative; width:50px; height:15px; background:url(../_images/btn-close.png) no-repeat 0 0; cursor:pointer;}
#reviews a.close:hover{background-position:0 -17px;}

a.reviewbtn{display:block; width:75px; height:31px; background:url(../_images/btn-reviews.png) no-repeat 0 0; cursor:pointer; float:left}
a.reviewbtn:hover{background-position:0 -31px;}


.downloadItem a.datesBTN{
	background:url(../_images/findatheater.png) no-repeat 0 0;
	display:block;
	height:9px;
	width:109px;
}

.downloadItem a.datesBTN:hover{
	background-position:0 -9px;
}

.downloadItem a.buyticketsBTN{
	background:url(../_images/buytickets-sm.png) no-repeat 0 0;
	display:block;
	height:9px;
	width:86px;
}

.downloadItem a.buyticketsBTN:hover{
	background-position:0 -9px;
}


/* DROP DOWN */

div#tixMenu > li {border:none !important;}
					
div#tixMenu ul li a.item1{
	background:url(../_images/buytickets-sm.png) no-repeat 0 0;
	display:block;
	height:9px;
	width:86px;
	border-right: none !important;
}

div#tixMenu ul li a.item1:hover{
	background-position:0 -9px;
}
div#tixMenu ul li a.item2:hover, div#tixMenu ul li a.item3:hover, div#tixMenu ul li a.item4:hover{
	background-position:0 -13px;
}

div#tixMenu ul li a.item2{
	background:url(../_images/movieTickets-sm.png) no-repeat 0 0px;
	display:block;
	height:13px;
	width:101px;
}

div#tixMenu ul li a.item3{
	background:url(../_images/movieFone-sm.png) no-repeat 0 0px;
	display:block;
	height:13px;
	width:80px;
}

div#tixMenu ul li a.item4{
	background:url(../_images/fandango-sm.png) no-repeat 0 0px;
	display:block;
	height:13px;
	width:75px;
}

body div#tixMenu {
	font: 14px Helvetica, Sans-Serif;
	text-align:center;
}
div#tixMenu a {
	text-decoration: none;
}
div#tixMenu ul {
	list-style: none;
}
div#tixMenu p {
	margin: 15px 0;
}
div#tixMenu ul.dropdown {
	position: relative;
	height:50px;
}
div#tixMenu ul.dropdown li {
	font-weight: bold;
	float: left;
	zoom: 1;
	
}
div#tixMenu ul.dropdown a:hover {
	
}
div#tixMenu ul.dropdown a:active {
	
}
div#tixMenu ul.dropdown li a {
	display: block;
	padding: 0px 8px;
	
}
div#tixMenu ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
div#tixMenu ul.dropdown li.hover, div#tixMenu ul.dropdown li:hover {
	color: black;
	position: relative;
}
div#tixMenu ul.dropdown li.hover a {
	color: black;
}
div#tixMenu ul.dropdown ul {
	width: 192px;
	visibility: hidden;
	position: absolute;
	top: -2px;
	*top:-5px;
	left: 100px;
}
div#tixMenu ul.dropdown ul li {
	font-weight: normal;
	color: #000;
	float: none;
}

/* Trailer */
.trailer-overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -423px;
  margin-top: -180px;
  width: 640px;
  height: 360px;
  background: black;
  z-index: 9999;
}

.trailer-overlay .close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 66px;
  height: 34px;
  background: url(../images/close-btn.png) no-repeat;
  cursor: pointer;
  opacity: .8;
  z-index: 999;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.trailer-overlay .close:hover {
  opacity: 1;
}

.trailer-btn {
  cursor: pointer;
  text-align: center;
  width: 107px;
}

.overlay .close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 66px;
  height: 34px;
  background: url(../images/close-btn.png) no-repeat;
  cursor: pointer;
  opacity: .8;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.lights-down {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .8;
  z-index: 10;
}

/* IE 6 & 7 Needs Inline Block */
div#tixMenu ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
div#tixMenu ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
div#tixMenu ul.dropdown li:hover > ul {
	visibility: visible;
}

/* #buy { position:absolute; top:425px; left:355px; }

#buybluray, #buybluray:visited { position:relative; display:block; float:left; width:92px; height:103px; margin:0 20px; background:transparent url(../_images/btn_buybluray.gif) no-repeat 0 0; }
#buybluray:hover { background-position: 0 -110px; } 

#buydvd, #buydvd:visited { position:relative; display:block; float:left; width:92px; height:103px; background:transparent url(../_images/btn_buydvd.gif) no-repeat 0 0; }
#buydvd:hover { background-position: 0 -110px; }
*/
