﻿/*General Reset and Webpage Settings*/
*
{
    padding: 0px;
    margin: 0px;
}

html
{
    text-align: center;
    height: 100%;
    color: #000000;
    background: #a8a69a url(../gfx/headbg.jpg) repeat-x top;
}

body
{
    height: 100%;
    font-size: 62.5%;
    font-family: 'Trebuchet MS';
    position: relative;
    text-align: center;
    margin: 0px auto 0px;
    padding: 0px;
}

li li, li p, p, blockquote p
{
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin-bottom: 1em;
}

h1
{
    font-size: 2.5em;
    font-weight: bold;
}
h2
{
    font-size: 1.2em;
    font-weight: bold;
}

p
{
    font-size: 1.1em;
}

#container
{
    width: 800px;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    color: #333333;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

#tree
{
    margin: 10px 0px 20px 100px;
    width: 100px;
}
#tree a
{
    border-bottom: #000 1px dashed;
}

/*End General Reset and Webpage Settings*/

#header
{
    background: url(../gfx/headbg.jpg) repeat-x top;
    width: 800px;
}

#header h1
{
    background: url(../gfx/logo.jpg) no-repeat top;
    width: 297px;
    height: 92px;
    float: right;
    display: block;
    margin: 0px;
}

#header h1 a
{
    display: block;
    text-indent: -10000px;
    width: 297px;
    line-height: 92px;
}

#header p
{
    float: left;
    width: 400px;
    color: #fff;
    font-size: 1.1em;
    margin: 25px 0px 0px 0px;
    }

#menu
{
    width: 800px;
    height: 26px;
    clear: right;
    background: #e3e3e3;
    border-bottom: solid 3px #ef0607;
}
#menu ul
{
    padding: 0px;
    margin: 0px;
}

#menu li
{   display: block;
    float: left;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-size: 1.3em;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}

#menu li a
{
    height: 26px;
    display: block;
}

.menuroot

{

    position: relative;
    z-index: 100;

}

.menusub
{
    display: none;
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    position: absolute;
    list-style: none;
    width: 150px;
    font-size: 11px;
    left: 0px;
    border-top: solid 3px #ef0607;
}


#menu li ul li
{
    text-align: center;
    font-size: 11px;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    width: 150px;
    background: #E3E3E3;
}


.menusub li a
{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 150px;
}



.menusub li a:hover
{
    background: #fff;
    text-decoration: underline;
}

#menu ul li ul li a
{
    margin: 0px;}

.contact
{
    width: 100px;}
    
    .rent
    {
        width: 150px;}
        
        .hol
        {
            width: 140px;}
            .prestige
            {
                width: 150px;
                }
                .forsale
                {
                    width: 150px;}
                    .home
                    {
                        width: 100px;}


#banner
{
    border-bottom: solid 3px #ef0607;
    width: 206px;
    width: 800px;
	position: relative;
	z-index: 1;
}

#wrapper
{
    width: 800px;
    background: #fff;
}

#left
{
    width: 205px;
    float: left;
    background: #EAEAEA;
    padding: 0px 0px 60px 0px;
}

#left h1
{
    color: #F8433C;
    font-size: 2.0em;
    font-weight: normal;
    margin: 10px 0px 0px 15px;
}

#left p
{
    margin: 0px 0px 0px 20px;
    width: 160px;
}

#left h1 a
{
    color: #F8433C;
    text-decoration: none;
}

#left p a
{
    color: #5B5B5B;
    text-decoration: none;
}

#right
{
    min-height: 300px;
    height: auto !important;
    height: 300px;
    width: 580px;
    float: right;
}


#footer
{
    height: 31px;
    width: 800px;
    font-size: 1.0em;
    letter-spacing: 1px;
    clear: both;
    border-top: solid 1px #EAEAEA;
}
.copy
{
    float: left;
    width: 200px;
    height: 31px;
    line-height: 31px;
    color: #F8433C;
    margin: 0px 0px 0px 0px;
    padding-left: 5px;
}

.link
{
    float: right;
    color: #5B5B5B;
    margin: 7px 6px 0px 0px;
}

.text h1
{
    font-size: 2.0em;
    font-weight: normal;
    color: #000;
    margin: 15px 0px 10px 10px;
}

.text h2

{

    color: #000;

    font-size: 1.4em;

    margin: 0px 0px 0px 10px;

    font-weight: bold;

}


.text p
{
    margin: 0px 5px 20px 10px;
    color: #737373;
}

.text ol

{

    margin: 10px 10px 20px 40px;

    font-size: 1.2em}

/* Form Css Settings Firefox, IE6, IE7 compliant */

.wrap
{
    width: 185px;
    margin: 0px -25px 10px 0px;
    padding: 0px 0px 0px 18px;
    float: left;
    clear: left;
    display: block;
}

#search
{
    width: 185px;
    height: 240px;
    margin: 20px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: solid 2px #fff;
}

#search h1
{
    margin-left: 15px;
}
#search label
{
    color: #5B5B5B;
    font-size: 1.1em;
}

#search br
{
    clear: left;
}

.radio
{
    width: 180px;
    height: 25px;
    padding: 0px 0px 20px 0px;
    float: left;
    padding: 0px;
    display: block;
}

.radio label
{
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.radio input
{
    float: left;
    display: block;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.prop select
{
    display: inline;
    width: auto;
    clear: left;
    float: left;
    margin: 0px 0px 10px 0px;
}

.prop select
{
    width: 160px;
}

.prop label
{
    float: left;
    margin: 10px 0px 3px 0px;
    padding: 0px;
}

.toprice
{
    float: left;
    width: 185px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.toprice select
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.toprice span
{
    float: left;
    margin: 0px;
    font-size: 1.4em;
    padding: 0px;
    display: block;
}

.submit
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
}

/* End Form Settings */

#bg
{
    background: url(../gfx/contentbg.jpg) repeat-y;
}


h3.headingresults

{

    background: #444F51;

    color: #fff;

}
