body {
    background-color: #fff6d8;;
    background-image: url(cabecalhos_back.png);
    background-repeat:  no-repeat repeat; 
    background-position:   center left; 
    padding: 25px 20px 30px 155px; 
  }
  h1 {
    color: white;
  }
  ::-moz-placeholder{
    color: #ddd;
    font-style: italic;
    font-size: 0.8em;
}

::placeholder{
    color: #ddd;
    font-style: italic;
    font-size: 0.8em;
}

label{
    display: block;
    margin-top: 7px;
    float: left;
    width: 60px;}
    nav{
    background-color: black;
    overflow: auto;
    clear: both;
    margin-top: 10px;


}
nav ul{
    list-style: none;
    padding-left: 0;
    margin-top: 1px;

}
nav ul li{
    float: left;
}


nav ul a{
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    padding: 8px 50px;
    line-height: 2em;

}

#inicial a[href="index.html"],
#quemsomos a[href="quem-somos.html"],
#produtos a[href="produtos.html"],
#banhoetosa a[href="banho-e-tosa.html"],
#curiosidades a[href="curiosidades.html"]{
    background-color: #cc1111;
}

#inicial aside{
    width: 230px;
    float: left;
    margin-top: 30px;

}
#inicial main{
    width: 490px;
    float: left;
    margin: 30px 25px 10px;
}
ul li a{color:white;}

 body header {
    width: 600px;
}
