* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
    border: 0;
}
body, html 
{
    background-image: url(Imagens/fundo.jpg);
    color: #000000; 
    font-family: Arial, Verdana;
    background-color: #eee; 
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}


#mainContainer {
    width: 778px;
    margin: 0 auto;
    background: #FFFFFF;
    text-align: left;
}
/**************************
HEADER
**************************/
#header {
    padding: 0px;
}
#menu 
{
    background-color: #A06E49;
    color: White;
    height: 26px;
    text-align: center;
    padding-top: 4px;
    font-size: 18px;
}

#mn0
{
    width: 155px;
    float: left;
    border-right: dashed 2px white;
}

#mn1
{
    width: 155px;
    float: left;
    border-right: dashed 2px white;
}

#mn2
{
    width: 155px;
    float: left;
    border-right: dashed 2px white;
}

#mn3
{
    width: 155px;
    float: left;
    border-right: dashed 2px white;
}

#mn4
{
    width: 145px;
    float: left;
}

a.lkMenu
{
    color: White;
    text-decoration: none;
}
a.lkMenu:hover
{
    font-weight: bold;
}
/**************************
CONTENT AND COLUMNS
**************************/
#content {
    width: 778px;
    background: #FFFFFF;
}

/**************************
FOOTER
**************************/
#footer {
    width: 778px;
    height: 35px;
    margin: 0 auto;
    background-color: #A06E49;
    color: White;
}

#ftLeft
{
    font-style: italic;
    text-align: left;
    float: left;
    width: 370px;
    padding-top: 4px;
    padding-left: 8px;
}

#ftRight
{
    float: left;
    padding-top: 7px;
    padding-right: 10px;
    text-align: right;
    width: 380px;
    font-size: 18px;
}

/**************************
Divs
**************************/
#dvPrincipal
{
    height: 750px;
    background-image: url(Imagens/fPrincipal.jpg);
    background-position: center bottom;
    background-repeat: no-repeat; 
}

#dvContato
{
    height: 320px;
    background-image: url(Imagens/fContato.jpg);
    background-position: center bottom;
}

#dvOrcamento
{
    height: 400px;
    background-image: url(Imagens/fOrcamento.jpg);
    background-position: center bottom;
}

#dvProdutos
{
    height: 400px;
    background-image: url(Imagens/fProdutos.jpg);
    background-position: center bottom;
}

table.tbProdutos
{
    width: 778px;
    height: 400px;
    background-image: url(Imagens/fProdutos.jpg);
    background-position: center bottom;
}

td.tdProdutos
{
    vertical-align: top;
}

table.tbOrcamento
{
    width: 778px;
    height: 460px;
    background-image: url(Imagens/fOrcamento.jpg);
    background-position: center bottom;
}

td.tdOrcamento
{
    vertical-align: top;
}