html{
    background-color: #EFEFEF;
}

body{
    background-color: #EFEFEF;
    font-family: Arial, Sans-serif;
    font-size: 0.8em;
    padding-bottom: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper{
    width: 780px;
    margin: 0 auto;
    border-style: solid;
    border-color: #E9E9E9;
    border-width: 0 2px;
    background-color: #FFFFFF;
}

#shadow{
    border-style: solid;
    border-color: #E0E0E0;
    border-width: 0 2px;
}

#header{
    border-style: solid;
    border-color: #F0F0F0 #F0F0F0 #AFACAC #F0F0F0;
    border-width: 0 1px 1px 1px;
    height: 128px;
    position: relative;
}

#logo{
    background: transparent url('../img/logo.png') no-repeat center;
    text-indent: -10000px;
    display: block;
    float: left;
    width: 116px;
    height: 110px;
    margin: 10px 0 0 20px;
}

#logo a{
    display: block;
    height: 100%;
}

#menu-wrapper{
    position: absolute;
    top: 50px;
    right: -10px;
    height: 37px;
}

#menu-direita{
    width: 14px;
    background: transparent url('../img/menu_direita.png') no-repeat center;
}

#menu-esquerda{
    width: 14px;
    background: transparent url('../img/menu_esquerda.png') no-repeat center;
}

#menu{
    background: transparent url('../img/menu_tile.png') repeat-x center;
    padding: 0 18px;
}

#menu li{
    padding-top: 6px;
    padding-left: 20px;
    background: transparent url('../img/menu_bullet.png') no-repeat 6px 15px;
}

#menu, #menu li, #menu-direita, #menu-esquerda{
    float: left;
    height: 37px;
}

#menu .primeiro{
    padding-left: 0;
    background: none;
}

#menu .ultimo{
    margin-right: 0;
}

#menu li a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#content{
    background: #FAFAFA url('../img/banner_inicio.jpg') repeat-x top center;
}

#banner{
    height: 280px;
    width: 50%;
    float: right;
    color: #FFFFFF;
    text-align: right;
    margin-right: 30px;
}

#banner h2{
    font-size: 1.6em;
    margin: 20px 0;
}

#banner p{
    line-height: 1.4em;
}

#imagem-depoimentos{
    float: left;
    width: 280px;
    margin-left: 30px;
}

#banner-img{
    margin-top: 20px;
}

#banner-img.catraca{
    background: transparent url('../img/sombra.png') no-repeat 16px 294px;
}

#depoimentos{
    border: 2px solid #ECECEC;
}

#depoimentos .fundo{
    border: 1px solid #DEDEDE;
    background: #FEFEFE url('../img/depoimentosbg.png') repeat-x center top;
    padding: 20px;
}

#depoimentos p{
    margin: 0 40px 10px 0;
    line-height: 1.4em;
}

#detalhes-pessoa{
    margin-top: 20px;
    width: 100%;
}

#nome-empresa{
    float: right;
    text-align: right;
    margin: 46px 10px 0 0;
}

#nome-empresa p{
    margin: 2px 0;
}

#foto-pessoa{
    float: right;
    padding: 10px;
    border: 2px solid #DEDEDE;
}

#detalhes-produtos{
    width: 400px;
    float: right;
    margin: 85px 30px 0 0;
}

#detalhes-produtos .produto h3{
    color: #ADD532;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 60px;
    background: transparent url('../img/dinheiro.png') no-repeat left center;
    line-height: 55px;
}

#detalhes-produtos .produto p{
    margin: 4px 0;
    line-height: 1.4em;
    text-align: justify;
    padding-left: 8px;
    font-size: 0.9em;
}

#footer{
    text-align: center;
    background: transparent url('../img/footerbg.png') no-repeat center top;
    height: 33px;
}

#footer ul{
    position: relative;
    top: 10px;
}

#footer li{
    padding-left: 16px;
    display: inline;
    background: transparent url('../img/footer_bullet.png') no-repeat 4px 8px;
}

#footer li.primeiro{
    padding-left: 0;
    background: none;
}

#footer li a{
    color: #7D7D7D;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 0.8em;
}

#rodape {
  background: #7D7DAA;
  text-align:center;
  font-size: 0.9em;
  height:40px;

}


.destaque1 {
  font-size: 18px;
  font-weight: bold;
}


.destaque2 {
  font-size: 18px;
  font-weight: bold;
  color: #FF8000;
}

.destaque3 {
  font-size: 18px;
  font-weight: bold;
  color:#fff;
}

.destaque4 {
  font-size: 18px;
  font-weight: bold;
  color:#f00;
}

.observacao {
  font-size: 12px;
  font-weight: bold;
  color:#000;
}


.lista1 {
  font-size: 14px;
  font-weight: bold;
  color: #FF8000;
  height:30px;
}

.lista2 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  height:20px;
}

.lista_ini {
  font-size: 18px;
  font-weight: bold;
  color: #5D4A60;
  height:30px;
}

.indica_pag{
  color:#f00;
}

.linha_par{
 background:#FFFFFF;height:40px;
}

.linha_imp{
 background:#E2EED5;height:40px;
}

#lk_contato a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
