@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;	
	background: #E6DED2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #87755f;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#E6DED2 url(../images/main_background.jpg) top repeat-x;
} 
#header { 
	padding: 0px 42px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:260px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 282px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 42px 0px 0px;
}
#sidebar p {
	margin:0px;
	padding:30px 0px 10px 0px;
	font-weight:normal;
	text-align:justify;
	line-height: 24px;	
}

#sidebar .cennik{
	background: #988E7C;
	color: #fff;
	margin: 30px 0px;
	padding: 20px;
	text-align:justify;
}

.buttonbar{
	background: #DBD7D1;
	height:29px;
	text-align:right;
	width:282px;
	margin:10px 0px;
	border-left: 1px solid #C6BFB5;
	border-right: 1px solid #C6BFB5;
}

a:link.btn, a:visited.btn {
	float:right;
	width:100px;
	height:21px;
	display:block;
	text-decoration: none;
	background:url(../images/btn115_normal.png) repeat-x;
	color: #fff;
	font-size:15px;
	padding:3px 15px 5px 0px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}
a:hover.btn {
	background:url(../images/btn115_hover.png) repeat-x;
}


#mainContent { 
	margin: 0 336px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:400px;
}
#mainContent h1 {
	margin:0px 0px 27px 0px;
	padding:0px 45px;
	height:50px;
	background:url(../images/bg_header.png);
	font-weight:normal;
	font-size:35px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;	
	color: #31180B;	
}
#mainContent h2 {
	padding:0px 45px;
	margin:0px;
	font-weight:bold;
	font-size:18px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;	
	color: #31180B;	
}
#mainContent h3 {
	padding:0px 45px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	font-size:18px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;	
	color: #31180B;	
}

#mainContent p, #mainContent ul {
	margin:0px;
	padding:0px 45px 0px 45px;
	font-weight:normal;
	line-height: 24px;	
	text-align:justify;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header ul, #header ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul {
	float: left;
	background-color: #fff;
	height:38px;
}
#header ul li {
	float: left;
	width:136px;
	height:38px;
}
#header ul a:link, #header ul a:visited {
	text-decoration: none;
	display: block;
	background:#000 url(../images/btn_header_normal.png) center no-repeat;
	color: #fff;
	padding: 9px 20px 8px 20px;
	font-size:15px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	height:21px;
	vertical-align:middle;
}
#header ul a:hover {
	background:#000 url(../images/btn_header_hover.png) center no-repeat;
}
#header ul a:link.selected, #header ul a:visited.selected {
	background:#000 url(../images/btn_header_selected.png) center no-repeat;
}

h2 {	
	margin: 0; 
	padding: 0px 10px;
	font-size:16px;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;	
}

.boxtop {
	color: #ffffff;
	text-align:left;
	width:282px;
	border-left:1px solid #C6BFB5;
	border-right:1px solid #C6BFB5;
	padding:4px 0px;
	background:#000 url(../images/bg_belka.png) top repeat-x;
	height:21px;
}

.box {
	background: #ffffff;
	text-align:center;
	width:261px;
	border-left:1px solid #C6BFB5;
	border-right:1px solid #C6BFB5;
	padding:10px;
}

.boxtop560 {
	color: #ffffff;
	text-align:left;
	width:514px;
	border-left:1px solid #C6BFB5;
	border-right:1px solid #C6BFB5;
	padding:4px 0px;
	background:#000 url(../images/bg_belka.png) top repeat-x;
	height:21px;
}

.box560 {
	text-align:center;
	width:514px;
	height:150px;		
	border-left:1px solid #C6BFB5;
	border-right:1px solid #C6BFB5;
	padding:0px;
	margin:0px;
	background:#fff;
}
.buttonbar560{
	background: #DBD7D1;
	height:29px;
	text-align:right;
	width:514px;
	margin:10px 0px;
	border-left: 1px solid #C6BFB5;
	border-right: 1px solid #C6BFB5;
}

#footer { 
	padding: 0px; 
	text-align:center;
} 
#footer p {
	margin: 0px; 
	padding: 10px 0px;
}
#footerMain { 
	float:left;
	padding: 0px 0px 0px 40px; 
}
#footerSide {
	float: right; 
	width: 282px; 
	padding: 0px 40px 0px 0px;
}
#footerMenu {
	margin: 40px;
	padding-top: 20px;
	background:url(../images/footer-separator.png) top no-repeat;	
}

#contactbox {
	width:262px;
	height:160px;
	padding:10px;
	background:#000 url(../images/bg_contact.png) no-repeat;
}

#contactbox p {
	text-align:left;
	color: #E89C00;
	margin:0px;
	padding:20px 20px 0px 20px;
	font-weight:normal;
}
#contactbox h2 {
	color: #ffffff;
	margin:0px;
	text-align:right;
	padding:20px 20px ;
	font-weight:normal;
	font-size:36px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;	
}

#footerMenu a:link, #footerMenu a:visited {
	text-decoration: none;
	color: #31180B;
	font-size:15px;
	padding:10px 10px;	
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}
#footerMenu a:hover, #footerMenu a:link.selected, #footerMenu a:visited.selected {
	text-decoration:underline;
}

#contactboxBar {
	width:282px;
	height:29px;
	margin:0px;
	background:#000 url(../images/bg_contact_bar.png);	
}

#contactboxBar a:link, #contactboxBar a:visited, #contactboxBar a:hover {
	float:right;
	height:22px;
	display:block;
	text-decoration: none;
	color: #fff;
	font-size:16px;
	padding:5px 15px 5px 0px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}

#cennik {
}
#cennik ul, #cennik ul li {	
	display: block;
	margin: 0;
	padding: 0;
}
#cennik ul {
	background-color: #fff;
	height:80px;
}
#cennik ul li {
	float: left;
	height:30px;
}
#cennik ul a:link, #cennik ul a:visited {
	text-align:left;	
	text-decoration: none;
	display: block;
	background:#000 url(../images/cennik_normal.png) repeat-x;
	color: #87755f;
	padding: 0px 5px 2px 5px;
	font-size:15px;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	height:23px;
	vertical-align:middle;
	border:#C4BFB5 solid 1px;
}
#cennik ul a:hover {
	background:#000 url(../images/cennik_hover.png) repeat-x;	
}
#cennik ul a:link.selected, #cennik ul a:visited.selected {
	background:#000 url(../images/cennik_hot.png) repeat-x;
}
#cennik p.niewymierne {
	padding:2px 10px 3px 10px;
	margin:0px;
	color:#4FA8D0;
	background:#C8E1E5;
}
#cennik table {
	width: 100%;
	margin:29px 0px 0px 0px;
	border:#C4BFB5 solid 1px;	
	background:#ffffff;
}
#cennik th {
	text-align:left;
	padding: 0px 10px;
	margin:0px;
	background:#000 url(../images/cennik_normal.png) repeat-x;
	height:29px;	
}
#cennik tr.col {
	background:#F5F3EE;
}
#cennik td {
	padding:2px 10px;
}

#kontakt p {
	margin-top:5px;
}

input, textarea {
	width:440px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;	
	border:1px solid #C4BFB5; 
	margin-left:45px;
	padding: 2px;
	color: #87755f;	
}

input.btn {
	float:right;
	margin-right:45px;
	margin-top:10px;
	width:80px;
}

#mainContent a {
	margin:0px;
	color: #31180B;	
	text-decoration: none;
	font-weight:normal;
	line-height: 24px;	
}
#mainContent a:hover {
	text-decoration: underline;
}


#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(../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: #000; }
#thumbs {
	margin:10px 0px 0px 35px;
}
#thumbs img {
	border:#988E7C solid 2px;
}

img.thumb {
	margin:5px;
	border:#988E7C solid 2px;
}