body {
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.04em;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	padding: 84px 0px 88px 0px;
	margin:0;
}

p {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

#contentvideo p {
	text-align: right;
}

img {
	border: 0;
	outline: 0;
}

a {
	color: #000000;
	text-decoration: none;
	border: 0;
	outline: 0;
}

#contenttext a {
	text-decoration: underline;
}

#contenttext a.backlink {
	text-decoration: none;
}

i a {
	color: #000000;
	font-size: 10px;
	font-style: normal;
}

ul {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

li {
	text-transform: uppercase;
	list-style: none inside;
	padding: 0;
	float: left;
	margin: 0px 14px 0px 0px;
}

li a {
	display: block;
}

.mainnav ul {
	float: right;
}

.mainnav li {
	margin: 0px 0px 0px 14px;
}
	
li.active a, .active a {
	font-weight: bold;
}

.mainnav {
	position: absolute;
	left: 269px;
	top: 8px;
	width: 185px;
}

.subnav {
	position: absolute;
	left: 542px;
	top: 8px;
}

#headnavi {
	position: absolute;
	left: 145px;
	top: 82px;
	width: 1000px;
	padding: 0px;
	margin: 0px
}

#contentvideo {
	position: absolute;
	width: 454px;
	left: 145px;
	top: 164px;
	padding: 0px;
	margin: 0px
}

#contentnavi {
	position: absolute;
	width: 288px;
	left: 687px;
	top: 164px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height:16px;
	text-transform: uppercase;
}

#contentnavi a {
	display: block;
	width: 96px;
	height: 83px;
	float: left;
}

#pagination {
	position: absolute;
	left: 980px;
	top: 164px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
	white-space: nowrap;
}

#contenttext {
	position: absolute;
	width: 475px;
	left: 145px;
	top: 164px;
	padding:0px;
	margin:0px
}

#contenttext a.flowplayer {
	display: block;
	position: absolute;
	top: 0px;
	left: 205px;
}

/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	margin-bottom: 11px;
	display:block;				
	width: 454px;
	height: 309px;
	border: 0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(files/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-90px;
	left:20px;	
	opacity:0.2;
	margin-bottom:-50px;
}

div.playButtonShowreel {
	background:url(files/play.png) no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 70px;
	left: 62px;	
	opacity: 0.2;
}


/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}
