/* CSS Document */

body {
	margin: 0;
	background: url(../img/bg_pagina.gif) repeat left top;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#conteudo {
	width: 710px;
	height: 100%;
	padding: 5px 30px 10px 30px;
	margin: auto;
	background: url(../img/bg_conteudo.gif) repeat-y center top;
	position: relative;
}
#logo {
	height: 85px;
	width: 190px;
	left: 20px;
	display: inline;
	margin: 0 20px 20px 0;
}
#logo h1 {
	display: none;
}
#apresentacao {
	background: url(../img/bg_h_placa.gif) no-repeat center center;
	padding: 15px;
	height: 223px;
	width: 436px;
	margin: 0 10px 0 0;
	float: right;
	display: block;
	font: 90% Arial, Helvetica, sans-serif;
	position: relative;
}
#apresentacao p {
	margin: 5px;
}
a {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #00D746;
}

/* MENU -----------  */

#menu a {
	width: 100%;
	height: 20px;
	display: block;
}
#menu {
	width: 200px;
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	border: solid 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	color: #009933;
	clear: left;
	position: relative;
	height: 330px;
}
#menu li {
	height: 20px;
	width: 150px;
	display: block;
	margin: 5px 0 5px 0px;
	padding: 2px 0px 2px 20px;
	background: url(../img/bullet1.gif) no-repeat left top;
}
#menu li:hover {
	background: url(../img/bullet1_on.gif) no-repeat left top;
}
#omenu {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#submenu1 {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	display: block;
}
#submenu1 li {
	height: 20px;
	display: block;
	margin: 5px 0 5px 0;
	padding: 2px 0px 2px 20px;
	background: url(../img/bullet2.gif) no-repeat left center;
}
#submenu1 li:hover {
	background: url(../img/bullet2_on.gif) no-repeat left center;
}
/* ------------------  */
#vaso {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 285px;
	width: 180px;
	position: absolute;
	top: 170px;
	left: 320px;
}
#fotos_h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 350px;
	position: absolute;
	top: 85px;
	right: 145px;
}
#fotos_h img {
	margin: 0 7px 10px 0;
}
.ani_fotos {
	margin: 0 7px 10px 0;
}
#rodape {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background: #F3F3F3;
	display: block;
	margin: 20px 10px;
	padding: 10px;
	clear: both;
	border: 1px solid #FFCF88;
}
h1 {
	color: #FFBF6D;
	font-size: 120%;
	border-bottom: dotted 1px #CCCCCC;
	padding: 1px 0px 2px 20px;
	background: url(../img/bullet3.gif) no-repeat left center;
	margin: 0 0 10px 0;
}
#cont_int {
	padding: 15px;
	width: 450px;
	margin: 0 0 10px;
	float: right;
	display: block;
	font: 90% Arial, Helvetica, sans-serif;
	position: relative;
}
#cont_int p {
	margin: 0 0 10px 0;
}
.img_sec {
	margin: 0px 0 10px 10px;
}
.destaque {
	font-size: 110%;
	color: #03C246;
}

