﻿body 
{
    margin: 0px;
    background-image: url(../../imagens/background.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
.divMenu
{
    background-image: url(../../imagens/DivMenu.jpg);
    background-position: top;
    background-repeat: repeat-y;
}
.backT
{
    background-image: url(../../imagens/backTorre.jpg);
    background-repeat: repeat-y;
    background-position: top;
}
.topBox
{
    background-image: url(../../imagens/TopBox.gif);
    background-position: top;
    background-repeat: repeat-x;
}
.baseBox
{
    background-image: url(../../imagens/BaseBox.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
.leftBox
{
    background-image: url(../../imagens/LeftBox.gif);
    background-position: left;
    background-repeat: repeat-y;
}
.rightBox
{
    background-image: url(../../imagens/RightBox.gif);
    background-position: right;
    background-repeat: repeat-y;
}
.backBack
{
    background-image: url(../../imagens/backBack.jpg);
    background-position: top;
    background-repeat: repeat-y;
}
.txtMenuFabricante
{  
    font-family: Verdana;
    font-size: 11px;
    color: White;
    text-decoration: none;
}
.txtMenuFabricante:hover
{  
    color: Red;

}
.txt
{  
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    text-decoration: none;
}
.txtAzzurra
{  
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
.txtMenu
{  
    font-family: Verdana;
    font-size: 12px;
    color: White;
    text-decoration: none;
}
.txtMenu:hover
{  
    color: Red;
}
.txtMenuRodape
{  
    font-family: Verdana;
    font-size: 10px;
    color: Black;
    text-decoration: none;
}
.txtMenuRodape:hover
{  
    color: #005197;
}
.txtFone
{
    font-family: Verdana;
    font-size: 11px;
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
.img
{
    padding: 1px;
}
.txtProd
{
    font-size: 10px;
    font-family: Verdana;
    text-decoration: none;
    color: Black;
    padding: 2px;
}