/* CSS Document */
* {
    margin:0;
    padding:0;
}
body{
    font: normal 12px/1.5 "Helvetica", Arial, sans-serif;
    background-image:url(../imagens/bg.png);
    background-repeat: repeat-x;
}

p {
    margin: 10px 0;
}
a:link {
    text-decoration: none;
    color: #36424a;
}
a:visited {
    text-decoration: none;
    color: #36424a;
}
a:hover {
    text-decoration: underline;
    color: #36424a;
    font-weight:bold;
}
a:active {
    text-decoration: underline;
    color: #36424a;
}


#principal {
    margin: 0 auto;
    width: 960px;
    padding-top: 20px;
}

#topo {
    clear: both;
}
#topo_logo {
    float: left;
    width:  260px;
}
#topo_menu {
    float: right;
    width:  600px;
    padding-top: 120px;
}
#menu {
    clear: both;
    height: 75px;
    margin-top: 4px;
}
#menu ul{
    float: left;
    padding: 3px 20px;
    color: #3387bd;
    text-align: right;
}
#menu ul li a, #menu ul li  {
    float: left;
    list-style: none;
    color: #3387bd;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: bold;
    border-right: 1px solid #f0f0f0;
}
#menu ul li a:hover{
    color: orange;
    text-decoration: none;
    font-weight: bold;
}


#topo_menu ul{
    float: right;
    color: #6b6b6b;
}
#topo_menu ul li a, #topo_menu ul li  {
    float: left;
    list-style: none;
    color: #6b6b6b;
    font-size: 14px;
    padding: 0px 10px;
    font-weight: bold;
}
#topo_menu ul li a:hover{
    color: orange;
    text-decoration: none;
    font-weight: bold;
}


#conteudo {
    clear: both;
    padding: 5px;
}
#rodape {
    clear: both;
    margin-top: 30px;
}
#barra_navegacao {
    clear: both;
    margin: -30px 0px 30px 0px;
    font-style: italic;
    padding-left: 5px;
}
#produtos {
    clear: both;
    padding: 10px 0px;
}
.produto_mini {
    float: left;
    width: 210px;
    height: 140px;
    padding: 5px;
}
.produto_categoria{
    text-align: center;
    color: orange;
    clear: both;
}
.produto_foto{
    text-align: center;
    clear: both;
}
.produto_nome {
    text-align: center;
    color: gray;
    clear: both;
}
#pg_produto_content{
    clear: both;
}
#pg_produto_h1 {
    clear: both;
}
#pg_produto_h1 h1 {
    clear: both;
    color: orange;
    font-size: 14px;
    font-weight: bold;
}
#pg_produto_left {
    float: left;
    width: 550px;
}
#pg_produto_right {
    float: left;
    width: 400px;
}
#pg_produto_foto_principal {
    clear: both;
}
#pg_produto_descricao {
    clear: both;
}
#erro {
    clear: both;
    color: red;
}
