/* _____ Geral ____________________________________________________________ */
body{
  background: #9C0 url(images/bg.png) repeat-x fixed center bottom;
  margin: 0;
  padding: 0;
  font: 11px/20px "Verdana", sans-serif;
  text-align: center;
  color: #000;
}

#container{
	margin: 10px auto;
	text-align: left;
	width: 770px;
	background: #FFF url(images/bg-footer.gif) no-repeat center bottom;
}

/* _____ esquerda - left __________________________________________________ */
#lft{
	float: left;
	width: 165px;
	background: url(images/topleft.gif) no-repeat top left;
}

#left{
	padding: 10px 10px;
	background: url(images/topright.gif) no-repeat right top;
}

/* _____ conteudo - right __________________________________________________ */
#cnt{
	float: left;
	width: 605px;
	background: url(images/topright.gif) no-repeat right top;
}

#content{
	background:url(images/topleft.gif) no-repeat top left;
	padding: 10px 10px 10px 5px;
}

#rigth{
width:100px;
float:right;
padding:0;
margin:0 0 0px 20px;
background:#fff;
}

/* ___ Top - Header ____________________________*/
#headline{
	background: url(images/header.jpg) no-repeat top left;
	width: 580px;
	height: 90px;
	position: relative;
}
#headline h1{
	position: absolute;
	bottom: 6px;
	right: 5px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: normal normal 2.2em "Trebuchet MS","Arial",sans-serif;
}

/*____ link __________________________________________________ */
#content a{
	color:#0000FF;
	text-decoration: underline;
}

#content a:hover{
	text-decoration: underline;
	color:#FF0000;

}

/*____ Box - TABLE __________________________________________________ */
#box-banner-home{
	height:74px;
	width:573px;
	padding:0 3px 0 0;
	margin: 5px;
	text-align:right;
	background: url(images/bg-box-home-index.jpg) no-repeat;
	font-size:10px;
	line-height: 15px;
	border:1px solid #666666;
}

table#table1 {
	margin: 0;
	background: url(images/table1_bg_top.jpg) no-repeat center top;
} 

table#table1 tr th {
	color: #000;
	padding: 3px 1px 3px 3px;
	text-align: center;
	font: bold 10px Tahoma;
	text-transform: uppercase;
} 

table#table1 tr td {
	padding: 5px;
	text-align: center;
}

table#table1 tr td.tb-1 {
	padding: 0px;
	text-align: center;
	background: url(images/table1_bg_btm.jpg) no-repeat center bottom;
	height:10px
}

/*__ Texto _______________________________________________ */
p{
	margin: 0 0 10px 0;
	padding: 5px;
}
p.p-marcador-grande{
	margin:0;
	padding: 0 0 0 18px;
	background: url(images/marcador-seta.gif) no-repeat 5px 4px;
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
}
p.p-zero{
	margin: 0 0 0 0;
	padding: 0;
	line-height:15px;
}

h2{
	font: normal normal 20px "Georgia",serif;
	color: #000;
	text-decoration: none;
	background: url(images/h2.gif) top left no-repeat;
	padding: 3px 0 0 8px;
	border-bottom:2px solid #f7f7f7
}
h3{
	font: bold normal 17px Georgia, "Times New Roman", Times, serif;
	margin: 7px 0 2px 0;
}

h5{
	background: url(images/nav-h.gif) center left no-repeat;
	font: 1.5em "Arial",sans-serif;
	padding-left: 25px;
	margin: 7px 0 3px 3px;
}

/*__ Texto _______________________________________________ */
img.img1{
margin:5px 5px 0 0;
padding:0;
display:block;
float:left;
}

/*__ HR _______________________________________________ */
hr{
	margin:0;
	padding:0;
	height:1px;
	background:none;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px dashed #FFCC00;
}

/* ______ LISTA __________________________________________ */
ul.lista-marcador{
margin:0 0 0 0;
padding:0 0 0 15px;
list-style-image: url(images/img_marcador1.gif);
color:#006699;
}
ul.lista-marcador li{
margin:0;
padding:0 0 7px 0;
list-style-type: disc;
}
ul.lista-marcador li a:link, ul.lista-marcador li a:active, ul.lista-marcador li a:visited {
color:#006699;
text-decoration:none;
}
ul.lista-marcador li a:hover {
color:#006699;
text-decoration:underline;
}

/* ___ Sidebar - Top Left - Pesquisa ______________________*/
form{
	margin: 0;
	padding: 0;
}
form input{
	background: #F5F5F5;
	border: 1px solid #333;
}
form select{
	background: #F5F5F5;
	border: 1px solid #333;
	font: 9px Tahoma;
	}
form label{
	font: bold 12px Tahoma;
	margin: 0 0 5px 0;
	}
form .button{
	background: #FFCC00;
	cursor: pointer;
	border: 1px solid #FF6600;
	margin: 5px;
	font: 10px Tahoma;
	}
form a{
	font-family: "Georgia",serif;
	}
	


/*______  NAVEGAÇÃO VERTICAL __________________________________ */
.nav{
	margin: 2px;
	padding: 0;
}
.nav li{
	display: inline;
	list-style-type: none;
}
.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover{
	padding-left: 2px;
	border-left: 3px #9C0 solid;
	color: #FF6600;
}

/*______  FOOTER __________________________________ */
#footer{
	text-align: center;
	color:#FFFFFF; 
}
#footer a{
color:#FFFFFF; 
text-decoration:none
}
#footer  a:hover{
color:#FFFFFF; 
text-decoration:underline
}


