html, body
{
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#080604;
	min-height:850px;
	_height:850px;
	width:100%;
}

.tudo
{
	margin:0px;
	padding:0px;
	position:relative;
}

p
{
	margin:0px;padding:0px;
}

.tudo .geral
{
	width:960px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	clear:both;
}

/* Bloco Topo -----------------------------------  */
.tudo .geral .topo
{
	margin:0px;
	padding:0px;
	display:block;
	height:188px;
}

.tudo .geral .topo .logo
{
	width:227px;
	display:block;
	float:left;
	height:117px;
}

.tudo .geral .topo h1
{
	margin-left:70px;
}

.tudo .geral .topo .logo h2
{
	padding-top:14px;
}

.tudo .geral .topo .menu
{
	display:block;
	width:733px;
	float:right;
}

.tudo .geral .topo .menu ul
{
	margin:0px;
	padding:0px;
	display:block;
	padding-top:27px;
	margin-left:73px;
	height:25px;
}

.tudo .geral .topo .menu ul li
{
	margin:0px;
	padding:0px;
	float:left;
	height:25px;
	margin-right:15px;
	display:block;
}

.tudo .geral .topo .menu ul li.space
{
	margin-right:17px;
}

.tudo .geral .topo .menu ul li.no-margin
{
	margin-right:0px;
}

.tudo .geral .topo .menu .telefone
{
	float:right;
	margin-top:25px;
}

.tudo .geral a.home{
	position: absolute;
	top:128px;
	left:0;
}

/* Bloco Conteúdo ----------------------------- */
.tudo .geral .conteudo
{
	display:block;
	padding:0px;
	margin:0px;
	width:960px;
	min-height:402px;
	_height:402px;
}

/* Bloco Rodapé ----------------------------- */
.tudo .geral .rodape
{
	display:block;
	color:#433429;
	font-size:10px;
	margin-top: 25px;
	_margin-top:15px;
}

address
{
	color: #9e795f;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 4px;
}

.tudo .geral .rodape span
{
	display:block;
	line-height:13px;
}

.tudo .geral .rodape a
{
	color:#433429;
}

.tudo .geral .rodape a:hover
{
	color:#725846;
}


