/*
// Fonts!
*/

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: local('Century Gothic Regular'), local('CenturyGothic'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.otf') format('opentype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic-Bold.eot');
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.otf') format('opentype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: bold;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic-Italic.eot');
	src: local('Century Gothic Italic'), local('CenturyGothic-Italic'), url('../fonts/CenturyGothic-Italic.woff') format('woff'), url('../fonts/CenturyGothic-Italic.otf') format('opentype'), url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic-BoldItalic.eot');
	src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'), url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'), url('../fonts/CenturyGothic-BoldItalic.otf') format('opentype'), url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

/*
// Global styles
*/

.hidden {
	display: none;
}

.spinner {
	background: url('../images/spinner.gif') no-repeat 50%;
}

/*
// Look and feel
*/

body {
	background: #777 url('../images/background.png') repeat top;
	color: white;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
}

a {
	color: #252525;
}

a:hover,
a:active {
	color: #58595b;
}

img {
	border: 0px;
}

/*
// Full page
*/

#page {
	position: relative;
	width: 950px; height: 550px;
	margin: 0 auto;
	color: #58595b;
	background-color: white;
	border: 4px solid #BCBEC0;
}


/*
// Header
*/

#header {
	width: 900px; height: 86px;
	position: absolute;
	left: 25px; top: 0px;
	/* IE: Keep navigation sub-menus above content */
	z-index: 10;
}

#header li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#header ul.main {
	margin: 0;
	padding: 0;
}

#header ul.sub {
	display: block;
	position: absolute;
	left: -1000px; top: -1000px;
	background-color: #F2F2F3;
	margin: 0;
	padding: 10px 0;
	z-index: 100;
	font-size: 9px;
	letter-spacing: 2px;
	/* border-top: 1px solid #7B7B7D; */
}

#header ul.sub li {
	float: none;
	height: 18px;
	padding: 3px 0;
	cursor: pointer;
}

#header ul.sub a {
	z-index: 1000;
	height: 18px;
	padding: 0 8px;
	text-decoration: none;
	color: #454647;
}

#header img {
	display: block;
	float: left;
}

/*
// Body
*/

#body {
	position: absolute;
	width: 900px; height: 339px;
	left: 25px; top: 86px;
}

/*
// Strip
*/

#filmstrip {
	position: absolute;
	width: 950px; height: 75px;
	left: 0px; bottom: 47px;
}

/*
// Footer
*/

#footer {
	position: absolute;
	width: 900px; height: 30px;
	left: 25px; bottom: 0px;
	text-align: center;
	font-size: 10px;
}

#footer p {
	margin: 0 10px;
}
