@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

a{
	color:#313131;
}

ul{
	margin-left:30px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a2a00;
	background:#ae9a63 url(../images/bg.gif) repeat-x top;
}

.meio{
	width:1000px;
	margin:0 auto;
}


.linha_form{
	float:left;
	width:450px;
	padding:5px;
}

	.linha_form label{
		float:left;
		width:90px;
	}
	
	.linha_form input, .linha_form textarea{
		border:1px solid #313131;
		border-left-width:2px;
		background:#837246;
		color:#313131;
		padding:2px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	#button_box{
		margin-top:20px;
		float:left;
		width:100%;
		border-top:1px solid #313131;
	}

	.button{
		width:200px;
		padding:3px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		float:right;
		background:#313131;
	}

	#noticeNews, #errorExplanation{
		font-weight:bold;
		font-size:14px;
		color:#990000;
	}
	#noticeNewsFooter{
		font-weight:bold;
		font-size:12px;
		color:#e5ca8b;
	}
	
	p{
		margin-bottom:10px;
	}

/**************
  		TOPO
***************/
#topo{
	float:left;
	height:54px;
	width:100%;
	background:#000000 url(../images/topo_bg.gif) repeat-x top;
}

/**************
	 	Conteudo
***************/

.paginacao{
	float:left;
	width:400px;
	padding:7px;
	background:#d0c4a5;
}

.data{
	font-size:10px;
	font-weight:bold;
	float:left;
	width:100%;
	margin-bottom:-5px;
}

.item_noticia{
	float:left;
	width:380px;
	background:url(../images/bg_item_noticia.jpg) no-repeat left top;
	margin-bottom:10px;
	min-height:90px;
	padding:10px;
}

.item_noticia img{
	float:left;
	padding:5px;
}

#conteudo{
	float:left;
	width:100%;
	margin-bottom:20px;
}

.imagem_conteudo{
	float:left;
	width:100%;
	padding-top:160px;
	margin-top:-15px;
}

#conteudo_texto{
	float:left;
	width:450px;
	margin-top:50px;
}

#menu{
	float:left;
	width:450px;
}

#menu_topo{
	float:right;
	list-style:none;
	margin:0px;
}

	#menu_topo li{
		display:inline;
	}

/**************
		Rodapé
***************/

#rodape{
	color:#e5ca8b;
	float:left;
	width:100%;
	background:#0d0d0d url(../images/bg_rodape.gif) repeat-x top;
	padding-top:8px;
	padding-bottom:10px;
}

#rodape a{
	color:#e5ca8b;
}

#footer_shop{
	float:left;
	width:280px;
}

  #footer_shop a{
    text-decoration:none;
  }

	#footer_shop img{
		border:1px solid #5b4f31;
	}

#footer_shop .product_area{
  float:left;
  height:110px;
}

#footer_shop_tit{
  float:left;
  width:100%;
}

#footer_shop_tit img{
  border:none !important;
}

#footer_shop .img_area{
  float:left;
  width:90px;
}

#footer_galeria{
	float:left;
	padding:0px 10px;
	width:400px;
}

	.photo{
		width:414px;
		float:left;
		margin-bottom:10px;
	}	
	
		.photo_img img{
			float:left;
			margin:2px;
			border:1px solid #5b4f31;
		}

#footer_newsletter{
	float:left;
	width:240px;
	margin-left:20px;
}

#footer_newsletter label{
	float:left;
	width:45px;
	padding-top:5px;
}

.footer_tit{
	margin-bottom:10px;
	border:none;
}

.button_news{
	background:none;
	float:right;
	width:48px;
	height:14px;
	background:url(../images/bt_enviar_news.gif);
	border:none;
}

.fundo_formulario{
	float:left;
	width:170px;
	height:12px;
	background:url(../images/bg_input.gif);
	border:none;
	margin:5px 0px;
	padding:3px;
	color:#e5ca8b;
	font-size:10px;
}

#mensagem_home a{
	color:#FFF;
}

#mensagem_home{
	color:#FFF;
	position:fixed;
	top:50%;
	left:50%;
	background:#000;
	width:610px;
	height:510px;
	margin-left:-305px;
	margin-top:-255px;
	padding:5px;
}

#scraps{
	position:relative;
	width:320px;
	overflow:hidden;
	border:solid 1px #352106;
	background:#ae9a63 url(../images/bg.gif) repeat-x top;
}

#scrap{
	padding:10px;
}

.scraps_bt_voltar{
  float:left;
  margin-top:70px;
  font-weight:bold;
  text-decoration:none;
}

.scraps_paginate{
  margin:5px;
  text-align:center;
  width:315px;
}

.scraps_paginate a{
  text-decoration:none;
  font-weight:bold;
}