/* alternative clearing method */
.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 */
/* end - alternative clearing method */

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #999;
  }

a,
a:focus {	
  color: #FF9900;
  padding: 2px;
  }
a:hover {
  color: #FFF;
  background-color: #FF9900;
  text-decoration: none;	
  }

.container {
  background-color: #FFF;
  padding: 15px;
  }
#page {
  background-color: #000;
  }
#hd {
  background: #FFF url('images/bg_hd.png') center top no-repeat;
  height: 99px;
  border-bottom: 5px solid #FF9900;
  }
#hd h1 {
  background: transparent url('images/logo.png') left top no-repeat;
  margin: 10px 30px;
  }
#hd h1,
#hd h1 a {
  width: 311px;
  height: 67px;
  }
#hd h1 a {
  display: block;
  }
#hd h1 a:hover {
  background-color: transparent;
  }
#hd h1 span {
  display: none;
  }
#sb {
  background: #000 url('images/bg_sb.png') left bottom no-repeat;
  color: #FF9900
  }
#sb ul#menu {
    margin: 40px; padding: 0;
  }
#sb ul#menu li {
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
  }
#sb ul#menu li a {
  display: block;
  background: transparent url('images/bt_off.gif') left top no-repeat;
  line-height: 29px;
  padding-left: 35px;
  margin: 5px 0;
  }
#sb ul#menu li.current_page_item a,
#sb ul#menu li.current_page_parent a {
  color: #FFF;
  text-decoration: none;
  }

#sb ul#produkty-menu {
  margin: 40px 40px 40px 0; padding: 0;
  }
#sb ul#produkty-menu li {
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
  }
#sb ul#produkty-menu li a {
  display: block;
  padding-left: 40px;
  color: #FFF;
  text-decoration: none;
  }
#sb ul#produkty-menu li a:hover {
  color: #FFF !important;
  background-color: #FF9900;
  }
#sb ul#produkty-menu li.current_page_item a {
  color: #FF9900;
  }

#bd {
  background: #000 url('images/bg_bd.png') right top no-repeat;
  text-align: center;
  min-height: 350px;
  }

#bd h2 {
  background-color: #FF9900;
  color: #000;
  margin: 0;
  padding: .5em;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  }
#bd h3 {
  color: #FFF;
  font-weight: bold;
  }
#bd .text {
  position:relative;
  color: #FFF;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
  }
#bd .text * {
  position:relative;
  }
#bd .text #bg {
  position:absolute;
  top:0;left:0;bottom:0;
  width:100%;
  background-color: #000;
  opacity: 0.80; filter: alpha(opacity=80); -moz-opacity: 0.8;
  }

#bd .content {
  padding-left: 1em;
  padding-right: 1em;
  }
img.zdjecie {
  margin: 20px auto;
  border: 10px solid #FFF;
  }

img.produkt {
  margin: 20px auto;
  }

#formularz {
  color: #FFF;
  text-align: left;
  padding: 1em;
  }

#mapa-dojazdu {
  width: 600px;
  height: 600px;
  border: 10px solid #FFF;
  margin: 20px auto;
  }
#mapa-dojazdu h3 {
  color: #000;
  }
input {
  background-color: #FFF !important;
  }
