/* CSS Document */

/*set page background to black and text to grey
html is included because this is the root element for
pages served as application/xhtml+html*/

html, body {
	background: #000000;
	color:#999999;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	}
			
a:link {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-style: dotted;
	border-bottom-color: #3366FF;
	border-bottom-width: 1px;
	}

a:visited {  color: #666666; text-decoration: none;
border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	}
	
a:hover {  color: #3366FF;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
text-decoration: none ! important
	}

	
/*set width of wrapper to same width as title image
no top or bottom margin
auto on both sides will centre wrapper in most modern browsers	*/

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	background: transparent;
	}

/*header width */

#header {
	width: 760px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 75%;
	position: absolute;
	top: 0;
	}
	
	/*styles for the nav menu - remove padding, margin and bullets*/
	
#navbar {
	width: 760px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	position: absolute;
	top: 200px;
	}
	
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
/*float each list element inline*/

#navbar li {
	float: left;
	display: inline;
	}
	
/*style links in the nav list*/

#navbar a {
	display: block;
	margin: 0;
	height: 1em;
	padding: 4px 0 4px 22px;
	border: 0;
	width: 104px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 110%;
	}
	
#navbar a:link, #navbar a:visited {
	background-color: #3366FF;
	color: #FFFFFF;
	}
	
#navbar a:hover, #navbar a:active {
	background-color: #000000;
	color: #6699FF;
	}
	
/*special style for link to identify current page*/

	#thispage a:link, #thispage a:visited,
	#thispage a:hover, #thispage a:active {
	background-color: #FFFFFF;
	color: #000000;
	}	
	
#toplineLeft {
	width: 292px;
	height: 60px;
	position: absolute; 
	left: 0;
	background-image:url(../artwork/filmstrip_topleft.jpg);
	}

#toplineLeft h1 {
	color:#FFFFFF;
	margin-right: 24px;
	font-size: 100%;
	bottom: 0;
	}

#toplineRt {
	width: 468px;
	height: 60px;
	position: absolute;
	top:0;
	left: 292px;
	}

#animation {
	width: 760px;
	height: 140px;
	position: absolute; 
	top: 60px;
	left: 0;
	}

	
#mainpage {
	width: 760px;
	border: 0;
	margin: 0;
	padding: 0;
	border:thick;
	border-color:#FFFFFF;
	position: absolute;
	}	

	
/*style for the page trail*/
	
#trail {
	width: 760px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	position: absolute;
	top: 214px;
	}	
	
#trail p {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.8;
	text-align:left;
	letter-spacing: 0px;
	}
	

/*mainText width */
#mainText {
	width: 440px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 75%;
	position: absolute;
	background: transparent;
	top: 257px;
	left: 157px;
	}
	
/*set margins, padding and line height for maincontent paragraphs*/

#mainText p {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.8;
	text-align:justify;
	letter-spacing: 0px;
	}
	
.ital {
font-style:italic;
	}	

.name {
	color:#FFFFFF;
	}
	
#mainText ul {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	list-style: none;
	margin-bottom: 18pt;
	}
	
#illust {
	width: 440px;
	height: 200px;
	position:relative;
	float:left;
	margin-bottom: 15px;
	}
	
#illust img {
	float:left;
	}

#illust .cap {
	width: 120px;
	position:absolute;
	bottom: -10px;
	left: 320px;
	font-size: 80%;
	color:#FFFFFF;
	text-align:left ! important;
	}
	
#illustvert {
	width: 440px;
	height: 300px;
	position:relative;
	float:left;
	margin-bottom: 15px;
	}
	
#illustvert img {
	float:left;
	}

#illustvert .cap {
	width: 220px;
	position:absolute;
	bottom: -10px;
	left: 220px;
	font-size: 80%;
	color:#FFFFFF;
	text-align:left ! important;
	}
	
	

/*set dimensions for level 1, 2 and 3 headings in maincontent*/
#mainText h1, #maincontent h2 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#mainText h1 {
	font-size: 155%;
	font-weight:bold;
	color:#FFFFFF;
	}
	
#mainText h2 {
color:#FFFFFF;
	font-size: 120%;
	font-weight:500;
	}
	
#mainText p2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 85%;
	font-weight:normal;
	line-height: 1.6;
	}

#details {
	width: 120px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 71%;
	position: absolute;
	top: 254px;
	left: 0;
	}	
	
#details p {
	line-height: 1.6;
	text-align:left;
	}
	
.ital {
font-style:italic;
	}	

.name {
	color:#FFFFFF;
	}
	
.dvd {
	color:#FFFFFF;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	}
	
#details h1 {
	font-size: 110%;
	text-align:left;
	color: #FFFFFF;
	background-color:#333333;
	padding: 3px 4px 3px 8px;
	text-transform:uppercase;
	}
	
#details h2 {
	font-size: 110%;
	text-align:left;
	color: #FFFFFF;
	background-color:#3366FF;
	padding: 3px 4px 3px 8px;
	text-transform:uppercase;
	}
	
#details h3 {
	font-size: 110%;
	text-align:left;
	color: #999999;
	text-transform:uppercase;
	}

	
#details ul {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	list-style: none;
	margin-bottom: 18pt;
	}
	
#market {
	width: 120px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color:#333333;
	font-size: 65%;
	position: absolute;
	top: 254px;
	left: 636px;
	}	
	
#market p {
	line-height: 1.6;
	text-align:left;
	padding-left:6px;
	padding-right:6px;
	}
	
#market h1 {
	font-size: 120%;
	text-align:left;
	color: #FFFFFF;
	text-transform:uppercase;
	padding-left:6px;
	}
	
#market h2 {
	font-size: 110%;
	text-align:left;
	color: #999999;
	text-transform:uppercase;
	padding-left:6px;
	}
	
	/*mainWide width */
#mainWide {
	width: 760px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 75%;
	position: absolute;
	top: 209px;
	left: 0px;
	}
	
/*set margins, padding and line height for maincontent paragraphs*/

#mainWide p {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.8;
	text-align:justify;
	letter-spacing: 0px;
	}
	
#mainWide p2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 85%;
	font-weight:normal;
	line-height: 1.6;
	}
	
.ital {
font-style:italic;
	}

/*mainList width */
#mainList {
	width: 590px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 75%;
	position: absolute;
	top: 246px;
	left: 170px;
	}
	
/*set margins, padding and line height for maincontent paragraphs*/

#mainList p {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.8;
	text-align:justify;
	letter-spacing: 0px;
	}
	
#mainList p {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.8;
	text-align:justify;
	letter-spacing: 0px;
	}
	
#mainList p2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 85%;
	font-weight:normal;
	line-height: 1.6;
	}
	
/*set dimensions for level 1, 2 and 3 headings in maincontent*/
#mainList h1 {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#mainList h1 {
	font-size: 155%;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.ital {
font-style:italic;
	}


