/*DIV BOX TITULOS*/
#boxtitulos {
	height: 357px;
}
	/*CONTEUDOS DOS BOX*/
.conteudobox {
	width: 280px;
	height: 322px;
	position: relative;
}
	/*FIM CONTEUDOS DOS BOX*/
/*FIM DIV BOX TITULOS*/

/*CONTEUDO ABOUT US*/
	/*TEXTO ABOUT US*/
#aboutuscont {
	position: relative;
	text-align: left;
}
#aboutusimg {
	margin-top: 35px;
	margin-left: 35px;
}
#wewouldimg {
	margin-top: 0px;
	margin-left: 35px;
}
*html #wewouldimg  {margin-top: 0;}
#hoursimg {
	margin-top: 0px;
	margin-left: 35px;
}
*html #hoursimg  {margin-top: 0;}
#locationimg {
	margin-top: -5px;
	margin-left: 35px;
}
*html #locationimg  {margin-top: 0;}

/*DIV LOCATION POSICIONANDO O TELEFONE*/
#location {
	position: relative;
}
#phoneNumber {
	position: absolute;
	left: 35px;
	top: 65px;
	font-weight: bold;
}
*html #phoneNumber {
	top: 70px;
}
/*FIM DIV LOCATION POSICIONANDO O TELEFONE*/
/*DIV MAPA*/
#map {
	margin-top: 20px;
	width: 800px;
	height: 180px;
	border: 2px solid #a8855f;
	margin-left: 35px;
	margin-top: 35px;
	position: relative;
}
*html #map {
	margin-top: 10px;
}
img {border: none;}
#photomapimg {
	position: absolute;
	top:-25px;
	right: -2px;
}
/*FIM DIV MAPA*/

	/*TEXTO ABOUT US*/
blockquote.textaboutus{
	margin-top: 0px;
	margin-left: 35px;
	width: 600px;
}
.Satfont{
font-weight:bold;
}
#abouttxtcont {
	position: absolute;
	top: 150px;
	background: transparent;
	z-index: 300;
	width: 600px;
	display: none;
}
#mostrar {
	position: absolute;
	top: 135px;
	right: 510px;
	z-index: 400;
}
*html #mostrar{display: none;}

#mostrar2{
	position: absolute;
	top: 298px;
	right: 150px;
	z-index: 400;
}
*html #mostrar2{display: none;}
#more {
	display: none;
	color: transparent;
}
*html #more {
	color: #5090a8;
	display: block;
	position: absolute;
}
*html #more:hover {
	text-decoration: underline;
}
#hide{
	display: none;
}
*html #hide{
	color: #5090a8;
	font: 12px Helvetica, Arial, Georgia, Sans-Serif;
	display: block;
	position: absolute;
	top: 302px;
}
*html #hide:hover {
	text-decoration: underline;
}
	/*FIM TEXTO ABOUT US*/
/*FIM CONTEUDO ABOUT US*/

/*RODAPE HOME*/
#rodapeinicial {
	width: 877px;
	height: 207px;
	margin-left: 40px;
	background-color: #512600;
}
/*FIM RODAPE HOME*/

/*BOX RODAPE*/
#boxrodape {
	heigth: 207px;
}
/*FIM DIV BOX RODAPE*/

/*DESTAQUE NA PAGINA QUE ESTIVER CLICADA*/
#aboutus{
	font-weight: bold;
}

/*MENSAGENS FORMULÁRIO VAZIO*/
.msgempty {
	font-size: 12px;
	color: red;
	display: none;
}
