/*--------------------------------------*/
/*              Body					*/
/*--------------------------------------*/
body {
	margin:0 auto;
	padding: 0;
	font-family: "Century Gothic", "Times New Roman", Georgia, Times, serif;
	background: url('bg.png');
}
/*--------------------------------------*/
/*              wrapper					*/
/*--------------------------------------*/
#wrapper {
	width:1000px;
	margin:auto;
	background:#5F5DC;
}




/*--------------------------------------*/
/*              Header					*/
/*--------------------------------------*/

#header {
	width:1000px;
	height:324px;
	background: url('header.png') no-repeat;
	margin: 0 auto;
}
#header .mail{
	padding-top:250px;
	padding-right:50px;
}
#header .mail a{
	display:block;
	width:210px;
	height:34px;
	padding-top:5px;
	text-decoration:none;
	color:#6c2116;
	float:right;
	font-weight:bold;
	background: url('hlevel.png') no-repeat ;
}
.mail a:hover{
	font-size:16px;
}
/*--------------------------------------*/
/*              Menü					*/
/*--------------------------------------*/
#header .menu {
	width:1000px;
	margin:0 auto;
	padding-top:28px;
	font-family:"Century Gothic", "Times New Roman", Georgia, Times, serif;
	font-size:14px;
	color:#ffffff;
	}
}
.menu ul{
	list-style:none;
}
.menu li{
	float:left;
	list-style:none;
	padding-right:30px;
}
.menu li a{
	color:#ffffff;
	width:120px;
	height:32px;
	display:block;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
}
.menu li a:hover{
	color:#ffffff;
	text-decoration:none;
	background: url('active_button.png') no-repeat;
}
.menu li ul{
	border:none;
	display:none;
	height:32px;
	margin-left:-55px;
	padding:0 auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:170px;
	z-index:200;
}
.menu li:hover ul{
	display:block;
}
.menu li li{
	display:block;
	float:none;
	width:170px;
	height:30px;
	padding:0 auto;
	border-bottom: 1px dotted #000000;
	margin-left:-10px;
}
.menu li ul a{
	display:block;
	width:170px;	
	height:32px;
	border-bottom: 1px dotted #000000;
	background:#6c2116;
	font-size:12px;
	font-style:normal;
	padding:0 auto 5px auto;
	text-align:center;
}
.menu li ul a:hover{
	background:#cc6633;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
}
.menu .active{
	background: url('active_button.png') no-repeat;
	color:#ffffff;
}
/*--------------------------------------*/
/*              Content					*/
/*--------------------------------------*/
#content {
	background: url('postbg.png') repeat-y;
	padding-top:40px;
	padding-bottom:40px;
}
#content h1{
}
#content h2{
	margin:auto 40px auto 40px;
}
#content table{
	margin:40px auto auto 20px;
}

#content tr{
}
#content td{
}
#content img{
	border:none;
}
#content p{
	text-align:justify;
	padding:10px 20px 30px 20px;
}
#content .message {
}
#content .field input{
}
#content .filed .send input{
}
.entry {
	padding:10px 20px 30px 20px;
}

/*--------------------------------------*/
/*              Footer					*/
/*--------------------------------------*/
#footer {
	background: url('footer.png') no-repeat;
	width:1000px;
	height:317px;
	text-align:center;
	padding-top:40px;
	color:#6c2116;
	font-size:10px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none;}

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url('data:image/gif;base64,AAAA'); /* Trick IE into showing hover */ display: block }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;