/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	color: #666;
}

.site {
	margin: 0 auto;
}

.conteudo {
	background: url(../imagens/fundo_conteudo.jpg) bottom repeat-x;

}

.fundo_menu {
	background: url(../imagens/fundo_menu.jpg) repeat-x;
	padding-left:55px;
}

.contato {
	background: url(../imagens/cadeira_contato.jpg) right top no-repeat;
	color: #999;
	font-size:14px;
}
.contato a{color: #999; text-decoration:none;}

.contato p.ende{
	width: 255px;
	margin: 20px 0px 240px 20px;
	text-align: right;
}

.historia {
	background: url(../imagens/historia.jpg) right top no-repeat;

}

.historia p{
	text-align: justify;
	margin: 0 370px 8px 10px;
}

.historia ul {
	margin: 0 370px 8px 10px;
	list-style-position: inside;
}
.historia ul li.tit{
	margin: 0 0 4px 0;
	font-weight:bold;	
	list-style-type: none;
	list-style-position: outside;
}

.projetos {
	padding: 0px 10px;
}

.projetos img{
	cursor: pointer;
}

.ambientes {
	padding: 0px 10px;
}

.ambientes img{
	cursor: pointer;
}

.ambientes p.tit{
	margin: 0 0 15px 0;
	color: #000;
	font-size: 13px;
}

.ambientes p.voltar{
	margin: 15px 0 0 0;
	font-weight: bold;
	color: #7EA427;
}

.ambientes p.voltar a{
	color: #7EA427;
}