/* FORMATAÇÃO CSS */

body {
	background-image: url(fundo.jpg);
}

p {
	font: 12px Verdana;
	color: #666;
	line-height: 17px;
}

#container {
	width: 950px;
	margin: auto;	
}

#banner {
	width: 950px;
	height: 132px;
}

#topo {
	width: 950px;
	height: 141px;
	background-image: url(topo.jpg);
}

#topo_dentro {
	width: 950px;
	height: 141px;
	background-image: url(topo_dentro.jpg);
}

#menu {
	width: 950px;
	height: 30px;
	background-image: url(menu.jpg);
}

#menu_dentro {
	width: 950px;
	height: 27px;
	background-image: url(menu_dentro.jpg);
}

#principal {
	width: 950px;
	height: 337px;
	background-image: url(principal.jpg);
	float: left;
}

/* E_MAIL */

.e_mail {
	width: 230px;
	float: right;
	margin: 220px 20px 0 0;
}

.e_mail p {
	color: #f00;
	font-weight: bold;
}

.e_mail input {
	border: 1px solid #ccc;
	color: #f00;
	font: 11px Verdana;
	width: 160px;
	float: left;
	margin-top: -5px;
}

.e_mail #submit {
	border: none;
	width: 33px;
	height: 20px;
	margin-left: 5px;
}

/*********************************** CHAMADA ********************************/

.chamada {
	width: 205px;
	float: left;
	padding: 40px 0 0 10px;
}

.chamada h3 {
	font: 30px "times new roman";
	color: #f00;
}

.chamada p {
	margin: 0;
}

.chamada span {
	color: #f00;
	font-weight: bold;
}

.chamada a {
	color: #666;
	text-decoration: none;
}

.chamada a:hover {
	color: #f00;
	text-decoration: none;
}

/********************************* CONT ********************************/

#cont {
	width: 950px;
	float: left;
	background-image: url(bg_cont.jpg);
	padding: 0 0 30px 0;
}

#cont span {
	color: #f00;
}

#cont p {
	float: left;
	width: 650px;
	margin: 15px;
}

#cont ul {
	width: 250px;
	float: right;
	font: 11px Verdana;
	color: #f00;
	line-height: 17px;
	padding: 15px 20px 0 0;
}

#cont li {
	margin-left: 30px;
	list-style-image: url(li.gif);
	padding: 4px;
	border-bottom: 1px solid #f00;
}

#cont li a {
	color: #f00;
	text-decoration: none;
}

#cont li a:hover {
	margin-top: 10px;
	color: #666;
	text-decoration: underline;
}

/********************************** PÁGINAS DE DENTRO ******************************/

#cont_dentro {
	width: 950px;
	float: left;
}

#cont_dentro h2 {
	font: 30px "times new roman";
	color: #f00;
	margin: 15px 0 0 15px;
}

#cont_dentro h3 {
	font: 20px "times new roman";
	color: #f00;
	margin: 15px 0 0 15px;
}

#cont_dentro h4 {
	font: bold 16px verdana;
	color: #f00;
	margin: 0 0 0 10px;
}

#cont_dentro p {
	margin: 15px;
}

.accordion_child table {
	width: 300px;
	font: 11px verdana;
	font-style: italic;
	color: #c00;
	margin-left: 15px;
}

.accordion_child .bg_td {
	background-color: #f4f4f4;
}

.accordion_child td {
	border: 1px solid #ccc;
	padding: 3px;
}

.obras {
	width: 950px;
	text-align: center;
	margin-bottom: 15px;
}

.obras img {
	margin: 5px;
}

/* FOTOS */

.fotos {
	width: 950px;
	text-align: center;
	margin: 10px 0 10px 0;
}

.fotos img {
	margin: 5px;
	border: 2px solid #f00;
	width: 80px;
	height: 60px;
}

/* RODAPE */

#rodape {
	width: auto;
	height: 67px;
	background-color: #eaeaea;
	clear: both;
	border-top: 5px solid #c00;
	text-align: center;
}

address {
	font: 11px Verdana;
	color: #666;
	line-height: 17px;
	padding-top: 15px;
}

address a {
	color: #666;
	text-decoration: none;
}

address a:hover {
	color: #666;
	text-decoration: underline;
}

/* MENU */

#menuhor {
font: 18px Arial;
float: left;
margin: 0 0 0 15px;
}
#menuhor li {
list-style: none; 
display: inline;
}
#menuhor li a {
padding: 3px 10px; 
text-decoration: none;
}
#menuhor li a:link {
color: #666;
}
#menuhor li a:visited {
color: #666;
}
#menuhor li a:hover {
color: #f00; 
}

/* FORMULÁRIO */

.formulario {
	width: 950px;
	text-align: center;
}

#todoform {

font:11px verdana, helvetica, sans-serif; 
/* o tamanho e o tipo da fonte no formulário */

color:#666; /* a cor laranja para as letras */
      } 

#todoform th {

padding:3px; 
/* um afastamento de 3px */
} 

#todoform input {
background:#fff; 
/* a cor do fundo dos três campos */

color:#666;
/* a cor da letra dos três campos */

border:1px solid #ccc;
/* uma borda de 1px tracejada e na cor laranja para 
o campo */
}   

#todoform textarea {
 background:#fff; 
 /* a cor do fundo do campo */
 
color:#666;
/* a cor da letra para o textarea */

border:1px solid #ccc; 
/* uma borda de 1px tracejada e na cor 
laranja para o campo */
}

#todoform input.botao {
background:#fff; 
/* a cor do fundo do botão */

color:#666; /* a cor das letras Enviar */
}  

#todoform td {
padding:3px;
}