/***************************************/
/*** Estilo da página da Paladart ***/
/**** Desenvolvido pela Estúdio Site ***/
/***************************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #736D62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C7C7C7;
	background-image: url(../images/fundo_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	line-height: 1.3em;
	padding-bottom: 20px;
}
#total {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#logotipo {
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	width: 260px;
}
#corpo_pagina {
	background-color: #FFFFFF;
	background-image: url(../images/fundo_pagina.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 35px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}
#menu_superior {
	text-align: center;
	margin-bottom: 20px;
}
#menu_superior li{
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993333;
}
#menu_superior li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993333;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
#menu_superior li a:hover{
	color: #85A22C;
}
#conteudo_total {
}
#coluna_esquerda {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}
#conteudo {
	float: right;
	width: 480px;
	margin-bottom: 20px;
}
#rodape {
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	clear: both;
}
.borda {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.componentheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #484848;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
.galeria {
	background-image: url(../images/galeria_imagens.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #AC3360;
	padding-right: 10px;
	background-color: #F8E4EC;
}
.galeria a{
	text-decoration: none;
	color: #993333;
	
}
.galeria a:hover{
	text-decoration: underline;
}
.email {
	background-image: url(../../../images/M_images/emailButton.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	margin-top: 10px;
}

#fale_conosco {
	text-align: left;
}
#fale_conosco #mensagem {
	width: 350px;
}
#fale_conosco .email {
	text-align: left;
	text-decoration: none;
}
