@charset "utf-8";
/*ESQUELETO*/
body {
	background-color: #333333;
	background-image: url(../imagens/bg_rizzatto.gif);
	background-repeat: no-repeat;
	background-position: center 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#geral {
	background-image: url(../imagens/bg_topo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	background-image: url(../imagens/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu img {
	display: none;
}
#menu div.flash {
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	width: 885px;
}


#miolo {
	background-image: url(../imagens/bg_conteudo.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	text-align: center;
	padding: 1px;
}
#conteudo, #rodape div {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#rodape {
	background-image: url(../imagens/bg_rodape.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	text-align: center;
}
#rodape div {
	text-align: right;
}
#rodape div a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#rodape div a:hover {
	text-decoration: underline;
}

br[clear="all"] {
	clear: both;

}
#conteudo .destaque {
	float: left;
	width: 50%;
	text-decoration: none;
	text-align: center;
	height: 335px;
}
#conteudo  .destaque h1 {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #333333;
	background-image: url(../imagens/destaque_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
input[type="text"], select, textarea {
	width: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00396B;
	border-right-color: #D8E0E8;
	border-bottom-color: #D8E0E8;
	border-left-color: #00396B;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}
input[type="text"]:focus, select:focus, textarea:focus, input[type="text"]:hover, select:hover, textarea:hover {
	background-color: #EEF2F5;
	border-top-color: #00396B;
	border-right-color: #00396B;
	border-bottom-color: #00396B;
	border-left-color: #00396B;
}
label {
	display: block;
}
label:hover {
	background-color: #EEF2F5;
}
