/* CSS Document */

/* GERAIS */
/***********************************************/

html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding: 0px;		
	color: #999999 !important;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../img/bg_body.png) repeat-x left top;
}

img {
	border-style: none;
}

a:visited, a:link, a:active {
	color: #458940;
	text-decoration:none;
	outline: none;
}

a:hover {
	color: #458940;
	text-decoration:underline;
	outline: none;	
}

textarea { overflow: auto; }

#logo {
	position: absolute;
	height: 139px;
	width: 210px;
	margin-left: 0px;
	margin-top: 5px;	
	z-index: 11;
}

#logo h1 {
	display: none;
}

#logo img {
	border-width: 0px;
}

#container_top {
	position: relative;
	margin: 0px auto;
	width: 940px;
	height: 147px;
	padding: 0px;
	z-index: 2;
	border-bottom: 1px solid #CCCCCC;
}

.homepage {
	border-bottom: 1px solid #FF0000;	
}

/* SITE */
/***********************************************/

#container_wrapper {
	padding: 0px;
	margin: 0px auto;
	min-height:100%;
	position:relative;
	background: url(../img/bg_container_wrapper_image.png) repeat-x top center;	
}

#wrapper {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	padding-bottom:140px;
	background: url(/css/site/img/bg_wrapper.png) repeat-x left top;
}

/* CONTAINER MIDDLE */
/***********************************************/

#container_banner {
	position: relative;
	padding: 0px;
	height: 314px;
	margin: 16px auto 0px;
	z-index: 1;
	background: url(../img/bg_container_banner.png) no-repeat center top;
}

/* PESQUISA */
/***********************************************/

.search {
	height: 24px;
	width: 160px;
	position: absolute;
	z-index: 8000;
	padding: 0px;
	overflow:auto;
	background: url(../img/bg_search.png) no-repeat left top;
	margin: 20px 0px 0px 742px;
	
}

.search label {
	display: none;
}

.search input {
	position: absolute;
	margin: 0px 0px 0px 5px;
	width: 116px;
	height: 14px;
	padding: 4px 4px 4px 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 0px solid #D6E0E4;
	background: transparent;
}

.search input[type=button] {
	position: absolute;
	margin: 1px 0px 0px 128px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 0px solid #FFFFFF;
	background:  url(../img/search_button.png) no-repeat center center;
	width: 30px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
}


/* CONTAINER DESTAQUES */
/***********************************************/

#container_destaques {
	position: relative;
	z-index: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px;
	width: 940px;
	min-height: 200px;
	overflow: hidden;
	background: url(../img/bg_container_destaques.png) no-repeat center bottom;
}

#container_destaques_left {
	position: relative;
	float:left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	width: 610px;
}

.container_campanhas {
	position: relative;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	width: 610px;
}

.title_campanha {
	font: 20px/22px DistrictThin;
	color: #8E9B44;
	padding: 0px 5px 10px;
	border-bottom: 1px solid #E0E0E0;
}

.campanha {
	padding: 10px 5px;
}

.campanha_data {
	color: #999999;
	font: 22px/22px DistrictThin;
	padding: 0px 0px 5px;	
}

.campanha_produto {
	color: #458940;
	font: 16px Arial, Helvetica, sans-serif;	
	padding: 0px 0px 5px;	
}

.campanha_preco {
	color: #8E9B44;
	font: bold 14px DistrictThin;
	padding: 5px 0px 0px;
}


.campanha_saibamais {
	margin: 10px 0px;
	padding: 0px;
}
.campanha_saibamais a{
	float: left;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: #636466;	
	text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;
}

.campanha_saibamais a:hover{
	color: #A2B54C;
	font-size: 10px;
}

#container_destaques_right {
	position: relative;
	float:left;	
	padding: 0px;
	margin: 0px;
	width: 300px;
}

#news_homepage {
	width: 300px;
	border-bottom: 1px solid #E0E0E0;
	overflow:hidden;
}

.title_news {
	font: 20px/22px DistrictThin;
	color: #8E9B44;
	padding: 0px 5px 10px;
	border-bottom: 1px solid #E0E0E0;
}

.slidernews {
}

.link_news:visited, .link_news:link, .link_news:active {
	color: #999999;
	text-decoration:none;
	display:block;
	outline: none;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;	
}

.link_news:hover {
	color: #999999;
	text-decoration:underline;
	display:block;	
	outline: none;	
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;	
	margin-bottom: 5px;	
}

/* SLIDER NOTICIAS */
/***********************************************/

#my-glider {
  position: relative;
  width: 300px;
  padding: 20px 5px;  
  margin: 0px;
  z-index: 1; 
}

#my-glider div.scroller { 
    /* modify width and height of scrolling section if necessary  */    
	position: relative;
	width: 290px;
	overflow: hidden;
}

#my-glider div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)  */    
	position: relative;
	width: 280px;
	padding: 0px 20px 0px 0px;
    overflow:hidden;
    float:left;
	z-index: 3;
}

#my-glider .controls {
	right: 20px;
	top:  -28px;
	*top: -48px;
	z-index: 9000;
	position: absolute;
}

#my-glider .controls a {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 0 0 2px;
  text-indent: -9999px;
  text-decoration: none;
  background: url(../img/glider_control.png) no-repeat 0 -30px;
}

#my-glider .controls a:hover {
  background: url(../img/glider_control.png) 0 -15px no-repeat;  
}

#my-glider .controls a.activeSlide {
  background: url(../img/glider_control.png) 0 0 no-repeat;  	
}


/* ORCAMENTO*/ 
/***********************************************/

#orcamento {
	position: relative;
	padding: 20px 0px;
	margin: 0px;
	width: 300px;
	text-align:center;
}

/* CONTAINER FOLIO */
/***********************************************/

#container_folio {
	position: relative;
	z-index: 1;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px;
	width: 940px;
	overflow: hidden;
}

#container_folio .title_folio {
	font: 20px/22px DistrictThin;
	color: #8E9B44;
	padding: 0px 5px 0px;
}

#container_folio .itens {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow:hidden;
}

#container_folio .mosaic-block {
	float:left;
	position:relative !important;
	overflow:hidden;
	width:210px;
	height:150px;
	margin:7px;
	border: 5px solid #E5E5E5;	
	/*background:#111 url(../img/progress.gif) no-repeat center center;*/
}

#container_folio .mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
}

#container_folio .mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
#container_folio .fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	text-decoration:none;
}		
		
#container_folio .details{
	color: #FFFFFF;
	height: 60px !important;
	margin: 100px 10px 0px 10px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

#container_folio .details p {

}

/* CONTAINER MARCAS */
/***********************************************/

#container_marcas {
	position: relative;
	z-index: 1;
	padding: 15px 0px;
	margin: 0px auto 0px;
	width: 940px;
	overflow: hidden;
	background: url(../img/bg_container_marcas.png) no-repeat center top;	
}

/*** BREADCRUMB ***/
/***************************************/

#Breadcrumb {
	color: #000000;
	margin: 0px auto;
	overflow:hidden;
	width: 940px;
	padding: 10px 17px 10px;
	font-size: 10px;
	font: 12px DistrictThin;
	background: url(../img/bg_breadcrumb.png) no-repeat center bottom;	
}

#Breadcrumb a:link, #Breadcrumb a:visited, #Breadcrumb a:active {
	color:#636466;
	text-decoration:none;
}

#Breadcrumb a:hover {
	color: #636466;
	text-decoration:underline;
}

#Breadcrumb .selected {
	color: #92A343;	
}

/*TITLES*/
/***********************************************/

.titles {
	color: #A2B54C;
	padding: 10px 0px;
	margin: 0px;
	font: normal 30px/30px DistrictThin;
}

/*CONTEUDO*/
/***********************************************/

#container_content {
	width:940px;
	min-height: 400px;
	overflow: hidden;
	margin: 0px auto 0px;
	padding: 0px 17px 20px;
	line-height: 18px;
	background: url(../img/bg_container_content.png) no-repeat center top;
}

#container_content_s_left {
	width:900px;
	*width: 920px;
	min-height: 400px;
	overflow: hidden;
	margin: 0px auto 0px;
	padding: 27px 37px 20px;
	*padding: 27px 47px 20px;
	line-height: 18px;
	background: url(../img/bg_container_content_s_left.png) no-repeat center top;
}

#container_left {
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	min-height: 400px;
}

#container_right {
	width: 580px;
	float: left;
	padding: 0px 40px;
	margin: 20px 0px 0px 0px;	
	min-height: 400px;	
}

.content {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	overflow: hidden;	
}

/* NOTICIAS */
/***********************************************/

#container_news {
	position:relative;
	width: 980px;
	margin: 0px auto ;
	padding: 0px 0px 20px 0px;
	overflow:hidden;
	vertical-align:top;
	z-index: 1;
}

.noticia {
	width: 300px;	
	padding: 0px 0px 10px 0px;
	margin: 0px 13px 10px 13px;	
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #FF0000;	
}

.noticia .data {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;	
	width: 300px;
	padding: 0px;
	margin: 0px 0px 5px 0px;	
}

.noticia .img {
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 160px;
	overflow:hidden;
	display: block;
	padding:0px;	
}

.noticia p {
	padding: 5px 0px;
	line-height: 16px;	
	margin: 0px;
	text-align:justify;	
	color: #949494;
}

/* DETALHE NOTICIAS */
/***********************************************/

.detalhe_noticia {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;	
	line-height: 18px;
}

.conteudo_noticia {
	overflow:hidden;	
}

/* PROPRIEDADES COMUNS NOTICIAS */	
/***********************************************/

.titulo {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	padding: 5px 0px 0px;	
	vertical-align: top;
}

.titulo a:visited, .titulo a:link, .titulo a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	padding: 0px;
	margin: 0px;	
	text-decoration: none;
	letter-spacing: -0.5px;
}

.titulo a:hover {
	text-decoration: underline;
}

/* FORM SUBMIT */
/***********************************************/

.esconde {
	display: none;
}

/* VOLTAR */
/***********************************************/
.voltar_news {
	overflow: hidden;
	margin: 0px auto;	
	font-size: 10px;
	text-transform:uppercase;
	width: 580px;
	text-align: right;
}

.voltar {
	overflow: hidden;
	margin: 0px auto;	
	font-size: 10px;
	text-transform:uppercase;
	width: 860px;
	text-align: right;
}

.voltar a, .voltar_news a {
	float: right;
	padding: 3px 5px 3px 20px;
	background: #FFFFFF url(/css/site/img/bg_voltar.png) no-repeat 8px 7px;
	margin: 0px 0px 0px 0px;
	color: #A2B54C;	
	text-decoration:none;
	font-size: 10px;
}

.voltar a:hover, .voltar_news a:hover {
	color: #A2B54C;
	font-size: 10px;	
}	

/* FACEBOOK */
/***********************************************/

#facebook {
	position: absolute;
	padding: 0px;
	width: 24px;
	height: 24px;
	margin: 20px 0px 0px 912px;
	z-index: 9001;
}

#facebook img {
	margin: 0px;
}

.newsList {
	padding-top: 5px;
	margin-bottom: 20px;
}

.news_link {
	padding: 0px 5px 5px 0px;
	margin: 0px;
	clear: left;
}

.news_link a:link, .news_link a:visited, .news_link a:active {
	text-decoration:none;
	color: #636466;
	font: bold 15px Verdana;	
	text-align: left;
	margin: 0px 0px;
	padding: 7px 0px 7px 12px;
	background: url(../img/li_menu2.png) no-repeat 2px 11px;	
}

.news_link a:hover {
	text-decoration:underline;
	color: #636466;
	font: bold 15px Verdana;
	text-align: left;
	margin: 0px 0px;
	padding: 7px 0px 7px 12px;
	background: url(../img/li_menu2.png) no-repeat 2px 11px;		
}

.img_news_left {
	float: left;
	padding: 5px 10px 5px 5px;
	overflow:hidden;
}

.img_news_right {
	float: right;
	padding: 5px 5px 5px 10px;	
	overflow:hidden;
}

.news_detail {
	padding: 0px 5px 5px 0px;
	margin: 0px;
	clear:left;
	overflow:hidden;
	border-bottom: 1px dotted #A2B54C;
}

.news_detail img {
	float: left !important;
	margin-right: 10px !important;
}	

.news_detail p {
	color:#999999;
 	padding: 0px 5px 5px 0px;
	margin: 5px 0px;
	text-align:justify;
}

.news_date {
	width: 680px;
	color: #A2B54C;
	margin: 0px;
	padding: 5px 0px;
	font: normal 12px Verdana;
	float: left;
}

.content_news {
	margin: 0px;
	padding: 0px;
}
.content_news .news_date {
	width: 680px;
	color: #A2B54C;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	font: normal 14px Verdana;
	float: left;
}

/* PAGINACAO */
/***********************************************/

.paginacao {
	padding: 10px 0px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	text-transform:uppercase;
}

.paginacao span {
	background: url(/css/site/img/bg_page_hover.png) no-repeat center center;
	padding: 4px 8px;
	margin-right: 0px;
	color: #A2B54C;
	font-size: 10px;
	text-align:center;
}

.paginacao a:visited, .paginacao a:link, .paginacao a:active {
	font-size: 10px;
	padding: 4px 8px;
	margin-right: 1px;
	color: #606060;	
	text-decoration: none;
	text-align: center;
}

.paginacao a:hover {
	font-size: 10px;
	padding: 4px 8px;
	margin-right: 1px;
	color: #A2B54C;		
	text-decoration: none;
	text-align: center;
}

.paginacao a.page:visited, .paginacao a.page:link, .paginacao a.page:active {
	background: url(/css/site/img/bg_page.png) no-repeat center center;
	padding: 4px 8px;
	margin-right: 1px;
	color: #606060;	
	text-decoration: none;
	font-size: 10px;
}

.paginacao a.page:hover {
	background: url(/css/site/img/bg_page_hover.png) no-repeat center center;
	padding: 4px 8px;
	margin-right: 1px;
	color: #A2B54C;	
	text-decoration: none;
	font-size: 10px;
}

.paginacao .disabled {
	display: none;
}

/* FOOTER */
/***********************************************/

#footer {position:absolute;vertical-align:top;bottom:0px;width:100%;text-decoration:none;color: #6C6C6C;margin: 0px auto;height: 140px;background: url(../img/bg_footer.png) repeat-x left top;}
#footer_bg { width: 940px; margin: 0px auto;height: 140px; 	background: url(../img/logo_footer.png) no-repeat left top;}
.copyright {position: absolute;	width: 400px; margin-top: 18px; margin-left: 110px; font: normal 11px Verdana, Arial, Helvetica, sans-serif;	color: #6C7634;}
.navigation { width: 500px;	margin-top: 42px; margin-left: 110px; position: absolute;	color:#FFFFFF;}
.navigation a:link, .navigation a:visited, .navigation a:active { margin-left: 2px;	margin-right: 2px; color: #FFFFFF;  font: normal 11px Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}
.navigation a:hover {  font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline;}

/* DEVELOPED NETSIGMA */
/***********************************************/

.netsigma {
	position: absolute;
	margin: 12px 0px 0px 908px;
	height: 25px;
	width: 32px;	
}

/* NEWSLETTER LINK */
/***********************************************/

#newsletter_link {
	position: absolute;
	margin: 12px 0px 0px 800px;
	height: 12px;
	padding: 8px 0px 7px 0px;
	width: 100px;
	background: url(../img/bg_newsletter.png) no-repeat left top;	
	text-align: center;
}

#newsletter_link a{
	color: #FFFFFF;
	font:  11px/12px Verdana, Arial, Helvetica, sans-serif;
}

.newsletter_colorbox {
}

.content_newsletter {
	width: 400px;
	height: 380px;
	margin: 0px auto;
	float: left;
	overflow: hidden;
}

.content_newsletter_info {
	width: 420px;
	height: 400px;
	margin: 0px auto;
	overflow: hidden;
}

.titles_newsletter {
	color: #6F7B33;
	padding: 0px 0px 10px 10px;
	text-transform:none;
	margin: 0px;
	font: 18px/22px DistrictThin;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}

#newsletter_conteudo {
	position: relative;
	width: 380px;
	margin: 0px auto;
	padding: 5px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#newsletter_conteudo_info {
	position: relative;
	width: 380px;
	margin: 0px auto;
	padding: 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#Portlet_Newsletter {
	position: relative;
	margin: 5px;
	padding: 5px;
	width: 370px;
	height: 250px;
	color: #FFFFFF;
	z-index: 6;
}

#Portlet_Newsletter .Portlet_Newsletter_Titulo {
	display: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #FF0000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

#Portlet_Newsletter .Portlet_Newsletter_Label_Nome {
	position: absolute;
	color:#999999;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	outline: none !IMPORTANT;
}

#Portlet_Newsletter .Portlet_Newsletter_Label_Email {
	position: absolute;
	color:#999999;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 5px;
	margin: 66px 0px 0px 0px;
	text-align: left;
	outline: none !IMPORTANT;
}

#Portlet_Newsletter .Portlet_Newsletter_TXT_Nome {
	position:absolute;
	background: #E5E5E5;	
	border: 0px solid #757676;	
	padding: 8px 8px 8px;
	margin: 18px 0px 0px 0px;
	width: 360px;
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;	
}

#Portlet_Newsletter .Portlet_Newsletter_TXT_Email {
	position:absolute;
	background: #E5E5E5;	
	border: 0px solid #757676;	
	padding: 8px 8px 8px;
	margin: 84px 0px 0px 0px;
	width: 360px;
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;		
}


#Portlet_Newsletter .Botoes {
	position: absolute;
	display:inline;
	margin: 134px 0px 0px 0px;
	width: 375px;
	z-index: 1;
	text-align: right;
}

#Portlet_Newsletter .Botoes input {
	position: relative;
	margin: 0px 0px 0px 8px;
	padding: 7px 0px 13px 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #FFFFFF;
	background: #A2B54C;
	width: 84px;
	text-align:center;
	height: 28px;
	cursor: pointer;
	color:#FFFFFF;
	float: right !important;	
	overflow: hidden;
}

#Portlet_Newsletter .Portlet_Newsletter_DIV_Msg {
	/*padding-top: 10px;*/
	display: none;
}

input.Portlet_Newsletter_TXT_Nome+span {
	position: absolute;
	margin-left: 0px;
	margin-top: 42px;
	font-size: 10px;
	height: 20px;
	color:#A2B54C;
	padding: 7px 0px;
	clear: left;
	width: 200px;
	line-height: 12px;
	z-index: 999999;
}

input.Portlet_Newsletter_TXT_Email+span, input.Portlet_Newsletter_TXT_Email+span+span {
	position: absolute;
	margin-left: 0px;
	margin-top: 108px;
	font-size: 10px;
	height: 20px;
	color:#A2B54C;
	padding: 7px 0px;
	clear: left;
	width: 200px;
	line-height: 12px;
	z-index: 999999;
}

/* CONTENT SITEMAP */
/***********************************************/

.content_sitemap {
	width:900px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
}

/*AGRUPAR PRIMEIRO NIVEL 3 a 3*/
/***********************************************/

.Site_Map_Grupo {
	width: 900px;
	padding: 0px;
	margin: 0px;
}
/***********************************************/

.quebra_grupo {
	position:relative; 
	height: 1px!important; 
	width: 900px!important; 
	margin:0px; 
	padding: 0px; 
	clear: left!important;
	float:left;
	color: #FF0000;
}

.content_sitemap a {
	font-weight: bold;	
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;	
	color: #636466 !important;
}

.content_sitemap ul {
	margin: 10px 0px;
	padding: 0px;	
}

.content_sitemap ul li {
	position:relative;
	/*width: 980px;*/
	margin: 10px 0px 10px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	outline:none;
	list-style: none;
	float: left;
}

.content_sitemap ul li a {
	padding: 5px 5px;
	width: 900px;
	text-transform: uppercase;
	border-bottom: 1px solid #E8E8E8;	
	float: left;
}

.content_sitemap ul li ul{
	width: 100% !IMPORTANT;
}

.content_sitemap ul li ul li {
	position:relative;
	color:#458940;
	border: 0px solid #B7B7B7;
	padding: 10px 0px 10px 0px;
	margin: 0px 30px 0px 0px;
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;	
	outline:none;
	float: left;
	width: 180px !IMPORTANT;
}

.content_sitemap ul li ul li a {
	padding: 0px;
	width: 180px;	
	color: #458940 !important;
	border-bottom: 0px solid #B7B7B7;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif!important;		
	float: left;
}

.content_sitemap ul li ul li ul li {
	position:relative;
	color:#999999 !important;
	padding: 5px 0px;
	margin: 0px;
	display: block;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;	
	width: 180px!important;
	outline:none;
}

.content_sitemap ul li ul li ul li a {
	color:#999999!important;
	width: 180px;
	padding: 0px;	
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;		
}

.content_sitemap ul li ul li ul li ul li {
	position:relative;
	color: #999999;
	padding: 5px 0px;
	margin: 0px;
	width: 180px!important;
	display: block;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;	
	outline:none;
}

.content_sitemap ul li ul li ul li ul li a {
	color: #999999!important;
	padding: 0px;	
	width: 200px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;		
}

/* PÁGINA PESQUISA */
/***********************************************/

#xsltsearch {position: relative; padding-bottom: 20px; width: 580px; margin: 0px auto;}
#xsltsearch_summary strong { color: #999999; font-weight: bold;}
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #AAA;}
#xsltsearch_stats {font-size: 75%; color: #999;}
#xsltsearch_results {padding-bottom: 20px;}
#xsltsearch h2 {font-size: 150%;}
.xsltsearch_result p {margin: 0; padding: 0;}
.xsltsearch_result:hover {}
.xsltsearch_ordinal {font-weight: bold; color: #9AB65D; padding: 0px 5px 0px 0px;}
a.xsltsearch_title {font-weight: bold; color: #999999;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 10px;}
.xsltsearch_description strong {font-weight: bold; color: #999999;} /* highlighting */
.xsltsearch_result_title a { color: #9AB65D;}
.xsltsearch_description i {	display: none;}

/* HOMEPAGE DESTAQUES */
.container {
	margin: 0px auto;	
	padding: 27px 0px 20px;	
	/*height: 360px;	*/
}

.ca-container{
	position:relative;
	margin:0px auto;
	width:920px;
	padding: 0px;
	height:300px;
	vertical-align:middle;
}

.ca-wrapper{
	width:100%;
	height:280px;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:310px;
	height:280px;
}
.ca-more{
	position: absolute;
	bottom: 23px;
	width: 214px;
	right:0px;
	padding: 10px 36px 10px 20px;
	margin: 0px;
	color: #FFF !important;
 	background: url(../img/bg_ca-more.png) no-repeat right top;
	text-decoration:none !important;
	font: 22px/30px Tahoma;		
}

.ca-close{
	position:absolute;
	top:20px;
	right:30px;
	background:#fff url(../img/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}

.ca-item-main{
	padding:0px;
	position:absolute;
	left:0px;
	right:10px;
	background:#fff;
	overflow:hidden;
}

.ca-icon{
	width:300px;
	height:260px;
	position:relative;
	margin:0 auto;
}

.ca-content-wrapper{
	background:#A2B54C url(../img/bg_ca-content-wrapper.png) repeat-x left top;
	position:absolute;
	width:0px; 
	height:260px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}


.title {
	font: 30px/30px Tahoma;
	color: #FFFFFF;
	padding: 0px 0px 20px;
} 

.ca-content{
	width:570px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;	
	padding: 20px;
	overflow:hidden;
	color: #FFFFFF;
}

.ca-content a {	
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


.ca-nav span{
	width:32px;
	height:90px;
	background: transparent url(../img/arrows.png) no-repeat top left;	
	position:absolute;
	top:50%;
	margin-top:-45px;
	left:-60px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-60px;
}
.ca-nav span:hover{
	opacity:1.0;
}

.quebra_grupo {
	clear: left;
	float: left;
	width: 910px;
	margin: 0px;
	height: 2px !IMPORTANT;
	overflow: hidden;
}