/*

ATENÇÃO

Para que os caracteres especiais como acentos e cedilhas funcionem no painel é necessário que
tenha a codificação charset=iso-8859-1, na seguinte tag:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

*/

/* ------------- Globais Site ------------- */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#656056
}
div#conteinerGeral {
	width:885px;
	margin:auto;
	background-image:url(images/fundo.jpg);

}
div#conteinerTopo {
	width:885px;
	height:61px;
	margin:auto;
	background-image:url(images/fundoTopo.jpg);
}
div#fundoAmarelo{
background-color:#FBF9E3;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
padding-top:10px;}
div#contatoRapido{
width:271px;
height:13px;
background-color:#666666;
color:#FFFFFF;
font-size:11px;
float:right;
margin-right:15px;
margin-top:15px;
background-image:url(images/seta.jpg);
background-repeat:no-repeat;
background-position:left center;
padding:5px;
padding-left:20px;
cursor:pointer;
position:relative;
z-index:10000;
}
div#contatoRapido #conteiner{
position:absolute;
width:271px;
background-color:#666666;
top:20px;
left:0;
padding:5px;
padding-top:10px;
padding-left:20px;
padding-bottom:20px;
display:none;


}
div#conteinerFlash {
	width:852px;
	height:177px;
	margin:auto;
	background-image:url(images/flash.jpg);
	margin-bottom:10px;
	padding:3px;
	background-repeat:no-repeat
}
#esquerda {
	width:200px;
	background-color:#B5BB78;
	float:left;
	margin-left:13px;
	padding-top:10px;
	padding-bottom:50px
}
#direita {
	width:650px;
	float:left;
	margin-left:8px;
}
#caixaLateral {
	width:160px;
	background-color:#969E3F;
	margin:auto;
	padding:10px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:11px;
}
#caixaLateral a{
	text-decoration:underline;
	color:#FFFFFF;
}
#caixaLateral a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.tituloLateral {
	width:170px;
	height:22px;
	background-image:url(images/fundoTituloLateral.jpg);
	background-position:center;
	color:#FFFFFF;
	font-size:15px;
	font-family:'Trebuchet MS', Arial, sans-serif;
	padding-top:23px;
	padding-left:10px;
	font-style:italic;
	margin-bottom:10px;
	margin:auto;
	margin-top:20px;

}
/* ------------- Para o conteudo BNW ------------- */

div#conteiner_bnw {
}
div#conteiner_bnw .titulo {
height:25px;
width:630px;
background-color:#666666;
padding:10px;
margin-bottom:14px;
}
div#conteiner_bnw .titulo h1 {
margin:0;
color:#FFFFFF;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:23px;
font-weight:normal;
}
div#conteiner_bnw .conteudo {
color:#333333
}
div#conteiner_bnw .conteudo a {
color:#333333;
text-decoration:underline
}
div#conteiner_bnw .conteudo a:hover {
color:#000000
}
/* ------------- Rodapé ------------- */
div#conteinerRodape {
	background-color:#656056;
	height:50px;
}
div#rodape {
	width:885px;
	margin:auto;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding-top:15px
}
div#rodape a {
	color:#FFFFFF;
	text-decoration:none
}
div#rodape a:hover {
	text-decoration:underline;
	color:#F7F2C7;
}
/*------------------- Muda o estilo do menu horizontal ---------------------*/
#conteinerMenu {
	width:180px;
	margin:auto;
}
ul.menubar {
	margin: 0px;
	padding: 0px;
	background-color: #282828; /* IE6 Bug */
}
ul.menubar .menuvertical {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
}
ul.menubar ul.menu {
	display: none;
	position: absolute;
	margin: 0px;
}
ul.menubar a {
	display:block;
	text-decoration: none;
	font-size:11px;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #CCCCCC;
}
ul.menubar a:hover {
	background-color:#EAEAEA;
}
/*------------------- Muda o estilo do submenu horizontal ---------------------*/
ul.menu {
	margin: 0;
	padding: 0;
	width:180px; /* Tamanho do menu em Width */
	background-color:#B5BB78;
}
ul.menu ul {
	margin: 0;
	padding: 0;
	background-color: #FFF; /* IE6 Bug */
}
ul.menu li a {
	display: block;
	text-decoration: none;
	font-weight:normal;
	text-decoration: none;
	padding:5px;
	background-image:url(images/fundoMenu.jpg); /*Reseta a imagem de fundo do menu caso tenha citado acima*/
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#312F2B;
	font-style:italic
}
ul.menu li a:hover {
	background-image:url(images/menuHover.jpg);
	background-color:#969E3F
}
/*--- Altera o estado normal do item que tem submenu ---*/
ul.menu li.submenu a {
}
ul.menu li.submenu a:hover {
}
/*--- Altera os submenus ---*/
ul.menu ul {
	position: absolute;
	display: none;
	left: 180px; /* Seta o submenu 1 pixel ants do fim para "pega-lo" */
	top: 0px;
	border:solid 1px #D9DEAD;
	z-index:10;
}
ul.menu li.submenu ul {
	display: none;
	width:180px;
	background-position: top;
	background-color:#B5BB78;
}
ul.menu li {
	position: relative;
	list-style: none;
	border: 0px;
}
/*--- Altera os estilo dos submenus --- */
ul.menu li.submenu li a {
	border:0px;
}
ul.menu li.submenu li a:hover {
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li {
	float: left;
	height: 1%;
}
* html ul.menu li a {
	height: 1%;
}
/* End */



/* ------------- Fotos ------------- */
div#galeria_BNW {
	text-align:center;
}
div#galeria_BNW .thumb_galeria {
	margin:5px;
}
div#galeria_BNW .thumb_galeria img {
	border:1px solid #CCCCCC;
	padding:3px;
}
.titulo_imagem {	/* define o texto de instrução da galeria */
}
/* ------------- Formulários ------------- */

.formulario {	}
.formulario input, .formulario textarea{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}
.formulario input:focus, .formulario textarea:focus{ /* Soemnte para o Firefox */
	border: 1px solid #80291F;
}
table.tabela_formulario{ /* Define os campos da tabela */
	border-collapse:collapse;
}
table.tabela_formulario .linha_tabela_formulario{}
table.tabela_formulario .celula_label_tabela_formulario{vertical-align:top;}
table.tabela_formulario .celula_campo_tabela_formulario{vertical-align:top;}
.formulario input, .botao_formulario { /* define o estado do botão dos formulários*/
	padding:5px 15px;
	width: auto;
	border:1px solid #999999;
	color:#000000;
	background-color:#FFFFFF;
}
table.tabela_formulario { /* Define os campos da tabela */
	border-collapse:collapse;
}
table.tabela_formulario .linha_tabela_formulario {
}
table.tabela_formulario .celula_label_tabela_formulario {
	vertical-align:top;
}
table.tabela_formulario .celula_campo_tabela_formulario {
	vertical-align:top;
}
.formulario .botao_formulario { /* define o estado do botão dos formulários*/
	padding-bottom:8px;
	padding-top:8px;
	width: 80px;
	border:1px solid #999999;
	color:#FFF;
	background-color:#969E3F;
	cursor:pointer
}
.formulario .texto_intro { /* define texto das instruç~eos do formulário */
}
/* ------------- Ajustes Globais ------------- */
img {
	border:0; /* Para tirar a borda do link em imagens */
}
fomr {
	margin:0px;
	padding:0px;
}
/* ------------- lightbox ------------- */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:url(images/overlay.png) 0 0 repeat;
}
#colorbox {
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(images/controls.png) -100px 0 no-repeat;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(images/controls.png) -129px 0 no-repeat;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(images/controls.png) -100px -29px no-repeat;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(images/controls.png) -129px -29px no-repeat;
}
#cboxMiddleLeft {
	width:21px;
	background:url(images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(images/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(images/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:28px;
}
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0px;
	background:url(images/controls.png) -75px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(images/controls.png) -50px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:-50px -25px;
}
#cboxLoadingOverlay {
	background:url(images/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background:url(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/controls.png) -25px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:-25px -25px;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}


/* > Comentarios ------------------- */
#conteinerComentarios{}
    .envie-comentario,
    .comentarios-enviados{
	 clear:both;
   	 font-weight:bold;
   	 font-size:14px;
   	 border-bottom:1px solid #E2E2E2;
   	 padding:5px 0px;
   	 margin-bottom:10px;
   	 display:block;
    }
    #formComentario{}
    #formComentario input,
    #formComentario textarea{
   	 width:300px;
   	 padding:5px;
   	 border:1px solid #CCC;
    }
    #formComentario input.botao-comentario{
   	 border:1px solid #CCC;
   	 background-color:#E2E2E2;
   	 padding:5px 15px;
   	 width:auto;
   	 margin:5px 0px;
   	 cursor:pointer;
    }
    table.tabela-formulario-comentario{}
   	 table.tabela-formulario-comentario td{ vertical-align:top; padding:5px;}
    ul#comentarios{ margin:0px; padding:0px; list-style:none !important; }
   	 ul#comentarios li{ padding:0px; }
   	 ul#comentarios .nome{ font-weight:bold; }
   	 ul#comentarios .data{ font-weight:normal; font-size:11px; color:#999 }    
	 


/* ------------- Fotos ------------- */
#galeria_BNW{}
	#galeria_BNW .thumb_galeria{}
		#galeria_BNW .thumb_galeria a{
			display:block;
			padding:1px;
			float:left;
			border:1px solid #CCC;
			background-color:#FFF;
		}
		#galeria_BNW .thumb_galeria img{ width:150px;}
	#galeria_BNW .voltar{
		clear:both;
		text-align:center;
		padding:10px 0px 5px 0px;
		text-decoration:none;
		color:#999;
		font-size:11px;
	}
		#galeria_BNW .voltar a{ color:#999; cursor:pointer; text-decoration:none; }
		#galeria_BNW .voltar a:hover{ color:#333 }


/* ------------- Formulários ------------- */

.intro-formulario{}
table.tabela-formulario .linha-formulario{}
	table.tabela-formulario .celula-label-formulario{ padding:5px; text-align:left; vertical-align:top }
	table.tabela-formulario .celula-campo-formulario{ padding:5px; text-align:left; vertical-align:top }
	table.tabela-formulario input, 
	table.tabela-formulario textarea, 
	table.tabela-formulario select{
		width:300px;
		padding:8px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border:1px solid #CCC;
	}
	table.tabela-formulario input.select{}
	table.tabela-formulario input.radio{ width:auto; border:0px; }
	.formulario center{ padding:5px; width:300px; display:block;}
	.formulario input.botao-formulario{
		border:1px solid #CCC;
		background-color:#E2E2E2;
		padding:5px 15px;
		color:#333;
		width:auto;
		margin:5px 0px;
		cursor:pointer;	
	}
	/*- Código de seguranca -----*/
	.codigo-verificador{width:300px;padding:5px;}
		img.imagem-seguranca{ width:150px; display:block; margin-bottom:5px; border:1px solid #CCC; padding:1px;}
		input.input-seguranca{
			padding:8px;
			width:100px;
			border:1px solid #CCC;
		}	
/* > Comentarios ------------------- */
#conteinerComentarios{}
	.envie-comentario, 
	.comentarios-enviados{
		font-weight:bold;
		font-size:14px;
		border-bottom:1px solid #E2E2E2;
		padding:5px 0px;
		margin-bottom:10px;
		display:block;
	}
	#formComentario{}
	#formComentario input, 
	#formComentario textarea{
		width:300px;
		padding:5px;
		border:1px solid #CCC;
	}
	#formComentario input.botao-comentario{
		border:1px solid #CCC;
		background-color:#E2E2E2;
		padding:5px 15px;
		width:auto;
		margin:5px 0px;
		cursor:pointer;
	}
	table.tabela-formulario-comentario{}
		table.tabela-formulario-comentario td{ vertical-align:top; padding:5px;}
	ul#comentarios{ margin:0px; padding:0px; list-style:none !important; }
		ul#comentarios li{ padding:0px; }
		ul#comentarios .nome{ font-weight:bold; }
		ul#comentarios .data{ font-weight:normal; font-size:11px; color:#999 }		
/* ------------- Ajustes Globais ------------- */
img {
	border:0; /* Para tirar a borda do link em imagens */
}
fomr {
	margin:0px;
	padding:0px;
}
.abre-imagem{}


/* ------------- lightbox ------------- */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

