html {
	overflow:hidden;
}

body {
	background:#0055a5;
	margin:0px;
}

a:link, a:active {
	color:#000;
}

.req {
	font:bold 12px arial;
	color:red;
}

#container {
	position:relative;
	top:50px;
	margin:0 auto;
	width:1000px;
	height:500px;
}

#photobanner {
	position:absolute;
	top:0px;
	right:0px;
	width:142px;
	height:500px;
	border-left:none;
	text-align:right;
}

#photobanner .top {
	position:absolute;
	top:0px;
	right:0px;
	width:142px;
	height:25px;
	background:transparent url('../images/layout/stroke-photos-t.png') repeat-x top center;
}

#photobanner .foot {
	position:absolute;
	bottom:0px;
	right:0px;
	width:142px;
	height:25px;
	background:transparent url('../images/layout/stroke-photos-f.png') repeat-x top center;
}

.mooquee {
	position:absolute;
	top:0px;
	right:0px;
	width:142px;
	height:500px;
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}



#header {
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:100%;
	background:transparent url('../images/layout/fade.png') repeat-x top center;
	border-bottom:none;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	width:100%;
	background:transparent url('../images/layout/fadef.png') repeat-x bottom center;
	border-bottom:none;
}

#footer .nav {
	color:#fff;
	font:normal 11px arial;
	padding-left:25px;
	padding-top:8px;
}

#footer .nav a {
	color:#fff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

#logo {
	z-index:100;
	position:absolute;
	top:-55px;;
	left:-110px;
	width:306px;
	height:191px;
	background-color:transparent;
}

#logo img {
	border:none;
}

#logo-v2 {
	z-index:100;
	position:absolute;
	top:-30px;;
	left:20px;
	width:785px;
	height:70px;
	background-color:transparent;
}

#backbtn {
	z-index:100;
	position:absolute;	
	bottom:-45px;
	right:5px;
	width:112px;
	height:93px;
}

#backbtn img {
	border:none;
}

#news-button {
	position:absolute;
	left:-20px;
	top:40px;
}

#news-button img {
	border:none;
}

#video-button {
	z-index:250;
	position:absolute;
	top: 140px;
	left:40px;
	bottom:-20px;
}

#video-button img {
	border:none;
}





#brochform {
	position:absolute;
	z-index: 300;
	bottom:10px;
	left:10px;
	width:215px;
	height:125px;
	background:#fff;
	-moz-opacity:0.8;
	filter:Alpha(Opacity=80);
}

#brochholder {
	position:absolute;
	bottom:15px;
	left:15px;
	width:205px;
	height:115px;
	font:normal 11px arial;
	color:#000;
	z-index: 300;
}

#brochholder form {
	padding:0px; 
	margin:0px;
	z-index: 300;
}

#brochholder p {
	padding:0px; 
	margin:0px;
	margin-bottom:5px;
	z-index: 300;
}

#brochholder input {
	background:#009ee0;
	color:#fff;
	border:none;
	z-index: 300;
}

#brochholder input.checkbox {
	border:none;
	background:transparent;
	z-index: 300;
}

#brochholder h3 {
	color:#009ee0;
	margin:0px; 
	margin-bottom:5px;
	text-align:center;
	font:bold 15px arial;
	z-index: 300;
}
