/*
** HTML elements
*/

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #000000;
	font-family: 'verdana', sans-serif;
	font-size: 75%; /* 12px */}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.75em;
	margin-bottom: 1em;
	font-family: 'times new roman', sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;}

h3 {
	padding-bottom: 1em;
	border-bottom: 3px double #cc2929;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.05em;}

p {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	font-size: 1.2em;
	font-family: 'times new roman', sans-serif;
	line-height: 2em;}

a {
	text-decoration: none;}

a:link, a:visited {
	color: #cc2929;}

a:hover, a:active {
	color: #ffffff;}

img {
	border: none;}


/*
** Page layout blocks / IDs
*/

#container {
	clear: both;
	width: 700px;
	margin: auto;
	border: 2px solid #401010;
	border-top: none;
	overflow: auto;}

#splash {
	clear: both;
	width: 700px;
	height: 360px;
	padding-top: 120px;
	background: url(images/splash.jpg) top left no-repeat;}

#header {
	clear: both;
	width: 685px;
	height: 215px;
	padding: 30px 0 0 15px;
	background: url(images/header.jpg) top left no-repeat;}
	
	#header a {
		display: block;
		float: left;
		width: 220px;
		height: 160px;}
	
	#header a span {visibility: hidden;}

#splash-nav {
	width: 700px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(images/splash-nav.png) top left no-repeat;
	list-style: none;}
	
	#splash-nav li {
		display: block;
		float: left;
		height: 15px;}
	
	#splash-nav li a {
		display: block;
		width: 100%;
		height: 15px;}
	
	#splash-nav li span {visibility: hidden;}
	
	#splash-nav li.synopsis {
		width: 80px;
		margin-left: 130px;}
	
	#splash-nav li.synopsis a:hover,
	#splash-nav li.synopsis a.current {
		background: url(images/splash-nav.png) -130px -15px no-repeat;}
	
	#splash-nav li.trailer {
		width: 70px;
		margin-left: 100px;}
	
	#splash-nav li.trailer a:hover,
	#splash-nav li.trailer a.current {
		background: url(images/splash-nav.png) -310px -15px no-repeat;}
	
	#splash-nav li.purchase {
		width: 85px;
		margin-left: 100px;}
	
	#splash-nav li.purchase a:hover,
	#splash-nav li.purchase a.current {
		background: url(images/splash-nav.png) -480px -15px no-repeat;}

#header-nav {
	float: left;
	width: 450px;
	height: 15px;
	margin: 140px 0 0 15px;
	padding: 0;
	background: url(images/header-nav.png) top left no-repeat;
	list-style: none;}
	
	#header-nav li {
		display: block;
		float: left;
		height: 15px;}
	
	#header-nav li a {
		display: block;
		width: 100%;
		height: 15px;}
	
	#header-nav li span {visibility: hidden;}
	
	#header-nav li.synopsis {
		width: 80px;
		margin-left: 50px;}
	
	#header-nav li.synopsis a:hover,
	#header-nav li.synopsis a.current {
		background: url(images/header-nav.png) -50px -15px no-repeat;}
	
	#header-nav li.trailer {
		width: 70px;
		margin-left: 60px;}
	
	#header-nav li.trailer a:hover,
	#header-nav li.trailer a.current {
		background: url(images/header-nav.png) -190px -15px no-repeat;}
	
	#header-nav li.purchase {
		width: 85px;
		margin-left: 60px;}
	
	#header-nav li.purchase a:hover,
	#header-nav li.purchase a.current {
		background: url(images/header-nav.png) -320px -15px no-repeat;}

#content {
	clear: both;
	width: 590px;
	margin: auto;}

#footer {
	clear: both;
	width: 100%;
	margin-top: 60px;
	padding-top: 100px;
	padding-bottom: 30px;
	background: url(images/footer.png) top center no-repeat;
	color: #cc2929;
	font-size: 0.9em;
	text-align: center;}


/*
** Miscellaneous
*/

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;}

.alpha {margin-top: 0;}