@charset "UTF-8";
/* FilmDept.com - CSS Document (CSS) */

/* Global -------------------------------------------- */

body {
	background-color: #000000;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-align: left;
	line-height: 17px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
img, img a {
	border: none;
}
#container {
	margin: 0px auto 0px auto;
	width:900px;
}

/* Home Page ----------------------------------------- */

#lobby {
	background-image: url('../images/logo_home.png');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 355px 0px 93px 0px;
	text-align: center;
}

ul#navhome
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#navhome li
{
	display: inline;
	padding: 0 25px 0 25px;
}

/* Header -------------------------------------------- */

#header {
	padding: 3px 0px 0px 0px;
	height: 100px;
}
#header a:link, #header a:visited {
	font-size: 10px;
	color: #B7B9AC;
	text-decoration: none;
}
#header a:hover, #header a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#logo { 
	width: 255px;
	height: 100px;
	float: left;
}
#nav {
	margin-top: 75px;
	width: 632px;
	height: 25px;
	text-align: right;
	float: right;
}
span.nav img, span.nav img a {
	padding: 3px;
	border: none;
}
span.nav #current {
	background-color: #73001D;
	padding: 14px 5px 3px 5px;
	border: none;
}
span.nav a:link, span.nav a:visited {
	padding: 18px 5px 3px 5px;
	border: none;
}
span.nav a:hover, span.nav a:active {
	background-color: #73001D;
	padding: 18px 5px 3px 5px;
	border: none;
}
#subnav {
	line-height: 18px;
	height: 22px;
	text-align: left;
	margin-left: -30px;
	clear: both;
}
#subnav ul {
	margin: 0px;
	text-align: left;
	float: right;
}
#subnav li {
	line-height: 18px;
	list-style: none;
	padding: 2px 5px 0px 5px;
	float: left;

}
#subnav li a {
	display: block;
	line-height: 18px;
	text-decoration: none;
}

/* Content ------------------------------------------- */

#content {
	background-color: #73001D;
	width: 900px;
	min-height: 339px;
	padding: 5px 0px 25px 0px;
	clear: both;
}
#content-l {
	background-color: #73001D;
	position: relative;
	padding: 25px 0px 0px 48px;
	width: 177px;
	float: left;
}
#content-r {
	background-color: #73001D;
	position: relative;
	padding: 25px 50px 0px 25px;
	width: 600px;
	float: right;
}
#content-lr {
	position: relative;
	padding: 25px 40px 0px 25px;
	width: 835px;
}
#photo {
	width: 155px;
	height: 200px;
	border: 5px #FFFFFF solid;
}
#title {
	width: 350px;
}

/*FILMS PAGES*/
img.poster-sm {
	width: 200px;
	height: 296px;
	border: 5px #FFFFFF solid;
}
img.poster-lg {
	width: 300px;
	height: 445px;
	border: 5px #FFFFFF solid;
}
#content-films {
	background-color: #73001D;
	width: 900px;
	min-height: 500px;
	padding: 5px 0px 25px 0px;
	clear: both;
}
#content-l-films {
	position: relative;
	padding: 25px 0px 0px 25px;
	width: 315px;
	float: left;
}
#content-r-films {
	position: relative;
	padding: 25px 35px 0px 25px;
	width: 485px;
	float: right;
}
#content-lr-films {
	position: relative;
	padding: 25px 200px 0px 200px;
	width: 500px;
	text-align: center;
}
#title-films {
	width: 500px;
	height: 50px;
}

.table-heading {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

/*PRESS STYLES*/
.press-block {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 16px;
	width: 800px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}
.press-block-title {
	font-family: "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.press-block-subtitle {
	font-family: "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
}
.press-block a:link, .press-block a:visited {
	color: #000000;
	text-decoration: underline;
}
.press-block a:hover, .press-block a:active {
	color: #73001D;
	text-decoration: underline;
}

/* E-MAIL FORM STYLES*/
#content-forms {
	position: relative;
	padding: 25px 0px 0px 0px;
	width: 850px;
}
#content-l-forms {
	position: relative;
	padding: 0px 0px 0px 25px;
	width: 177px;
	float: left;
}
#content-r-forms {
	position: relative;
	padding: 0px 20px 25px 25px;
	width: 600px;
	float: right;
}
#title-forms {
	padding-left: 25px;
}
#forms {
	padding: 0px;
	text-align: center;
}
.label { 
	text-align: right; 
	float: right;
}
.labelc {
	text-align: center;
}
.labelerr {
	text-align: right;
	color: #B4B9AC;
	float: right;
}
.labelcerr {
	text-align: center;
	color: #B4B9AC;
}
.center table {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
legend {
	color: #FFFFFF;
	text-align: left;
}

/*FLOWPLAYER FLV STYLES*/

#flv {
	margin:10px auto 0px auto;
	min-height:340px;
	text-align: center;
}

#flv {
	width:600px;
	margin:10px auto 0px auto;
	min-height:340px;
	text-align: center;
}
/* Footer -------------------------------------------- */

#footer {
	clear: both;
	padding-top: 15px;
	font-size: 9px;
	line-height: 12px;
	color: #B7B9AC;
	text-align: center;
	text-transform: uppercase;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #B7B9AC;
}