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

body {
	background-image:url(../imgs/fundo2.gif);
	background-color: #046;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
h1 {
	display:none;
	}
h2 {
	color: #048;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 30px;
	}
h3 {
	font-size: 13px;
	background-image:url(../imgs/setaverdevoltar.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	}
p {
	text-align:justify;
	}
a {
	color: #000;
	font-weight: bold;
	}
	
img {
	border: none;
	}

#geral {
	width: 760px;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0px auto;
	}

#header {
	background: url(../imgs/logo.jpg);
	width: 760px;
	height: 250px;
	}

#cabecalho {
	background: url(../imgs/pan.gif);
	border: 1px solid #fff;
	width: 759px;
	height: 110px;
	}
#cabecalho h2 {
	color: #FF0000;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 30px;
	}
#pesquise {
	width:250px;
	float:right;
	overflow:visible;
	text-align:right;
	padding-top:85px;
	}
#cabecalho p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding-left: 30px;
	}
/* menu */
#menu table {
	width:700px;
	text-align:center;
	margin: 0px auto;
	color:#fff;
	font-weight:bold;
	}
#menu table tr td {
	background: #046;
	}
#menu table tr td a {
	color: #fff;
	}
	
/* fim */
#anuncios {
	padding: 0 30px;
	text-align:center;
	color:#FFF;
	}
#anuncios table.tabela {
	border:none;
	width:700px;
	overflow: hidden; 
	}
#anuncios table.tabela tr td {
	width:320px;
	text-align:left;
	}
#anuncios table.tabela tr td.esquerda {
	width: 380px;
	background-color: #C47500;
	padding-left:5px;
	}
#vejafotos {
	background-image:url(../imgs/setatitlilas.gif);
	width:310px;
	height:18px;
	text-align:center;
	margin:0 auto;
	}
#contato {
	background: url(../imgs/carta2.gif) no-repeat;
	height: 80px;
	padding-left:85px;
	color:#048;
	margin-left:30px;
	font-size:14px;
	}
#rodape {
	width:740px;
	font-size:10px;
	color:#FFF;
	margin: 0px auto;
	}
#rodape p {
	text-align:center; }
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu {
	width:695px;
	margin:0 auto;
	}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #004060; /*overall menu background color*/
text-align:center;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 93px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid white;
border-left-width: 0;
text-decoration: none;
color: white;
padding:5px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
text-align:left;
background-color: #fff;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #0033CC;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #004060;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
