
@import url(common.css);
@import url(lightbox.css);

html {
  overflow-y: scroll;
}

body {
  font: 12px Tahoma, Verdana, sans-serif;
  line-height: 1.5;
  background: #360000 url(../images/bg.gif) repeat-x;
  color: #d7c88e;
}
a {
  color: #e78d22;
}
a:hover {
  color: #7e2929;
}
b {
  color: #FBCB07;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
h2 {
  color: #e78d22;
}
.col-left {
  width: 48%;
  float: left;
}
.col-right {
  width: 48%;
  float: right;
}

#wrapper {
  width: 990px;
  margin: auto;
}
#header {
  position: relative;
}
#header-top {
  height: 125px;
  background: url(../images/header-top.jpg) no-repeat center top;
}
#header-top .blank {
  width: 350px;
  height: 125px;
  margin-left: 60px;
}
#header-top .dowoz {
  width: 190px;
  height: 125px;
  margin-left: 340px;
}
#header-btm {
  height: 235px;
  background: url(../images/header-btm.jpg) no-repeat center top;
}
#home #header-btm {
  height: 315px;
  background: url(../images/header-btm-home.jpg) no-repeat center top;
}
#menu {
  position: absolute;
  right: 41px;
  top: 105px;
  height: 69px;
  padding: 0 20px;
  background: #ffcb05;
}
.menu-sub {
	position: absolute;
	top: 53px;
	left: 295px;
	width: 160px;
	background: #620000;
	display:none;
}
.menu-sub a {
	display:block;
	padding:4px;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}
.menu-sub a:hover {
	color:#ffcb05;
	background:#8b0000;
}
.menu-sub a span {
	color:#ffcb05;
	padding:0 10px;
}

#body {
  padding: 10px 50px 10px 45px;
}
#content {
  width: 100%;
  overflow: hidden;
}
#footer {
  width: 100%;
  overflow: hidden;
  font-size:10px;
  color: #7e2929;
  padding-bottom: 10px;
}
#footer a {
  color: #7e2929;
  word-spacing: normal;
}
#footer a:hover {
  color: #e78d22;
}
#footer-menu {
  height: 37px;
  background: url(../images/footer-bg.gif) no-repeat center top;
  text-align: center;
  line-height: 36px;
  word-spacing: 10px;
  margin-bottom: 5px;
}
#footer-left {
  padding-left: 50px;
  float: left;
}
#footer-right {
  padding-right: 55px;
  float: right;
  text-align: right;
}

.menu {
  border-collapse: collapse;
  width: 100%;
}
.menu td {
  border-top: 1px solid #B8292F;
  border-left: none;
  border-right: none;
  padding: 10px 5px;
}
.menu .first td {
  border-top: 0;
}
.menu .cena {
  width: 40px;
}

#home-box1, #home-box2, #home-box3 {
  float: left;
  width: 270px;
  padding-right: 15px;
  padding-left: 10px;
}
#home-box1-menu {
  width: 170px;
  height: 160px;
  padding: 20px 50px;
  background: url(../images/box1-bg.jpg);
  font-size: 11px;
}
#home-box1-menu a {
  display: block;
  background: url(../images/box1-line.gif) repeat-x top left;
  padding: 3px 2px;
  color: #d7c88e;
  text-decoration: none;
}
#home-box1-menu a.first {
  background: none;
}
#home-box1-menu a:hover {
  background-color: #480101;
  color: #ffcb05;
}

.galeria img {
  margin-right: 9px;
  margin-bottom: 15px;
  padding: 2px;
  border: 1px solid #7E2929;
}
.galeria img:hover {
  border-color: #e78d22;
}




