@import url('reset.css');
body {
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background: url(../imgs/fundo.gif) top repeat-x #FFF;
}
a,a:visited {
	color: #000;
	text-decoration: none;
}
#content {
	margin: 0 auto;
	width: 770px;
}
#rodape {
	width: 100%;
	background: url(../imgs/grama.jpg) repeat-x #FFF bottom;
}
#rodape div {
	margin: 0 auto;
	width: 735px;
}
#rodape div .contato {
	width: 600px;
	margin-left: 20px;
	float: left;
	text-align: center;
	line-height: 18px;
}
#rodape div p address {
	display: block;
}
#rodape div ul {
	float: right;
	margin-right: 20px;
}
#rodape div ul li {
	display: inline;
}
#login {
	padding: 5px 0px;
}
#idioma {
	margin: 2px 0px;
	width: 300px;
	text-align: right;
}
#idioma ul li {
	display: inline;
}
#idioma ul li img {
	cursor: pointer;
}
#menu {
	margin: 5px auto 10px;
	width: 735px;
	background: url(../imgs/menu_fundo.gif) repeat-x;
}
#menu ul,#menu img {
	float: left;
}
#menu ul {
	text-align: center;
	width: 717px;
	height: 28px;
}
#menu ul li {
	text-align: center;
	display: inline;
}
#menu ul li a,#menu ul li a:visited {
	color: #5B5138;
	font-weight: bold;
	margin: 0 20px;
	padding: 6px 15px;
	line-height: 28px;
}
#menu ul li a:hover {
	background: url(../imgs/menu_hover.gif);
}
#corpo {
	margin: 0 auto;
	width: 738px;
	line-height: 1.4em;
	font-size: 1em;
}
#corpo h1 {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #6B8974;
	margin-bottom: 15px;
}
#box {
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%; /* Para browser moderno */
	height: auto !important; /* Para browser moderno */
	height: 100%; /* Para o IE6 */
	width: 100%;
	z-index: 99;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
#aguarde {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 126px;
	height: 22px;
	margin: -11px 0px 0px -63px;
	z-index: 100;
}
/*--posiciona no bottom--*/
body,html { height: 100%; }
#wrap {
	position: relative;
	min-height: 100%; /* Para browser moderno */
	height: auto !important; /* Para browser moderno */
	height: 100%; /* Para o IE6 */
	min-width: 920px;
}
#content {
	padding-bottom: 175px;
}
#rodape {
	height: 165px;
	position: absolute;
	bottom: 0 !important;
}