@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; border:0; }

html, body{
    color:#515151;
    font:12px Arial, Helvetica, sans-serif;
    height:100%;
}

#mascara {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	z-index: 9000;
}

#capa{
    background:#000;
    width:100%;
    height:100%;
    position:absolute;
    z-index:6000;
    opacity:0.7;
    filter:alpha(opacity=70);
}

#topo{
    background:url(../imagens/assets/back.jpg) #DDE2AC;
    width:100%;
    border-bottom:1px solid #c5ca9f;
    height:110px;
    position:fixed;
    z-index:5000;
}

#topo h1 a {
    display:block;
    width:154px;
    height:90px;
    background:url(../imagens/assets/logo.png);
    position:absolute;
    text-indent:-9999px;
    top:12px;
}

.telefone{
    position:absolute;
    right:0;
    top:16px;
    display:block;
    background:url(../imagens/assets/telefone.png);
    width:190px;
    height:30px;
    text-indent:-9999px;
}

#newsletter{
    width:420px;
    position:absolute;
    right:0;
    top:110px;
}

#newsletter-in{
    background:url(../imagens/assets/back.jpg) #DDE2AC;
    padding:14px;
    -moz-box-shadow: 2px 2px 1px #999;
    -webkit-box-shadow: 2px 2px 1px #999;
    border-left:1px solid #c5ca9f;
}

#newsletter-btn{
    background:url(../imagens/assets/back.jpg) #DDE2AC;
    padding:5px 5px 8px 5px;
    display:block;
    width:90px;
    margin:0 auto;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    border-left:1px solid #c5ca9f;
}

a.sign{
    display:block;
    text-align:center;
    color:#434F2C;
    font-size:14px;
}

#newsletter a.fecharnews{
    background:#1E1F1D;
    border:1px solid #333;
    color:#fff;
    position:absolute;
    top:-4px;
    right:-4px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding:4px 11px;
    font-size:17px;
    font-weight:bold;
}

#newsletter a.fecharnews:hover{
    background:#666;
    text-decoration:none;
}

#newsletter h3{
    text-transform:uppercase;
    color:#434F2C;
    text-align:center;
    display:block;
    font-size:16px;
    padding-bottom:10px;
}

#news{
    width:300px;
    border:1px solid #ccc;
    position:absolute;
    right:0;
    top:0;
}

ul#menu {
    list-style:none;
    margin:0;
    padding:0;
    width:680px;
    position:absolute;
    right:0;
    top:74px;
    z-index:3000;
}

ul#menu li {
    display:inline;
}

ul#menu li a{
    float:left;
    font-weight:bold;
    color:#678932;
    text-decoration:none;
    text-transform:uppercase;
    margin-left:41px;
}

ul#menu li a:hover{
    color:#243310;
}

#corpo-topo{
    width:100%;
    height:110px;
}

#corpo-index{
    clear:both;
}

#corpo{
     /* background inline no html */
    clear:both;
}

#conteudo-index{
    width:460px;
    position:absolute;
    top:30px;
    left:0;
}

#conteudo-index p {
    font-size:14px;
    line-height:22px;
    color:#5a5a5a;
    margin-bottom:20px;
}

#conteudo{
    width:460px;
    padding:12px 12px 40px 12px;
    background:url(../imagens/assets/back-conteudo.png);
}

#conteudo p {
    font-size:14px;
    line-height:22px;
    color:#151515;
    margin-bottom:25px;
}

#destaques{
    width:100%;
    background:url(../imagens/assets/back-conteudo.png);
    padding:30px 0;
    position:absolute;
    z-index:4000;
    line-height:18px;
    bottom:60px;
}

#destaques a img{
    float:left;
    margin-right:14px;
    border:3px solid #8f946b;
}

#destaques a:hover img{
    float:left;
    margin-right:14px;
    border:3px solid #434F2C;
}

#colunas ul {
    margin:0;
    padding:0;
}

#colunas ul li {
    display:inline;
    display:block;
    width:285px;
    float:left;
    margin-right:30px;
    height:	82px;
}    

#col1{
    width:285px;
    float:left;
}

#col2{
    width:285px;
    float:left;
    margin-left:30px;
}

#col3{
    width:285px;
    float:right;
}

#rodape{
    position:fixed;
    bottom:0;
    background:url(../imagens/assets/back.jpg) #DDE2AC;
    width:100%;
    padding:7px 0;
    border-top:1px solid #c5ca9f;
    z-index:5000;
}

#iframe-in{
    overflow:hidden;
}

#convenios{
    overflow:hidden;
    text-align:center;
}

#convenios img{
    display:block;
    text-align:center;
    margin-bottom:16px;
}

#convenios-left{
    float:left;
    width:184px;
}

#convenios-right{
    float:right;
    width:184px;
}

#conveniosasdasdas img{
    float:left;
    margin-right:40px;
    border:3px solid #8f946b;
}

#produtos img{
    float:left;
    border:1px solid #ccc;
    padding:4px;
    margin-right:10px;
}

#tratamentos ul {
    margin-left:22px;
}

#tratamentos ul li {
    margin-bottom:4px;
}

#drop{
    width:163px;
    background:url(../imagens/assets/back.jpg) #DDE2AC;
    border-right:1px solid #c5ca9f;
    border-left:1px solid #c5ca9f;
    border-bottom:1px solid #c5ca9f;
    position:absolute;
    top:15px;
    left:140px;
    padding-top:6px;
    height:70px;
    z-index:1000;
}


ul#drop li {
    display:block;
    margin-left:-15px;
}

ul#drop li a{
    padding:3px 0;
    display:block;
}

/* classes */


.dentro{
    width:960px;
    margin:0 auto;
    padding:0 10px;
    position:relative;
}

h2, h2 a{
    color:#85BE3C;
    display:block;
    margin-bottom:12px;
    letter-spacing:-1px;
}

h2.titulo-index, h2.titulo-index a{
    font-weight:bold;
    color:#434F2C;
    font-size:35px;
    display:block;
    letter-spacing:-1px;
}

h2.titulo{
    color:#313F1F;
    display:block;
    margin-bottom:12px;
}

h3{
    color:#85BE3C;
    display:block;
    margin-bottom:12px;
    font-size: 20px;
}

.nomargin{
    color:#85BE3C;
    display:block;
    margin-bottom:-1px;
}

h4{
    color:#85BE3C;
    display:block;
    margin-bottom:12px;
}

a{
    outline:none;
    text-decoration:none;
    font-weight:bold;
    color:#85BE3C;
}

a:hover{
    text-decoration:underline;
}

a.index{
    color:#313F1F;
    font-weight:normal;
    text-transform:none;
}

a.mais{
    font-weight:bold;
    color:#313f1f;
    display:block;
    margin-top:5px;
    margin-bottom:16px;
}

a.voltar{
    border-top:1px dotted #ccc;
    font-weight:bold;
    color:#313f1f;
    display:block;
    text-align:right;
    margin-top:10px;
    margin-bottom:16px;
    padding-top:4px;
}

a.desc{
    font-weight:normal;
    color:#515151;
}

address{
    font-style:normal;
    float:right;
}

label{
    display:block;
    padding:4px;
}

.linha{
    border-bottom:1px dotted #ccc;
    display:block;
    clear:both;
    margin-bottom:22px;
}    

.clearAll{
    clear:both;
    display:block;
    margin-bottom:20px;
}

.cuidando{
    display:block;
    width:331px;
    height:29px;
    text-indent:-9999px;
    background:url(../imagens/assets/cuidando.png);
}

.ligue{
    display:block;
    width:376px;
    height:49px;
    text-indent:-9999px;
    background:url(../imagens/assets/ligue.png);
}

input, textarea, select{
    border:1px solid #999;
    padding:4px 5px;
    margin-bottom:7px;
    font-family:Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, select:focus{
    border:1px solid #666;
    background:#f6fcf7;
}

input[type="submit"]{
    cursor:pointer;
    padding:6px;
}

input[type="checkbox"]{
    margin-right:5px;
}

label.min{
    float:left;
    margin:2px;
    display:block;
    width:74px;
    font-weight:bold;
}

.clearAll{
    clear:both;
}

/* classes */

