:focus { -moz-outline-style:none; }

html {
	height:100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	font-family:arial;
	color: #fff;
	background-color:#000;
	font-size: 12px;
}
a {
	color: #fff;
}
h1 {
	font-size: 12px;
	margin-top: 0px;
}

/* Front page menu */
.logo {
	border:1px solid #000;
}
.logo:hover {
	border:1px solid #FFF;
}
.header {
	display:block;
	padding:10px;
	background: #000;
	padding:10px;
}

/* Video Styles */
#mediaspace {
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#mediaspace-screen {
	background-image:url(/css/2009/raster.png);
	_background-image:none;
}











body#home
{
	
}
body#about	{ background-image: url(/images/background2.jpg); }
body#contacts	{ background-image: url(/images/background5.jpg); }
body#all_images	{ background: #000; }

img.alignLeft
{
	float: left;
}

img.alignRight
{
	float: right;
}

div.colLeft
{
	float: left;
	width: 170px;
	margin-right: 22px;
}

div.colLeftHome
{
	float: left;
	width: 372px;
	margin-right: 10px;
}

div.colRight
{
	float: left;
}

div.content
{
        padding: 94px 50px 20px 50px;
	width: 410px;
	height: 485px;
	padding: 10px;
	background: #000000;
	margin-top:0;
}

div.control
{
	width: 150px;
	margin-top: 420px;
	background: #000000;
	padding: 5px;
	height: 17px;
}

div.controlHome
{
	width: 150px;
	margin-top: 385px;
	background: #000000;
	height: 17px;
	padding: 5px;
}

div.controlProject
{
	width: 150px;
	position: absolute;
	top: 581px;
	background: #000000;
	height: 17px;
	padding: 5px;
	text-align: center;
}
div.menu
{
	width: 136px;
	padding: 4px 2px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #000000;
}

div.menuHome
{
	width: 136px;
	padding: 4px 2px;
	border-top: 1px solid #ffffff;
	background-color: #000000;
}

div.menuSlide
{
	background-color: #000000;
	width: 130px;
	height: 0px;
	overflow:hidden;
	padding: 0px 5px;
	border-bottom: 1px solid #ffffff;
}

div.thumbs
{
	float: left;
	width: 740px;
	padding-top: 78px;
}

div.thumbsItem
{
	float: left;
	width: 114px;
	height: 81px;
	margin-right: 28px;
	margin-bottom: 35px;
}

div.video
{
	margin: 20px 0px;
}

.active{
    
    text-decoration:none;
}







.aboutTitle, .contactTitle, .pressTitle {
	background-image:url(about-title.gif);
	background-repeat:no-repeat;
	display:block;
	margin:0;
	padding:0;
	height:32px;
	width:410px;
	overflow:hidden;
	text-indent:500px;
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
}
.contactTitle {
	background-image:url(contact-title.gif);
}
.pressTitle {
	background-image:url(press-title.gif);
}
img
{
	border: 0;
}

ul.navi
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.colLeft a, .menuHome a:link, .menuHome a:visited, .menuHome a:active,
ul.navi a:link, ul.navi a:visited, ul.navi a:active
{
	color: #ffffff;
	text-decoration: none;
}

ul.navi a.active:link, ul.navi a.active:visited, ul.navi a.active:active
{
	font-weight: bolder;
}

.colLeft a:hover, ul.navi a:hover, .menuHome a:hover
{
	text-decoration: underline;
	color:#999;
	text-decoration:none;
}

ul.press
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 50px;
}

ul.press li
{
	margin-bottom: 15px;
}

.press a:link, .press a:visited, .press a:active
{
	color: #ffffff;
}

.press a:hover
{
	font-weight: normal;
}
#audio {
	float:right;
}


/* jQuery Slideshow */
#backdrops {
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:-1;
}
#backdrops img {
	display:none;
}
#backdrops .active {
	display:block;
}
