/* Definições gerais */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
    background: url(../images/header.png) top repeat-x;
}

h1 {
    color: #105f33;
    margin-bottom: .5em;
    font-size: 18px;
}

p {
  margin-bottom: 1em;
  text-indent: 10px;
}

a img { border: none; }

/* Classes genéricas */
.clear { clear: both;}
.left{ float: left; }
.right{ float: right; }
.justify{ text-align: justify; }
.center{ text-align: center; }
img.blur { background: url(../images/blur.png); padding: 2px;}
.leia-mais a { color: #007936; text-decoration: none; display: block; text-align: right; }
.leia-mais a:hover { text-decoration: underline; }

.box-280.border-left{
    background: url(../images/border_bg.png) left repeat-y;
    padding-left: 40px;
    width: 240px;
}

/* Corpo do site */
div#site-body {
    width: 900px;
    margin: auto;
}
div#rodape {
    background: url(../images/bg_bottom.png) bottom center no-repeat;
    height: 270px;
    margin-top: -280px;
}

/* Definições box */

.box-500 { width: 500px; padding-top: 10px; padding-bottom: 10px; }
.box-330 { width: 330px; padding-top: 10px; padding-bottom: 10px; }
.box-215 { width: 215px; padding-top: 10px; padding-bottom: 10px; }
.box-280 { width: 280px; padding-top: 10px; padding-bottom: 10px; }

/* Cabeçalho do site */
div#header {
    height: 127px;
}

div#header .logo {
    margin-top: 20px;
}

div#header .info-header {
    text-align: right;
    padding: 1em 0;
}

div#header .info-header .tele-vendas h2 {
    font-size: 23px;
    color: #555555;
    font-weight: bold;
}

div#header .info-header .tele-vendas h3 {
    font-size: 23px;
    color: #555555;
    font-weight: lighter;
}

div#header .info-header .frase-info {
    margin-top: 30px;
    font-size: 13px;
    color: #24761e;
}


/* Menu do Topo */
div#top-menu {
    height: 35px;
    padding: 0 21px;
}

div#top-menu ul li {
    float: left;
}

div#top-menu ul li a {
    display: block;
    padding: 10px 33.7px 11px;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
}

div#top-menu ul li a:hover {
    background: url(../images/menu_bg.png);
    color: #2a8b23;
}

/* Conteudo do Site */
div#content {
    margin-top: -4px;
    padding: 20px 32px 15px;
    background: url(../images/bg_top.png) top center no-repeat;
}

/** Pagina Inicial **/

#destaques-box {
    margin-bottom: 1em;
}

#destaques-box b{
    color: #777;
}

#destaques {
    width: 492px;
    height: 252px;
    padding-top: 8px;
    padding-left: 8px;
    background: url(../images/bg_destaque.png) center;
}

#destaques-nav {
    float: right;
    padding-right: 10px;
    margin-top: 5px;
}

#destaques-nav div.controle {
    float: left;
    padding: 4px 7px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    margin-left: 3px;
}

#destaques-nav div.controle.selected {
    color: #FFF;
    background: #ac0d12;
}

#vida-natural {
    text-align: justify;
}

#form-newsletter input[type=text] {
    background: url(../images/input_bg.png) transparent;
    border: none;
    font-size: 12px;
    color: #555;
    padding: 5px 5px 7px;
    width: 203px;
    margin-bottom: 1em;
}

#form-newsletter input[type=submit], .botao{
    background: url(../images/btn_bg.png) transparent;
    border: none;
    font-size: 12px;
    padding: 5px 5px 4px;
    color: #FFF;
    margin-bottom: 1em;
    margin-right: 2px;
}

#entregas-box {
    margin-bottom: 1em;
}
#convenios-list {
    width: 205px;
    height: 92px;
    overflow: hidden;
}
#convenios-list ul li {
    float: left;
    margin: 0px 20px;
}

#unidades p{
    text-indent: 0px;
    font-size: 12px;
    text-align: justify;
    margin: 5px;
}

#unidades .subtexto{
    font-size: 11px;
    margin: 0px;
}

.noticias a{
    text-decoration: none;
    color: #105f33;
}

.tbl_body{
  height: 30px;
}

.text-destaque a{
  color: red;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.developer{
  text-align: right;
  font-size: 10px;
  color: #444;
  padding: 3px;
}

.developer a{
  text-decoration: none;
  font-weight: bold;
  color: #006600;
}