/***** Global Style Overwrites *****/
body {
	height: 100%;
	background-color: #000000;
	color: #FFFFCC;
}
p {
	color: #FFFFCC;
}
a {
	color: #E2E2E2;
	text-decoration: none;
}

label {
	font-weight: bold;
}

.transparent_content_area {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #605F5D;
	padding: 10px;
	padding-right: 2px;
	background-color: #000000;
	font-weight: bold;
}

.transparent_content_area h1,h2,h3,h4,h5,label,p,a {
	color: #ffffcc;
}

#menubar {
	background-image: url(/public/images/menu-bar.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height: 25px;
}

#menubar ul {
	display: inline;
}

#menubar ul li {
	display: inline;
	margin-left: 0;
	padding-left: 90px;
}

#menubar ul li a {
	color: #F5A92F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}

#content {
	background-image: url(/public/images/Center.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 493px;
	padding-top: 50px;
}

#leftbox {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #605F5D;
	padding: 10px;
	padding-right: 2px;
	background-color: #000000;
}


#bottombar {
	background-image: url(/public/images/menu-bar.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	height: 25px;
	
	font-size: 0.9em;
	font-weight: bold;
}

.film_image_container {
	border: 10px solid #000;
	height: 308px;
	width: 690px;
	overflow: hidden;
}
/********* HOME STYLES **********/
#film_slideshow {
	border: 10px solid #000;
	height: 326px;
	width: 690px;
	overflow: hidden;
}

#film_slideshow ul {
	margin: 0;
}

#film_slideshow li {
	margin: 0;
	display: inline; and list-style-type: none;
}

#film_slideshow img {
	margin: 0;
	margin-top: 10px;
}

#slideshow_bottom_bar {
	background-color: #954709;
	height: 18px;
	width: 690px;
	margin:0;
}

#film_links {
	text-align: left;
	float: left;
	width: 200px;
}

#film_links a {
	margin-left: 15px;
}

#film_nav {
	text-align: right;
	float: left;
	width: 475px;
	margin-top: -5px;
}
#film_large_image {
	height: 308px;
	width: 690px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

#film_large_image img {
	margin: 0;
	padding: 0;
}

#film_large_image a {
	height: 308px;
	display: block;
}

/*********** FILM STYLES ***************/
#films_container {
	height: 519px;
	/*background-image: url(/public/images/film_container_bg.png);*/
}

.film_box {
	width: 312px;
	height: 179px;
	overflow: hidden;
	float: left;	
	color: #f8a74c;
}
.film_box p, .film_box a, .film_box h2 {
	color: #f8a74c;
}
.film_box hr {
	color: #944608;
	background-color: #944608;
}
.film_box_image {
	width: 113px;
	float: left;
	overflow: hidden;
}
.film_box_details {
	width: 199px;
	height: 179px;
	float: left;
	overflow: hidden;
	background-image: url(/public/images/film_bg.png);
}
.film_box_details_container {
	padding-left: 15px;
	padding-right: 15px;
}

.film_button {
	height: 20px; 
	width: 110px; 
	background-color: #873f05; 
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

a.film_page_nav {
	text-decoration: none;
	font-size: 1.2em;
}
a:hover.film_page_nav {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #850001;
}

.films_page_under_nav a{
	text-decoration: none;
	font-size: 1.2em;
	color: #e29b31;
}
/*************** NEWS PAGE *******************/
#news_sidebar {
	height: 475px;
	background-color: #000;
}

#news_sidebar ul li {
	list-style-type: none;
	color: #f3a539;
	font-size: 1.2em;
}

#news_sidebar ul li a {
	color: #f3a539;
}

#news_sidebar ul li a:hover {
	color: #fff;
}

#news_sidebar ul li a.current {
	color: #fff;
}

#news_content {
	min-height: 475px;
}

/*************** COMPANY PAGES ***************/
#company_menu {
	font-size: 1.2em;
	min-height: 475px;
	background-color: #000;
	border-right: 1px solid #605F5D;
	border-bottom: 1px solid #605F5D;
}
#company_menu li{
	list-style-type: none;
	color: #fff;
}

#company_menu li a {
	color: #f3a539;
	display: block;
	width: 100%;
}

#company_menu li a:hover {
	color: #fff;
	background-color: #7d0000;
}

#company_menu li a.selected {
	color: #fff;
	background-color: #7d0000;
}

/********** CONTACT FORM STYLES ************/
fieldset {
	border:1px dashed #CCC;
	padding:10px;
	margin-bottom:20px;
	background-color: #000;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#000;
	background: #f3a539;
	border: 1px solid #333;
	padding: 2px 6px;
}
label {
	width:140px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#040201;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#f3a539;
}
.form {
	margin:0;
	padding:0;
}
#top {
	width:680px;
	height:50px;
}
#leftSide {
	width:530px;
	float:left;
}
.div_texbox {
	width:347px;
	float:right;
	background-color:#000;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(/public/images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

.username {
   	background-image: url(/public/images/16m.png);
   	background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FFFFFF;
	width:285px;
   	font:normal 18px Arial;
   	color: #999999;
   	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
}
.button_div {
	width:287px;
	float:right;
	background-color:#000;
	border:1px solid #f3a539;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
