﻿/*----------------------------------------------------------
The base color for this template is #496d32. If you'd like
to use a different color start by replacing all instances of
#496d32 with your new color.
----------------------------------------------------------*/
*
{
    margin: 0px;
    padding: 0px;
    font-family: "Verdana" , "Arial" , "Lucida Bright" , "Lucida Sans" , "Lucida Grande" , "Helvetica" , "sans-serif";
    text-decoration: none;
}

body
{
    color: #000;
    background-color: #496d32;
    background-image: url('images/background.jpg');
    font-size: .80em;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #696969;
    text-decoration: none;
}
a:visited
{
    color: #696969;
    text-decoration: none;
}
a:hover
{
    color: #696969;
    text-decoration: none;
}
a:active
{
    color: #696969;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 10px;
}

h1
{
    font-size: 1.7em;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: none;
}

table td
{
    padding: 5px;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
}

#header
{
    background-image: url('images/top.jpg');
    height: 145px;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#main
{
    background-image: url('images/mainBackground.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    position: relative;
    min-height: 300px;
    padding: 0px 7px 30px 7px;
    background-color: #dad3c3;
    overflow: visible;
    width: 966px;
    float: left;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#mainPanel
{
    background-color: #dad3c3;
    width: 701px;
}


#subMainPanel
{
    background-color: #dad3c3;
    height: 450px;
    width: 100%;
}

#imovelPanel
{
    width: 100%;
}

#semImovel
{
    margin-left: 200px;
    margin-top: 20px;
    font-size: 20px;
}

#ordenacao
{
    background-image: url('images/barraOrdenacao.png');
    font-size: 14px;
    color: White;
    margin-left: 5px;
    padding: 5px;
    padding-left: 10px;
}

#ordenacao a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.imovelListagem img
{
    border: solid 1px #777777;
    margin-bottom: 5px;
}

.imovelListagem a
{
    background-image: url('images/imovelListagem.png');
    float: left;
    margin: 5px;
    width: 202px;
    height: 295px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.imovelListagem a:hover
{
    color: #fff;
    background-image: url('images/imovelListagemA.png');
}

#detalheImovel
{
    margin-left: 5px;
    text-align: justify;
    font-size: 14px;
    color: #242424;
    line-height: 125%;
}

#detalheImovel strong
{
    color: #000;
}

#valorImovel
{
    color: #4f8b31;
    font-size: 18px;
    font-weight: bold;
}

#mapaPanel
{
    margin-top: 20px;
    margin-left: 10px;
    padding-top: 28px;
    padding-left: 10px;
    background-image: url('images/mapa.png');
    width: 691px;
    height: 314px;
}

#mapa
{
    width: 680px;
    height: 300px;
}

#gallery
{
    width: auto;
}

#gallery ul
{
    list-style: none;
}

#gallery ul li
{
    display: inline;
}

#gallery ul img
{
    margin: 0px 5px 7px 5px;
    border: 5px solid #fff;
    border-width: 5px;
}

#playlist
{
    width: 350px;
    float: right;
}

.video
{
    margin: 5px;
}

#gallery ul a:hover img
{
    border: 5px solid #73706b;
    border-width: 5px;
    color: #fff;
}

#gallery ul a:hover
{
    color: #fff;
}

#search
{
    background-image: url('images/searchBackground.jpg');
    width: 259px;
    float: right;
}

#searchMain
{
    margin-left: 20px;
    width: 259px;
    height: 195px;
}

#searchBottom
{
    background-image: url('images/searchBackgroundBottom.jpg');
    width: 259px;
    height: 21px;
}


#search table
{
    color: White;
    width: 220px;
    border: none;
    border-collapse: collapse;
}

#search table td
{
    padding: 5px;
    border: none;
}

#search table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: none;
}


#footer
{
    clear: both;
    background-color: #73706b;
    background-image: url('images/footer.jpg');
    background-position: bottom;
    color: #73706b;
    height: 80px;
    padding-top: 5px;
    text-align: center;
    vertical-align: top;
    margin: 0;
    font-size: .8em;
    font-weight: bold;
}

/* MENU 
----------------------------------------------------------*/

ul#menu
{
    width: 100%;
    height: 43px;
    background: url('images/menuPainelbackground.gif') top left repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#menu li
{
    display: block;
    float: left;
    margin: 0 0 0 5px;
}
ul#menu li a
{
    height: 43px;
    color: #333;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 10px 10px 0;
}
ul#menu li a:hover
{
    color: #333;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    position: relative;
    padding-top: 28px;
    margin-left: 285px;
    width: 690px;
}

.field-validation-error
{
    color: Red;
}

#tenhaumsiteassim
{
    padding-bottom: 6px;
    padding-left: 30px;
    text-align: right;
}