/* ------------- Globais Site ------------- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/fundo_site.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin: 0px;
	background-color:#F5F5F5;
}

/* ------------- Para o conteudo BNW ------------- */

div#conteiner_bnw {
}
div#conteiner_bnw .titulo{
	border-bottom:1px dotted #81AEDB;
	background-color:#3980C6;
	background-image: url(images/menu_a_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:15px;
}
div#conteiner_bnw .titulo h1{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	padding:5px;
	padding-left:30px;	
	padding-right:10px;
}
div#conteiner_bnw .conteudo{
}
div#conteiner_bnw .conteudo a{
	color:#3980C6;
	text-decoration:underline;
}
div#conteiner_bnw .conteudo a:hover{
	color:#000033;
}

/* ------------- Rodapé ------------- */

div#rodape{
	text-align:center;
	height:74px;
	background-image: url(images/rodape_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFFFFF;
	padding-top:23px;
	font-size:11px;
	font-weight:bold;
}
div#rodape a{
	color:#FFFFFF;
	text-decoration:none;
}
div#rodape a:hover{
	text-decoration:underline;
}

/* ------------- Para o topo ------------- */
table.tabela_topo .flash_fundo{
	background-image: url(images/flash_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
table.tabela_topo .td_login{
	background-image: url(images/login_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align:bottom;
}

/* ------------- Para o conteudo do site ------------- */
div#sombra_esquerda{
	background-image: url(images/sombra_lateral_esquerda.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#sombra_esquerda .efeito_esquerda{	
	background-image: url(images/sombra_efeito_esquerda.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#sombra_direita{
	background-image: url(images/sombra_lateral_direita.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-left:6px;
	padding-right:11px;
}
table.tabela_conteudo{
	border-collapse:collapse;
	background-color:#FFFFFF;
}
table.tabela_conteudo .td_lateral{
	width:184px;
	vertical-align:top;
}
table.tabela_conteudo .td_conteudo{
	vertical-align:top;
}
table.tabela_conteudo .td_sidebar{
	width:200px;
	vertical-align:top;	
}

/* ------------- Menu BNW do site ------------- */
div#conteiner_menu{
	background-color: #FFFFFF;
	background-image: url(images/menu_conteiner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top:50px;
	padding-left:7px;
	padding-right:24px;
}

/*------------------- Muda o estilo do menu horizontal ---------------------*/
ul.menubar{
   margin: 0px;
   padding: 0px;
   display:none;
}
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;
}
ul.menubar a:hover{
}
/*------------------- Muda o estilo do submenu horizontal ---------------------*/
ul.menu{
   margin: 0;
   padding: 0;
   width:150px; /* Tamanho do menu em Width */
}
ul.menu ul{
   margin: 0;
   padding: 0;
   display: none;
}
ul.menu li a{
    display: block;
	text-decoration: none;
	color:#333333;
	font-size:14px;
	width:100%;
	font-family:"Times New Roman", Times, serif;
	padding:5px;
	border-bottom:1px dotted #81AEDB; 
}
ul.menu li a:hover {
	background-color:#3980C6;
	background-image: url(images/menu_a_hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color:#FFFFFF;
}
/*--- Altera o estado normal do item que tem submenu ---*/
ul.menu li.submenu a{
	background-image: url(images/submenu_a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.menu li.submenu a:hover{
	background-image: url(images/menu_a_hover.jpg);
}
/*--- Altera os submenus ---*/
ul.menu ul{
	position: absolute;
	display: none;
	left: 160px; /* Seta o submenu 1 pixel ants do fim para "pega-lo" */
	top: 0px;
	background-position: bottom;
	background-color:#FFFFFF;
	border:1px solid #3980C6;
	padding:5px;
	background-image: url(images/submenu_conteiner.jpg);
	background-repeat: repeat-x;
} 

ul.menu li{
   position: relative;
   list-style: none;
   border: 0px;
}

/*--- Altera os estilo dos submenus --- */
ul.menu li.submenu li a{
	display:block;
	width:150px;
	background-image: url();	
}
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 */

div#central_atendimento{
	background-color:#FFFFFF;
	min-height:180px;
}
div#central_atendimento a{
	color:#3980C6;
	text-decoration:underline;
}
div#central_atendimento a:hover{
	color:#000033;
}
div#central_atendimento p{
	margin:0px;
	padding:0px;
	line-height:170%;
	font-size:11px;
	padding-left:15px;
}

/* ------------- Para a laterald o site ------------- */
div#lateral_site{
	margin-left:6px;
	margin-right:6px;
	background-color:#F2F2F2;
	padding-bottom:20px;

}
div#lateral_site, div#lateral_site td, th{
	font-size:11px;
}
div#lateral_site a{
	color:#3980C6;
	color:#333333;
	text-decoration:underline;
}
div#lateral_site a:hover{
	color:#000033;
}


/* ------------- Fotos ------------- */
#borda1_foto{ /* Para a galeria efeito de polaroyd caso nescessite */
	border: 1px solid #CCCCCC; 
	padding:6px;
	width:102px;
	height:102px;
}
#borda2_foto{ /* Para a galeria efeito de polaroyd caso nescessite */
	border: 1px solid #CCCCCC; 
	width:100px;
	height:100px;
}
.titulo_imagem{	/* define o texto de instrução da galeria */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.imagem_galeria{ /* define a borda da tabela da galeria */
	border: 0px solid #E0E0E0;
}

/* ------------- Formulários ------------- */

div#formulario {	
}
div#formulario input, textarea{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	border: 1px solid #CCCCCC;
	margin-bottom:15px;
	margin-left:10px;
}
div#formulario input:focus, textarea:focus{ /* Soemnte para o Firefox */
	border: 1px solid #3980C6;
}
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;
}
div#formulario .botao_formulario { /* define o estado do botão dos formulários*/
	padding-bottom:8px;
	padding-top:8px;
	width: 80px;
	border:1px solid #3980C6;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#81AEDB;
	cursor:pointer;	
}
div#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 ------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{ padding: 10px; }
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; background: url(/images/prevlabel.gif) left 1% no-repeat;}
#nextLink { right: 0; float: right; background: url(/images/nextlabel.gif) right 1% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 1% no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 1% no-repeat;}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}			
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}
* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
}
* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
