@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------

CELEBRATION CINEMA: BIG SCREEN LEARNING - Screen Styles

Created by Jeremy Bronson
webmaster@celebrationcinema.com
Last Modified 1/14/2010

Copyright 2010, All Rights Reserved.

-------------------------------------------------------------------
BEGIN Reset Stylesheet
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

:focus {
	outline: 0;
}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: black;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
/* MAIN STYLINGS
-------------------------------------------- */
body{
	background:url(../images/bg-body.jpg);
}
#wrap{
	width:960px;
	margin:auto;
}
#content-wrap{
	width:960px;
	background:url(../images/content-bg.png) repeat-y;
}
#content{
	width:956px;
	padding:18px 0px 10px 0px;
	margin-left:2px;
	background:url(../images/bg-content.jpg);
	float:left;
}
#header{
	height:108px;
	padding:0 2px;
}
#heading{
	height:108px;
	margin-top:0px;
	padding-left:45px;
	float:left;
	width:600px;
}
#heading h2{
	display:block;
	margin-top:45px;
	text-indent:-9999px;
}


/* NAVIGATION MENU
-------------------------------------------- */
#nav{
	background:url(../images/nav-bg.png) no-repeat;
	height:48px;
	width:958px;
	position:relative;
}
#nav ul{
	width:958px;
	padding-left:5px;
}
#nav li{
	display:block;
	float:left;
}
#nav li a{
	display:block;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	height:33px;
	width:127px;
	margin:0 4px;
	padding-top:13px;
	padding-bottom:2px;
	text-align:center;
}
#nav li a:hover{
	background:url(../images/nav-li-bg.png);
	color:#406476;
}
#nav li.active{
	background:url(../images/nav-li-dd-bg.png) no-repeat;;
}
#nav li.active a{
	color:#406476;
}
#nav li.dropdown a:hover{
	background:none;
}
#nav ul ul{
	position:absolute;
	top:40px;
	margin:0;
	width:127px;
}

#nav ul li ul{
	display:none;
	background:url(../images/nav-li-dd-ul-bg2.png);
	width:172px;
	height:135px;
	padding:15px 0 0 0;
}
#nav ul li.dropdown ul li{
	display:block;
	height:30px;
	line-height:30px;
}
#nav ul li.dropdown ul li a{
	width:152px;
	text-align:left;
	background:none;
	height:20px;
	margin:0 0 0 20px;
	padding:0;
	color:#4b4b4b;
}
#nav ul li.dropdown ul li a:hover{
	background:none;
	color:#fff;
}
/* HOME PAGE
-------------------------------------------- */
body.home #content.full{
	padding-bottom:50px;
}
#header.home{
	background:url(../images/heading-home.jpg);
	width:936px;
	padding:10px;
	margin-left:2px;
	padding:15px 10px 10px 10px;
	height:359px;
}
h1.home{
	float:left;
	margin-right:10px;
}
#header.home h2{
	background:url(../images/h2-home.png) no-repeat;
	width:595px;
	height:75px;
	text-indent:-9999px;
	margin-top:10px;
	display:block;
	float:left;
}

#callouts{
	clear:both;
	float:left;
	width:950px;
	margin-top:40px;
}
.callout a.button{
	display:block;
	width:270px;
	height:197px;
}
#header.home .callout h3{
	font-size:28px;
	line-height:28px;
	margin-bottom:10px;
	color:#fff;
}
.callout{
	float:left;
	width:250px;
	padding:2px;
	margin:20px 15px 0 42px;
	position:relative;
	overflow:hidden;
}
.callout p{
	font-size:14px;
	letter-spacing:1px;
	width:240px;
	line-height:20px;
	text-shadow: 2px 2px 2px #111;
}
.callout p a, .callout p a:visited, .callout h3 a{
	color:#eee;
	text-decoration:none;
}
.callout p a:hover, .callout h3 a:hover{
	color:#fbee5e;
}

/*#callouts div.find-film a.button{
	background:url(../images/callout-film.jpg);
	text-indent:-9999px;
}
#callouts div.plan-lesson a.button{
	background:url(../images/callout-lesson.jpg);
	text-indent:-9999px;
}
#callouts div.trip a.button{
	background:url(../images/callout-trip.jpg);
	text-indent:-9999px;
}*/
.feature{
	width:439px;
	height:195px;
	display:block;
	float:left;
	margin:19px;
	position:relative;
}
.feature img.icon{
	float:right;
	margin:0px 5px 5px 15px;
}
.feature p{
	color:#3a3a3a;
	margin:10px 0;
}
.feature p a, .feature p a:visited{
	color:#4a4a4a;
}
/* BUTTONS */

a.partner-button{
	display:block;
	position:absolute;
	bottom:0;
	left:0px;
	margin-top:10px;
	text-indent:-9999px;
	width:150px;
	height:27px;
	background:url(../images/a-partnerships.png) no-repeat;
}
a.partner-button:hover{
	background-position: 0 -27px;
}

a.newsletter-button{
	position:absolute;
	bottom:0;
	left:0;
	margin-top:10px;
	display:block;
	text-indent:-9999px;
	width:150px;
	height:27px;
	background:url(../images/a-subscribe.png) no-repeat;
}
a.newsletter-button:hover{	
	background-position:0 -27px;
}
.feature ul{

}
.feature ul li{
	display:inline-block;
	width:195px;
	margin:2px 8px 2px 0;
}


/* FILM LIBRARY
-------------------------------------------- */
#heading.films h2{
	background:url(../images/h2-films.png);
	width:329px;
	height:39px;
	margin-top:40px;
}
#heading.films{
	background:url(../images/h2-films-bg.png) no-repeat bottom;
}
h1{
	display:block;
	width:311px;
	height:108px;
	background:url(../images/logo.jpg);
	text-indent:-9999px;
}
h1.inner{
	float:right;
}
#content.films p{
	font-size:12px;
	
}
#legend{
	padding:8px;
	float:right;
	margin-right:5px;
	background:url(../images/item-bg.png);
	border:1px solid #eee;
	margin-bottom:10px;
}
#legend img{
	margin-bottom:-5px;
}
#spacer{
	clear:both;
	width:950px;
	margin:0;
	padding:0;
}
#content.films p{
	color:#4a4a4a;
	margin-left:10px;
}
#legend p{
	margin-left:5px;
	font-size:12px;
	color:#4a4a4a;
	margin-bottom:8px;
	float:left;
	margin-right:10px;
}
.film{
	width:287px;
	padding:8px 5px 5px 8px;
	float:left;
	margin:0 5px 10px 5px;
	border-collapse:collapse;
	background:url(../images/item-bg.png);
	border:1px solid #e5e5e5;
	height:165px;
	position:relative;
}
#large{
	position:absolute;
	background:url(../images/large.png) no-repeat;
	width:155px;
	padding-left:23px;
	padding-top:8px;
	height:220px;
}
.summary{
	width:68px;
	float:left;
	height:145px;
	margin-right:7px;
}
.summary img{
	margin-bottom:5px;
	margin-right:3px;
}
.film h3, .film h3 a{
	color:#306c9b;
	font-size:16px;
	margin:5px 0;
	text-decoration:none;
}
.film h3 a:hover{
	text-decoration:underline;
}
#content.films .film p{
	color:#4a4a4a;
	font-size:12px;
	line-height:16px;
	float:left;
	width:208px;
	margin:0;
	padding:0;
}
	
/* INDIVIDUAL FILM PAGES
-------------------------------------------- */
#content.films{
	padding:10px;
	width:936px;
}
#content.inner{
	padding:0 0 20px 0;
	width:956px;
	margin-left:2px;
	float:left;
}
#content.inner #main{
	background:url(../images/shadow.png) no-repeat;
	min-height:400px;
	padding-bottom:40px;
}
#summary{
	float:left;
	padding:15px 10px 30px 10px;
	margin:15px;
	width:595px;
	background:url(../images/item-bg.png);
	border:1px solid #eee;
}
a:visited{
	color:#666;
}
a:hover{
	color:#222
}
#summary a, #summary a:visited{
	text-decoration:none;
	color:#666;
}
#summary a:hover{
	text-decoration:underline;
	color:#222;
}
#info{
	float:left;
	margin-right:15px;
}
#info p{
	color:#444;
	margin-top:8px;
}
#info img{
	margin-bottom:-5px;
}

#description{
	float:left;
	width:440px;
}
#description h3{
	font-size:19px;
	color:#306c9b;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:8px;
	border-bottom:1px solid #e5e5e5;
}
#description p{
	color:#444;
	margin-bottom:15px;
}
a.resource{
	display:block;
	float:left;
	margin:0 5px 5px 5px;
	width:150px;
	line-height:25px;
	padding: 5px 0px 5px 35px;
	text-decoration:none;
	color:#555;
}
a.pdf{
	background:url(../images/pdf_icon.png) no-repeat left;
	background-position: 5px 5px;
}
a.doc{
	background:url(../images/doc_icon.png) no-repeat left;
	background-position: 5px 5px;
}
a.word{
	background:url(../images/word_icon.png) no-repeat left;
	background-position:5px 5px;
}
#summary a.resource:hover{
	color:#111;
	background-color:#dadada;
	text-decoration:none;
}
a.back{
	width:86px;
	height:26px;
	background:url(../images/backtofilmlibrary.png);
	text-indent:-9999px;
	display:block;
}
a.back:hover{
	background-position:0 -26px;
}


/* LIST AT RIGHT */
#secondary{
	float:right;
	padding-top:15px;
	text-align:left;
	width:300px;
}
body.groupsales #secondary h3, body.letter #secondary h3{
	background:url(../images/sidebar-2.png);
}
#secondary h3{
	background:url(../images/sidebar-1.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	color:#fff;
	text-align:left;
	font-weight:300;
	text-transform:uppercase;
	font-size:16px;
	padding-top:12px;
	padding-left:15px;
	width:282px;
	height:31px;
	float:right;
	margin-right:5px;
}
#secondary li{

}
#secondary ul{
	left:20px;
	width:285px;
	padding-right:15px;
	float:right;
	margin-top:5px;
}
#secondary ul li{
	font-size:12px;
	border-bottom:1px solid #e1e1e1;
}

#secondary ul li a{
	color:#222;
	text-decoration:none;
	display:block;
	height:20px;
	padding:8px 4px 5px 10px;
}
#secondary ul li a:hover, #secondary ul li.active a{
	color:#fff;
	background:url(../images/filmlist-hover.jpg);
}

#secondary ul.interest li:hover{
	background: #eef8ff;
}
#secondary ul.interest li input{
	margin-right:8px;
	float: left;
	margin-top: 2px;
}
.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background:#ccc;
	display: none;
	width:209px;
	height:138px;
	font-size:12px;
	color:#555;
	line-height:18px;
	background:url(../images/tooltip.png) no-repeat;
	padding:15px 45px 15px 15px;
}
/* IMAX
-------------------------------------------- */
body.imax #secondary h3{
	background:url(../images/sidebar-3.png);
}
#heading.imax h2{
	background:url(../images/h2-imax.png);
	width:381px;
	height:44px;
	margin-top:35px;
}
#heading.imax{
	background:url(../images/h2-imax-bg.png) no-repeat bottom;
}

#summary dl{
	display:block;
	width:570px;
	float:left;
	padding-left:10px;
	margin-bottom:15px;
	color:#555;
}
#summary dt{
	display:block;
	border-bottom:1px solid #ddd;
	font-size:20px;
	margin:10px 0 10px 0;
	padding-bottom:5px;
	color:#222;
	
}
#summary dd{
	margin:0 0 12px 10px;
	padding-left:15px;
	background:url(../images/bullet.png) no-repeat top left;
	background-position: 0 2px;
}
a.imax{
	background:url(../images/slideshow.jpg);
	width:450px;
	height:121px;
	text-indent:-9999px;
	display:block;
	float:left;
} 
/* GROUP RESERVATIONS
-------------------------------------------- */
.rates{
	width:285px;
	float:left;
	color:#444;
	margin-top:20px;
}

.rates p{
	margin-bottom:15px;
}
.rates h4{
	font-size:14px;
	font-weight:bold;
}
#groups.rates{
	padding-right:20px;
	clear:both;
}
#summary p{
	margin-bottom:15px;
	color:#444;
}
#summary p a{
	color:#306c9b;
	text-decoration:underline;
}
#concessions.rates{
	padding-right:none;
}
.rates h3{
	font-size:19px;
	color:#306c9b;
	margin-bottom:10px;
}
#summary div.rates dl{
	width:90%;
	padding-right:0;
}
#summary div.rates dt{
	font-size:14px;
}
a.reserve{
	background:url(../images/button-reserve.png);
	display:block;
	float:right;
	margin-left:15px;
	width:218px;
	height:39px;
	text-indent:-9999px;
}
a.reserve:hover{
	background-position:0 -39px;
}
#heading.signup, #heading.groupsalesinfo, #heading.letter{
	background:url(../images/h2-group-bg.png) no-repeat bottom;
}
#heading.signup h2{
	background:url(../images/h2-group.png);
	width:412px;
	height:34px;
}
#heading.groupsalesinfo h2{
	background:url(../images/h2-groupsales.png);
	width:508px;
	height:34px;
}

/* PRE-VISIT LETTER */

body.letter #summary a.subnav{
	 background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	text-decoration:none;
	margin:0px 10px 20px 0;
	display:block;
	float:left;
	font-weight:bold;
}
body.letter #summary a.subnav:hover{
	text-decoration:none;
	border-color:#888;
	background-color:#ddd;
}

/* BACK TO TOP */
a.top{
	width:86px;
	height:26px;
	background:url(../images/backtotop.png);
	text-indent:-9999px;
	display:block;
	margin-bottom:15px;
	margin-left:15px;
}
a.top:hover{
	background-position:0 -26px;
}
img.glasses{
	float:right;
	margin:8px;
}

body.letter #summary h3{
	font-size:19px;
	color:#306c9b;
	margin:15px 0 10px 10px;
	padding-bottom:8px;
	border-bottom:1px solid #e5e5e5;
}
body.letter #summary p{
	color:#444;
	margin-bottom:15px;
	margin-left:20px;
}
body.letter #summary ul{
	padding-left:20px;
}
body.letter #summary li{
	margin-bottom:10px;
}
#summary div#combos{
	margin-left:20px;
	width:560px;
	background:url(../images/foodcombos.png) no-repeat;
	height:160px;
}
#summary div.combo{
	width:183px;
	float:left;
}
body.letter #summary dl{
	width:180px;
	margin-top:15px;
}
body.letter #summary dt{
	margin:0 0 10px 10px;
	padding:0;
	font-size:16px;
	border:0;
}
body.letter #summary dd{
	margin:0 5px 10px 0px;
	background-image:none;
	text-shadow: 0px 1px 1px #fff;
}
h2#letter{
	background:url(../images/h2-letter.png);
	width:242px;
	height:26px;
}
/* NEWSLETTER
-------------------------------------------- */
body #content.full{
	padding-top:0;
}
#content.full #main{
	background:url(../images/shadow-2.png) repeat-x;
	min-height:100px;
}
body.newsletter #summary{
	width:900px;
	font-size:12px;
	color:#444;
}
#heading.newsletter h2{
	background:url(../images/h2-newsletter.png);
	width:299px;
	height:34px;
}
#heading.newsletter{
	background:url(../images/h2-newsletter-bg.png) no-repeat bottom;
}
body.newsletter #summary p{
	margin-left:10px;
}
body.newsletter #summary h3{
	background:url(../images/newsletters-bg.jpg) no-repeat;
	display:block;
	width:314px;
	height:31px;
	padding:12px 0 0 15px;
	color:#fff;
	margin-bottom:10px;
	font-size:16px;
}
div.newsletters{
	float:left;
	width:430px;
	padding:10px;
	background:#f5f5f5;
	border:1px solid #ddd;
	margin-bottom:10px;
}
body.newsletter .newsletters li{
	display:block;
	margin:5px;
}
.localtheatre{
	width:418px;
	padding:10px 10px 10px 20px;
	float:right;
	font-size:12px;
}
.localtheatre ul{

}
.localtheatre li{
	width:400px;
	float:left;
	display:block;
	margin:5px;
}
#signup{
	float:left;
	width:450px;
	padding:10px 0;
	}
#signup h3{
	margin-left:10px;
}
#signup li{
	margin-bottom:10px;
	width:220px;
	float:left;
	display:block;
}
#signup label{
	display:block;
	width:85px;
	float:left;
	text-align:right;
	padding-right:10px;
}
#signup input{
	padding:3px 5px;
	border:1px solid #ddd;
	width:105px;
}
.localtheatre input.button{
	width:150px;
	height:27px;
	background:url(../images/signup.png);
	text-indent:-9999px;
	font-size:0; /* for IE */
	line-height:0;
	border:none;
	cursor:pointer;
	float:left;
	margin-top:10px;
}
.localtheatre input.button:hover{
	background-position:0 -27px;
}
#signup li.birthdate{
	width:300px;
}
#signup li.birthdate select{
	margin-right:10px;
}
/* CURRICULUM
-------------------------------------------- */
#heading.curriculum{
	background:url(../images/h2-curriculum-bg.png) no-repeat bottom;
}
#heading.curriculum h2{
	background:url(../images/h2-curriculum.png);
	width:360px;
	height:26px;
}
body.curriculum #summary{
	padding-left:15px;
	width:590px;
}
body.curriculum #summary h3{
	font-size:19px;
	display:block;
	border-bottom:1px solid #dedede;
	padding:5px;
	margin-bottom:10px;
	color:#306c9b;
}
body.curriculum #secondary h3{
background:url(../images/sidebar-4.png);	
}
#summary h4{
	font-size:13px;
	margin-bottom:10px;
	display:block;
	height:35px;
}
.lessons{
	float:left;
	width:150px;
	margin-bottom:20px;
	margin-right:20px;
	height:105px;
	padding:10px;
	background:#f2f2f2;
	border:1px solid #bbb;
}
body.curriculum #summary dl{
	padding:0;
}
body.curriculum table td, body.curriculum table th{
	padding:7px 11px;
}

body.curriculum table{
	border:1px solid #aaa;
	margin-bottom:10px;
}
body.curriculum table#humanbody{
	background:url(../images/table-bg.jpg);	
}
body.curriculum table#lewisclark{
		background:url(../images/table-2-bg.jpg);
}
body.curriculum table td{
	color:#444;
	border:1px solid #aaa;
}
body.curriculum table#humanbody td a, body.curriculum table#lewisclark td a{
	color:#333;
}
body.curriculum table#humanbody tr:hover td a:hover{
	color:#B8500A;
	text-decoration:underline;
}
body.curriculum table#lewisclark tr:hover td a:hover{
	color:#269;
}

body.curriculum table#humanbody tr:hover td, body.curriculum table#lewisclark tr:hover td{
	color:#666;
	background:url(../images/tr-hover.png);
}
body.curriculum table#humanbody tr:hover td a{
	color:#666;
}
body.curriculum table#humanbody td:hover{
	background:#666;
}
body.curriculum table td.grade{
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
body.curriculum table thead th{
	background:#fafafa;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:10px;
	margin-bottom:10px;
	font-size:16px;
	letter-spacing:1px;
	color:#333;
}
/* PARTNERSHIPS
-------------------------------------------- */
#heading.partnerships{
	background:url(../images/h2-partnerships-bg.png) no-repeat bottom;
}
#heading.partnerships h2{
	background:url(../images/h2-partnerships.png) no-repeat;
	width:326px;
	height:33px;
}
body.partnerships #secondary h3{
	background:url(../images/sidebar-5.png);
}
.partner{
	width:595px;
	margin:10px;
	padding:15px 10px 10px 15px;
	float:left;
	border:1px solid #ddd;
	background:url(../images/item-bg.png);
}
.partner a.website{
	float:right;
	width:110px;
	height:20px;
	display:block;
	background:url(../images/website-button.png);
	text-indent:-9999px;
}
.partner a.guide{
	float:right;
	width:110px;
	height:20px;
	display:block;
	background:url(../images/teachers-button.png);
	text-indent:-9999px;
	margin-right:10px;
}
.partner a.guide:hover{
	background-position:0 -20px;
}
.partner a.website:hover{
	background-position:0 -20px;
}
.partner h3{
	font-size:16px;
	padding-bottom:5px;
	float:left;
	display:block;
	width:520px;
	color:#306c9b;
}
.partner h4{
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	font-size:13px;
	color:#666;
}
.partner img{
	float:left;
	margin-right:10px;
}
.partner p{
	color:#444;
	margin-bottom:10px;
}
.partner p a, .partner p a:visited{
	color:#306c9b;
}
.partner p a:hover{
	text-decoration:underline;
	color:#222;
}


/* CONTACT AND DIRECTIONS
-------------------------------------------- */
#heading.contact h2{
	background:url(../images/h2-contact.png) no-repeat;
	width:539px;
	height:32px;
}
#heading.contact{
	background:url(../images/h2-contact-bg.png) no-repeat bottom;
}
body.contact #summary{
	width:900px;
	font-size:12px;
	color:#444;
}
body.contact #summary h3{
	font-size:16px;
	color:#3069cb;
	margin-bottom:15px;
}
body.contact #summary h4{
	float:right;
}
.directions{
	width:450px;
	float:right;
	border:1px solid #ddd;
	padding:15px;
	background:url(../images/item-bg.png);
	margin-bottom:15px;
	margin-right:5px;
}
.directions p{
	float:left;
	width:140px;
	margin-right:10px;

}
#contactform{
	float:left;
	padding:15px;
	width:360px;
}
form#contact, form#contact select{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#444;
	margin-top:-2px;
}
form#contact select{
}
form#contact li{
	margin-bottom:10px;
}
form#contact label{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	padding-right:10px;
}
form#contact input{
	padding:3px 5px;
	border:1px solid #ddd;
	width:190px;
		margin-top:-3px;
}
form#contact input:focus{
	border:1px solid #222;
	background:#e0effc;
}
form#contact li.method label{
	width:160px;
	text-align:left;
}
form#contact li.method input{
	width:30px;
	border:none;
	border-color:#fff;

}
form#contact li.method input:focus{
	border:none;
	background:none;
}
form#contact textarea{
	float:left;
	clear:both;
	width:300px;
	height:150px;
	padding:5px;
	font-family:"Trebuchet MS," Arial, sans-serif;
	font-size:13px;
	color:#555;
	margin-bottom:10px;
	border:1px solid #ddd;
}
form#contact textarea:focus{
	border-color:#222;
}
form#contact input.button{
	display:block;
	float:left;
	clear:both;
	width:150px;
	height:27px;
	background:url(../images/button-comments.png);
	border:0;
	text-indent:-9999px;
	line-height:0;
	cursor:pointer;
}
form#contact input.button:hover{
	background-position:0 -27px;
}

a.map{
	background:url(../images/viewmap.png);
	height:26px;
	width:86px;
	display:block;
	margin-top:5px;
	text-indent:-9999px;
}
a.map:hover{
	background-position:0 -26px;
}


/* FOOTER
-------------------------------------------- */
#footer{
	clear:both;
	width:956px;
	height:250px;
	padding-top:20px;
	padding-bottom:10px;
	background:url(../images/footer-bg.jpg);
}
#footer ul{
	position:relative;
	
	margin-left:40px;
	clear:both;
}
#footer li{
	display:inline;
	font-weight:bold;
	position:relative;
	margin-right:55px;
	margin-bottom:5px;
	color:#4a4a4a;
}
#footer li a, #footer li a:visited{
	color:#4a4a4a;
	text-decoration:none;
}
#footer li a:hover{
	text-decoration:underline;
	color:#222;
}
#footer ul ul{
	position:absolute;
	width:200px;
	top:20px;
	left:0px;
	margin-left:0;
}
#footer ul ul li{
	display:block;
	font-weight:normal;
}
#footer img.logo{
	float:left;
	margin-right:20px;
	margin-top:10px;
	margin-left:10px;
}
#footerlinks{
	width:938px;
	height:84px;
	padding:10px 10px;
	margin-top:15px;
	margin-bottom:5px;
	float:left;
	background:url(../images/footerlinks-bg.png);
}
.link{
	float:left;
	border-right:1px solid #867c5e;
	height:74px;
	margin-top:5px;
	padding-top:5px;
}
a.logo-bsl{
	background:url(../images/footer-logo.png);
	display:block;
	width:157px;
	height:40px;
	text-indent:-9999px;
	margin:10px 30px;
}
a.logo-cel{
	background:url(../images/cel-logo.png);
	display:block;
	height:53px;
	width:211px;
	text-indent:-9999px;
	margin:0px 30px;
}
a.logo-cel:hover{
	background-position: 0 -53px;
}
a.logo-imax{
	background:url(../images/imax-logo.png);
	width:156px;
	height:47px;
	display:block;
	margin:8px 30px;
	background-position:0 -47px;
	text-indent:-9999px;
}
a.logo-imax:hover{
	background-position:0 0;
}
.social{
	float:left;
}
.social a{
	display:block;
	background:url(../images/social-icons.png) no-repeat;
	height:32px;
	line-height:32px;
	padding-left:42px;
	text-decoration:none;
	font-weight:bold;
	color:#534d40;
	margin:2px 0px 8px 30px;
}
a.facebook:hover{
	background-position:0px -32px;
	color:#fff;
}
a.twitter{
	background-position:0px -64px;
}
a.twitter:hover{
	color:#fff;
	background-position:0 -96px;
}
#footer p{
	float:right;
	color:#6a6a6a;
	margin:55px 10px 0 0;
}
