* { margin: 0; padding: 0; } /* Zerando as margens e preenchimentos de todas as tags */

html {height: 100%;}
* html body {height: 100%;}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	text-align: center;
	background-color:#FFFFFF;
	background-image: url(images/i_fundo.jpg);
	background-repeat: no-repeat;
}

#geral {
	position: relative;
	width: 900px;
	margin: auto;
}
#cabecalho {
	position: relative;
	width: 900px;
	height: 229px;
}
#container{
	position: relative;
	width: 900px;
	padding-top: 0px;
}
#esquerda{
	position: relative;
	width: 660px;
	padding-top: 0px;
	float: left;
}
#direita{
	position: relative;
	width: 200px;
	right: 20px;
	float: right;
}

html>body #container { 
width: 900px; 
} /* hack para q o FF, Opera, etc deixem o tamanho correto do layout, pois não colocando ele adicionaria + 20px aos 150px das divs, totalizando 170px, que iria bagunçar o layout */


#rodape {
	position: relative;
	width: 900px;
	height: 147px;
	clear: both;
	z-index: inherit;
	background-image: url(images/i_rodape.png);
	background-repeat: no-repeat;
}
.rodape {
}

#gaia {
	position: absolute;
	right: 25px;
	top: 60px;
	width: 30px;
	height: 30px;
}


/*************** ESTILOS PARA CAPA **************/
#capaConteudo {
	position: relative;
	width: 640px;
	height: 320px;  /*267*/
}
#capaDireita {
    position: relative;
	width: 200px;
	height: 267px;
}
#capaProdutos {
	position: absolute;
	width: 420px;
	height: 122px; /*122*/
	margin-top:10px;
	left: 20px;
	top: 0px;
	background-image: url(images/i_produtos_capa.jpg);
	background-repeat: no-repeat;
}
#capaServicos {
	position: absolute;
	width: 420px;
	height: 150px; /*122*/
	margin-top:30px;
	left: 20px;
	top: 130px;
	background-image: url(images/i_capa_servicos.jpg);
	background-repeat: no-repeat;
}
#seloMetade {
	position: absolute;
	width: 200px;
	height: 66px;
	left: 0px;
	top: 0px;
	background-image: url(images/i_selo_metade.jpg);
	background-repeat: no-repeat;
}
#capaEmpresa {
	position: absolute;
	width: 200px;
	height: 267px;
	left: 460px;
	top: 0px;
}
#capaLocaliza {
	position: absolute;
	width: 200px;
	height: 267px;
	left: 0px;
	top: 70px;
}
#capaTitulo {
	position: relative;
	width: 200px;
	height: 28px;
	left: 0px;
	top: 0px;
	text-align:left;
}
#empresaCapa{
	position: relative;
	width: 200px;
	height: 82px;
    left: 0px;
    top: 10px;
	float: left;
}

#rj{
	z-index:1;
	position:relative;
	width: 410px;
	height: 50px;
	margin-top:155px;
	*margin-top:20px;
	float: left;
}

/*************** FIM ESTILOS PARA CAPA **************/

/*************** ESTILOS PARA PRODUTOS**************/
#prodConteudo {
	position: relative;
	width: 660px;
 	float: left;
 	text-align:left;
}
#cont1 {
	position: relative;
	width: 400px;
 	float: left;
}
#cont2 {
	position: relative;
	width: 250px;
 	float: left;
}
#prodTitulo {
	position: relative;
	width: 660px;
	height: 28px;
	left: 0px;
	top: 0px;
	text-align:left;
}
#prodLista {
	position: relative;
	width: 660px;
	height: 90px;
	top: 10px;
	float: left;
}
#prodImagem {
	position: relative;
	width: 180px;
	height: 375px;
	top: 0;
	right: 9px;
	float: right;
}
.minMod {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#prodDescLinha {
	position: relative;
	width: 428px;
	height: 25px;
	left: 10px;
	top: 10px;
	float: left;
	background-image: url(images/i_marcador_linha.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#prodModelos {
	position: relative;
	width: 530px;
	height: 98px;
	left: 0px;
	top: 0px;
	float: left;
	background-image:url(images/i_fundo_min.png);
	background-repeat: no-repeat;
}
#prodDescMod {
	position: relative;
	width: 300px;
	height: 25px;
	left: 0px;
	top: 0px;
	float: left;
}
#prodMinMod {
	position: relative;
	width: 101px;
	height: 80px;
	left: 10px;
	top: 0px;
	float: left;
	background-image:url(images/i_fundo_thumb.jpg);
	background-repeat: no-repeat;
}
.minModelo {
	margin-top: 25px;
	margin-left: 8px;
	width: 140px;
	height: 110px;
}
#prodImg {
	position: relative;
	width: 660px;
}
.imgProd {
	margin-top: 10px;
	text-align: center;
}
#prodThumbs {
	position: relative;
	width: 500px;
	text-align: center;
	float: left;
}
#prodImgBase {
	position: relative;
	width: 547px;
	height: 113px;
	left: 0px;
	top: 20px;
	float: left;
	background-image:url(images/i_fundo_base_produtos1.png);
	background-repeat: no-repeat;
}
#prodImgMod {
	position: relative;
	width: 660px;
	height: 40px;
	left: 0px;
	top: 5px;
	float: left;
	background-color: #dfdfe0;
}
#textocol {
	position: relative;
	width: 660px;
}

/*************** FIM ESTILOS PARA PRODUTOS **************/

/*************** ESTILOS PARA TABELAS**************/
#tabela {
	position: relative;
	width: 540px;
	left: 15px;
	top: 20px;
	float: left;
}
/*************** FIM ESTILOS PARA TABELAS **************/

/*************** ESTILOS PARA EMPRESA**************/
#empresa{
	position: relative;
	width: 640px;
	height: 282px;
    left: 0px;
    top: 10px;
	float: left;
}
/*************** FIM ESTILOS PARA EMPRESA **************/


/*************** ESTILOS PARA AS FONTES **************/

.rotulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: right;
}
.caixas {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: justify;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}
.label{
  padding-right:8px;
  text-align:right;
  height:30px;
  font: bold 11px 'verdana';
}

.texto{
	color:#666666;
	text-align: left;
	font-family: 'Tahoma';
	font-size: 11px;
	padding-top:3px
}
.textoLinha{
   font: 11px 'verdana';
   color:#666666;
   text-decoration:none;
   text-align: left; 
   margin-left: 10px;
   margin-top: 13px;
}
.listaModelo{
	font: 11px 'verdana';
	color:#666666;
	text-decoration:none;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	list-style-image: url(images/i_marcador_det_mod.gif);
	list-style-type: disc;
}
.textoModelo{
	font: 12px 'verdana';
	color:#231d76;
	text-decoration:none;
	text-align: center;
	margin-top:5px;
}
.textoModelo1{
   font: 12px 'verdana';
   color:#FF3300;
   text-decoration:none;
   text-align: center; 
}
.textoModelo2{
   font: 11px 'arial';
   color:#666666;
   text-decoration:none;
   text-align: center; 
}
.textoDetalhes{
   font: 12px 'verdana';
   color:#666666;
   text-decoration:none;
   text-align: left; 
   margin-top: 10px;
   margin-left: 10px;
}
.textoSplesh{
	position:relative;
	font: 11px 'verdana';
	color:#666666;
	width: 310px;
	left: 10px;
	text-decoration:none;
	text-align: left;
	float:left;
}
.textoBt{
    font: 12px 'arial';
   color:#231d76;
   text-decoration:none;
   text-align: left; 
   margin-left: 26px;
   margin-top: 4px;
}
.textoBt a {
	color:#231d76;
	text-decoration: none;
}
.textoBt a:hover {
	color:#231d76;
	text-decoration: underline;
}
.textoTab{
   font: 11px 'verdana';
   color:#666666;  
   text-align: left;
   margin-left: 5px;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-right: 5px;
}
.textoCat{
   font: 11px 'verdana';
   color:#FFFFFF;
   text-decoration:none;
   text-align: left; 
   margin-left: 118px;
   margin-top: 22px;
}
.textoCat a {
	color:#FFFFFF;
	text-decoration: none;
}
.textoCat a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.textoCat2{
   font: 14px 'arial';
   color:#6F003A;
   text-decoration:none;
   text-align: left; 
   margin-left: 36px;
   margin-top: 7px;
}
.textoCat2 a {
	color:#6F003A;
	text-decoration: none;
}
.textoCat2 a:hover {
	color:#6F003A;
	text-decoration: underline;
}


.texto1{
   font: 14px 'tahoma';
   color:#666666;
   text-decoration:none;
   text-align: left;
   line-height: 16px;
}
.texto2{
   font: 11px 'verdana';
   color:#cc9900;  
   text-decoration:none;
   text-align: left;
}


.texto3{
	font: 11px 'arial';
	color:#4F3028;
	text-decoration:none;
	text-align: left;
}

.textoRodape {
	color:#666666;
	text-decoration:none;
	text-align: left;
	margin-left: 85px;
	padding-top: 25px;
	font-family: 'verdana';
	font-size: 12px;
	line-height: 12px;
}
.titulo{
   font: bold 12px 'verdana';
   color: #666666;  
   text-align: left;
   margin-left: 20px;
}
.titulo1 {
   font: 20px 'arial';
   color:#CC0000;
   font-weight: bold;
   text-align: left;
   margin-left: 0;
}
.titulo1a {
   font: bold 20px 'arial';
   color: #231d76;
   font-weight: bold;
   text-align: left;
   margin-left: 0px;
}
.titulo1b {
   font: bold 20px 'arial';
   color: #B4B4B7;
   font-weight: bold;
   text-align: left;
   margin-left: 0px;
}
.titulo2 {
   font: 20px 'arial';
   color:#FF3300;  
   text-align: left;
}
.titulo3 {
   font: 20px 'arial';
   color:#666666;  
   text-align: left;
}
.tituloLinha {
   font: bold 16px 'arial';
   color: #231d76;
   text-align: center;
   margin-left: 10px;
}
.tituloLinha a {
	color: #231d76;
	text-decoration: none;
}
.tituloLinha a:hover {
	color: #231d76;
	text-decoration: underline;
}
.tituloModelo {
   font: bold 16px 'arial';
   color: #231d76;
   text-align: left;
   margin-left: 20px;
   margin-top: 40px;
}
.tituloTab {
   font: bold 12px 'verdana';
   color: #999999;  
   text-align: left;
   margin-left: 5px;
   margin-top: 3px;
   margin-bottom: 3px;
}


.subtitulo{
	color: #666666;
	margin-left: 20px;
	padding-top: 20px;
	text-align: left;
	font-family: 'verdana';
	font-size: 11px;
}
.subtitulo3{
	color: #666666;
	margin-left: 20px;
	margin-top: 40px;
	text-align: left;
	font-family: 'verdana';
	font-size: 11px;
}
.subtitulo2{
	color: #666666;
	margin-top: 20px;
	text-align: center;
	font-family: 'verdana';
	font-size: 11px;
}

.link{
   font: 11px 'verdana';
   color:#666666;  
   text-align: right;
   vertical-align: bottom;
}
.link a {
	color:#666666;
	text-decoration: none;
}
.link a:hover {
	color:#666666;
	text-decoration: underline;
}
.linkCapa {
   font: 11px 'verdana';
   color:#666666;  
   text-align: left;
   margin-top: 31px;
}
.linkCapa a {
	color:#666666;
	text-decoration: none;
}
.linkCapa a:hover {
	color:#666666;
	text-decoration: underline;
}

.linkProdutosCapa{
   font: 11px 'verdana';
   color:#666666;  
   text-align: left;
   margin-left: 20px;
   margin-top: 44px;
}
.linkProdutosCapa a {
	color:#666666;
	text-decoration: none;
}
.linkProdutosCapa a:hover {
	color:#666666;
	text-decoration: underline;
}

.linkOndeComprarCapa{
   font: 11px 'verdana';
   color:#666666;  
   text-align: left;
   margin-left: 102px;
   margin-top: 61px;
}
.linkOndeComprarCapa a {
	color:#666666;
	text-decoration: none;
}
.linkOndeComprarCapa a:hover {
	color:#666666;
	text-decoration: underline;
}
.linkBt{
   font: 11px 'arial';
   color: #E67718; 
   text-align: center;
}
.linkBt a {
	color:#E67718;
	text-decoration: none;
}
.linkBt a:hover {
	color:#E67718;
	text-decoration: underline;
}
.linkTab{
   font: 11px 'verdana';
   color:#666666;  
   text-align: center;
   margin-top: 2px;
   margin-bottom:2px;
   margin-left: 5px;
   margin-right: 5px;
}
.linkTab a {
	color:#666666;
	text-decoration: none;
}
.linkTab a:hover {
	color:#666666;
	text-decoration: underline;
}
.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9B847D;
	text-align: left;
	line-height: 20px;
	list-style-image: url(images/marcador.gif);
	padding-left: 37px;
}
.lista a {
	color:#9B847D;
	text-decoration: none;
}
.lista a:hover {
	color:#9B847D;
	text-decoration: underline;
}

/*************** FIM ESTILOS PARA AS FONTES **************/


/************* ESTILOS PARA OS BOTÕES **************/
#btCatMod {
	position: relative;
	width: 466px;
	height: 30px;
	left: 10px;
	top: 0px;
	float: left;
	background-color:#DBC1CE;
	background-image: url(images/icon_cat.png);
	background-repeat: no-repeat;
	background-position: 10px;
}
#btPrev {
	position: relative;
	height: 21px;
	left: 10px;
	top: 0px;
	float: left;
	background-image:url(images/i_bt_seta.jpg);
	background-repeat: no-repeat;
}
#btPrevLarge {
	position: relative;
	width: 320px;
	height: 21px;
	left: 100px;
	top: 10px;
	float: right;
	background-image:url(images/i_bt_seta.jpg);
	background-repeat: no-repeat;
}
#btPrevSmall {
	position: relative;
	width: 330px;
	height: 21px;
	left: 10px;
	top: 10px;
	float: left;
	background-image:url(images/i_bt_seta.jpg);
	background-repeat: no-repeat;
}
#btPrevMedium{
	position: relative;
	width: 222px;
	height: 51px;
	left: 10px;
	top: 0px;
	float: left;
	background-image:url(images/i_bt_medium_left.png);
	background-repeat: no-repeat;
}


.btn_ok{
  background-image:url(../imagens/btn_ok.gif);
  background-repeat:no-repeat;
  background-position:left;
  background-color:transparent;
  text-align:left; 
  padding-left:33px;  
  width:39px;
  height:21px;
  cursor:pointer;
  border:0;
  font: bold 12px 'verdana';
}
.btForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 5px;
	text-align: left;
	border: none;
}
.btn_news{
  background-image:url(images/bt_enviar.gif);
  background-repeat:no-repeat;
  background-position:left;
  background-color:transparent;
  text-align:left; 
  padding-left:33px;
  margin-top:5px;  
  width:41px;
  height:10px;
  cursor:pointer;
  border:0;
}
.btSaibaMais {
  margin-top:20px;  
  width:69px;
  height:20px; 
  padding-left:193px;
}
.btDetalhes {
  text-align: left;
  margin-top:10px;  
  margin-left: 20px;
}
.bt1 {
  margin-top:0px;
  width:420px;
  height:122px;
  padding-left:0px;
}
.bt2 {
  margin-top:110px;  
  width:85px;
  height:20px; 
  padding-left:100px;
}
.bt3 {
  margin-top:56px;  
  width:85px;
  height:20px; 
  padding-left:100px;
}

  

/************* FIM ESTILOS PARA OS BOTÕES **************/

