* {
    margin: 0px;
    padding: 0px;
}

html, body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    background: #f5f5f5;
}

h1 {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #556284;
}
h2 {
    font-size: 18px;
    line-height: 18px;
    color: #9A7A3E;
    margin-bottom: 5px;
}
h3 {
    font-size: 16px;
    line-height: 16px;
    color: #9A7A3E;
    margin-bottom: 5px;
}

a {
    color: #9A7A3E;
}
a:hover {
    color: #556284;
}


.hright {
    color: #556284;
    font-size: 16px;
    font-weight: bold;
}

p {
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 18px;
}

#bg-wrapper {
    width: 100%;
    min-height: 100%;
    float: left;
}

#wrapper {
    width: 980px;
    margin: 0px auto;
    margin-top: 300px;
}

#inner-wrapper {
    width: 960px;
    padding: 0px 10px;
    background: transparent url(images/wrapper_bg.png) repeat-y top left;
    float: left;
    margin-bottom: 100px;
}

#header {
    width: 960px;
    height: 100px;
    padding: 20px 0px;
    float: left;
    background: #fff;
}

#logo {
    margin-left: 15px;
}

#menu {
    width: 960px;
    height: 40px;
    float: left;
    background: #556284;
    background: #556284 url(images/menu_bg.png) repeat-x top left;
}
#menu ul {
    float: left;
    list-style-type: none;
    padding: 8px 20px;
    height: 26px;
}
#menu li {
    float: left;
    height: 24px;
    background: #9A7A3E;
    padding: 0px 10px;
    margin-right: 10px;
    border: #fff solid 1px;
    min-width: 75px;
    text-align: center;
    border-radius: 5px;
}
#menu li a {
    color: white;
    line-height: 24px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
#menu li.active {
    background: #fff;
    border: #fff solid 1px;
}
#menu li.active a {
    color: #556284;
}
#menu li:hover {
    border: #fff solid 1px;
    background: #fff;
}
#menu li:hover a {
    color: #556284;
}

#content {
    width: 920px;
    padding: 20px;
    min-height: 400px;
    float: left;
    background: #fff;
}
#leftCol {
    width: 500px;
    margin-right: 20px;
    float: left;
}
#rightCol {
    width: 400px;
    float: left;
}
#slider,#slider-onsale,#slider-rest {
    width: 400px;
    float: left;
    height: 300px;
}
#slider div,#slider-onsale div,#slider-rest div {
    width: 400px;
    height: 300px;
    background: #fff;
    overflow: hidden;
}
#slider div.statusOverlay,#slider-onsale div.statusOverlay,#slider-rest div.statusOverlay {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent;
}
#slider div.addressOverlay,#slider-onsale div.addressOverlay,#slider-rest div.addressOverlay {
    width: 250px;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 45px;
    z-index: 1;
    background: transparent;
    text-align : right;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
#slider div.statusOverlay.sold,#slider-onsale div.statusOverlay.sold,#slider-rest div.statusOverlay.sold {
    background: transparent url(images/sold.png) no-repeat top left;
}
#slider div.statusOverlay.insale,#slider-onsale div.statusOverlay.insale,#slider-rest div.statusOverlay.insale {
    background: transparent url(images/insale.png) no-repeat top left;
}
#slider div.statusOverlay.sooninsale,#slider-onsale div.statusOverlay.sooninsale,#slider-rest div.statusOverlay.sooninsale {
    background: transparent url(images/sooninsale.png) no-repeat top left;
}

#footer {
    width: 960px;
    height: 120px;
    float: left;
    background: #fff url(images/footer.png) no-repeat top left;
}
.footer-col {
    width: 220px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 13px;
    float: left;
    padding: 32px 0px 0px 12px;
}
.footer-col strong {
    color: #afb7d1;
}
.footer-col a {
    color: white;
    text-decoration: none;
}
.footer-col a:hover {
    text-decoration: underline;
}
.footer-col tr td {
    padding-right: 10px;
}