/* PAGE */
body {
    margin: 0px;
    padding: 0px;
    background-color: #5A4B3B;
    background-repeat: repeat-x;
    background-position: center 0px;
}
p {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
textarea {
    overflow:auto;
}
#page {
    text-align: center;
}
#frame {
    width: 1020px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
}
/* --PAGE */
/* META */
.meta_top {
    width: 980px;
    text-align: center;
    font-size: 10px;
    color: #E0CDA1;
    height: 20px;
    z-index: 40;
    position: absolute;
    top: 0px;
    line-height: 20px;
}
.meta {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 10px;
    color: #E0CDA1;
    height: 20px;
}
.meta a:link, .meta a:visited {
    color: #E0CDA1;
    text-decoration: none;
}
.meta a:hover, .meta a:active {
    text-decoration: underline;
}
/* --META */
/* HEADER */
#header {
    height: 190px;
    background-image: url(header.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}
#header_slideshow {
    height: 160px;
    width: 795px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    top: 25px;
    margin-left: 180px;
}
#overlay_logo {
    height: 260px;
    width: 1020px;
    z-index: 20;
    background-image: url(http://capeafricanhunting.co.za/website/styles/default/header_overlay.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 0px;
    display: none;
}
/* --HEADER */
/* MAIN CONTENT */
#include {
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #AD9666;
}
#left_border {
    width: 20px;
    background-image: url(left_border.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}
#right_border {
    width: 20px;
    background-image: url(right_border.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}
#left_column {
    width: 180px;
    text-align: center;
    vertical-align: top;
    background-repeat: repeat-y;
    background-position: 0px 0px;
    background-color: #42301F;
}
#right_column {
    width: 250px;
    text-align: left;
    vertical-align: top;
    background-position: 0px 0px;
    background-color: #42301F;
}
/* --MAIN CONTENT */
/* FOOTER */
#footer {
    height: 50px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    font-size: 12px;
    line-height: 35px;
    background-image: url(footer.png);
    background-repeat:no-repeat;
    background-position: 0px 0px;
    font-weight: bold;
}
#footer a:link, #footer a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}
/* --FOOTER */
/* INCLUDE PAGE */
#page_frame {}
#page_header {
    font-size: 24px;
    font-weight: bold;
/*  font-family: Calibri;*/
    color: #000;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#page_content {
    text-align: left;
    color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.2em;
}
#page_footer {
    height: 10px;
    background-image: url(http://capeafricanhunting.co.za/website/styles/default/page_footer.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    display: none;
}
/* --INCLUDE PAGE */
/* MENU */
#top_menu {
    width: 980px;
    background-color: #2F325B;
    float: left;
    display: none;
}
#left_menu {
    width: 180px;
}
.sf-menu {
    float: left;
    margin-bottom:  0px;
}
.sf-menu a {
    padding: .5em 1em;
    text-decoration:none;
    text-align: center;
    color: #E0CDA1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AD9666;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #E0CDA1;
}
.sf-menu li {
    background-color: #42301F;
    z-index: 998;
}
.sf-menu li li {
    background-color: #42301F;
    z-index: 998;
    color: #E0CDA1;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #AD9666;
}
.sf-menu li li li {
    background-color: #42301F;
    z-index: 998;
    color: #E0CDA1;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #AD9666;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
    color: #000;
    background-color: #CE9B37;
}
.sf-menu .menu_spacer {
    font-weight: bold;
    overflow: hidden;
    outline: 0;
    padding: .75em 1em;
    text-align: left;
    color: #FFF;
    background-color: #6C4019;
    background-image: url(heading_tile.png);
    background-repeat: repeat-x;
}
li.sfHover a.sf-with-ul {
    color: #D6CBB3;
}
/* --MENU */
/* COLUMN SNIPPET */
.column_snippet {
    vertical-align: top;
    padding-right: 5px;
    padding-left: 5px;
    margin-top:5px;
}
.left_column_snippet {
    width: 170px;
}
.right_column_snippet {
    width: 240px;
}
.column_snippet_body {
    color: #E0CDA1;
}
.column_snippet_body .image {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.column_snippet_heading {
    background-image: url(heading_tile.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.column_snippet_heading a:link, .column_snippet_heading a:visited {
    color: #AD9666;
    text-decoration: none;
    font-weight: bold;
}
.column_snippet_heading a:hover, .column_snippet_heading a:active {
    text-decoration: underline;
}

.column_snippet_body a:link, 
.column_snippet_body a:visited {
    color: #fad993;
    text-decoration: none;
    font-weight: bold;
}
.column_snippet_body a:hover, 
.column_snippet_body a:active {
    text-decoration: underline;
}

.column_snippet_body ul {
    width: 230px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.column_snippet_body li a {
    display: block;
    padding: 5px;
    width: 230px;
    text-align: center;
    border-bottom: 1px solid #42301F;
}

.column_snippet_body li a:link, .column_snippet_body li a:visited {
    text-decoration: none;
    color: #42301F;
    background-color: #CE9B37;
}

.column_snippet_body li a:hover, .column_snippet_body li a:active {
    color: #E0CDA1;
    background-color: #42301F;
}
/* --COLUMN SNIPPET */
/* CALENDAR */
#calendar_table {
    font-family: Arial, Helvetica, sans-serif;
}
#calendar_prev {
}
#calendar_next {
}
#calendar_month {
    font-size: 11px;
    background-color: #2F325B;
    text-align: center;
    color: #FFF;
}
#calendar_month a:link, #calendar_month a:visited {
    color: #FFF;
    text-decoration: none;
}
#calendar_month a:hover, #calendar_month a:active {
    text-decoration: underline;
}
.calendar_day_header {
    font-size: 11px;
    border: 0px solid #FFF;
    background-color: #2F325B;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFF;
}
#calendar_today {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    padding: 3px;
    background-color: #2F325B;
}
.calendar_day {
    text-align: center;
    font-size: 11px;
    border: 0px solid #FFF;
    background-color: #FFF;
    padding: 3px;
    color: #2F325B;
}
#calendar_day_link {
    text-align: center;
    font-size: 11px;
    background-color: #DE493B;
    padding: 3px;
}
#calendar_day_link a:link, #calendar_day_link a:visited {
    color: #FFF;
    text-decoration: none;
}
#calendar_day_link a:hover, #calendar_day_link a:active {
    text-decoration: underline;
}
/* --CALENDAR */
/* LISTING */
.listing {
    background-color: #fad993;
}
.listing_top {
}
.listing_bottom {
}
.listing_image {
    padding: 5px;
}
.listing_heading {
    font-size:14px;
    font-weight:bold;
}
#listing_heading a:link, #listing_heading a:visited {
    text-decoration: none;
}
#listing_heading a:hover, #listing_heading a:active {
    text-decoration: underline;
}
.listing_description {
    padding: 5px;
}
/* --LISTING */
/* OVERLAYS */
#overlay_onshow {
    background-image: url(../../../image/overlay/onshow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#overlay_withdrawn {
    background-image: url(../../../image/overlay/withdrawn.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#overlay_offerin {
    background-image: url(../../../image/overlay/offerin.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#overlay_sold {
    background-image: url(../../../image/overlay/sold.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#overlay_taken {
    background-image: url(../../../image/overlay/taken.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/* --OVERLAYS */
/* SLIDESHOW */
#slideshow_container {
    width:980px;
    height:130px;
    float:right;
    margin-top: 50px;
    margin-right: 20px;
}
.slideshow {
    width:170px;
    height:130px;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}
/* --COLUMN MODULE */
/* FORMS */
/*contact form*/
#contact * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#contact fieldset {
    margin-bottom: 10px;
    border: 1px solid #2F325B;
    background-color: #F1F1F1;
    padding: 6px;
}
#contact legend {
    font-size: 14px;
    font-weight: bold;
    color: #2F325B;
    margin-bottom: 10px;
}
#contact div {
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}
#contact label {
    width: 12em; 
    float: left; 
    vertical-align: middle;
}
#contact .star {
    font-weight: bold;
    vertical-align: top;
    width: 20px;
    float: left;
    font-size: 10px;
    color: #2F325B;
}
#contact input {
    float: none;
}
#contact label.error {
    float: none;
    color: #F00;
    padding-left: 0.5em;
    vertical-align: top;
    font-size: 10px;
}
#contact .submit {
    margin-left: 0em;
    margin-top: 2em;
}
/*--contact form*/
/*password form*/
#password * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#password fieldset {
    margin-bottom: 10px;
    border: 1px solid #168EC6;
    background-color: #F1F1F1;
    padding: 6px;
}
#password legend {
    font-size: 14px;
    font-weight: bold;
    color: #2F325B;
    margin-bottom: 10px;
}
#password div {
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}
#password label {
    width: 12em;
    float: left;
    vertical-align: middle;
}
#password .star {
    font-weight: bold;
    vertical-align: top;
    width: 20px;
    float: left;
    font-size: 10px;
    color: #2F325B;
}
#password input {
    float: none;
}
#password label.error {
    float: none;
    color: #F00;
    padding-left: 0.5em;
    vertical-align: top;
    font-size: 10px;
}
#password .submit {
    margin-left: 0em;
    margin-top: 2em;
}
/*--password form*/
/*search form*/
#search label.error {
    float: none;
    color: #F00;
    padding-left: 0.5em;
    vertical-align: top;
    font-size: 10px;
}
/*--search form*/
/*signup form*/
#signup label.error {
    float: none;
    color: #F00;
    padding-left: 0.5em;
    vertical-align: top;
    font-size: 10px;
}
/*--signup form*/
#txtCaptcha {
    font-family:Verdana; 
    font-size:14px; 
    width:50px;
}
/* --FORMS */

/* OTHER */
#login_form #username, #login_form #password {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 3px;
    border: 1px solid #312519;
    width: 150px;
    text-align: center;
}
.map_popup {
    text-align:center;
}
#google_map {
    width:600px;
    height:500px;
}
.price_header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #D6311F;
    padding: 5px;
}
#property_status_header {
    font-size: 16px;
    font-weight: bold;
    color: #D6311F;
}
.photo {
    background-color: #EFEFEF;
}
/* --OTHER */