@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;
}
body {
	margin-top: 0px;
	background-image:url(vert_sf.jpg);
	background-repeat: repeat-x;
	background-color: #E2E0CF;
	
}
#slider_container2 {
	position:relative;
	width:610px;
	height:350px;
	z-index:2;
	left: 280px;
	top: 90px;
}
#menu1 {
	position:relative;
	width:200px;
	height:115px;
	z-index:3;
	top: -325px;
	left:275px;
}
#menu2 {
	position:relative;
	width:200px;
	height:115px;
	z-index:4;
	left: 87px;
	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:430px;
	z-index:5;
	left: 285px;
	top: -80px;
	overflow:auto;
}
#text2 {
	position:relative;
	width:602px;
	height:390px;
	z-index:5;
	left: 285px;
	top: -80px;
}
body,td,th {
	font-size: 10px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#page {
		text-align: center;
		color: white;
	}
	#page a {
		color: white;
	}
	#page .panorama-viewport {
		border: 5px solid  #999999;
		margin-left: auto;
		margin-right: auto;
	}
	#page p {
		margin-bottom: 1em;
	}
	.TB_overlayBG {
		background-color: #595959;
	}
