@charset "UTF-8";
/*Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	line-height: 1;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Style */


html, body {
	width:100%;
	height:100%;
	overflow:auto;
	background-color:#000;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size: 12px;
	padding-bottom: 10px;
}

h3{
	padding-bottom: 4px;
}
#wrapper {
	display: block;
	z-index: 100;
	position: absolute;
	min-height:100%;
	width: 100%;
	overflow: hidden;
}
#load_wrapper {
	height: 200px;
	width: 654px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -327px;
	top: 36%;
	z-index: 666;
	text-align: center;
}
#enter {
	margin-top: 10px;
	z-index: 999;
}
#awwtnload {
	padding-bottom: 12px;
}
#loading {
	background-image: url(../images/loadbar.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 644px;
	margin-left: 5px;
}
#bg_castcrew {
	overflow: hidden;
	background-image: url(../images/bg_castcrew.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -3;
	position: absolute;
	height:650px;
	width: 100%;
}
#bg_synopsis {
	overflow: hidden;
	background-image: url(../images/bg_synopsis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -3;
	position: absolute;
	height:650px;
	width: 100%;
}
#bg_trailers {
	overflow: hidden;
	background-image: url(../images/bg_trailers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -3;
	position: absolute;
	height:650px;
	width: 100%;
}
#bg_art {
	overflow: hidden;
	background-image: url(../images/bg_art.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -3;
	position: absolute;
	height:650px;
	width: 100%;
}
#content_wrapper {
	height: 702px;
	width: 960px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 0px;
	z-index: 666;
}
#content_mini {
	position: relative;
	height: 220px;
	width: 420px;
	left: 530px;
	top: 210px;
	color: #333;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_trailerbox {
	position: relative;
	height: 336px;
	width: 768px;
	left: 10px;
	top: 120px;
	color: #333;
	background-color:#000;
}
#watchvimeo {
	position: relative;
	height: 70px;
	width: 230px;
	left: 600px;
	top: 200px;
}
#content_artbox {
	position: relative;
	height: 360px;
	width: 780px;
	left: 100px;
	top: 190px;
	color: #333;
}
#content_artbox a {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#content_artbox a:hover {
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#nav_wrapper {
	height: 210px;
	width: 960px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 0px;
	z-index: 999;
}
#nav {
	display: block;
	position: relative;
	top: 0px;
	left: 830px;
	z-index: 999;
	width: 120px;
	height:20px;
	background-image: url(../images/nav.png);
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#nav:hover {
	background-position: 0 -20px;
}
#nav span {
	display: none;
}
#nav li a {
	display:block;
	height:20px;
}
#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
}
#nav ul li {
	width:116px;
	float:right;
	background-color: #f5f4f0;
	margin-top: 3px;
	border: 1px solid #999;
	padding-top: 2px;
}
#nav ul a {
	display:block;
	height:15px;
	color:#666;
	padding-left: 10px;
}
#nav ul a:hover {
	display:block;
	height:15px;
	color:#660000;
}
#awwtn {
	position: absolute;
	top: 650px;
	width:960px;
	left: 50%;
	margin-left: -480px;
	z-index:999;
}
#footer {
	padding-left: 264px;
}
.header {
	margin-bottom: 10px;
}
.scroll-pane {
	width: 400px;
	height: 200px;
	overflow: auto;
	float: left;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/scroll-line.gif);
	background-repeat: repeat-y;
	background-position: 5px;
	background-color: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background-color: #f5f4f0;
	overflow: hidden;
	border: 1px solid #999;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#dim {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:888;
	display:none;
	text-align:left;
	background-image: url(../images/dim.png);
}
.box {
	position:absolute;
	width:500px;
	height:300px;
	z-index:3200;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	background-color: #FFF;
	display:block;
	border: 10px solid #000;
}
.close {
	position: absolute;
	bottom:30px;
	right:30px;
	cursor: pointer;
	cursor: hand;
}
#spons img {
	padding: 20px;
}
