*
{
margin:0;
padding:0;
}

body
{
background:url('/images/background.jpg') center top;
font-family:Arial,Helvetica,sans-serif;
}

body a
{
color: #DDFFEB;
}


#container
{
width:940px;
margin:0 auto;
}

#logo
{
background:url('/images/logo.jpg');
width:284px;
height:88px;
float:left;
}

#logo a
{
text-decoration: none;
width: 284px;
height: 88px;
display: block;
}

#logo a span
{
display: none;
}

.clear
{
clear:both;
}

#container #main
{
padding-top:50px;
}

#container #main #left
{
	width:500px;
	float:left;
	padding-left:10px;
}

#container #main #left h1
{
color:#FFFFFF;
font-weight:normal;
margin-top:-5px;
font-size:18pt;
font-family:Georgia,sans-serif;
}

#container #main #left p, #container #main #left ul
{
color:#FFFFFF;
margin:20px 0 10px 0;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height:1.4em;
text-align:justify;
}

#container #main #left ul
{
margin: 0 0 0 20px;
}

#photos
{
margin-top:20px;
padding-left:10px;
}

#photos h1
{
	color:#FFFFFF;
	font-size:18pt;
	font-family:Georgia,sans-serif;
	font-weight:normal;
	margin-bottom:15px;
}

div.pictures
{
margin-top:6px;
}

div.pictures img
{
margin-right:33px;
border:solid 2px #FFFFFF;
}

* html div.pictures img
{
margin-right:31px;
}

div.pictures a.last img
{
margin-right:0px;
}

p.righted
{
	padding-top:40px;
}

a#cennik_show
{
	background:url('/images/zobacz_cennik.gif') no-repeat;
	display:block;
	width:187px;
	height:32px;
	font-size:1%;
	text-decoration:none;
	float:right;
}

#container #main #right
{
	width:297px;
	height:317px;
	float:right;
	background:url('/images/foto.jpg') no-repeat;
}

#links
{
float:right;
padding:30px 0px 0 0;
}

#links a
{
float:left;
display:block;
height:29px;
width:86px;
font-size:1%;
text-decoration:none;
margin-left:15px;
}

#links a span
{
position:relative;
left:-10000px;
}

#links a#onas
{
background:url('/images/button_onas.gif') no-repeat;
}

#links a#oferta
{
background:url('/images/button_oferta.gif') no-repeat;
}

#links a#dojazd
{
background:url('/images/button_dojazd.gif') no-repeat;
}

#links a#cennik
{
background:url('/images/button_cennik.gif') no-repeat;
}

#links a#kontakt
{
background:url('/images/button_kontakt.gif') no-repeat;
}

#footer
{
	margin-bottom:60px;
	font-family:Verdana,sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-align:right;
	margin-top:20px;
}

#container #main #left table
{
margin-top: 10px;
width: 400px;
border-collapse: collapse;
border: 1px solid #b5e6ff;
}

#container #main #left tr, #container #main #left td 
{
border: 1px solid #b5e6ff;
text-align: center;
line-height: 1.6em;
color: #ffffff;
}

#container #main #left th
{
font-size: 14px;
color: #013AA1;
border: 1px solid #b5e6ff;
background: #b5e6ff;
}

caption
{
font-size: 14px;
margin: 0 0 5px 0;
}

#send
{
width: auto;
}

input, textarea
{
width: 300px;
}

label
{
width: 20%;
display:block;
margin-right:4px;
float:left;
padding-top:3px;
}

/*--------------------------------
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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

