/** CSS RESET **/
* {
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
html {
	height:100%;
}
body {
	background:#fff url(../img/bgBody.png) repeat-x top center;
	height:100%;
}
/*** Associado ao jquery.tabs.pack.js - controle de abas */
.tabs-hide {
	display: none;
}
/***  */

#containerPagina {
	background:url(../img/bgContainer.png) no-repeat top center;
	width:100%;
	margin:0 auto 0 auto;
	min-height: 100%;
	position: relative;
}
* html #containerPagina {
	background:url(../img/bgContainer.png) no-repeat top center;
	width:100%;
	margin:0 auto 0 auto;
	height: 100%;
}
#containerTopo {
	height: 110px;
	width:778px;
	margin:0 auto 0 auto;
}
#containerCorpoBanner {
	width:778px;
	margin:0 auto 0 auto;
	height:400px;
}
#containerCorpo {
	width:778px;
	margin:0 auto 0 auto;
	padding-bottom: 190px;
	height: 630px;
}
#containerCorpoInternas {
	width:778px;
	margin:0 auto 0 auto;
	padding-bottom: 20px;
	display:block;
}
#containerRodape {
	background:url(../img/bgContainerRodapeexpand.jpg) repeat-x bottom center;
	width:100%;
	margin:0 auto 0 auto;
	height:190px;
	bottom: -2px;
	left: -3px;
	display:block
}
#conteudoRodape h1{
	width: 180px;
	height: 80px;
	margin:-110px auto;
	position:absolute;
	cursor: pointer;
}
#containerRodapeBoot {
	background:url(../img/bgContainerRodape.jpg) no-repeat top center;
	width:778px;
	height:190px;
	margin:0 auto 0 auto;
}
#conteudoRodape {
	height:35px;
	margin-top:140px;
	position:absolute;
	margin-left:10px;
	float:left;
}
#conteudoRodape ul {
	width:260px;
	margin-left:10px;
}
#conteudoRodape ul li {
	display:inline;
	float:left;
	margin-right:2px;
	padding-left:6px;
	background:url(../img/separadorLI.gif) no-repeat 1px 10px;
}
#conteudoRodape ul li img {
	position:absolute;
}
/*/// Menu topo // */

#containerTopoMenu {
	margin:39px 0 0 200px;
	position:absolute;
}
#containerTopoMenu ul {
	list-style:none;
}
#containerTopoMenu ul li img {
	border:none;
	float:left;
}
#containerTopoMenu ul li {
	display:inline;
	height:45px;
}
/*/// Menu topo apoio // */

#containerTopoApoio {
	margin:10px 0 0 210px;
	position:absolute;
}
#containerTopoApoio ul {
	list-style:none;
	float:left;
}
#containerTopoApoio img {
	border:none;
}
#containerTopoApoio ul li {
	display:inline;
	height:25px;
}
#apoioMenu {
	margin-left:20px;
}
#apoioMenu li img {
	margin:6px 5px 0 10px;
}
#containerTopo h1 {
	width:180px;
	height:85px;
	position:absolute;
	display:block;
	cursor: pointer;
}
#containerTopoSearch {
	margin:8px 0 0 550px;
	background-color:#006699;
	background-image:url(../img/bgsearchA.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:145px;
	position:absolute;
	height:24px;
}
#containerTopoSearch .inpBuscar {
	width: 100px;
	height:22px;
	margin:8px 0 0 10px;
	position:absolute;
	border:0px;
	background:none;
	float:left;
	top: -2px;
}
#containerTopoSearch .btEnviar {
	float:right;
	border:none;
}
/* Conteudo home ////////////////// */

#containerConteudoHome {
	width:778px;
	background-color:#00FF66;
}
#containerAbas {
	width:415px;
	height:220px;
	background:url(../img/bgNoticias.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	position:absolute;
	margin:0px;
	z-index:400;
}
#containerDestaque {
	width:335px;
	height:285px;
	background-image:url(../img/pt/bgTituloDestaque.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:420px;
	z-index:500;
}
#containerTabs {
	height:80px;
	width:400px;
	background-image:url(../img/bgRodapeNews.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#containerTabs img {
	margin-bottom:12px;
	margin-left:10px;
	border:none;
}
#containerTabs ul {
	list-style:none;
}
#containerTabs ul li {
	display:inline;
}
#fragment-1 {
	width:310px;
	margin-left:20px;
}
#fragment-1 ul li {
	background-image:url(../img/bgListStyle.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: 2px 3px;
	margin:0px;
	padding-left:15px;
	display:block;
	height:20px;
}
.SpanDesc {
	background-image:url(../img/bgPontilhado.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:10px;
	padding-left:10px;
}
#fragment-2 {
	width:310px;
	margin-left:20px;
}
#fragment-2 fieldset {
	width:145px;
	border:none;
	display:inline;
	float:left;
}
#fragment-2 label {
	width:143px;
	border:none;
	display:block;
}
#campNews {
	width:143px;
	background-image:url(../img/bgInputNews.gif);
	height:18px;
	background-repeat:no-repeat;
}
#campNews input {
	width:133px;
	border:none;
	font-size:11px;
	margin:0 5px 0 5px;
	height:13px;
}
/* sombra rodapé /////////////////  */
#rodapesombra {
	background-image:url(../img/separadorRodape.jpg);
	background-repeat:no-repeat;
	width:9px;
	height:39px;
	position:absolute;
	left:260px;
	top:5px;
}
/* combo rodapé /////////////////  */

#comboX {
	background-image:url(../img/bgComboX.jpg);
	background-repeat:no-repeat;
	width:133px;
	height:24px;
	position:absolute;
	z-index:800;
	left:290px;
	top:10px;
}
#comboXhit a {
	display:block;
	width:130px;
	height:20px;
	padding:6px 10px 0px 15px;
}
#comboXsel {
	background-color:#F0F0F0;
	border:1px solid #104E92;
	border-bottom:none;
	position:absolute;
	left:8px;
	top:-47px;
	z-index:810;
	width:115px;
	height:50px;
	display:none;
}
#comboXsel a {
	margin:5px;
}
/* rodapé Copyright /////////////////  */

#Copyright {
	width:150px;
	height:24px;
	position:absolute;
	left:440px;
	top:10px;
	text-align:right;
}
#pgloader {
	display:block;
	text-align:center;
	margin-top:20px;
}
/* extrutura principal internas ///// */

#containerTopoInternas {
	background-repeat:no-repeat;
	height:331px;
	width:772px;
	z-index:10;
}
#containerMenuInterno {
	width:240px;
	position:absolute;
	margin-left:40px;
	margin-top:65px;
}
#containerMenuInterno img {
	border:none;
	margin-right:8px;
	margin-bottom:-5px;
}
#containerTopoInterno h1 {
	position:absolute;
	margin-left:240px;
	margin-top:70px;
}
#containerTopoInterno h2 {
	position:absolute;
	margin-left:270px;
	height:45px;
	margin-top:230px;
	background-image:url(../img/sombrapaginacao.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#containerTopoInterno ul {
	position:absolute;
	margin-left:240px;
	margin-top:110px;
}
#containerTopoInterno ul li {
	display:inline;
	margin-left:2px;
}
#containerTopoInterno ul img {
	margin-bottom:-2px;
}
#containerTopoAnimacao {
	position:absolute;
	margin-left:380px;
	margin-top:22px;
}
#containerBlocofixo {
	background-image:url(../img/bgTopoInternasB.jpg);
	background-repeat:repeat-y;
	display:block;
}
#containerBlocoConteudo {
	width:715px;
	margin:-30px 0px 0px 40px;
	z-index:20;
	position:absolute;
	display:block;
}
#containerBlocoConteudo.moreup {
	margin:-90px 0px 0px 40px;
}
#RodapeAcabamentoA {
	background-repeat:no-repeat;
}
#RodapeAcabamentoB {
	background-repeat:no-repeat;
}
#RodapeAcabamentoB {
	background-image:url(../img/bgRodapeInternasB.jpg);
	background-repeat:no-repeat;
	height:274px;
}
.celProdutos {
	float: left;
	display: inline-table;
	background-image: url(../img/bgProdutos.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 270px;
	text-align: center;
	vertical-align: top;
	margin:0 0 10px 0;
}
.celProdutos div {
	margin: 27px 0px 0px 20px;
	text-align:left;
}
.celProdutos h1 {
	margin:45px 0px 0px 22px;
	text-align:center;
	width:140px;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 2px 0 2px;
	display: block;
}
#pages li a {
	float: left;
	display:block;
	width:32px;
	height:32px;
	background-image:url(../img/bgPaginacaoA.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
}
#pages li a:hover {
	background-image:url(../img/bgPaginacaoB.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	padding-top:8px;
}
#pages li.nolink {
	float: left;
	width:32px;
	height:32px;
	background-image:url(../img/bgPaginacaoB.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
}
#pages li.current {
	text-decoration: none;
	float: left;
	width:32px;
	height:32px;
	background-image:url(../img/bgPaginacaoB.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
}
/* /////// produtos detalhe /// */

.celProdutosDetalhes {
	background-image:url(../img/bgProdutoDetalhe.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}
#acordeon dt {
	background-image:url(../img/bgDicaVenda.jpg);
	background-repeat:no-repeat;
	width:445px;
	height:44px;
}
#acordeon dt a {
	display:block;
	width:365px;
	height:44px;
	padding-left:40px;
	padding-top:8px;
}
#acordeon dt span {
	display:block;
	width:365px;
	height:44px;
	padding-left:40px;
	padding-top:8px;
}
#containerNoticias h1 {
	padding-bottom:5px;
	margin-top:10px;
}
#containerNoticias h2, #containerNoticias p {
	padding-bottom:5px;
}
.ondeencontrarbarrabg{
	background-image:url(../img/bgRepresentantesTopo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#fildsetPersonal{
	border:none;
}
#fildsetPersonal select{
	border:1px #666666 solid;
}
#representantesList{
	float: left;
	display:inline;
	width:210px;
	margin-left:10px;
	height:175px;
}
#representantesList img{
	display:block;
	margin:4px 0 4px 0;
}

.representantesListCl{
	float: left;
	display:inline;
	width:210px;
	margin-left:10px;
}
.representantesListcl img{
	display:block;
	margin:4px 0 4px 0;
}

#mapaList{
	float: left;
	display:inline;
	width:210px;
	margin-left:10px;
}
#mapaList img{
	display:block;
	margin:4px 0 4px 0;
}

#mapaList .alinhar{
	margin-left:30px;
}

#mapaList a{
	display:block;
	margin:0 0 2px 30px;
}
#educacaoLinks ul li {
	background-image:url(../img/bgListStyleLj.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: 2px 3px;
	margin:0px;
	padding-left:15px;
	display:block;
	margin-bottom:8px;
}

#educacaoBibliografia ul li{
	background-image:url(../img/bgListStyleLj.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: 2px 3px;
	margin:0px;
	padding-left:15px;
	display:block;
	margin-bottom:10px;
}
#containerTabsContato img {
	margin-left:2px;
	border:none;
}
#containerTabsContato ul {
	list-style:none;
}
#containerTabsContato ul li {
	display:inline;
}

/* ////// FORMULARIOS */
#fragmentContato-1 fieldset, #fragmentContato-2 fieldset, #fragmentContato-3 fieldset, #fragmentContato-4 fieldset{
	border:none;
	margin-left:40px;
}
#fragmentContato-1 label, #fragmentContato-2 label, #fragmentContato-3 label, #fragmentContato-4 label{
	display:block;
	margin:6px 0 3px 0;
}
#fragmentContato-1 input, #fragmentContato-2 input, #fragmentContato-3 input, #fragmentContato-4 input{
border:1px #99CC00 solid;
padding:2px;
}
#fragmentContato-1 select, #fragmentContato-2 select, #fragmentContato-3 select, #fragmentContato-4 select{
border:1px #99CC00 solid;
padding:2px;
}
#fragmentContato-1 textarea, #fragmentContato-2 textarea, #fragmentContato-3 textarea, #fragmentContato-4 textarea{
border:1px #99CC00 solid;
padding:2px;
}
.alinha{
	min-height:279px;
	height:auto !important;
	_height:279px;
}
