@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background-image: url(imagens/bg.jpg);
	background-repeat: repeat-y;
}
#geral{
	float:left;
}
#menu{
	position: static;
	background-repeat: no-repeat;
	float:left;
	z-index: 1;
}
.menu_res_gd{
	margin-top: 230px;
	margin-left: 195px;
}
.menu_res_pq{
	margin-top: 148px;
	margin-left: 105px;
}
#menu ul{
	float: left;
	padding: 0;
	width: 200px;
}
#menu ul li, ul li a{
	width: 200px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	list-style: none;
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}
#menu ul li a:hover, .hover{
	width: 200px;
	text-align: center;
	text-decoration: none;
	padding: 0;
	list-style: none;
	font-family: Garamond, Times New Roman, arial, verdana;
	color: #fff;
	background:#000;
}
#lousa{
	position: relative;
	z-index: 10;
	width: 262px;
	height: 222px;
}
.lousa_gd{
	margin-top: 0px;
	margin-left: 240px;
}
.lousa_pq{
	margin-top: -10px;
	margin-left: 180px;
}
.news_gd{
	margin-top: -10px;
	margin-left: 180px;
	width: 180px;
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size:14px;
	text-align:left;
}
.news_gd input{
	background-image: url(imagens/bg_input.jpg);
	border: 1px #000 solid;
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size:14px;
	width: 180px;
}
.news_pq{
	margin-top: -15px;
	margin-left: 150px;
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}
.news_pq input{
	width: 140px;
	line-height:20px;
	margin-top:8px;
	background-image: url(imagens/bg_input.jpg);
	border: 1px #000 solid;
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size:14px;
}
.news_pq form{
	margin: 0;
	padding:0px;
}
.botao_newsletter{
	width: 70px;
	margin-bottom:0px;
	background-color: #000;
	border: 0px;
	color: #fff;
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size:14px;
	cursor: pointer;
}
#direita{
	position: relative;
	float:left;
	margin-left: -50px;
	z-index: -1;
}
#direita img {
	display:none;
	position:absolute;
	top:0; left:0;
}
#conteudo{
	float: left;
	position:static;
	z-index: 0;
	width: 479px;
	height: 524px;
	background-image: url(imagens/branco.png);
	text-align: left;
	font-size:12px;
}
#conteudo h1{
	font-family: Garamond, Times New Roman, arial, verdana;
	font-size: 22px;
	color: #81322b;
	margin-left: 18px;
	margin-top: 10px;
}
#conteudo p{
	margin-left: 140px;
	margin-right: 10px;
}
#conteudo ul{
	padding: 0px;
}
#conteudo li{
	list-style: none;
}
#conteudo input, textarea{
	width: 390px;
	margin-bottom: 10px;
	position:static;
	z-index:3;
	border: 1px #ccc solid;
}
.flash_gd{
	width: 300px;
	height: 400px;
	float:left;
	margin-left: -130px;
	margin-top: -340px;
}
