@charset "iso-8859-1";
/* CSS Document */

body {
	background:url(../imagens/fundo.png) repeat-x #282929;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}
html,body{
height:100%;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
}
a:active {
	color: #333;
}

h1{
	font-size:20px;
	color:#000;
	font-weight:bold;
}



/* Imagens de Fundo da Páginas*/
#geral-p1{
	width:970px;
	height:600px;
	margin:0px auto;
	background:url(../imagens/fundo-p1.png) center top no-repeat;
}




/* Divs Gerais do Layout */
#logo{
	width:290px;
	height:80px;
	margin:0px;
	padding: 6px 0px 0px 20px;
	float:left;
}
#slogan{
	width:210px;
	height:70px;
	margin:0px;
	padding: 10px 0px 0px 100px;
	float:left;
}

#topo{
	width:970px;
	height:100px;
	background:url(../imagens/fundo-topo.png) center top no-repeat;
}


#menu-fundo{
	width:970px;
	height:54px;
	background:url(../imagens/fundo-menu.png) center top no-repeat;
	margin:170px 0px 0px 0px;
}

#conteudo-topo{
	width:970px;
	height:49px;
	background:url(../imagens/fundo-conteudo-topo.png) center top no-repeat;
}
#conteudo{
	width:970px;
	height:auto;
	background:url(../imagens/fundo-conteudo.png) center top repeat-y;
	float:left;
}
#conteudo li{
	margin:2px 0px 8px 0px;
}
#conteudo-rodape{
	width:970px;
	height:49px;
	background:url(../imagens/fundo-conteudo-rodape.png) center top no-repeat;
	float:left;
}

#rodape{
	width:970px;
	height:111px;
	background:url(../imagens/fundo-rodape.png) center top no-repeat;
	float:left;
}
#rodape1 h2{
	font-size:16px;
	color:#d0d0d0;
	font-weight:bold;
	margin:0px;
	padding: 0px 0px 5px 0px;
}
#rodape1{
	font-size:12px;
	color:#d0d0d0;
	padding: 20px 0px 0px 30px;
	width:450px;
	float:left;
}
#rodape2{
	padding: 10px 50px 0px 0px;
	width:350px;
	float:right;
	text-align:right;
}

#texto{
	width:800px;
	height:auto;
	margin:auto;
	padding: 10px 30px;
}

#u2net{
	padding:15px 20px;
	color:#666;
	font-size:10px;
	text-align:center;
	float:right;
}
#u2net a{
	color:#999;
	font-size:10px;
}

/*----Menu Topo----*/
#menu-topo ul {
	 width: auto;
	 padding:0px;
	 margin:50px 0px 0px 70px;
	 list-style:none;
	 float:left;

}

#menu-topo ul li { display: inline;}

#menu-topo  ul li a {
	 font:12px arial;
	 color: #666;
	 text-decoration: none;
	 padding: 7px 22px;
	 background:url(../imagens/fundo-bt.png) center top no-repeat;
	 margin: 0px 3px;
	 float:left;
}
#menu-topo  ul li a:hover {
	color: #000;
}



/*----Menu----*/
#menu{
	position:absolute;
	height:auto;
	margin:-9px 0px 0px 0px;
}
#menu ul {
	 width: auto;
	 padding:0px;
	 margin:0px 0px 0px 30px;
	 list-style:none;
	 float:left;

}

#menu ul li { display: inline;}

#menu  ul li a {
	 font:11px arial;
	 color: #d5d5d5;
	 text-decoration: none;
	 padding: 32px 22px;
	 margin: 0px 5px;
	 float:left;
}
#menu  ul li a:hover {
	color: #fff;
}
#menu #current a{
	background:url(../imagens/fundo-menu-active.png) center top no-repeat;
	color:#111d19;
}


label,  input {   
display: block;   
float: left;   
}   
 
label {    
text-align: right;   
width: 50px;   
padding-right: 20px;   
padding-bottom: 10px;   
} 
br {   
clear: left;   
}  
fieldset {
	padding: 10px;
	font-size: 12px;
	color:#666;
}
legend {
	font-size: 14px;
	color: #ccc;
	margin: 0px;
	padding:0px 5px;
	font-weight: bold;
}
.mensagem{
	height:100px;
}





input.required, textarea.required {
	border: 1px solid #ccc;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	background:#FFD9D9;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #090;
	background:#D7FFD7;
	color : #000;
}

.validation-advice {
	margin: 0px 0px 4px 0px;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-family:Verdana;
	font-size:10px;
	width:324px;
	*width:326px;
	float:left;
}
.validation-advice { width /*\**/: 326px\9 }

