body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background: url(images/menu_background.png) repeat-y;
}

#top {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-left: 130px;
    padding-bottom: 20px;
    border-bottom: 3px solid #c21018;
}

#logo {
    position: fixed;
    left: 12px;
    z-index: 1001;
    top: 12px;
    width: 100px;
    height: 100px;
    border: 3px solid #c21018;
}

.leftHeader {
    width: 200px;
    text-align: right;
    padding-right: 20px;
}

.leftHeader a {
    font-size: 12px;
    padding-left: 10px;
    text-decoration: none;
    color: white;
}

.leftHeader input {
    border: 0px;
    margin: 0px;
    margin-top: 5px;

}

#top img {
    margin-left: 10px;
    margin-top: 18px;
}

#top div {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
}

#menu {
    position: fixed;
    left: 0px;
    top: 92px;
    border-left: 3px solid #c21018;
    float: left;
    width: 190px;
    height: 100%;
    padding-top: 35px;
    margin-right: 15px;
}

html > body #page {
    margin-left: 210px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu ul ul {
    list-style: square;
    list-style-image: url(images/bullet.gif);
    list-style-position: inside;
}

li.inner {
    margin-left: 10px;
}

#menu a {
    display: block;
    width: 100%;
    color: black;
    height: 2em;
    font-weight: bold;
    font-family: Verdana;
    font-size: 0.6em;
    text-decoration: none;
    padding-top: 4px;
}

#menu li.inner a {
    font-weight: normal;
}

#menu span {
    background: black;
    display: block;
    width: 100%;
    color: white;
    height: 2em;
    font-weight: bold;
    font-family: Verdana;
    font-size: 0.6em;
    text-decoration: none;
    padding-top: 4px;
}

#menu a:hover {
    background: black;
    color: white;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 19px;
    color: #c21018;
    font-weight: normal;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
    margin: 0px;
}

#page {
    display: block;
    margin-top: 129px;
    height: 200px;
    padding-bottom: 30px;
    margin-right: 50px;
}

img.black-border {
    border: 1px solid #6d6d6d;
    margin-bottom: 10px;
}

.leftColumn {
    width: 50%;
    border-right: 15px solid white;
}

.rightColumn {
    border-left: 15px solid white;
    width: 50%;
}

b {
    color: #c21018;
}

a.property:hover {
    color: red;
}

.youarehere {
    position: relative; top: 10px;
}

em {
    font-weight: bold;
    font-size: medium;
}

table.summary {
    width: 180px;
    border: 2px solid black; 
    background: white;
}

table.summary th {
    background: black;
    color: white;
    border-bottom: 2px solid #c21018;
    font-weight: normal;
}

table.summary td {
    font-size: 0.9em;
}

table.summary td.prop {
    text-align: right;
    padding-right: 10px;
}

th {
    padding: 5px;
    font-weight: normal;
}

th a {
    text-decoration: none;
    color: white;
}

div.featured a {
    font-size: medium;
}

.mainImage {
    border: 2px solid black;
    position: relative;
    left: 1px;
}

.frontpage {
    width: 182px;
    margin: 5px;
    float: left;
    background: white;
    border: 2px solid black;
}

.title {
    padding: 5px;
    font-size: 0.8em;
    height: 40px;
    vertical-align: top;
}

.picture {
    text-align: right;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;

}

.picture div {
    font-size: 10pt;
    color: white;
}

.price {
    height: 100px;
    color: white;
    font-size: 9pt;
    border-top: 2px solid black;
    vertical-align: bottom;
    text-align: right;
    background: url(images/red.png) bottom #c21018;
    padding: 5px;
}

.price a {
    display: block;
    margin-top: 5px;
    font-size: large;
    text-decoration: none;
    color: white;
}

.price a:hover {
    text-decoration: underline;
}

