* {
	color: #333;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
html, body {
	height: 100%;
	text-align: center;
}
@font-face {
	font-family: 'KlavikaLight';
	src: url('../fonts/klavika-light-webfont.eot');
	src: url('../fonts/klavika-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/klavika-light-webfont.woff') format('woff'),
	url('../fonts/klavika-light-webfont.ttf') format('truetype'),
	url('../fonts/klavika-light-webfont.svg#KlavikaLight') format('svg');
	font-weight: normal;
	font-style: normal;
}


.clearfix {
    zoom: 1;
}
.thumbNav:before,
.thumbNav:after,
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
}
.thumbNav:after,
.clearfix:after {
	clear: both;
}
body {
	background: #4d4e53 url(../images/body.gif);	
	padding: 20px 0;
}

#title {
	position: absolute;
	top: 43px;
	left: 11px;
	z-index: 3;
	background: url(../images/logo.png) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 241px;
		height: 37px;
	}
	
	#title span {
		display: none;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	text-indent: -9999px;
}
	
#box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
        z-index: 1;
	border-width: 0 1px;
	border-color:  #F8F6F6;
	border-style: solid;
}

#header {
	position: relative;
	z-index: 2;
	height: 119px;
	background: #f8f6f6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f6f6), to(#dad8d8));
	background: -webkit-linear-gradient(#f8f6f6, #dad8d8);
	background: -moz-linear-gradient(#f8f6f6, #dad8d8);
	background: -ms-linear-gradient(#f8f6f6, #dad8d8);
	background: -o-linear-gradient(#f8f6f6, #dad8d8);
	background: linear-gradient(#f8f6f6, #dad8d8);
	-pie-background: linear-gradient(#f8f6f6, #dad8d8);
	behavior: url(/PIE.htc);
}

#contactContainer {
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 37px;
}
.js #contactContainer {
	display: none;
}
#thisWeek {
	height: 3px;
	background: #4D4E53;
	opacity: 0;

	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
	-webkit-transition-property: opacity, height;
	-moz-transition-property: opacity, height;
	transition-property: opacity, height;
}
#thisWeek.loaded {
	height: 100%;
	min-height: 136px;
	opacity : 1;
	-webkit-box-shadow: inset 0px 0px 6px 2px #222;
	-moz-box-shadow: inset 0px 0px 6px 2px #222;
	box-shadow: inset 0px 0px 6px 2px #222;
	behavior: url(/PIE.htc);	
}

	#thisWeek ul {
		width: 100%;
		margin: 0;
		padding: 4px 0;
		overflow: hidden;
	}
		#thisWeek li {
			float: left;
			cursor: pointer;
			height: 100%;
			overflow-y: hidden;
			text-align: center;
		}
		#thisWeek .inner {
			padding: 0 2px;
		}
		#thisWeek img {
			/*width: 120px; */
			width: 100%;
			vertical-align: bottom;
		}
	
ul#metaNavigation {
	position: absolute;
	top: 16px;
	right: 20px;
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #333333;
	}

	#metaNavigation li.first {
		border: none;
	}

	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		white-space: nowrap;
		color: #333333;
	}
	#metaNavigation li.plusone {
		width: 50px;
		height: 10px;
	}
	#metaNavigation li.plusone .container {
		margin-top: -2px;
		padding-left: 5px;
	}

	#metaNavigation li a:hover {
		color: #b21e2b;
	}

#mainNavigationContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}

#mainNavigation {
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #4d4e53;
	padding: 0 0 0 2px;
}
.content .movieAttributesNavigation ul,
.gradient1 {
        border-width: 1px;
        border-style: solid;
        border-color: #D1D1D1;
        
        background: #E2E2E5;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EBEBED));
        background: -moz-linear-gradient(#FFFFFF, #EBEBED);
        background: linear-gradient(#FFFFFF, #E2E2E5);
        -pie-background: linear-gradient(#FFFFFF, #EBEBED);
        behavior: url(/PIE.htc);
}

	#mainNavigation li {
		float: left;		
		height: 100%;
		border-left: 1px solid #4d4e53;
	}

	#mainNavigation li.first {
		border-width: 0;
	}
	
	#mainNavigation li.first a {
	}

	#mainNavigation li a {
		display: block;
		line-height: 23px;
		padding: 0 10px;
		font-family: KlavikaLight;
		font-size: 16px;
		color: #4D4E53;
	}
	
	#mainNavigation li a:hover,
	#mainNavigation li a.act,
	#mainNavigation li a.cur {
		color: #BB4751;
	}



ul#subNavigation {
	z-index: 1;
	position: absolute;
	top: 72px;
	right: 20px;
	height: 24px;
	background: transparent;
}

	#subNavigation li {
		float: left;
		background: #4D4E53;
	}
	
	#subNavigation li.cur {
		background: #BB4751;
	}

	#subNavigation li a {
		display: block;
		line-height: 21px;
		padding: 0 8px;
		font-size:14px;
		color: #fff;
	}

#col2 {
	position: relative;
	float: left;
	width: 100%;
	height: auto !important;
	height: 330px;
	min-height: 330px;
	background-color: #ebebed;
	background-repeat: no-repeat;
}

	ul#rootline {
		position: absolute;
		top: 5px;
		left: 15px;
	}

	#rootline li {
		float: left;
		border-left: 1px solid #333;
	}

	#rootline li.first {
		border: none;
	}

	#rootline li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		font-size: 10px;
		white-space: nowrap;
	}

	#rootline li a:hover {
		color: #666;
	}

	#mainContent {
		padding: 10px 10px 50px 10px;
	}
	


#col3 {
	position: relative;
	float: left;
	width: 160px;
}

	#rightContent {
		padding: 30px 0 50px 0;
	}

#footer {
	display: none;
	position: relative;
	height: 20px;
	bottom: 20px;
}

	#footer .printPage {
		position: absolute;
		top: 2px;
		left: 10px;
	}
	
	#footer .printPage a:hover span {
		color: #666;
	}

	#address {
		position: absolute;
		bottom: 30px;
		left: 10px;
		width: 160px;
		font-size: 10px;
	}

	#copyright {
		position: absolute;
		top: 2px;
		right: 10px;
	}
	
.layout1 #mainContent {
	padding-top: 30px;
}

.layout1 #thisWeek {
	min-height: 3px;
	box-shadow: none;
}
