* {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url('../images/layout/bg-body.gif');
	background-repeat: repeat-x;
	background-color: #97c300;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.padding-a {
	padding: 5px;
}

.font-a {
	font-size: 9px;
}

a {
	color: #4f6404;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

hr.special {
	border: none 0; 
	border-top: 1px solid #767676;
	border-bottom: 1px solid #636363;
	height: 1px;
	background-color: #767676;
	margin: 0;
}

h1 {
	padding: 0;
	margin: 0;
	color: #d9e833;
	font-size: 13px;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

/* layout */

div#container {
	width: 766px;
	margin: 10px auto 15px auto;
	background-color: #ffffff;
	border: 3px solid #82a118;
}

div#logo {
	width: 363px;
	height: 126px;
	float: left;
}

div#menu {
	width: 403px;
	height: 126px;
	float: right;
	background-image: url('../images/layout/bg-menu.gif');
	background-repeat: repeat-y;
	overflow: hidden;
}

div#links {
	background-image: url('../images/layout/bg-menu-spaces.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 62px;
	overflow: hidden;
}

div#intro {
	height: 63px;
	background-color: #506604;
	border-top: 1px solid #ffffff;
	padding: 5px;
	color: #ffffff;
	overflow: hidden;
	text-align: justify;
}

div#content {
	clear: both;
	overflow-x: auto;
}

div#pilot {
	width: 244px;
	border-right: 1px solid #ffffff;
	background-image: url('../images/layout/bg-pilot.gif');
	background-repeat: repeat-x;
	float: left;
	text-align: justify;
}

div#usrarea {
	width: 521px;
	float: right;
	background-color: #5a7105;
	text-align: justify;
}

div#usrintro {
	background-color: #809f16;
	padding: 10px;
	color: #ffffff;
}

div#usrcms {
	padding: 10px;
}

div#usrcms a {
	color: #97c300;
	text-decoration: underline;
}

div#usrcms a:hover {
	color: #ffffff;
}

div.proditem a {
	color: #ffffff !important;
}

p#footer {
	text-align: center;
	color: #000000;
	background-image: url('../images/layout/bg-pilot.gif');
	background-repeat: repeat-x;
	padding: 10px;
	margin: 0;
}

p#footer a {
	color: #ffffff;
	text-decoration: underline;
}

div#pilot a {
	display: block;
	width: 90%;
	padding: 7px 5px 7px 15px;
	color: #4b1405;
	border-bottom: 1px solid #afbb0a;
	font-weight: bold;
}

div#pilot a:hover {
	background-color: #bfdd84;
}

div.displaytext {
	padding: 5px 0 5px 0;
	color: #ffffff;
}

div.proditem {
	background-color: #97c300;
	padding: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.proditem img {
	float: left; 
	margin-right: 4px;
}

div#gallery_images a {
	padding: 3px;
	margin: 6px;
	display: block;
	float: left;
}

div.folders a {
	display: block;
	padding: 5px;
	padding-left: 15px;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('../images/layout/el_strzala.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
	text-decoration: none;
}

/* pager */

div.mzPagerTable {
	margin: 10px auto 10px auto;
	text-align: center;
}

span.mzPagerPages {
	background-color: #97c300;
	color: #ffffff;
	font-family: Verdana;
	font-size: 9px;
	padding: 3px;
}

div.mzPagerTable a {
	color: #137500;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #97c300;
	margin: 1px;
	padding: 2px;
	font-family: Verdana;
	font-size: 9px;
}

div.mzPagerTable a:hover {
	background-color: #97c300;
	color: #ffffff;
}

div.mzPagerTable a.current {
	background-color: #ffffff;
}

/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}