html,body {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body {
	height: auto;
}

body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	background-image:url(../images/bg_shaddow.png);
	/* background-attachment: fixed; */
	background-repeat: repeat-y;
	background-position: top center;
}

body,td,th {
	font-family: Arial, Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.void {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

object {
	outline: none;
}

img {
	display: block;
	margin: 0px;
	padding: 0px;
}

.bgHolder{
	
	position:absolute;
	height:588px;
	width:100%;
	background-color:black;
	background-repeat:no-repeat;
	background-position:center center;
}

#filmsToolbar {
	position: absolute;
	top: 0;
	width: 100%;
	
	font-weight: bold;
}

#filmsToolbarBG {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity = 75);
	-moz-opacity: .75;
	opacity: .75;
}

#filmsToolbarInner { 
	position: relative;
	padding: 3px 0px 0px 0px;
}

#filmsToolbar a {
	text-decoration: none;
}

#filmsToolbar a:hover {
	text-decoration: underline;
}

#filmsToolbar .topButton {
	float: left;
	padding: 0px 1px;
	height: 26px;
	
}

#fbIntroSmall {
	direction: rtl;
	float: right;
	height:30px;
	width:160px;
	color:white;
	font-size:24px;
}

#searchBox {
	padding: 6px 10px !important;
	position:relative;
	top: 0px;
	border:0px solid red !important;
	float:right;
	
}

#searchBT {
	padding: 0px 15px 0px 30px;
	color: #49499D;
	height:26px;
	font-weight: bold;
	line-height:20px;
	
	background-image: url(/images/search_icon.png);
	background-color:white;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	float:right;
	border-right:1px solid #49499D;
}

#mainHolder {
	position: absolute;
	left: 50%;
	margin-left: -489px;
	width: 978px;
	/* border:1px solid #888; */
}

#mainHolderInner {
	
}

#page_header {
	poistion: relative;
	margin: 0px;
}

#mediaHolder {
	float: left;
	position: absolute;
	top: 32px;
	width: 728px;
	background-color: #000;
}

#menuHolder {
	border-bottom: 2px solid black;
	width: 100%;
}

#page_torso {
	padding: 0px 0px;
	background-color: white;
}

#page_footer {
	direction: rtl;
	font-size: 11px;
	color: #EEE;
	border-top: 0px solid black;
	background-image: url(/images/footer_grad.gif);
	background-repeat: repeat-x;
	background-color: #49499D;
}

#page_footer_content {
	padding: 10px 20px;
}

#page_footer_content a {
	color: #DDD;
	font-weight: bold;
	margin: 2px;
	font-size: 12px;
	text-decoration: none;
}

#page_footer_content a:hover {
	color: #FFF;
	text-decoration: underline;
}

#page_footer_content * {
	color: #FFF;
}

#mainHolder img {
	border: none;
}

.moviePreviewHolder {
	margin: 0px 0px 10px 19px;
	float: right
}

hr {
	bordeR: 0;
	border-top: 1px solid #BBB;
	height: 1px;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
}

a {
	
}

a:hover {
	
}

.buttonLink {
	text-decoration: none;
	padding: 0px 4px;
	background-color: #3E44D6;
	color: white;
}

.buttonLink:hover {
	background-color: #0000DD;
	color: #FFF;
}

form {
	margin: 0;
	padding: 0;
}

#linksFormholder input,#linksFormholder textarea {
	width: 100%;
}

input,textarea {
	background-color: transparent;
	color: black;
	font-size: 11px;
	line-height: 12px;
	border: 0;
	font-family: Arial;
}

.form_element {
	clear: both;
	margin: 5px 0px;
	padding: 0;
}

.form_label {
	margin: 10px 0px 5px 0px;
	text-align: right;
	font-weight: bold;
	color: black;
}

.form_input {
	float: right;
	width: 300px;
	border: 1px dotted #666;
	background-color: #FAFAFA;
	color: black;
}

.form_submit input {
	float: right;
	margin: 5px 0px;
	width: 80px;
	background-color: #000;
	color: white;
	font-weight: bold;
	font-size: 20px;
	bordeR: 1px solid white;
}

#linksFormholder {
	background-color: #FDFDFD;
	padding: 5px;
	margin: 10px 0px;
	color: white;
}

#formResponse {
	font-weight: bold;
	color: #660000;
	padding: 5px 10px;
	text-align: center;
}

.catNav {
	width: 100%;
	margin: 0px;
	border-top: 1px solid white;
}

.catNavSel {
	
}

.catNav a {
	display: block;
	color: #CCC;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	vertical-align: center;
	text-align: right;
	padding: 0px 10px;
	height: 23.5px;
	/*background-image:url(/images/nav_bg.gif);*/
	background-color: #666;
	background-position: center right;
}

.catNav a:hover {
	color: #FFF;
	background-image: url(/images/nav_bg_sel.gif);
	background-position: bottom right;
}

.catNavSel a {
	background-image: url(/images/nav_bg_sel.gif);
	background-position: top right;
}

.catNavSel a:hover {
	background-position: top right;
}
