html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;	
	
  scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
}

img {
	border: none;
}

IFRAME {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

.main {
	position: absolute;
	width: 1200px;
	height: 750px;
	/*background-color: green;*/
	/*top: 50%;*/
	/*left:50%;*/
	top: 30px;
	left: 30px;
	
	/*margin-top: -375px;*/
	/*margin-left: -600px;*/
}



#leftNav {
	position: absolute;
	width: 210px;
	height: 600px;
	background-image: url('img/logo_final.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	/*margin-top: 20px;*/
	padding-top: 150px;
	/*background-color: red;*/
	/*font-family: Tahoma;*/
	font-size: 14px;
	
}

#leftNav #leftContent {
	position: absolute;
	height: 380px;
	/*background-color: lime;*/
	margin-top: 30px;
	width: 100%;	
	font-size: 12px;
	font-family: Tahoma;
	color: #b4b4b4;
}



#leftNav #leftNavBottom {
	position: absolute;
	height: 40px;
	/*background-color: lime;*/
	margin-top: 485px;
	width: 100%;	
}

#topNav {
	position: relative;
	left: 230px;
	width: 800px;
	height: 120px;	
}

#topNav #mainNav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: solid;
	border-width: thin;
	border-color: #b4b4b4;
	text-align: center;
	height: 50px;
	vertical-align: bottom;	
}

#topNav #subNav {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	height: 60px;
	font-size: 12px;
	font-family: Tahoma;	
	color: #b4b4b4;
}

#mainNav table {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Tahoma;	
	color: #b4b4b4;
	vertical-align: bottom;
}

#mainNav td {
	vertical-align: bottom;
}

#gallery {
	position: absolute;
	left: 155px;
	width: 950px;
	height: 630px;
}

#gallery #content {
	position: relative;
	height: 565px;
	width: 800px;
	left: 75px;
	/*background-color: blue;*/
}

#gallery img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	/*width: 800px;*/
	margin-top: 0px;
	text-align: center;
	
	height: 533px;
	/*height: auto;*/
	border: none;
	/*background-color: fuchsia;*/
}

#gallery #caption {
	position: absolute;
	width: 800px;
	left: 75px;
	height: 0px;
	margin-top: 0px;
	background-color: white;
	z-index: 0;
	color: black;
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
}

#gallery #playbackControl {
	position: relative;
	width: 800px;
	left: 75px;
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;	
	
	/*background-color: gray;*/
}

#thumbArea {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	overflow: auto;
}
 
#spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	height: 200px;
	width: 200px;
	text-indent: 250px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('img/spinner.png');
	
	-webkit-mask-image: url('img/spinner.png');
	background-color: #FFFFFF;
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}

a {
    text-decoration: none;
}
a:link {
    color: #b4b4b4;
}
a:visited {
    color: #b4b4b4;
}
a:active {
    color: #b4b4b4;
}
a:hover {
    color: #8c8c8c;
}

#navi, #navi ul {
	list-style-type:none; margin:0; padding:0;
}

#navi li {
	width:128px;
	float:left;
}

#navi li ul {
	display:none;
}

#navi li:hover ul {
	display:block;
}



.topMenuText {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}

.photos {
	position: absolute;
}

.menuText {
	font-family: Tahoma;
	font-size: 12px;
}

.menuTop {	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #AAAAAA;
}

.menuTopElement {
	font-family: sans-serif;
	font-size: 15px;
	color: black;
}

.selected {
	font-weight: bold;
}