/* CSS Document */

html, body, #flashcontent, .myContent { height:100%; }
	
body { padding:0; margin:0; background-color:#000000; overflow:hidden;
	font-family: Arial, sans-serif; color:#AAAAAA; font-size:11px; line-height:15px; letter-spacing:1px; }

h1, p, a, text { margin:0; padding:0; letter-spacing:1px; }
h1 { font-size:11px; font-weight:normal; color:#FFFFFF; margin-bottom:5px; letter-spacing:2px; text-transform:uppercase; }

a { color:#AAAAAA; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; }
a img, a.img:hover { border:none; padding:0; margin:0; }
a:focus { outline:none;}

.switch { position:absolute; width:540px; height:200px; top:50%; left:50%; margin-left:-260px; margin-top:-250px; 
	background-image:url(logo.gif); background-position:center center; background-repeat:no-repeat; }
.switch p { position:absolute; width:200px; height:0px; bottom:0; padding:0 25px; }

.nos { position:absolute; width:300px; height:auto; top:50%; left:50%; margin-left:-150px; margin-top:150px;  }

.film { position:absolute; width:240px; height:160px; top:50%; left:50%; margin-left:-105px; margin-top:40px; }

.subline { position:absolute; width:240px; height:160px; top:50%; left:50%; margin-left:-60px; margin-top:220px; }

.pressheader { position:relative; display:block; height:100px; border-bottom:1px solid #AAAAAA; 
	background-image:url(press/logo_small.gif); background-repeat:no-repeat; background-position:center bottom; }
.presscontent { position:relative; display:block; padding:40px 40px;}
.presscontent input { margin:5px 10px 10px 0;}
.presscontent a { text-decoration:underline; margin:0 5px 5px 0; }
.presscontent a img { border:1px solid #AAAAAA; }
.presscontent a:hover img { border:1px solid #FFFFFF; }
.presscontent a.pdficon { display:block; float:left; width:70px; height:20px; padding:30px 25px 5px 5px; font-size:9px; line-height:10px;
	background-color:#FFFFFF; color:#000000; border:1px solid #FFFFFF; text-decoration:none; 
	background-image:url(press/media/pdficon.gif); background-repeat:no-repeat; background-position:top left; }
.presscontent a.pdficon:hover { border:1px solid #FFFFFF; }

.lowcontent { position:absolute; top:0; left:50%; margin-left:-401px; width:803px; }

.d_lowmenu, .e_lowmenu { position:relative; width:803px; text-align:center; height:100px; padding:0; }
.d_lowmenu div, .e_lowmenu div {display:block; margin-left:20px; width:90px; height:100px; float:left; 
	background-image:url(low/logo_small.gif); background-repeat:no-repeat; background-position:bottom center; }
	
.d_lowmenu a {display:block; margin-left:20px; width:auto; padding-top:70px; height:30px; float:left; letter-spacing:1px; text-transform:uppercase; }
.e_lowmenu a {display:block; margin-left:30px; width:auto; padding-top:70px; height:30px; float:left; letter-spacing:1px; text-transform:uppercase; }

.d_lowmenu a:first-child { margin-left:5px; }
.e_lowmenu a:first-child { margin-left:137px; }

.d_lowmenu a.selected, .e_lowmenu a.selected { color:#FFFFFF; background-image:url(low/line.gif); background-repeat:no-repeat; background-position:center bottom; }

.lowimage { position:relative; display:block; height:auto; width:801px; height:441px; border:1px solid #AAAAAA; background-color:#000000; }
.lowimage div { display:block; height:441px; width:801px; background-image:url(low/bg.png); overflow:auto; }
.lowimage div p { padding:45px; }
.lowimage div h2 { padding:0px; margin:0; }
.lowimage a { margin:0 5px 5px 0; }
.lowimage a img { border:1px solid #AAAAAA; }
.lowimage a:hover img { border:1px solid #FFFFFF; }
.lownav { position:relative; width:803px; text-align:center; height:20px; padding:10px 0 0 0;
	background-image:url(low/line.gif); background-repeat:no-repeat; background-position:center top; }
.lownav a { margin:0 20px;}


/*
html {
		height: 100%;
		overflow: hidden;
	}
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px; font-weight: normal; line-height:13px; color: #fff; background-color: #000; margin: 0px; 
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	} 
a {
    color: #fff;
	text-decoration: underline;	
}
a:hover {
	color: #fff;
    text-decoration: underline;	
}

.logo {
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:35%; 
	left:45%;
	
	}

.box {
	position: absolute;
	top: 70%;
	left:38%;
	}
	
.box2 {
position: absolute;
	top: 70%;
	left:60%
}
.myContent {
	
	height:100%;
}

#flashcontent {
		height: 100%;
}
*/