/* fix ie. hide from ie mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* end */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #330000;
	color: #666F77;
}

.fundo{
	background-image: url(imagens/fundo_cabecalho.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}	

h1 {
	text-align: left;
	color: #CC6633;
	font-size: 16px;
	text-align: left;
	padding: 5px 10px;
	margin: 35px 0px;
	overflow: auto;
}
h2 {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #660000;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h3 {
	text-align: left;
	color: #CC6633;
	font-size: 12px;
	background-color: #F7EEE6;
	text-align: left;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;

}
h4 {
	text-align: left;
	color: #999999;
	font-size: 14px;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	
}
h5 {
	font-size: 12px;
	color: #606179;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	
}
p {
	font-size: 11px;
	line-height: 200%;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
address {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-style: normal;
	font-weight: bold;
}

ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	display: block;
}
ul li {
	float: left;
	text-align: center;
	width: auto;
	position: relative;
}
ul li ul {
	display: none;
	width: 90px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 24px;
	position:absolute;
}
ul li ul li{
	float:none;
	background-color: #663300;
	text-align: center;
}
li:hover ul, li.over ul {
	display: block;		
}
ul li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}
ul li a:hover {
	text-decoration: none;
	color: #66CC00;
	background-color: #330000;
}

#bts {
	padding: 0px;
	width: 700px;
	height: 30px;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
form {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
select {
	margin: 0px;
	color: #666F77;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}
input {
	margin: 0px;
	color: #666F77;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}
input.error {
	background-color: #fafafa
}
textarea {
	margin: 0px;
	color: #666F77;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}
textarea.error {
	background-color: #fafafa
}

.botao {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #660000;
	border: 2px solid #FFFFFF;
	background-image: none;
	padding: 5px;
}
.botao-on {
	font-weight: bold;
	font-size: 10px;
	background-color: #330000;
	color: #66CC00;
	border: 2px solid #FFFFFF;
	background-image: none;
	padding: 5px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #66CC99;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.tabela{
	border-collapse:collapse;
	background-color:#F7EEE6;
	width:700px;
	margin-top:15px;
	display:block;
	margin-bottom: 30px;
}
.tabela th{
	text-align:center;
	font-size: 11px;
	color: #996600;
}
.tabela td{
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.tarifario{
	border:#E3C9AE solid 2px;
	background-color:#F7EEE6;
	width:80%;
	margin-top:25px;
	display:block;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	text-align: center;
}
.tarifario th{
	color: #606179;
	border: 1px solid #fff;
	width: 100px;
}
.tarifario td{
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	width: 265px;
}
.formulario{
	width:50%;
	margin-top:25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.formulario th{
	text-align:right;
	font-size: 11px;
	color: #606179;
	border: 1px solid #fff;
}
.formulario td{
	text-align: left;
	border: 1px solid #fff;
}
.lista {
	float:left; margin-left:30px;
}
.lista li {
	float:none; text-align:left; padding:10px;
}
img{
	vertical-align:middle;
}
.img {
	border:4px solid #CC9966; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#linha {
	margin-top: 10px;
	height: 3px;
	background-color: #e9e9e9;
	margin-bottom: 10px;
	float: none;
	clear: both;
}

#cabecalho {
	width:778px;
	text-align: center;
	height: 395px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.menu {
	width: 778px;
	height: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#conteudo{
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
#rodape {
	background-image: url(imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
	height: 100px;
	color: #999999;
}
.rodape_interno {
	width: 778px;
	margin:0px auto;

}

#link li {
	font-size: 11px;
	color: #CC0000;
	text-align:left;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#link a {
	font-size: 11px;
}

#link a:link {
	text-decoration: none;
	color: #660000;
}
#link a:hover {
	text-decoration: none;
	color: #669900;
}
#link a:visited {
	text-decoration: none;
	color: #660000;
}
#link a:active {
	text-decoration: underline;
}
div.slideshow {
	position: relative;
	width: 778px;
	height: 295px;
	margin:0 auto;
}
.slideshow div {
	position: absolute;
	top: 0;
	left: 0;
}
.painel{
	border:4px solid #663300; 
	margin-top:10px;
}
.fontelisa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
