/* generic */

body {
	margin: 0;
	padding: 0;
	background: #fff none left top repeat-x;
	color: #065c6e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

table {
	border-width: 0;
}

td {
	padding: 0;
	border-width: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h2 {
	color: #b00808;
}

div {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0 solid #fff;
}

small {
	font-size: 75%;
}

a, a:link, a:visited, a:active {
	color: #065c6e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #b00808;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

form {
	margin: 0;
}

input, textarea {
	border: 1px solid #c2d7dc;
	background-color: #e6f0f2;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0 0 0.3em 12px; /* see styles_ie.css */
	padding: 0;
}

/* END generic */


/* container */

#container {
	position: relative;
	width: 864px;
	height: 566px;
	margin-top: 12px; 
	font-size: 85%; /* see styles_ie.css */
	border: 1px solid #448592;
	text-align: left;
}

/* END container */


/* contentLeft */

#contentLeft {
	position: absolute;
	top: 132px;
	left: 170px;
	width: 460px;
	z-index: 2;
	margin: 0;
	background-color: #fff;
}

/* END contentLeft */


/* contentRight */

#contentRight {
	position: absolute;
	top: 132px;
	left: 660px;
	width: 167px;
	z-index: 2;
	margin: 0;
	padding-left: 2px;
}

#contentRight h2 {
	font-size: 125%;
}

#contentRight h3 {
	font-size: 100%;
}

/* END contentRight */


/* mainnav */

div#mainnav {
	position: relative;
	width: 760px;
	height: 110px;
}

object#mainnav {
	position: absolute;
	left: 40px;
	top: 29px;
}

#mainnav p#logo {
	position: absolute;
	left: 40px;
	top: 29px;
}

#mainnav ul {
	position: absolute;
	left: 170px;
	top: 76px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainnav ul li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	background: transparent url(/images/mainnav_dot.gif) right top no-repeat;
}

#mainnav ul li.last {
	padding-right: 0;
	background: none;
}

/* END mainnav */


/* subnav */

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

#subnav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 105%;
}

#subnav li a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

#subnav ul.director {
	text-transform: none;
}

#subnav ul.director li a {
	font-size: 95%;
	margin-bottom: 5px;
}

#subnav h3.director {
	color: #b00808;
	margin: 1em 0 0.5em 0;
}

/* END subnav */


/* tertiarynav */

#tertiarynav {
	position: absolute;
	top: 529px;
	left: 36px;
	list-style-type: none;
}

#tertiarynav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tertiarynav li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* END subnav */


/* thumbnails */

#thumbnails {
	position: absolute;	/* needed for image transparency in IE */
	-moz-opacity: 0.0;
	opacity: 0.0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#thumbnails li {
	float: left;
	margin: 0;
	padding: 0;
}

#thumbnails li img {
	margin: 0 12px 12px 0 !important;
	width: 106px;
	height: 77px;
}

#thumbnails li.last img {
	margin-right: 0 !important;
}

/* END thumbnails */


/* clients */

#clients h2 {
	margin-bottom: 0;
}

#clients ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
}

#clients li {
	margin: 0;
	padding: 0;
}

/* END clients */


/* awards */

#awards h2 {
	margin-top: 2em;
	font-size: 115%;
	color: #b00808;
}

#awards h2.first {
	margin-top: 0;
}

#awards h2 em {
	font-style: normal;
	font-weight: normal;
}

#awards h3 {
	margin-bottom: 0;
	font-weight: normal;
}

#awards h3 em {
	margin-bottom: 0;
	font-weight: bold;
}

/* END awards */


/* details */

#details h2 {
	margin-bottom: 0.5em;
	color: #b00808;
}

#details h3 {
	margin-bottom: 0;
	font-weight: normal;
}

#details p {
	margin-bottom: 1.5em;
}

#details div.producers {
	float: left;
	margin-right: 20px;
	z-index: 2;
}

#details div.film {
	float: left;
	margin-right: 20px;
	z-index: 2;
}

#details div.pr {
	float: left;
	margin-right: 20px;
	z-index: 2;
}

/* END details */


/* register */

#register p {
	margin: 0;
	padding: 0;
}

#register label {
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
}

#register input, #register textarea {
	width: 200px;
	height: 16px;
	margin: 0 20px 12px 0;
}

#register #registerIntro {
	height: 90px;
}

#register textarea#address {
	height: 60px;
}

#register textarea#comments {
	height: 216px;	/* see styles_ie.css */
}

#register input#submit {
	position: absolute;
	margin: -25px 0 0 269px;
	border: 0;
	width: 64px;
	height: 14px;
}

/* END register */


/* archive */

div#archive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#archive li {
	margin: 0;
	padding: 0 0 0.4em 0;
	font-size: 100%;
}

/* END archive */


/* news */

div#news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#news li {
	margin: 0;
	padding: 0;
	background:transparent url(none) left top no-repeat;
	margin:0 50px 20px 0;
}

div#news h2 {
	margin-bottom: 0;
}

div#news h2 em {
	font-weight: normal;
	font-style: normal;
}

div#news p {
	font-weight: normal;
}

div#news h2 span, div#news p span {
	margin-left: 130px;
}

/* END news */


/* alert */

div#alert {
	position: absolute;
	top: -35px;
	color: #b00808;
}


div#alert h2, div#alert h2 {
	margin: 0;
	padding: 0;
}

div#alert ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#alert li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* END alert */


/* back */

div.back a {
	display: block;
	margin: 1em 0 0 0;
	padding: 0; 
}

/* END back */


/* scrollerMain */

#scrollerContainerMain {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	clip: rect(0,460px,354px,0);
	visibility: hidden;
	width: 460px;
	height: 354px;
}

#scrollerContentMain {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	background-color: #fff;
	padding-left: 2px;
}

#scrollerUpMain {
	position: absolute;
	display: none;
	left: 0;
	top: -20px;
	z-index: 1;
}

#scrollerDownMain {
	position: absolute;
	left: 0;
	top: 362px;
	z-index: 1;
}

/* END scrollerMain */


/* scrollerSubnav */

#scrollerContainerSubnav {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	clip: rect(0,167px,354px,0);
	visibility: hidden;
	width: 167px;
	height: 354px;
}

#scrollerContentSubnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 2px;
	background-color: #fff;
}

#scrollerUpSubnav {
	position: absolute;
	display: none;
	left: 0;
	top: -20px;
	z-index: 1;
}

#scrollerDownSubnav {
	position: absolute;
	left: 0;
	top: 362px;
	z-index: 1;
}

/* END scrollerSubnav */


/* misc */

div.hr {
	height: 1px;
	margin: 0 0 1em 0;
	background-color: #ccc;
	clear: both;
}

div.hr hr {
	display: none;
}

.accessibility {
	position: absolute !important;
	left: -10000px !important;
}

div.clearer {
	clear: both;
}

#map {
	margin: 23px 0 0 40px;
}

.actions a {
	margin-right:			15px;
	vertical-align:			middle;
}

.actions a * {
	vertical-align:			middle;
}

/* END misc */


/* homeContent */

#homeContent {
	position: absolute;
	top: 132px;
	left: 172px;
}

#homeContent h2 {
	position: absolute;
	top: 0;
	left: 373px;
	width: 170px;
	white-space: nowrap;
}

#homeContent p {
	position: absolute;
	top: 23px;
	left: 373px;
	font-weight: bold;
	width: 170px;
}
#homeContent p.link {
	position: absolute;
	padding-left: 2px;
	top: 205px;
	left: -2px;
	font-size: 110%;
}


/* END homeContent */