/*TOPO CONTEUDO INICIAL*/
#topotextoinicial {
	height: 200px;
	background: url('../imagens/inicial/conteudo/texto_topo.png') no-repeat left top;
	position: relative;
}
/*FIM TOPO CONETUDO INICIAL*/
img {border: none;}
/*DIV FORMULARIO*/
#contactustitle {
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: left;
}
#contactform {
	position: absolute;
	top: 150px;
	left: 35px;
	text-align: left;
}
p.contactustxt {
	width: 640px;
	margin-top: 5px;
}
#contactform img {margin-bottom: -10px;}
*html #contactform img {margin-bottom: -15px;}

#name, #phone, #email, #content {
	border: 1px dotted black;
	width: 400px;
	background: transparent;
}
#content {
	font-size: 14px;
}
#name {
	position: relative;
	z-index: 300;
}
*html #content {background: transparent !important;}
#message {
	border: 1px dotted black;
	width: 400px;
	height: 100px;
	background: transparent;
	font-family: helvetica;
	font-size: 14px;
}

#submitform {
	background: #5090a8;
	border: 1px dotted black;
	color: #fff;
	margin-top: -5px;
}
*html  #submitform {margin-top: -15px;}
/*FIM DIV FORMULARIO*/

/*IPHONE*/
#iphone {
	position: absolute;
	top: 457px;
	right: 90px;
}
/*IPHONE*/
/*DIV BOX TITULOS*/
#boxtitulos {
	height: 357px;
}
	/*CONTEUDOS DOS BOX*/
.conteudobox {
	width: 280px;
	height: 322px;
	position: relative;
}
	/*FIM CONTEUDOS DOS BOX*/
/*FIM DIV BOX TITULOS*/


/*RODAPE HOME*/
#rodapeinicial {
	width: 877px;
	height: 207px;
	margin-left: 40px;
	background-color: #512600;
}
/*FIM RODAPE HOME*/

/*BOX RODAPE*/
#boxrodape {
	heigth: 207px;
}
/*DESTAQUE NA PAGINA QUE ESTIVER CLICADA*/
#contactbase{
	font-weight: bold;
}

/*FIM DIV BOX RODAPE*/

/*MENSAGENS FORMULÁRIO VAZIO*/
.msgempty {
	font-size: 12px;
	color: red;
	display: none;
}
