html, body {
	height: 100%;
	background-color: #3B3A33;
}
body {
	display: table;
	width: 1019px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #3B3A33;
	background-repeat: no-repeat;
	color: #A3A4A7;
	background-position: center top;
	padding: 0px;
	text-align: justify;
	line-height: 16px;
}
#srodek {
	background-color: #3B3A33;
	display: table-cell;
	vertical-align: middle;
	
}
/*------- pojemnik start ------- */
#pojemnik {
	margin: 0 auto;
	width: 1019px;
	height: 486px;
	background-repeat: no-repeat;
	border: 1px none #FF0;
	background-color: #3B3A33;
}
.logo {
	text-indent: -9999em;
	margin: 0px;
	padding: 0px;
}
#clear {
	clear: both;
}

/*------- pojemnik stop ------- */
/*------- lewe menu start ------- */
#baner {
	width: 1019px;
	height: 486px;
	float: left;
	border: 1px none #FF0;
}
#menu {
	width: 1005px;
	float: left;
	border: 1px none #FF0;
	text-align: right;
	padding-bottom: 3px;
}
/*------- lewe menu linki tekstowe ------- */
#menu a:link, #menu a:visited {
	text-transform: uppercase;
	color: #7F8185;
	text-decoration: none;
	padding-left: 20px;
}
#menu a:hover {
	text-transform: uppercase;
	color: #C9CACB;
	text-decoration: none;
}
#active a:link, #active a:visited {
	text-transform: uppercase;
	color: #C9CACB;
	text-decoration: none;
}
#active a:hover {
	text-transform: uppercase;
	color: #7F8185;
	text-decoration: none;
}
/*------- logo w lewym menu start ------- */
#left-menu h1 {
	background-image: url(../graf/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 164px;
	width: 153px;
	margin: 0px;
}
/*------- logo w lewym menu stop ------- */
/*------- lewe menu linki tekstowe wypunktowanie ------- */	
div#left-menu ul {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#left-menu ul li {
	display: inline;
	text-align: center;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	height: 21px;
	width: 153px;
}

/*------- footer poczatek ------- */
#footer {
	width: 1005px;
	font-size: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	color: #666;
	text-align: right;
	float: left;
	margin: 0px;
	border: 1px none #FF0;
}
#copy {
	padding-top: 6px;
	color: #CC7A00;
}
#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
}

/*------- footer koniec ------- */
/*------- lightbox ------- */
#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); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #9C835E; }

