/*
    Document   : principal.css
    Created on : 19/07/2009, 14:32:33
    Author     : Elton
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

*{
    margin: 0;
    padding: 0;

}

img{
    border:0;
}

#geral{
    margin:0;
    padding:0;
    width: 980px;
    font: 11px arial, verdana,sans-serif;
    color: #6d6e71;
    background: url(../imagens/lateral2.jpg) repeat-y;
}

#geral #esquerda{
    width: 397px;
    height: 717px;
    float: left;
    background: url(../imagens/lateral.jpg) repeat-y;

}

#geral #esquerda ul{
    margin: 154px 0 0 0;
    padding: 0;
    list-style: none;
}

#geral #esquerda ul li{
    height: 15px;
    text-decoration: none;
}

#geral #esquerda ul li a{
    display: block;
    width: 252px;
    font: 11px verdana, arial, sans-serif;
    color: white;
    height: 15px;
    text-decoration: none;
    text-indent: 45px;
}

#geral #esquerda ul li a:hover{
    background: url(../imagens/fundo_menu.gif) no-repeat;

}

#geral #esquerda #btn_home{
    display: block;
    width: 32px;
    height: 44px;
    background: url(../imagens/btn_home.png);
    text-indent: -9999px;
    overflow: hidden;
    margin: 52px 0 10px 45px;
    float:left;
}

#geral #esquerda address{
    display: block;
    width: 210px;
    position: absolute;
    top: 540px;
    left: 30px;
    font: 10px verdana, arial, sans-serif;
    color: white;
}

#geral #esquerda address a{
    font: 10px verdana, arial, sans-serif;
    color: white;
    text-decoration: none;
}

#geral #esquerda address a:hover{
    text-decoration: underline;
}

#geral #direita{
    margin:0;
    padding:0;
    float: left;
    width:550px;
}

#geral #direita #conteudo{
    float: left;
    margin:0;
}

#geral #direita #conteudo h1{
    display: block;
    float: left;
    min-width: 162px;
    height: 21px;
    background: #A6A5A6 url(../imagens/titulo.gif) no-repeat;
    padding: 84px 20px 0 0;
    font: 11px verdana, arial, sans-serif;
    letter-spacing: -1px;
    color: #ffffff;
    text-indent: 18px;
    border-bottom: 7px solid #C6C5C6;
}

#geral #direita #conteudo h1 a{
    color: #ffffff;
}

#geral #direita #conteudo h1 a:hover{
    color: #ffffff;
	text-decoration:underline;
}

#geral #direita #conteudo #qualidade{
    margin: 22px 0 0 0;
    float: right;
}

#tradutor{
    float: right;
    padding: 20px 0 0 0;
}
#geral #direita #conteudo #texto{
    clear: both;
    padding: 0;
    display: block;
    font: 11px arial, verdana,sans-serif !important;
}

#geral #direita #conteudo #texto p{
    font: 10px verdana, arial, sans-serif;
}

#geral #direita #conteudo #texto table tr td{
    font: 10px verdana, arial, sans-serif;
}

#geral #direita #conteudo a{
    color: #38577e;
    text-decoration: none;
}

#geral #direita #conteudo a:hover{
    text-decoration: underline;
}

#bHome{
    padding-top: 20px;
    list-style: none;
    width:550px;
	float:left;
}
#bHome ul{
    list-style: none;
}
#bHome ul li{
    padding: 3px;
    color: #504E4F;
}
#bHome ul li a{
    display: block !important;
    font: 12px verdana !important;
    color: #504E4F !important;
}

#bHome ul li a:hover{
    text-decoration: none !important;
    background: url(../imagens/hover.png) !important;

}

#contato{
	width:550px;
}

#contato h2{
    color: black;
    font: 16px arial;
    font-weight: bold;
}

#contato fieldset{
    width: 350px;
    border: 0;
    margin-top: 40px;
}

#contato fieldset legend{
    font-weight: bold;
    padding-left: 45px;
    color: #6d6e71;
    font-size: 14px;
}

#contato label{
    clear: both;
    float: left;
    padding: 5px;
    width: 45px;
}

#contato input, #contato textarea, select{
    width: 270px;
    float: left;
    margin: 5px;
    font: 12px arial;
    color: #6d6e71;

}

#contato textarea{
    clear: both;
    height: 80px;
    margin-left: 50px;
    font: 12px arial;
    color: #6d6e71;
}


#form_news fieldset{
    border:0;
    width:630px;
    height:20px;
    text-align:left
}

#form_news #enviar{
    width: 100px;
    margin:0 5px;
    font: 12px arial;
    color: #6d6e71;
    float:right;
}

#form_news label, input{
    float:left;
    margin-right:5px;
}

.h2{
    color:#FF6600;
    font: 16px arial;
    font-weight: bold;
}

#separador{
	width:550px;
	height:1px;
	float:left;
}

#box_conteudo{
	padding-top: 20px;
	width:550px;
	float:left;
}
