/* Geral */
body {
	margin: 0px; 
	padding: 0px;
	text-align: center;
}
#pagina {
	width: 800px;
	position: relative;
	border: 1px solid #523B2C;
	background: #ffffff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.spacer_5_5 {
	width: 5px;
	height: 5px;
	display: inline;
}

.spacer_5 {
	height: 5px;
	overflow: hidden;
}

.botao {
	padding: 0 2 0 2;
	height: 22px;
	background: #B58A6A;
	color: #EEEADF;
	border: 0px;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0 0 0;
	border: 1px solid #EEEADF;
}

.campo {
	height: 25px;
	border: 1px solid #E5D9B1;
}

.label {
	font-size: 10pt;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Fim Geral */

hr {
	height: 1px;
	color: #E3D4AB;
}

/* Topo */
#topo {
	height: 100px;
	background: #ffffff URL('../img/bg_topo_1.jpg') repeat-x;
	overflow: hidden;
}
#topo #barrinha {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	text-align: right;
	padding: 3 10 0 0;
}
#topo #barrinha img {
	cursor: pointer;
}
#topo #logo {
	position: absolute;
	top: 5px;
	left: 35px;
}
#fita {
	width: 100%;
	height: 80px;													
}
#fita img {
	width: 100%;
	height: 80px;
	border: 0px;
	margin: 0px;

}
#rama {
	position: absolute;
	top: 20px;
	left: 583px;
}

/* Menu */
#menu {
	margin-top: 75px;
	height: 20px;
	_overflow: hidden;
	text-align: left;
	padding-left: 150px;
	_padding-left: 105px;
}
#topo #menu ul {
	list-style: none;
	padding: 0px;
}
#topo #menu ul li {
	display: inline;
	height: 10px;
	width: 80px;
	padding: 0px 1px;
	border-right: 1px solid #8A8371;
	text-align: center;
}
#topo #menu ul li.ultima {
	border-right: 0px;
}
#topo #menu ul li a {
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #8A8371;
	font-weight: bold;
}
#topo #menu ul li a:hover {
	text-decoration: underline;
	color: #8A8371;
}
/* Fim Menu */
/* Fim Topo */

/* Corpo */
#corpo {
	width: 790px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	margin: 5 auto 5 auto;
}

/* Fim Corpo */

/* Sub Menus */
#sub_menus {
	display: none;
	position: absolute;
	top: 94px;
	left: 224px;
	background: #F9F5E9;
	border: 1px solid #523B2C;
	text-align: left;
	padding: 5px;
}
#sub_menus ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height:10px;
}
#sub_menus ul li {
	height: 16px;
	width: 200px;
}
#sub_menus ul li a{
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #8A8371;
	font-weight: bold;
	min-width:100%;
	width: 100%;
	height: 100%;
	border: 1px solid #F9F5E9;
	padding: 2px;
}

#sub_menus ul li a:hover{
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #523B2C;
	font-weight: bold;
	background: #E4D8B0;
	border: 1px solid #B48365;
}
/* Fim Sub Menus */

/* Rodape */
#rodape {
	background: #FAF4E8;
	font-family: verdana;
	font-size: 10pt;
	color: #947944;
	line-height: 20px;
	height: 20px;
	clear:both;
}
/* Fim Rodape */