/***********************************************
/	Ambiente Rural		26/02/07
/**********************************************/
/***********************************************
/	import Interna, Formulário, Links
/**********************************************/
@import url(inicial.css);
@import url(interna.css);
@import url(texto.css);

* {
	position: static;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none !important;
	font-family: "Trebuchet MS", Arial !important;
	vertical-align: middle !important;
}
/***********************************************
/	Fundo
/**********************************************/
.fundo {
	background: url(../imagens/fundo.jpg) top repeat-X #FFF;
	text-align: center;	
}
/***********************************************
/	Body
/**********************************************/
#lblbody {
	width: 733px;
	margin: 0px auto;
}
/***********************************************
/	Topo
/**********************************************/
#lbltopo {
	width: 300px;
	height: 118px;
	float: left;	
}
#lbltopo_flash {
	width: 433px;
	height: 118px;
	float: right;
}
#lbltopo_flash_frase {
	font-size: 10pt;	
	font-style: italic;
	text-align:center;	
	padding-top: 30px;
}
/***********************************************
/	Menu de topo
/**********************************************/
#lblmenu_topo {
	width: 733px;
	clear: both;	
}
#lblmenu_topo_item {
	float: right;
	line-height: 1.6em;
}
#lblmenu_topo_item ul li {
	display: inline;
	float: left;
	font-size: 8pt;
	color: #FFF;
	width: 74px;
	height: 29px;
	background: url(../imagens/menu_topo_fundo.jpg) top left no-repeat;	
	margin-right: 2px;
}
#lblmenu_topo_item ul li.fone {
	width: 150px;
	font-size: 8pt;
	font-weight: bold;
	color: #ff6600;
	background: none;
	margin: 0px;
}
#lblmenu_topo_item ul li a {
	border-bottom: 2px solid #204d56;
	color: #FFF;
	text-decoration: none;
}
#lblmenu_topo_item ul li a:hover {
	border-bottom: 2px solid #FFCC00;
	color: #FFF;
	text-decoration: none;
}
/***********************************************
/	Menu de topo
/**********************************************/
#lblmenu {
	width: 733px;
	clear: both;
}
#lblmenu_item {
	line-height: 1.8em;
	text-align: center;
}
#lblmenu_item ul li {
	padding: 0px 20px 0px 19px;
	float: left;
	display: inline;
	font-size: 10pt;
	height: 35px;
}
#lblmenu_item ul li a {
	color: #FFF;
	text-decoration: none;	
	border-bottom: 2px solid #10363f;
}
#lblmenu_item ul li a:hover {
	color: #FFF;
	text-decoration: none;	
	border-bottom: 2px solid #FFCC00;
}
/***********************************************
/	Rodapé
/**********************************************/
#lblrodape {
	clear: both;
	height: 72px;	
	margin-bottom: 10px;
	background-color: #bfa163;
}
#lblendereco {
	float: left;	
	background: url(../imagens/rodape_esq.png) no-repeat top left;
	height: 72px;
	padding-left: 10px;
}
#lblendereco ul li {
	text-align: left;
	font-size: 8pt;
	color: #FFF;
	padding-top: 8px;
}
#lblstudioviabr {
	float: left;
	width: 150px;
	padding-top: 26px;
}
#lblcopyright {
	float: right;	
	background: url(../imagens/rodape_dir.png) no-repeat top right;
	height: 72px; 		
}
#lblcopyright ul li {
	text-align: right;
	font-size: 7pt;
	color: #FFF;	
	padding-right: 10px;
	padding-top: 25px;
}
