/* CSS Otherland */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center; 
	background: #EFEEE2 url(imagens/bg.jpg) repeat-x top;
}

/* Topo */
.topo {
	margin: 0 auto;
	text-align: left;
	width: 771px; height: 136px;
	background: url(imagens/bg_topo.jpg) no-repeat bottom;
}

.ferramentas {
	text-align: right;
	width: 140px; height: 30px;
}

.ferramentas img {
	margin: 7px 0 0 7px;
}

.area_restrita {
	float: right;
	height: 30px;
	padding-right: 5px;
}

.area_restrita input {
	background: url(imagens/bg_input.jpg) repeat-x bottom;
	border: 1px solid #D6D5CF;
	padding: 2px;
}

.menu {
	margin-top: 65px;
}

.menu img { cursor: }

.submenu {
	position: absolute;
	width: 122px;
	background: url(imagens/menu/meio_rodape.jpg) repeat-y;
	line-height: 16px;
}

.submenu a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #635F37;
	text-decoration: none;
	margin-left: 8px;
}

/* Corpo */
.corpo {
	margin: 0 auto;
	text-align: center;
	width: 771px;
	background: url(imagens/bg_corpo.jpg) no-repeat top;
}

/* Lateral Direita */
.lateral {
	float: right;
	width: 270px;
	margin-top: 20px;
}

/* Busca */
.busca table {
	width: 496px;
}

.busca input {
	background: url(imagens/bg_input.jpg) repeat-x bottom;
	border: 1px solid #D6D5CF;
	padding: 2px;
}

/* Conteudo */
.conteudo {
	text-align: left;
	padding: 5px 0 0 10px;
}

.produtos {
	text-align: center;
	width: 125px;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}

.produtos img {
	margin: 5px 0 5px 0;
}

.sobre {
	text-align: justify;
	width: 380px; height: 90px;
	background: url(imagens/bg_sobre.jpg) no-repeat;
	margin-top: 10px;
	padding: 15px 20px 0 85px;
}

.newsletter {
	background: url(imagens/bg_newsletter.jpg) no-repeat top;
	width: 485px;
	padding: 0 0 10px 0;
}

.newsletter div {
	float: left;
	background: url(imagens/bg_input_news.jpg) no-repeat;
	width: 110px; height: 18px;
	margin-top: 10px;
}

.newsletter input {
	border: 0;
	margin:2px 0 0 6px; *margin:1px 0 0 6px;
}

.area_restrita input {
	background: url(imagens/bg_input.jpg) repeat-x bottom;
	border: 1px solid #D6D5CF;
	padding: 2px; margin-left: 5px;
}

.paginacao {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #73704A;
	margin-top: 20px;
}

.paginacao a {
	color: #73704A;
	text-decoration: none;
}

.paginacao a:hover {
	text-decoration: underline;
}

.brad {
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #73704A;
	margin:10px 0 10px 0;
}

.brad a {
	color: #73704A;
	text-decoration: none;
}

.brad a:hover {
	text-decoration: underline;
}

/* Rodape */
.rodape {
	clear: both;
	background: url(imagens/bg_rodape.jpg) repeat-x;
}

.rodape div {
	margin: 0 auto;
	text-align: left;
	width: 751px; height:113px;
	background: url(imagens/bg_detalhe.jpg) no-repeat right top;
	padding: 10px 20px 0 0;
}

/* Formularios */

.formularios {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.formularios a {
	color: #000000;
}

.formularios input {
	border: 1px solid #D6D5CF;
	padding: 2px;
}

.formularios select {
	border: 1px solid #D6D5CF;
	padding: 2px;
}

.formularios textarea {
	border: 1px solid #D6D5CF;
	padding: 2px;
}

/* Texto Verde */
.texto_verde {
	font-family: 20px;
	font-style: italic;
	font-weight: normal;
	color: #00524D;
	padding-top: 5px;
}

/* Texto Preto */
.texto_preto {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.texto_preto p {
	text-align: justify;
	padding: 10px 0 0 10px;
}

.texto_preto a {
	color: #000000;
}

/* Texto Escuro */
.texto_escuro {
	font-family: Verdana;
	font-size: 10px;
	color: #00524D;
}

.texto_escuro h1 {
	font-size: 11px;
	font-weight: bold;
}
.texto_escuro h2 {
	font-size: 11px;
	font-weight: bold;
}
.texto_escuro span {
	float: right;
	font-size: 9px;
}

.texto_escuro a {
	color: #00524D;	
	text-decoration: none;
}

.texto_escuro a:hover {
	text-decoration: underline;
}
