   /* styl dla promont */
   /* budowa strony */
   body {
      padding: 0px;
      margin: auto;
      font-family: verdana, tahoma, arial, sans-serif;
      font-size: 12px;
      color: #395175;
      background: url(img/bg.gif) repeat-x;
  }
  .site {
      width: 780px;
      margin: auto;
      border: none;
  }
  .blok_left {
      width: 550px;
      float: left;
  }
  .header {
      margin-top: 20px;
      margin-bottom: 29px;
  }
  .flash {

  }
  .include {
      background: #FFFFFF;
      padding: 10px;
  }
  .blok_right {
      width: 200px;
      float: right;
  }
  .logo {
      width: 200px;
      height: 160px;
      border: solid 8px #FFFFFF;
      border-top: none;
      background: #F6F6F9;
      margin-top: 8px;
      text-align: center;
  }
  .menu_navigation {
      width: 180px;
      border: 8px #FFFFFF solid;
      padding: 10px;
      margin-top: 60px;
      background: #f6f6f9;
  }
  .name_navigation {
      padding-top: 8px;
      padding-bottom: 7px;
      border-bottom: solid 2px #dee1e9;
      text-align: center;
  }
  div.buttons {
      float: left;
      width: 100%;
  }
  div.buttons a {
      display: block;
      text-decoration: none;
      color: #395175;
      padding: 1px;
      border-bottom: 1px solid #dee1e9;
      padding-top: 6px;
      padding-bottom: 6px;
  }
  div.buttons a:hover {
      color: #FF9900;
  }
  .logo_navigation {
      text-align: center;
      border: 0px none;
  }
  .menu_adres {
      width: 180px;
      border: 8px #FFFFFF solid;
      padding: 10px;
      padding-top: 20px;
      background: #395175;
      font-size: 11px;
      text-align: right;
      color: #D3D7E2;
  }
  p.adres {
      display: block;
      text-align: right;
      padding-bottom: 5px;
      border-bottom: 1px dashed #dee1e9;
  }

  .stopa {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      background: #395175;
      border-bottom: 6px solid #749bcf;
      clear: both;
      margin-bottom: 20px;
      color: #FFFFFF;
      font-size:10px;
      text-align: center;
  }
  /*znaczniki uniwersalne */
  h1 {
      font-size: 18px;
      line-height: 20px;
  }
  h2 {
      font-size: 16px;
      display: block;
      padding-bottom: 5px;
      border-bottom: double #dee1e9;
      color: #3a5273;
  }
  h3 {
      font-size: 14px;
      color: #395175;
  }
  h3.name {
      text-align: center;
  }
  h4 {
      font-size: 12px;
      display: block;
      padding-bottom: 3px;
      border-bottom: 1px dashed #dee1e9;
      color: #395175;
  }
  h5 {
      font-size: 12px;
      color: #395175;
  }
  p {
      text-align: justify;
  }
  img {
      border: 0px;
  }

  ul {
      line-height: 20px;
  }
  li {
      list-style-type: square;
      text-align: justify;
  }
  li.big {
      list-style-image: url(img/li_big5.gif);
  }
  li.small {
      margin-left: 40px;

  }
  a {
      text-decoration: none;
      color: #395175;
  }
  a:hover {
      color: #FF9900;
  }
    span.italic {
      font-style: italic;
  }
  span.bold {
      font-weight: bold;
  }
  /* ZNACZNIKI POSZCZEGOLNYCH STRON*/
  .firma_foto {
      width: 204px;
      float: left;
      text-align: center;
  }
  .firma_opis {
      width: 310px;
      float: right;
  }
  .foto {
      margin-top: 10px;
      padding: 10px;
      border: 1px solid #dee1e9;
      background: #f6f6f9;
  }
  .realizacje_opis {
      width: 310px;
      float: left;
  }
  .realizacje_foto {
      width: 204px;
      float: right;
      text-align: center;
  }
  .table_head {
      width: 310px;
      padding-top: 4px;
      padding-bottom: 4px;
      background: #395175;
      color: #FFFFFF;
  }
  .table_title {
      width: 310px;
      padding-top: 3px;
      padding-bottom: 3px;
      background: #f6f6f9;
  }
  .table_tresc {
      width: 310px;
      padding-top: 3px;
      padding-bottom: 3px;
      background: #D3D7E2;
      line-height: 20px;
  }
  table {
      font-size: 12px;
      color: #395175;
  }

      /* mailer */
  select {
      width: 300px;
  }
  .ref_foto {
      float: left;
      width: 200px;
  }
  .ref_opis {
      float: right;
      width: 300px;
  }
  /*flash*/
  .flash_reklama {
      text-align: center;
  }
  /*light box*/
  #lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

