body{
    margin: 0;    
    font-family: "trebuchet ms", thomas;
    color: #000;
}

h1,h2{
    color: #666;
    font-size: 30px;
    margin-top: 40px;
}

h3{
    color: #000;
    font-size: 20px;
 
}


li{
   margin-bottom: 15px;
   list-style-position: inside;
   font-weight: bold;
}



/*li:first-letter{
 
}

*/

.largurasite{ 
    width: 900px;
    height: auto;
    margin: auto;
}

.conteudo{
    width: 900px;    
    height: auto;
    border-bottom: 3px solid #FF4500;
    display: table; /*se comporte com uma tabela*/
}

.conteudo:first-child{
    margin-top: 50px;
}    

.conteudo img{
    vertical-align: bottom;
    /*float: left;*/
}

.img-home{  
 
  float: center;
}

.img-clientes{
	border: #73b9ff Solid 0px;
}


.img-topo{
  float: right;
  margin-bottom: 10px;  
}

.produtos{
   
}

.contato{
  float: right;
  margin-bottom: 10px;  
}


#topo{
    width: 100%;
    height: 30px;
    background-color: #E46C0A;
    position: fixed;
    top: 0;
}

#menu{
    width: auto;
    height: auto;
    margin-top: 3px;
    text-align:center;
}

#menu a{
    color: #FFF;
    text-decoration: none;
    font-family: tahoma;
    margin-left: 50px;
}

#menu a:hover{
    color: #25820B;
}

#imagem-home{
    float: left; 
    margin-top: 30px;
    margin-left: 60px;
}


#conteudo-home{
    width: 545px;
  margin-left: 30px;
   
    float: left;

}

#redesocial{  
      text-align: center;
}

#rodape{
    width: 100%;   
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #25820B;
    padding: 15px 0;
}


a:link{ 
 text-decoration:none;
} 

a:hover{
text-decoration:underline;color:#009900;
} 
