body
{
	background: url(grafika/bg.jpg) repeat-x #dbcaba;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #660000;
	margin: 0;
}

/***** a i h i p ;) *****/

h1
{
	font-size: 18px;
	text-align: left;
	margin: 0;
}

h2
{
	font-size: 16px;
	text-align: left;
	margin: 0;
	font-style: italic;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

h4
{
	font-size: 14px;
	text-align: center;
	margin: 0;
}

/***** TREŚĆ STRONY *****/
#container
{
	width: 780px;
	margin: auto;
	text-align: left;
}

#top
{
	width: 780px;
	height: 280px;
}

#menu
{
	width: 780px;
	float: left;
}

#menu img {float: left; border: 0;}
#menu a.ofirmie {display: block; width: 170px; height: 40px; background: url(grafika/menu01.jpg) 0 0 no-repeat; border: 0; float:left;}
#menu a.oferta {display: block; width: 170px; height: 40px; background: url(grafika/menu02.jpg) 0 0 no-repeat; border: 0; float:left;}
#menu a.galeria {display: block; width: 170px; height: 40px; background: url(grafika/menu03.jpg) 0 0 no-repeat; border: 0; float:left;}
#menu a.kontakt {display: block; width: 170px; height: 40px; background: url(grafika/menu04.jpg) 0 0 no-repeat; border: 0; float:left;}

#menu a:hover {background-position: 0 -40px;}

#main
{
	width: 656px;
	background: url(grafika/main.jpg) repeat-y;
	float: left;
	padding: 0 62px 0 62px;
}

#main p
{
	text-indent: 30px;
	text-align: justify;
	line-height: 18px;
}

#main p.center
{
	text-indent: 0;
	margin: 0;
	text-align: center;
}

#left
{
	background: #dbcaba;
	border: 1px solid #FFFFFF;
	width: 364px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px;
}

#left ul
{
	list-style: url(grafika/arrow.gif);
	margin: 0;
	padding: 10px 0 10px 30px;
}

#left li
{
	padding-top: 2px;
}

#right
{
	width: 260px;
	float: right;
	margin-top: 10px;
}

#right img
{
	border: 1px solid #FFFFFF;
	background: #dbcaba;
	margin-bottom: 10px;
}

#banerki
{
	text-align: center;
	clear: both;
}

#galeria
{
	text-align: center;
	margin-top: 10px;
}

#galeria img
{
	border: 5px solid #FFFFFF;
	background: #dbcaba;
	margin: 3px;
}

#bottom
{
	width: 780px;
	height: 50px;
	background: url(grafika/bottom.jpg);
	text-align: center;
	font-size: 10px;
	clear: both;
}

/***** 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(grafika/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(grafika/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(grafika/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;
	}
