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


*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color:#000000;
	background-repeat: no-repeat;
}

#container{
	margin: 0 auto;
	width: 1000px;	
	background-image:url(../imgs/main-background.jpg);
	background-repeat: no-repeat;
}

a{
	color: #D1D0AC;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	
}

a:hover{
	font-style: normal;
	text-decoration: underline;
}

#container-synopsis{
	margin: 0 auto;
	width: 900px;
	height: 530px;
	padding-left: 100px;
}

.clear{
	clear: both;	
}

/* ---- NAV STYLES ---- */

#nav{
	float: right;
	height: 50px;
	padding-top: 240px;
	padding-right: 40px;
	width: 450px;
	
}

#nav ul {
	background: url(../imgs/nav-sprite.png) no-repeat;
	float: right;
	height: 25px;
	width: 330px;
}

#nav ul li {
	display: inline;	
	list-style: none;
}

#nav ul li a{
	display: block;
	float: right;
	height: 25px;
}
#nav ul li a span{
	display: none;
}

#nav ul li#synopsis-li a:link, #nav ul li#synopsis-li a:visited {
	width: 100px;
}

#nav ul li#filmmakers-li a:link, #nav ul li#filmmakers-li a:visited {
	width: 127px;
}

#nav ul li#contact-li a:link, #nav ul li#contact-li a:visited {
	width: 103px;
}

#nav ul li#synopsis-li a:hover, #nav ul li#synopsis-li a:active {
	background: url(../imgs/nav-sprite.png) 0px -20px no-repeat;
}

#nav ul li#filmmakers-li a:hover, #nav ul li#filmmakers-li a:active {
	background: url(../imgs/nav-sprite.png) -100px -20px no-repeat;
}

#nav ul li#contact-li a:hover, #nav ul li#contact-li a:active {
	background: url(../imgs/nav-sprite.png) -227px -20px no-repeat;
}

#Cnav{
	float: left;
	height: 20px;
	width: 300px;
	
}

#Cnav ul{
	float: left;
	height: 20x;
	width: 300px;
	background-image: url(../imgs/path-nav.png);
	background-repeat: no-repeat;
}

#Cnav ul li{
	display: inline;	
	list-style: none;
}

#Cnav ul li a{
	display: block;
	float: left;
	height: 20px;
	}
#Cnav ul li a span{
	display: none;
}

#Cnav ul li#continue-li a:link, #Cnav ul li#continue-li a:visited {
	width: 100px;
}

#Cnav ul li#backtotop-li a:link, #Cnav ul li#backtotop-li a:visited {
	width: 150px;
}

#Cnav ul li#continue-li a:hover, #Cnav ul li#continue-li a:active {
	background: url(../imgs/path-nav.png) 0px -23px no-repeat;
}

#Cnav ul li#backtotop-li a:hover, #Cnav ul li#backtotop-li a:active {
	background: url(../imgs/path-nav.png) -100px -23px no-repeat;
}


#Cnav2{
	float: left;
	height: 20px;
	width: 300px;
	padding: 0px 0px 50px 55px;
	
}

#Cnav2 ul{
	float: left;
	height: 20x;
	width: 300px;
	background-image: url(../imgs/path-nav.png);
	background-repeat: no-repeat;
}

#Cnav2 ul li{
	display: inline;	
	list-style: none;
}

#Cnav2 ul li a{
	display: block;
	float: left;
	height: 20px;
	}
#Cnav2 ul li a span{
	display: none;
}

#Cnav2 ul li#continue-li a:link, #Cnav ul li#continue-li a:visited {
	width: 100px;
}

#Cnav2 ul li#backtotop-li a:link, #Cnav ul li#backtotop-li a:visited {
	width: 150px;
}

#Cnav2 ul li#continue-li a:hover, #Cnav ul li#continue-li a:active {
	background: url(../imgs/path-nav.png) 0px -23px no-repeat;
}

#Cnav2 ul li#backtotop-li a:hover, #Cnav ul li#backtotop-li a:active {
	background: url(../imgs/path-nav.png) -100px -23px no-repeat;
}





#Bnav{
	float: left;
	height: 20px;
	width: 150px;
	margin: 480px 0px 20px 20px;
}

#Bnav ul{
	float: left;
	height: 20x;
	width: 110px;
	background-image: url(../imgs/backtotop-button.png);
	background-repeat: no-repeat;
}

#Bnav ul li{
	display: inline;	
	list-style: none;
}

#Bnav ul li a{
	display: block;
	float: left;
	height: 20px;
	}
#Bnav ul li a span{
	display: none;
}

#Bnav ul li#backtotop-li a:link, #Bnav ul li#backtotop-li a:visited {
	width: 150px;
}

#Bnav ul li#backtotop-li a:hover, #Bnav ul li#backtotop-li a:active {
	background: url(../imgs/backtotop-button.png) 0px -20px no-repeat;
}


/* ---- END NAV STYLES ---- */


#infobox{
	float: left;
	width: 500px;
	height: 50px;
	
}

#infobox ul{
	float: left;
	width: 500px;
	height: 50px;
	color: #D1D0AD;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 120%;	
	}

#infobox ul li{
	display: inline;	
	list-style: none;
}

#infobox ul li a{
	display: block;
	float: left;
	height: 20px;
	
}

#infobox ul li#title-li {
	width: 100px;
}

#infobox ul li#info-li {
	width: 350px;
	height: 50px;
	margin-left: 25px;
}

#infobox ul li#addresstitle-li a:hover, #infobox ul li#addresstitle-li a:active {
	width: 150px;
}

#infobox ul li#addressinfo-li a:hover, #infobox ul li#addressinfo-li a:active {
	width: 350px;
}



#contactTitle{
	float: right;
	padding-right: 50px;
}




#logo{
	float: left;
	padding: 10px 0px 0px 45px;
}

#intro-copy{
	background-image: url(../images/banner-img.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 960px;
}

h1{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 140%;
	text-align: center;
}

#intro-copy h1{
	padding: 80px 70px 30px 70px;
}

#intro-copy h1 a{
	color: #fff;
	text-decoration: underline 3px solid #fff;
}

#portfolio-container{
	margin-top: 60px;
}

.section-title{
	float: left;
	padding: 0px 0px 0px 32px; 	
}

.section-title2{
	float: left;
	padding: 15px 0px 0px 32px; 	
}


.line{
	height: 552px;
	width: 900px;
	border: 1px;
	border-width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


.synopsis-text{
	float: left;
	height: 525px;
	width: 275px;
}

.synopsis-text div{
	margin: 0px 20px 10px 20px;	
}

.synopsis-text div p{
	color: #D1D0AD;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;	
	padding-bottom: 10px;	
}

.synopsis-text div span{
	color: #D1D0AD;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;	
	padding-bottom: 10px;	
}

h3{
	color: #D1D0AD;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;	
	padding-bottom: 10px;
}



.about-text{
	padding: 50px 18px 20px 32px;	
}

.about-right-content{
	padding: 50px 5px 20px 22px;	
}

.about-text p{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	line-height: 140%;		
}

.sm-line{
	background-image: url(../images/sm-line.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 445px;
}


#titles{
	margin: 15px 25px 10px 28px;	
}


.bio-left{
	float: left;
	height: 850px;
	width: 500px;
}

.bio-left div{
	margin: 30px 10px 10px 28px;
}

.bio-left div p{
	color: #D1D0AC;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;
	padding-bottom: 50px;
}

.bio-right{
	float: right;
	height: 850px;
	width: 500px;
}

.bio-right div{
	margin: 200px 28px 10px 10px;
}

.bio-right div p{
	color: #D1D0AC;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;
	padding-bottom: 50px;
}


.contact-line{
	background-image:url(../imgs/contact-line.jpg);
	background-repeat: no-repeat;
	height: 1px;
	width: 611px;
}

.contact-line-margin{
	padding: 15px 0px 15px 0px;
}

#contact-content p a{
	color: #681617;
	text-decoration: underline 2px;
}

#contact{
	float: right;
	height: 500px;
	margin: 30px 50px 18px 10px;
	width: 561px;

}

#contact div{
	margin: 15px 0px 15px 25px;
}

#contact div p{
	float: left;
	color: #D1D0AC;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;
}



.contact-text{
	margin: 15px 0px 15px 0px;
	width: 561px;
}

.contact-text div{
	margin: 0px 0px 0px 0px;
	
}

.contact-text div p{
	color: #D1D0AD;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;	
	padding-bottom: 10px;	
}



#contact-left p{
	width: 100;
	height: 300;
	margin: 15px 0px 0px 0px;
}

#contact-right p{
	width: 419;
	heigt: 300px;
	margin: 15px 0px 15px 50px;
}




html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}
.sample {
	text-align: left;
	text-indent: 2in;
	height: 50px;
	width: 400px;
	margin-right: 25px;
	position: fixed;
	left: 50px;
}
.contact_text {
	color: #D1D0AD;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 150%;	
}
