body 
{
    color: #4F3C29; 
    font: 62.5% 'arial narrow', arial, sans-serif; 
    background: #FFFFFF; color: #190E00
}
* 
{
    margin: 0; 
    padding: 0;
}
img {border: 0;}
a {cursor: pointer; color: #B18900; text-decoration: none }
a:hover { color: #663333; text-decoration: underline }
.Hidden {display: none;}
.Global 
{
    width: 1000px; 
    text-align: left;
}

/* header */
.header
{
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(images/bg_fundo_2.jpg);
    background-repeat: repeat;
    display: block;
    height: 177px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    width: 1000px;
}
.Logo{position: absolute; width: 320px; height: 71px; top: 48px; left: 55px;}
	.Logo h1{width: 320px; height: 71px; background: url(images/Logotipo.png) no-repeat top left;}
		.Logo a{display: block; width: 320px; height: 71px;}
			.Logo img{display: none;}
/* fim header */

/* conteúdo */
.Conteudo { min-height: 600px;}

.Menus 
{
    min-height: 600px;
    width: 250px; 
    float: left;
    /*background-color: black;*/
}
.Title
{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 900px; 
    font-size: medium;
}
.Title h3
{
    color: #993300;
}
.TitleBar
{
    background-color: #e9e5c2;
    color: #993300;
    width: 650px;
    font-weight: bold;
    font-size: medium;
    position: absolute;
    left: 250px;
}
.Questions
{
    padding-top: 30px;
    padding-bottom: 20px; 
    font-size: medium;
}
.rbList
{
    color: #b38901;
    width: 900px;
    font-weight: bold;
    font-size: medium;
}
.Comment
{
    font-size: medium;
}
.send 
{
    float: left;
    padding-top: 10px;
}
span.enviar 
{ 
    cursor: pointer; 
    font-size: 1em; 
    color: #B18900; 
    text-transform: uppercase;
    background: url(../images/send.gif) no-repeat center left;
    padding-left: 23px;
}
span.enviarHover 
{
    color: #663333; 
    background: url(../images/send.gif) no-repeat center left!important;
}

.status
{
    padding-top: 25px;
    color: red;
    font-weight: bold;
    font-size: medium;
}
/* fim conteudo */

/* Footer */
.Footer
{
    background: url(../images/FundoFooter.gif) no-repeat top left; 
    height: 49px; 
    width: 1000px; 
    margin-top: 30px; 
    float: left; 
    clear: both;
}
.Copyright
{
    float: left; 
    width: 460px; 
    font-size: 1.3em; 
    color: #190E00;
    padding: 10px 20px 0 312px;
}
	
.LinksFooter
{
    float: left;
}
.LinksFooter ul
{
    list-style: none; 
    height: 40px;
}
.LinksFooter ul li
{
    float: left; 
    padding-top: 10px;
    }
.LinksFooter ul li a
{
    text-decoration: none; 
    color: #996600; 
    text-transform: uppercase;
    font-size: 1.1em;
    float: left;
    margin: 0 10px 0 10px;
}
.LinksFooter ul li a:hover, .LinksFooter ul li a.activo 
{
    text-decoration: underline;
}
.LinksFooter .Separador	
{
    display: block; 
    height: 8px; 
    width: 8px; 
    background: url(../images/separadorMenuSup.gif) no-repeat top left; 
    margin-top: 3px; 
    float: left;
}
/* Fim Footer */
