body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #787260;
  background: url(../img/body_bg.jpg) repeat-x top center #faf9ef;
}
img {
  border: none;
}
a {
  outline-style: none;
  text-decoration: none;
  color: #8d39b2;
  font-weight: bold;
  cursor: pointer;
}
div#topArea {
  width: 950px;
  height: 128px;
  margin: 0 auto;
  background: url(../img/top_bg.jpg) no-repeat;
  position: relative;
}
a#logo {
  width: 212px;
  height: 66px;
  display: block;
  position: relative;
  top: 20px;
}
div#menuArea {
  width: 100%;
  height: 41px;
  margin: 0;
  background: url(../img/menu_bg.png) repeat-x;
}
div#menuAreaInner {
  width: 730px;
  padding-left: 220px;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  background: url(../img/menuInner_bg.png) no-repeat;
  text-align: center;
}
div#navBarArea {
  width: 100%;
  height: 35px;
  border-bottom: solid 1px #e9e4d4;
  margin: 0;
}
div#navBarAreaInner {
  width: 730px;
  padding-left: 220px;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
}
div#contentArea {
  margin: 0 auto;
  width: 730px;
  height: auto;
  padding-left: 220px;
  position: relative;
}
div#leftArea {
  position: absolute;
  width: 207px;
  height: auto;
  top: -90px;
  left: 0;
}
div#searchArea {
  width: 177px;
  height: auto;
  background: url(../img/searchArea_bg.jpg) no-repeat top center #dad2b9;
  padding: 65px 15px 15px 15px;
}
a#addOffer {
  width: 207px;
  height: 43px;
  display: block;
  background: url(../img/addOffer.png);
  margin: 10px 0;
}
a#addOffer:hover {
  background-position: 0 100%;
}
div#searchArea select {
  border: solid 1px #d8d0b6;
  width: 177px;
  margin: 3px 0;
  font-size: 11px;
  color: #787260;
  padding: 2px;
  outline-style: none;
}
div#searchArea input[type="text"] {
  border: solid 1px #d8d0b6;
  width: 171px;
  margin: 3px 0;
  font-size: 11px;
  color: #787260;
  padding: 3px;
  outline-style: none;
}
div#searchArea label {
  color: #6e2091;
  font-weight: bold;
  text-shadow: #f3eee2 1px 1px 0;
}
div#searchArea div {
  margin-bottom: 10px;
}
input#searchOffer {
  width: 171px;
  height: 28px;
  display: block;
  margin: 0 auto;
  background: url(../img/searchOffer.png);
  border: none;
  cursor: pointer;
}
input#searchOffer:hover {
  background-position: 0 100%;
}
div#mainContent {
  padding: 15px 0 25px 0;
  min-height: 660px;
  line-height: 20px;
  text-align: justify;
}
div#footerArea {
  width: 100%;
  height: 139px;
  margin: 0;
  background: url(../img/footer_bg.png) repeat-x #732496;
}
div#footerAreaInner {
  width: 950px;
  height: 129px;
  margin: 0 auto;
  background: url(../img/footerInner_bg.png);
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
  line-height: 22px;
}
div.title {
  color: #8c3ab2;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
div#topLinks {
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 2px #6d2093;
  padding-top: 4px;
  color: #6d2093;
}
div#topLinks a {
  color: #6d2093;
  font-size: 11px;
  font-weight: bold;
}
div#footerAreaInner a {
  color: #ffffff;
  font-weight: normal;
  padding: 0;
  display: inline-block;
}
div#footerAreaInner span {
  padding: 0 10px;
}
div#footerAreaInner span + span {
  border-left: dotted 1px #8c48ab;
}
div#footerAreaInner a:hover, div#topLinks a:hover {
  text-decoration: underline;
}
div.itemBox {
  width: 540px;
  height: 107px;
  margin-bottom: 15px;
  background: url(../img/itemBox_bg.gif) no-repeat;
  position: relative;
  padding: 15px 15px 15px 175px;
}
div.itemBox div.imageBox {
  width: 140px;
  height: 105px;
  top: 15px;
  left: 15px;
  position: absolute;
}
div.itemBox div.imageBox img {
  width: 140px;
  height: 105px;
  border: solid 1px #c1bba9;
}
div.itemBox div.address {
  position: absolute;
  top: 11px;
  font-size: 12px;
  color: #787260;
}
div.itemBox div.id {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 12px;
}
div.itemBox div.description {
  position: absolute;
  top: 40px;
  overflow: hidden;
  height: 40px;
  width: 540px;
  line-height: 14px;
  color: #938c77;
}
div.itemBox div.info {
  position: absolute;
  height: 25px;
  line-height: 25px;
  bottom: 15px;
  font-size: 11px;
}
div.info div.measurement, div.info div.price {
  float: left;
  margin-right: 1px;
  background: #e9e4d4;
  padding: 0 5px;
}
div.itemBox a.button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
a.button {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: #621c82 1px 1px 0;
  background: url(../img/button.png) top center;
  line-height: 24px;
  text-align: center;
}
a.button:hover {
  background-position: 0 100%;
}
div.realEstateDetails div.left {
  width: 380px;
  float: left;
  font-size: 12px;
  padding-right: 20px;
}
div.realEstateDetails div.right {
  width: 330px;
  float: left;
}
div.clearFix {
  width: 730px;
  height: 1px;
  overflow: hidden;
  clear: both;
}
div.realEstateDetails img {
  border: solid 1px #c1bba9;
}
div.realEstateDetails div.description {
  color: #938c77;
  font-size: 11px;
  line-height: 15px;
  margin: 20px 0;
}
div#sort {
  height: 32px;
  background: #e9e4d4;
  margin-bottom: 15px;
  line-height: 32px;
  padding: 0 15px;
  z-index: 0;
}
div#pager {
  border-right: solid 1px #f5f0e4;
  padding-right: 15px;
  float: left;
}
div#sorter {
  padding-left: 15px;
  float: left;
}
div#pager a {
  font-weight: normal;
  color: #787260;
}
div#pager a.selected, div#pager a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #6e2091;
}
a.up {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/up.png);
  margin-bottom: -2px;
}
a.down {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/down.png);
  margin-bottom: -2px;
}
div#sorter .selected, a.up:hover, a.down:hover {
  background-position: 0 100%;
}
div#mainContent input[type="submit"] {
  background: url(../img/button.png) top center;
  height: 24px;
  line-height: 24px;
  border: none;
  padding: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  font-family: Arial;
  cursor: pointer;
  text-shadow: #621c82 1px 1px 0;
  float: right;
}
div#mainContent input[type="submit"]:hover {
  background-position: 0 100%;
}
div.evenNewsConteiner img, div.oddNewsConteiner img {
  float: left;
  margin: 5px 10px 10px 0;
  border: solid 1px #c1bba9;
}
div.oddNewsConteiner, div.evenNewsConteiner {
  margin-bottom: 15px;
}
div.newsConteiner img {
  float: left;
  margin: 5px 10px 10px 0;
  border: solid 1px #c1bba9;
  max-width: 300px;
}
div.text img {
  margin-right: 5px;
  margin-bottom: 5px;
}

div#bannerArea {
  padding: 15px 0 25px 0;
  margin: 0 auto;
  width: 950px;
  min-height: 50px;
  line-height: 20px;
  text-align: justify;
}
div#bannerArea span.banner {
  width: 220px;
  height: 172px;
  display: inline-block;
  padding-bottom: 10px;
}
div#leftArea span.banner {
  width: 207px;
  min-height: 10px;
  margin-top: 10px;
  display: block;
}
span.banner + span.banner {
  padding-left: 20px;
}
span.banner_top{
    width: 400px;
    height: 128px;
    display: inline-block;
    position: absolute; 
    top: 0px; 
    margin-left: 207px;
}

