@charset "utf-8";

*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

html, body, #conteudo {height: 100%;}

body > #conteudo {height: auto; min-height: 100%;}


body{
	margin:0px;
	background-color:#574c41;
}

.titulo{
	font-size:16px;
	color:#FFF;
}
.data{
	font-size:9px;
	color:#FFF;
}
#enquadramento-fundo-home{
	width:827px;
	height:502px;
	
	padding-top:50px;
	margin:0 auto;
}

#enquadramento-contato{
	padding-left:30px;
	width:90%;
}

#enquadramento-comprar{
	padding-left:30px;
	width:90%;
	text-align:justify;
}

#home-fundo{
	width:827px;
	height:502px;
	background-image:url(../img/bg/fundo-home.jpg);
}
#menu{
	width:406px;
	height:516px;
	position:relative;
	left:445px;
	top:-5px;
}


#tudo{
	position:relative;
	padding-bottom: 22px;
	width:560px;
	margin:0 auto;
	background-image:url(../img/bg/repeticao-meio.jpg);
	min-height:100%;/**/	
	
}  /* must be same height as the footer */

#footer {
	margin:0 auto;
	height: 22px;
	clear:both;
	width:560px;
	background-image:url(../img/comum/rodape.jpg);
	height:22px
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#header {
	width:560px;
	background:#000; 
	height:225px;
	margin:0 auto;
}
#header-2 {
	width:560px;
	background:#000; 
	height:246px;
	margin:0 auto;
}

.clear {clear:both;}

input {
	border: 1px #a97f69 solid;
	margin-right: 5px;
	margin-top: 0px;
	width: 200px;
	color:#000;
	height: 20px;
	background:#eab876;
}

textarea{
	border: 1px #a97f69 solid;
	margin-right: 5px;
	margin-top: 4px;
	width: 400px;
	color:#000;
	height: 100px;
	background:#eab876;
}
