:focus { outline: none; }

body {
  margin: 0 auto;
  background: url('../images/tlo.gif') no-repeat top center #d7181f;
  font-family: tahoma, verdana, sans, sans-serif;
  font-size: 12px;
  color: #fff;
}

input, select, textarea {
  font-family: tahoma, verdana, sans, sans-serif;
  font-size: 12px;
  color: #fff;
}

a img { border: none; }
a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

h1 {
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 22px;
  margin-bottom: 20px;
}

p {
  margin: 5px auto;
}

/* elementy layoutu */

#searchBar {
  height: 30px;
  padding: 10px 0;
}

#headerBar {
  height: 226px;
  background-color: #000;
}

#layout {
  width: 1000px;
  height: 1000px;
  padding: 10px 0;
  margin: -276px auto 0 auto;
}

#content {
  clear: both;
  height: 600px;
}

/* wyszukiwarka */

#searchForm {
  margin: 0 30px;
  padding: 5px 7px;
  background: url('../images/wyszukiwarka.png') no-repeat;
  width: 300px;
  height: 18px;
}

#query {
  border: none;
  background: none;
  width: 260px;
  margin: 0;
}

#searchButton {
  float: right;
}

/* nagłówek */

#logo {
  margin-top: 10px;
  float: left;
}

#gallery {
  position: absolute;
  float: right;
  top: 0;
  margin-left: -35px;
}

/* menu */

#mainMenu {
  margin-left: 60px;
}

#mainMenu a {
  margin-top: -11px;
  display: block;
  float: left;
  color: #939598;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-family: 'arial narrow', arial, tahoma, verdana, sans-serif;
  font-weight: bold;
  height: 21px;
  padding-top: 40px;
  text-align: center;
}

#menuItem1 { width: 78px; text-indent: 3px; }
#menuItem1.active { background: url('../images/z1.png') left bottom no-repeat; }

#menuItem2 { width: 131px; margin-left: -25px; text-indent: 12px; }
#menuItem2.active { background: url('../images/z2.png') left bottom no-repeat; }

#menuItem3 { width: 116px; margin-left: -17px; text-indent: 5px; }
#menuItem3.active { background: url('../images/z3.png') left bottom no-repeat; }

#menuItem4 { width: 117px; margin-left: -15px; text-indent: 10px; }
#menuItem4.active { background: url('../images/z4.png') left bottom no-repeat; }

#menuItem5 { width: 183px; margin-left: -15px; }
#menuItem5.active { background: url('../images/z5.png') left bottom no-repeat; }
#menuItemGallery { margin-left: 10px; color: #fff !important; }


/* menu ofert */

#offerMenu {
  float: left;
  margin-top: 50px;
  margin-left: 100px;
  text-align: right;
}

#offerMenu a {
  display: block;
  margin-bottom: 24px;
  font-weight: bold;
  width: 120px;
  height: 56px;
  padding-right: 28px;
  color: #000;
  background: url('../images/oz.png') no-repeat 128px 8px;
}

#offerMenu a.active {
  color: #fff;
  background: url('../images/oz-active.png') no-repeat right center;
}

#offerMenu a:hover {
  color: #fff;
  text-decoration: none;
}

#footer {
  color: #ddd;
  font-size: 10px;
  text-align: right;
  padding-right: 50px;
  padding-bottom: 10px;
}

.toLeft { float: left; }
.toRight { float: right; }
.clear { clear: both; }
.valTop { vertical-align: top; }
