/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}
img,a { border: none; }
* { outline: none; }

#footer {position: relative;
	margin-top: -320px; /* negative value of footer height */
	height: 320px;
	clear:both;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	text-align: center;
	}

#footer_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 320px;
	}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

a:link { color: #ffba00 }
a:visited { color: #ffba00 }
a:active { color: #ffba00 }
a:hover { color: #ffe400 }

#menu { position: absolute; left: 410px; top: 65px; text-transform: uppercase; font-size: 1.3em; }
#films_menu { position: absolute; left: 480px; top: 101px; z-index: 10001;  padding: 15px; background-image: url('../images/filmInfoBack.png'); display: none;}
#gallery_menu { position: absolute; left: 633px; top: 101px; z-index: 10001;  padding: 15px; background-image: url('../images/filmInfoBack.png'); display: none;}
#films_menu a, #gallery_menu a { text-decoration: none; font-size: 1.3em; }
#films_menu div, #gallery_menu div{ height: 24px; }

a.menu, a.menu_active { margin-left: 20px; text-decoration: none; padding-bottom: 10px;}
a.menu_active { color: #ffba00; border-bottom: 1px solid #ffba00; }

a.menu:link { color: #eee; text-decoration: none; }
a.menu:visited { color: #eee; text-decoration: none; }
a.menu:active { color: #eee; text-decoration: none; }
a.menu:hover { color: #ffba00; text-decoration: none; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	color: #eee;
	background-color: #000;
	background-image: url("../images/back.png");
	background-repeat: repeat-x;
	font-size: 12px;
}

#container {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	
	padding-bottom: 320px;
}

#header {
	background-image: url('../images/header_back.jpg');
	background-repeat: no-repeat;
	width: 960px;
	position: relative;
	height: 111px;
	}
	
ul.services {
	margin-left: 20px;
	margin-top: 10px;
	padding-left: 10px;
	}
	
ul.services li {
	padding-left: 5px;
	margin-top: 3px;
	}
	
#content {
	margin-bottom: 30px;
	margin-top: 20px;
	width: 960px;
	text-align: left;
	position: relative;
	}
	
#homeLargeImage {
	width: 960px;
	height: 500px;
	overflow: hidden;
	background-image: url('../images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
	}
	
.cb { clear: both; }

.filmInfo {
	z-index: 2;
	width: 960px;
	height: 35px;
	position: absolute;
	background-image: url('../images/filmInfoBack.png');
	bottom: 0;
	left: 0;
	}
	
.imageInfo {
	z-index: 2;
	width: 960px;
	height: 35px;
	position: absolute;
	background-image: url('../images/filmInfoBack.png');
	bottom: 0;
	left: 0;
	display: none;
	text-align: center;
	}
	
.filmInfoLeft {
	float: left;
	font-size: 1.4em;
	margin-top: 6px;
	margin-left: 10px;
	color: #ffba00;
	}
	
.filmInfoRight {
	float: right;
	margin-top: 4px;
	font-size: 1.4em;
	margin-right: 10px;
	}
	
#copyright {
	color: #ffba00;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: 10px;
	}
	
#footermenu {
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 10px;
	}
	
#footermenu a {
	text-decoration: none;
	margin-left: 5px;
	text-transform: lowercase;
	}
	
#footer_aboutus {
	width: 610px;
	height: 260px;
	position: absolute;
	right: 0;
	top: 10px;
	}
	
#footer_services {
	width: 293px;
	height: 260px;
	position: absolute;
	left: 0;
	top: 10px;
	}
	
.contactCopy {
	line-height: 1.5em;
	font-size: 1.1em;
	}
	
h3.underline {
	border-bottom: 1px solid #555;
	}
	
.yellow {
	color: #ffba00;
	}
	
#footer_services_jpg {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#footer_diane {
	margin-top: 10px;
	width: 280px;
	height: 260px;
	float:left;
	}
	
#footer_david {
	margin-top: 10px;
	width: 280px;
	height: 260px;
	float:left;
	margin-left: 25px;
	}
	
.footer_photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
.film_copy {
	margin-top: 20px;
	line-height: 1.5em;
	}
	
#tabs {
	width: 955px;
	border-bottom: 1px solid #ffba00;
	margin-bottom: 15px;
	}
	
#tab_inner {
	float: left;
	height: 42px;
	margin-bottom: -4px;
	}
	
#tab_inner img {
	position: relative;
	top: 2px;
	}
	
h1.film_title {
	margin-bottom: 15px;
	float: right;
	width: 655px;
	text-align: right;
	}
	
h1.gallery_title {	
	margin-bottom: 15px;
	text-align: left;
	width: 955px;
	}
	
.current { font-weight: bold; font-style: italisc; background-image: url("../images/current.png"); background-repeat: no-repeat; background-position: 0px 3px; padding-left: 16px;}
#david { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px dotted #ffba00; }
#diane { margin-bottom: 60px; }
#david p, #diane p, #content p { margin-bottom: 10px; line-height: 1.4em; font-size: 1.1em;}
#logo { position: absolute; left: -27px; }


#history_top {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	}
	
#services_top {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.services_copy {
	float: left;
	width: 500px;
	font-size: 1.1em;
	}
	
	
.filmthumb 	{
	float: left;
	margin: 20px 29px;
	}
	
.filmthumbs {
	margin-bottom: 10px;
	}
	
.gallerythumb {
	float: left;
	margin: 20px 29px;
	width: 210px;
	text-align: center;
	border: 1px solid #555;
	padding: 10px 0;
	}
	
.gallerythumb a { text-decoration: none; font-size: 14px;}