/* Zagłębocze CSS - HomePage */

html, body {
	height: 100%;
}

body {
	display: table;
	margin: 0 auto;
	background: url('../imgs/spmbg.jpg');
}

img.linked {
  border:0;
}

#wrapper {
	display: table-cell;
	vertical-align: top;
}

#mainCont {
  width: 839px;
  height: 566px;
  overflow: hidden;
}

#aboveFlash {
  width:839px;
  height:77px;
  background:url('../imgs/aboveFlashBG_SP.jpg') no-repeat 21px 0px;
}

#logo {
  position:relative;
  float:left;
  top:22px;
  left:48px;
  width:209px;
}

#menu {
  position:relative;
  float:left;
  top:25px;
  left:58px;
  overflow:hidden;
}
#menu ul {
  padding:0;
}
#menu ul li {
  display:inline;
  height:21px;
}
#menu ul li a {
  padding:2px;
  color:#569500;
  font-family:'Trebuchet MS', sans-serif;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  float:left;
}
#menu ul li a:hover {
  color:#2689c1;
}
#menu ul li a.active {
  color:#2689c1;
  border-bottom:2px solid #f26522;
}
#menu ul li.separator {
  float:left;
  background:url('../imgs/separator.gif');
  width:7px;
  overflow:hidden;
}
#belowFlash {
  width:839px;
  height:124px;
  background:url('../imgs/banners_bg_w.jpg') 21px 0px no-repeat;
}
#footer {
  height:20px;
  color:#ffffff;
  margin:0px 62px 0px 40px;
  font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;
  font-size:10px;
  line-height:20px;
}
#footer img {
  float:right;
  margin-top:-23px;
}

