/******* style.css *******/

@import url(common.css);
@import url(layout.css);



/********** home ***********/

#home {
  font-size: 11px;
}

#home .more {
  margin-right: 10px;
}

#home_lcol {
  float: left;
  width: 400px;
}
#home_rcol {
  float: right;
  width: 300px;
}

#home_portfolio {
  height: 255px;
  margin-top: 10px;
  margin-bottom: 16px;
  /*background: url(../images/home_portfolio_bg.jpg) no-repeat left top;*/
  
}

#home_offer {
  position: relative;
  height: 300px;
  background: url(../images/home_offer_bg.gif) left top no-repeat;
}

#home_offer_menu {
  position: absolute;
  width: 173px;
  left: 8px;
  top: 12px;
  font-size: 0px;
  line-height: 0px;
}

#home_offer_info {
  position: absolute;
  width: 495px;
  height: 265px;
  left: 195px;
  top: 25px;
  overflow: auto;
  padding: 2px;
}

#home_offer_info p {
  margin: 5px 0;
}

#home_offer_info .more {
  margin-right: 0px;
}

#home_realizacje  h3 {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
}

#home_realizacje .layout {
  text-align: center;
  cursor: pointer;
}

#home_realizacje p {
  margin-top: 5px;
  margin-left: 40px;
  margin-right: 20px;
  
}

#home_realizacje p b {
  color: #e2580c;
  font-weight: normal;
}
.h_text {
  font-size: 11px;
}
.h_text h3 {
  margin-bottom: 0px;
}

div.more {
  text-align: right;
  font-size: 11px;
}
div.more a {
  text-decoration: none;
  padding-right: 17px;
  background: url(../images/more.gif) no-repeat right center;
}
div.more a:hover {
  text-decoration: underline;
}

#offer_menu {
  width: 185px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#offer_menu ul {
  list-style-image: url(../images/dot.gif);
  #list-style-image: url(../images/dot-ie.gif);
  list-style-position: inside;
  margin: 0px;
  padding-left: 0px;
  
}

#offer_menu li {
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding-left: 12px;
  line-height: 23px;
}
#offer_menu a {
  color: #8d0505;
  text-decoration: none;
}

#kontakt {
  line-height: 160%;
}
.k_title {
  padding-left: 15px;
  background: url(../images/title_dot.gif) no-repeat -1px center;
  margin-bottom: 5px;
  font-weight: bold;
}
#kontakt table {
  /*margin-left: 80px;*/
}

.text {
  margin: 10px 10px;
}
