@import "estrutura.css";


/* ---------------------------------------------------------- Home */



#home #titulo {
	width: 690px; 
	height: 36px; 
	margin-top: 28px; 
	text-align:right;
}
#home #principal {
	float: left; 
	width: 680px; 
	height: 410px;
	padding-left: 35px;
}
#home #principal #banner {
	height: 220px; 
	margin-bottom: 6px;
}
#home #equipamentos {
	float: left; 
	width: 336px; 
	height: 177px; 
	padding-top: 13px;
	background: url("../imgs/bg_home_equipamentos.jpg") no-repeat;
}
#home #reagentes {
	float: left; 
	width: 336px; 
	margin-left: 7px;
	height: 177px; 
	padding-top: 13px;
	background: url("../imgs/bg_home_reagentes.jpg") no-repeat;
}
#home #equipamentos p, #home #reagentes p {
	margin-left: 27px; width: 145px; height: 65px; font: 11px Arial, Helvetica, sans-serif;
}
#home #equipamentos a, #home #reagentes a {
	margin-left: 23px;
}
#home #navbar {
	float: left; 
	width: 246px; 
	height: 410px; 
	margin-left: 29px; 
	padding-top: 5px;
	background: url("../imgs/bg_home_lateral.gif") no-repeat; 
}
#home #navbar #itens {
	height: 120px;
}
#home #navbar #itens img {
	float: left;
}
#home #navbar #banner {
	height: 92px; 
	margin-top: 13px;
}
#home #navbar #noticia {
	margin-top: 20px;
}
#home #navbar #noticia div {
	margin-left: 16px; 
	width: 215px; 
	font: 11px Arial, Helvetica, sans-serif;
	height:70px	
}
#home #navbar #noticia div div{margin-left:0}
#home #navbar #noticia a {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#home #navbar #noticia b  {
	display: block; 
	font: bold 11px Arial, Helvetica, sans-serif; 
	margin-bottom:4px;
}

.sense8 {
	float: right;
	margin: 2px 22px 0px 0px;
}



/* ---------------------------------------------------------- Empresa */

.moldura {
	background: url("../imgs/bg_moldura.gif") no-repeat;
	padding: 4px;
	float: left;
	margin: 8px 20px 20px 8px;
}

/* ---------------------------------------------------------- Reagentes */

.produtos {
	width: 100%;
	padding: 0 0 20px 0;
}

.produtos a {
	float: left;
	display:block;
	width: 250px;
	margin: 0 0 0 18px;
	padding-left: 14px;
	font-size: 11px;
	text-decoration: none;
	background: url("../imgs/bullet_reagentes.gif") no-repeat;
}
.produtos a:hover {
	background: #E3EF9B url("../imgs/bullet_reagentes.gif") no-repeat;
}



#simplemodal-container {
	display: none;
	position:absolute;
	left:330px;
	width:652px;
	z-index:999;
}

	#simplemodal-container #topo {
		background: url("../imgs/bg_descproduto_topo.gif") no-repeat;
		text-align:right;
		width:100%; 
		height:40px;
	}
	#simplemodal-container #topo img{margin:15px 19px 0 0;}
	
	#simplemodal-container #meio {
		background: #FFF url("../imgs/bg_descproduto_meio.gif") repeat-y;
		line-height:12px;
		padding:0 38px;
		width:576px; 
		min-height:100px;
		color: #006D7F;
	}
	#simplemodal-container #base {
		background:url("../imgs/bg_descproduto_base.gif") no-repeat;
		width:100%; height:20px;
	}
	
		#simplemodal-container #meio #titulo{
			background: url("../imgs/bg_descproduto_tit.gif") no-repeat;
			color:#FFF;
			font-size:14px;
			font-weight:bold;
			line-height:18px;
			min-width:40px;
			height:21px;
			padding:3px 10px 0px 10px;
			text-transform:capitalize;
			text-align:center;
		}
		
		
		#simplemodal-container th{
			width: 125px;
			text-align: right;
			font-weight:bold;
		}			
		#simplemodal-container td{
			width: 405px;
		}
		#simplemodal-container th, #simplemodal-container td{
			border-bottom: 1px #afdfe8 solid;
			padding: 8px;
			color: #005a66;
		}
		
		#simplemodal-container td p,#simplemodal-container td font,#simplemodal-container td span{color: #005a66;font-size:11px !important;font-family:Tahoma,Helvetica,sans-serif !important}


		#simplemodal-container #botoes {
			float: left;
			width: 320px;	
			margin: 0px 0 15px 12px;
		}
		
		#simplemodal-container .download {
			float: left;
			margin: 2px 0 15px 70px;
		}
		
/**/
#desc_produtos {
	display: none;
	position:absolute;
	left:330px;
	width:652px;
	z-index:999;
}

	#desc_produtos #topo {
		background: url("../imgs/bg_descproduto_topo.gif") no-repeat;
		text-align:right;
		width:100%; 
		height:40px;
	}
	#desc_produtos #topo img{margin:15px 19px 0 0;}
	
	#desc_produtos #meio {
		background: #FFF url("../imgs/bg_descproduto_meio.gif") repeat-y;
		line-height:12px;
		padding:0 38px;
		width:576px; 
		min-height:100px;
		color: #006D7F;
	}
	#desc_produtos #base {
		background:url("../imgs/bg_descproduto_base.gif") no-repeat;
		width:100%; height:20px;
	}
	
		#desc_produtos #meio #titulo{
			background: url("../imgs/bg_descproduto_tit.gif") no-repeat;
			color:#FFF;
			font-size:14px;
			font-weight:bold;
			line-height:18px;
			min-width:40px;
			height:21px;
			padding:3px 10px 0px 10px;
			text-transform:capitalize;
			text-align:center;
		}
		
		
		#desc_produtos th{
			width: 125px;
			text-align: right;
			font-weight:bold;
		}			
		#desc_produtos td{
			width: 405px;
		}
		#desc_produtos th, #desc_produtos td{
			border-bottom: 1px #afdfe8 solid;
			padding: 8px;
			color: #005a66;
		}
		
		#desc_produtos td p,#desc_produtos td font,#desc_produtos td span{color: #005a66;font-size:11px !important;font-family:Tahoma,Helvetica,sans-serif !important}


		#desc_produtos #botoes {
			float: left;
			width: 320px;	
			margin: 0px 0 15px 12px;
		}
		
		#desc_produtos .download {
			float: left;
			margin: 2px 0 15px 70px;
		}
			
			
/* ---------------------------------------------------------- Equipamentos */

.listagem {
	padding-bottom:15px;
}

.listagem p {
	margin: 0 20px 20px 20px;
	color: #0b6165;
}

.listagem ul {
	margin: 15px 0 20px 18px;
}

.listagem .ul_botoes li{
	width:220px;
	display:block;
	margin-right:20px;
	padding-bottom:10px;
	padding-left: 20px;
	border-bottom:1px solid #acd98d;
	margin-bottom:15px;
	color:#003e46;
	font: 14px Tahoma, Arial, Helvetica, sans-serif; 
	background:url("../imgs/bullet_seta.gif") no-repeat 0 3px;
}

.listagem .ul_botoes li a {
	text-decoration: none;
	font-size: 14px;
}

.listagem .ul_botoes li a:hover {
	color: #47B2C7;
}

.listagem .ul_lista li{
	display:  list-item;
	width: 569px;
	list-style: disc;
	margin: 0 0 0 21px;
	line-height: 18px;
}

.listagem_equipamentos table {
	margin-top: 120px;	
}

table ul {
	margin: 0 0 10px 0;
	padding: 0px;
}

table ul li{
	display: inline;
	width: 100%;
	list-style: disc;
	padding: 0 0 0 8px;
	font-size: 11px;
	background: url("../imgs/bullet_li.gif") top left no-repeat;
}

.thumb {
	border: 1px #9ec01e solid;
	margin: 8px;
}

.td_equipamentos {
	background: url("../imgs/pontilhado2.gif") top repeat-x;
	vertical-align: top;
	height: 22px;
	padding: 1px 6px 2px 0px;
}

.text_equipamento {
	display: inline-block; 
	font-size: 11px;	
	background: url("../imgs/pontilhado2tampa.gif") top repeat-x;
	padding: 0px 6px 0 6px;
	color: #468E11;
}

.borderbottom {
	border-bottom: 2px #9ECC47 solid;
}


.desc {
	text-align: center;
	width: 600px;
	margin-left: 24px;
}




/* ---------------------------------------------------------- Publica��es T�cnicas */
table {
	margin: 5px 20px 20px 20px;
	
}

.td_publicacoes {
	background: url("../imgs/pontilhado.gif") bottom repeat-x;
	vertical-align: middle;
	height: 22px;
	cursor: pointer;
}

td, th {
	padding: 1px 4px 2px 6px;
	font-size: 11px;
}

th {
	text-align: left;	
	font-weight: bold;
}

/*  Contato */

.selectcontato {
	width: 205px;
	height: 21px;
	margin: 0px 2px 6px 0px;
	background: url("../imgs/form_select.gif") no-repeat;	
}

.selectcontato select {
	width: 225px;
	height: 18px;
	margin: 1px 0 0 0;
	padding-left: 4px;
	background: none;
	border: 0px;
	color: #167287;
}


/* ---------------------------------------------------------- Revendedores */
#revendedores {
	position: relative;
	width: 200px;
	padding: 30px 0 0 32px;
	font: normal 11px Tahoma, Helvetica, sans-serif;
	z-index: 10;
}

.selectrevendedores {
	width: 205px;
	height: 21px;
	margin: 5px 2px 0px 20px;
	background: url("../imgs/bg_selectrevendedores.gif") no-repeat;	
}
.nonebutton1, .nonebutton2, .nonebutton3, .nonebutton4, .nonebutton5, .nonebutton6 {
	position: absolute;
	display: block;
	width: 25px;
	height: 21px;
	margin: 0 0 0 205px;
	z-index: 10;
}
.nonebutton1 {background: #D3E867;}
.nonebutton2 {background: #D7E973;}
.nonebutton3 {background: #EBF3B8;}
.nonebutton4 {background: #FAFCEE;}
.nonebutton5 {background: #F0F7CD;}
.nonebutton6 {background: #F5F8E3;}


select {
	width: 225px;
	height: 18px;
	margin: 1px 0 0 0px;
	padding-left: 8px;
	background: none;
	border: 0px;
	position: absolute;
}
option {
	background: none;
	padding: 2px 0px 2px 5px;
}
.mapamundi {
	position: absolute;
	top: 350px;	
	left: 430px;
}

h5.nomargin {margin: 0px;}


.bold {
	font-weight: bold;	
	text-decoration: none;
}
.verde {
	color: #396;	
}
.laranja {
	color: #960;
	font: normal 12px Tahoma, Helvetica, sans-serif;
}



.contatos {
	float: left;
	width: 200px;
	margin: 5px 20px 0 26px;
}

p.contatos {
	margin: 0px;
	padding: 0px;
	width: auto;
}

/* ---------------------------------------------------------- Oportunidades */

.oportunidades {
	float: left;
	width: 260px;
	margin: 20px 20px 0 26px;
}
.oportunidades * {
	margin: 0px;
	padding: 0px;
	width: auto;
}
p.oportunidades {
	margin: 0px;
	padding: 0px;
	width: auto;
}

.esquecisenha {
	float: left;
	width: 260px;
	margin: 20px 20px 0 26px;
}
.esquecisenha * {
	margin: 0px;
	padding: 0px;
	width: auto;
}
p.esquecisenha {
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.text {
	width: 193px;
	height: 21px;
	margin-bottom: 6px;
	padding: 0 6px 0 6px;
	background: url("../imgs/form_text.gif") no-repeat;
}

input.text {
	width: 193px;
	margin-top: 2px;
	color: #167287;
}

input.enviar, input.acessar, input.voltar  {
	width: 60px;
	height: 21px;
	margin-top: 4px;
	background: none;
	text-indent: -9999px;
	_text-indent: 1px;
	display: inline;
	overflow: hidden;
}
input.enviar {background: url("../imgs/form_enviar.gif") no-repeat;}
input.voltar {background: url("../imgs/form_voltar.gif") no-repeat;}
input.acessar {background: url("../imgs/form_acessar.gif") no-repeat;}

.textareadiv {
	width: 450px;
	height: 150px;
	margin-bottom: 5px;
	background: url("../imgs/form_textarea.gif") no-repeat;
}
.textarea, .textarea2 {
	width: 438px;
	height: 138px;
	padding: 6px;
	color: #167287;
	overflow: auto;
}

.textarea2 {
	height: 83px;
	background: url("../imgs/form_textarea2.gif") no-repeat;
}

label {
	font: bold 11px Tahoma, Helvetica, sans-serif;
}
	
	
		ul#passos {
			margin-left: 24px;	
		}
		ul#passos li{
			height:53px;
			margin:0 12px 20px 0;
			width:85px;
			float:left;
			cursor: pointer;
			text-indent:-9999px;
		}
		ul#passos li.passo1_on{
			background:url("../imgs/oportunidades_passo1_on.png") no-repeat;
		}
		ul#passos li.passo1{
			background:url("../imgs/oportunidades_passo1_off.png") no-repeat;
		}
		ul#passos li.passo2_on{
			background:url("../imgs/oportunidades_passo2_on.png") no-repeat;
		}
		ul#passos li.passo2{
			background:url("../imgs/oportunidades_passo2_off.png") no-repeat;
		}
		ul#passos li.passo3_on{
			background:url("../imgs/oportunidades_passo3_on.png") no-repeat;
		}
		ul#passos li.passo3{
			background:url("../imgs/oportunidades_passo3_off.png") no-repeat;
		}
		ul#passos li.passo4_on{
			background:url("../imgs/oportunidades_passo4_on.png") no-repeat;
		}
		ul#passos li.passo4{
			background:url("../imgs/oportunidades_passo4_off.png") no-repeat;
		}




/* ---------------------------------------------------------- Mapa do Site */

#mapadosite {
	margin: 25px;
}
#mapadosite a {
	text-decoration: none;	
}
#mapadosite h2{
	margin: 25px 0 4px 0;
	padding-bottom: 5px;
	font-weight: bold;
	background: url("../imgs/pontilhado.gif") bottom repeat-x;
	
}

/* ---------------------------------------------------------- Resultados da Busca */

#resultadobusca {
	margin: 25px;
}
#resultadobusca a {
	text-decoration: none;	
}
#resultadobusca h2{
	margin: 25px 0 4px 0;
	padding-bottom: 5px;
	font-weight: bold;
	background: url("../imgs/pontilhado.gif") bottom repeat-x;
	text-transform: capitalize;
}
.highlight { background-color: yellow }

/* ---------------------------------------------------------- SAC */

p.sac {
	width: 450px;
	text-align: justify;
}

/* ---------------------------------------------------------- SAC */

table.certificados img {
	border: 5px solid #FFF;
	width: 180px;
}

/* ----------------------------------------------------------- TableOrder */
.header {
	background-image: url("../imgs/listagem_bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #E5F2A3 ;
	cursor: pointer;
}
.headerSortUp {
	background-image: url("../imgs/listagem_asc.gif");
	background-color: #E5F2A3 ;
}
.headerSortDown {
	background-image: url("../imgs/listagem_desc.gif");
	background-color: #E5F2A3 ;
}
/* ----------------------------------------------------------- busca */

.search_description {
	display: none;	
}

.tituloNoticia{font-size:16px;margin:5px 20px 5px 25px}
#conteudoNoticia{
	background: url("../imgs/bg_conteudo.gif") 0px 335px no-repeat;
	margin: 30px 10px;
	min-height: 500px;
	_height: 500px;	
	padding-bottom: 40px;
	border-bottom: 2px #D0E990 solid;

}
