﻿/*
    menu
*/
#menu
{
    height: 28px;
    background: url( /images/nav-bg.gif );
    padding: 10px 0 0 210px;
    width: 772px;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: url( /images/menu.gif );
    float: left;
}
#menu li
{
    height: 28px;
    width: 145px;
    float: left;
}
#menu li a
{
    display: block;
    height: 28px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#menu li.home
{
    width: 161px;
}
#menu li a.selected
{
    color: #333333;
}
#menu li a:hover
{
    background: url( /images/menu-hover.gif );
    color: #fff;
}

#menu li a.selected:hover
{
    background: none;
    color: #333;
}
#menu li.home a:hover
{
    background: url( /images/menu-home-hover.gif );
}
/*
    property menu
*/
#propertypanel
{
    margin: 10px 10px 0 20px;
}
#propertypanel ul
{
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    width: 182px;
}
#propertypanel ul li a
{
    margin: 2px 0;
    display: block;
    padding: 3px 0 2px 25px;
    height: 22px;
    line-height: 22px;
    color: #610B18;
    font-weight: bold; 
    font-size: 12px;
    text-decoration: none;
    background: url( /images/side-nav.gif );
}
#propertypanel ul li a.selected, #propertypanel ul li a:hover
{
    background: url( /images/side-nav-hover.gif );
    color: #fff;
}
#propertypanel address,
#offers
{
    background: url( /images/address-bg.gif );
    white-space: pre;
    text-align: center;
    color: #610B18;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    width: 184px;
    line-height: 18px;
    padding: 3px 0;
}
#offers
{
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
    white-space: normal;
}
#propertypanel div,
#offers div
{
    
    width: 184px;
    background: url( /images/address-top.gif ) no-repeat;
    padding: 5px 0 0 0;
}
#propertypanel div div,
#offers div div
{
    background: url( /images/address-bottom.gif ) no-repeat 0 100%;
    padding: 0 0 5px 0;
}
#offers div div div
{
    height: 200px;
    background: none;
    padding: 0 0 12px 12px;
    width: 160px;
    overflow: hidden;
    position: relative;
}
#offers div div h5
{
    background-color: #E0B797;
    text-indent: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    width: 180px;
}
#offers div div div div
{
    position: absolute;
    top: 220px;
    height: auto;
    /*border:	solid 1px black;*/
}
#offers ul
{
	width: 148px;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
}
#offers ul li
{
    font-weight: bold;
    margin: 20px 0;
}
#offers ul li span
{
    font-size: 10px;
}
#offers ul li a
{
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
}
#offers ul li ul
{
	width: auto;
    margin: 0 0 0 5px;
}
#offers ul li ul li
{
    margin: 0;
}
#offers ul li ul li a
{
    text-align: left;
    font-size: 11px;
}
#offers ul li a:hover
{
    text-decoration: underline;
}
