/* CSS Geral */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-color: #F0F0F0;
}


a {
	text-decoration:underline;
	color:#000000;
}

/* Topo */

.bg_menu {
	background-image: url(imagens/menu.jpg);
	background-repeat: no-repeat;
	width: 771px;
	height: 158px;
}

.menu a {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

#galeria{
background-image:url(imagens/fnd_submenu.jpg);
background-repeat:repeat-y;
position:absolute;
margin:-4px 0 0 310px;
_margin:0 0 0 310px;


}

#galeria ul{
font-family:verdana;
font-size:10px;
color:#000;
list-style-type:none;
}

#galeria ul li{
padding:0 0 0 5px;
_line-height: 13px;
}


/* Home */

.imagem_home {
	position: absolute;
	margin: -11px 0 0 20px;
}


/* Internas */

.conteudo {
	background-image: url(imagens/bg_conteudo.jpg);
	background-repeat: repeat-y;
}

.conteudo h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 10px;
}

.conteudo p {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding: 15px 25px 0 10px;
}
.link a{font-family: Verdana; font-size: 11px;color: #000000; text-decoration:none; font-weight:bold;}
.link a:hover{font-family: Verdana; font-size: 11px;color: #000000; text-decoration:underline; font-weight:bold;}


.fale_conosco p {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding: 0;
}

.fale_conosco input {
	 width: 175px;
}

.fale_conosco select {
	 width: 175px;
}

.fale_conosco textarea {
	 width: 175px;
}


.texto_geral{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.img img{ width:100; height:82; margin:10px 10px 10px 10px; text-align:center;}









