@charset "UTF-8";
/* CSS Document */


#layout {
	width:1000px;
	height:1000px;
	z-index:1;
	background-image: url(nadir_layout.jpg);
	background-repeat: repeat;
	background-position: top;
	vertical-align:middle;
	margin: 0px auto;
	overflow: visible;
}
body {
	margin-top: 0px;
	background-image:url(vert_sf.jpg);
	background-color: #E2E0CF;
	background-repeat: repeat-x;
}
#slider_container {
	position:relative;
	width:610px;
	height:260px;
	z-index:2;
	left: 262px;
	top: 80px;
}
#slider_container2 {
	position:relative;
	width:600px;
	height:350px;
	z-index:2;
	left: 262px;
	top: 90px;
}
#menu1 {
	position:relative;
	width:200px;
	height:115px;
	z-index:3;
	top: -335px;
	left:11px;
}
#menu2 {
	position:relative;
	width:200px;
	height:115px;
	z-index:4;
	left: -175px;
	top: -200px;
}
#slider {
    width: 620px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 620px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 11px/15px Verdana;
	font: bold;
    padding: 8px 13px;
    width: 542px;
    background-color: #999999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.1;
	-khtml-opacity: 0.1;
    opacity: 0.9;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
#text1 {
	position:relative;
	width:602px;
	height:357px;
	z-index:5;
	left: 20px;
	top: -225px;
}
body,td,th {
	font-size: 10px;
}
#page {
		text-align: center;
		color: white;
	}
	#page a {
		color: white;
	}
	#page .panorama-viewport {
		border: 5px solid #414141;
		margin-left: auto;
		margin-right: auto;
	}
	#page p {
		margin-bottom: 1em;
	}
	.TB_overlayBG {
		background-color: #595959;
	}