/* CSS v2.0 file made by 2laak [arkticrainbow@gmail.com] */
/* html tags */
body { 
	background: #A5CA8E url(px/bg_body.png) top center no-repeat; 
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1pt;
	line-height: 17pt;
	font-size: 12pt;
	margin: auto;
	text-align: center;
	color: #000000;
}

img {
	border: 0px;
}

p img {
	/*border: 1px solid red;*/
	margin: 5px 5px 5px 5px;
}

h1, h2, h3, h4 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5pt;
	text-shadow: 1px 1px 2px #6DC339;
}

p {
	text-align: justify;
}

hr { 
	clear: both; 
	visibility: hidden; 
	margin: 0px;
}

a, a:link, a:visited, a:active { 
	color: #000000; 
	text-decoration: underline;
}

a:hover { 
	color: #000000; 
	text-decoration: underline;
}

#header {
	/*border: 1px solid yellow;*/
	margin: auto;
	text-align: left;
	width: 980px;
}

#menu {
	/*border: 1px solid brown;*/
	margin: auto;
	height: 42px;
	background: url(px/bg_menu.png) top center;
	text-align: center;
	vertical-align: top;
	width: 980px;
}

#menu a {
	/*border: 1px solid navy;*/
	color: #1b3304;
	font-size: 17pt;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #6bc037;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	/*border: 1px solid red;*/
	float: right;
	text-align: left;
	width: 920px;
	padding: 2px 10px 2px 10px;
}

#main {
	background: url(px/bg_main.png) top center repeat-y;
	/*border: 1px solid red;*/
	margin: auto;
	width: 980px;
}

#lang_select {
	width: 32px;
	float: left;
	/*border: 1px solid blue;*/
}

#footer {
	background: url(px/bg_main.png) repeat-y top center;
	font-family: georgia, verdana, tahoma, sans-serif;
	font-size: 9pt;
	font-style: italic;
	letter-spacing: 0.2pt;
	color: #595959;
}

#footer a {
	color: #595959;
}

#footer a:hover {
	color: #000000;
}

p.hore {
	background: #DDEBD5;
	padding: 1px 1px 1px 1px;
	/*border: 1px solid red;*/
	text-align: right;
	clear: both; 
}

p.hore a {
	text-decoration: none;
}

p.hore a:hover {
	text-decoration: underline;
}

p.quote {
	font-style: italic;
	font-size: 13pt;
	width: 550px;
	text-align: justify;
	margin: auto;
	padding: 10px 1px 10px 1px;
}

#fadeshow1 {
	/*border: 1px solid red;*/
	margin: center;
	margin: 0px 0px 0px 50px;
	width: 100%;
}

img.left {
	/*border: 1px solid red;*/
	float: left;
	margin: 2px 10px 2px 2px;
}

img.right {
	/*border: 1px solid red;*/
	float: right;
	margin: 2px 2px 2px 10px;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

/* LIGHTBOX CSS INSERTION */
#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(px/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(px/nextlabel.png) right 15% no-repeat; }
#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; }