/******************************
RESET
******************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { border: none; list-style: none; margin: 0; padding: 0; }

/******************************
BODY
******************************/
body{
    background: url(../layout/background.gif) repeat;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
}

#bodyEscritorio #left ul li a.menuEscritorio, #bodyProfissionais #left ul li a.menuProfissionais, #bodyAgendar #left ul li a.menuAgendar, #bodyConsultoria #left ul li a.menuConsultoria, #bodyAdministrativo #left ul li a.menuAdministrativo, #bodyAmbiental #left ul li a.menuAmbiental, #bodyGuias #left ul li a.menuGuias, #bodyLinks #left ul li a.menuLinks, #bodyLocalizacao #left ul li a.menuLocalizacao, #bodyContato #left ul li a.menuContato, #bodyBlog #left ul li a.menuBlog{
    background: url(../layout/seta-menu.png) no-repeat 100% 50%;
    color: #FFF;
}

.clear{
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #EEE;
    margin: 20px 0px;
}


/******************************
TEXTOS
******************************/
h2{
    color: #661E2D;
    font-size: 20px;
    margin-bottom: 8px;
}

h3{
    color: #9D0044;
    font-size: 18px;
    margin-bottom: 5px;
}

#right p{
    color: #333;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 4px;
}

/******************************
LINKS
******************************/
a:link, a:visited{
    color: #9D0044;
    font-weight: bold;
    text-decoration: underline;
}
a:hover, a:active{
    color: #661E2D;
    font-weight: bold;
    text-decoration: underline;
}

/******************************
WRAP
******************************/
#wrap{
    margin: 0 auto;
    width: 900px;
}


/******************************
HEADER
******************************/
#header{
    background: #232323;
    height: 100px;
    padding: 15px;
    width: 870px;
}

#header h1 a{
    background: url(../layout/logo.png) no-repeat;
    display: block;
    height: 100px;
    overflow: hidden;
    text-indent: -999999px;
    width: 235px;
}

/******************************
FLASH
******************************/
#flash{
    height: 293px;
    width: 900px;
}

/******************************
CONTENT
******************************/
#content{
    background: url(../layout/bg-content.gif) repeat-y;
    display: table;
    margin: 0 auto;
    width: 900px;
}

/******************************
LEFT
******************************/
#left{
    background: url(../layout/bg-menu-preto.gif) repeat-x;
    float: left;
    padding: 20px 0px;
    width: 270px;
}

#left ul{
    padding-top: 5px;
    text-align: right;
}

#left ul li{
    margin-bottom: 12px;
}

#left ul li a:link, #left ul li a:visited{
    color: #999;
    font-size: 18px;
    font-weight: normal;
    padding-right: 30px;
    text-decoration: none;
}

#left ul li a:hover, #left ul li a:active{
    background: url(../layout/seta-menu.png) no-repeat 100% 50%;
    color: #FFF;
}

/******************************
RIGHT
******************************/
#right{
    float: left;
    padding: 23px 20px;
    width: 590px;
}

/******************************
IMAGENS
******************************/
#right img{
    clear: both;
    float: right;
    margin: 5px 0px 20px 20px;
}


/******************************
FOOTER
******************************/
#footer{
    background: url(../layout/bg-footer.png) no-repeat;
    clear: both;
    float: left;
    height: 25px;
    padding: 5px 10px 0px 10px;
    width: 880px;
}

#footer p{
    color: #FFF;
    float: left;
    font-size: 11px;
    width: 870px;
}

#footer a{
    background: url(../layout/z.png) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999999px;
}


/******************************
AGENDAR
******************************/
#form {
    float: left;
    font-size: 13px;
    width: 360px;
}

#form fieldset {
    margin-bottom: 10px;
    margin-top: 10px;
}

#form legend {
    color: #000;
    font-weight: bold;
    padding: 0px 0px 20px;
}

#form fieldset ol {
    width: 360px;
}

#form fieldset li {
    list-style: none;
    padding: 5px;
}

#form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 130px;
}

#form fieldset li input{
    border: 1px solid #CCC;
    height: 20px;
    padding-top: 3px;
    width: 250px;
}
#form fieldset li textarea{
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100px;
    width: 250px;
}

#form em {
    font-weight: bold;
    font-style: normal;
    color: #F00;
}

#form label.campo {
    width: 85px; /* Width of labels */
}

#form .submit{
    float: left;
    font-weight: bold;
    height: 30px;
    margin-left: 95px;
    width: 80px;
}

div.error{
    background: url(../layout/cancel.gif) no-repeat scroll left;
    clear: both;
    color: #990000;
    font-size: 11px;
    height: 16px;
    margin: 3px 0px 0px 90px;
    padding-left: 20px;
    width: 120px;
}

#output{
    float: right;
    margin-top: 10px;
}


#message{
    background: url(../layout/enviada.gif) no-repeat 0% 50%;
    padding-left: 60px;
}

/******************************
LEFT
******************************/
