body {
   min-width:995px;
   margin:0px;
   color:#000000;
   font-family: "Arial",Tahoma, Arial;
   font-size:12px;
   background:url(./images/bg_site2.jpg) center 0 no-repeat #000000;
}

/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ {
filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="./images/blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

h1 {
   background-image:url('images/barra.gif');
   background-repeat:repeat-x;
   background-position: center bottom;
   text-transform:uppercase;
   margin-bottom:10px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   font-size:20px;
   color:#235500;
   padding-left:5px;
   padding-bottom:10px;
   padding-top:10px;
}


h2 {
   background-image:url('images/barra.gif');
   background-repeat:repeat-x;
   background-position: center bottom;
   text-transform:uppercase;
   margin-bottom:10px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   font-size:20px;
   color:#235500;
   padding-left:5px;
   padding-bottom:10px;
   padding-top:10px;
}

h3 {
   background-image:url('images/barra.gif');
   background-repeat:repeat-x;
   background-position: center bottom;
   text-transform:uppercase;
   margin-bottom:10px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   font-size:20px;
   color:#235500;
   padding-left:5px;
   padding-bottom:10px;
   padding-top:10px;
}

h4 {
   text-transform:uppercase;
   margin-bottom:10px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   font-size:13px;
   color:#FFFFFF;
   padding-left:10px;
   padding-bottom:5px;
   padding-top:0px;
}

a {
   margin:0px;
   text-decoration: none;
   color:#666666;
   font-weight:bold;
}

a:hover {
   color:#235500;
   text-decoration: none;
}


.limpa {
   clear:both;
}

img {
   border:0px none; 
}

table {
   width:90%;
   float:left;
}

#geral { 
   padding:0px;
   width:100%;

}

#sombra2 {
   background-image:url('images/bg_inferior.gif');
   background-repeat:repeat-x;
   background-position: center bottom;
   margin:0px;
   padding:0px;
   width:100%;
   display:inline; /*Bug da margem dupla para floats no IE*/ 
}

#sombra {
   margin:0 auto;
   padding:0px;
   width:995px;



}

#topo {
   margin:0px;
   padding:0px;
   width:100%;
   position:relative;
}

#topo #menutopo {
   width:100%;
   height:45px;
}


#centro2 {
   background-image:url('images/bg_centro.jpg');
   background-repeat:repeat-x;
   background-position: center top;
   background-color:#FFFFFF;
   float:left;
   width:100%;
   margin-top:10px;
   padding-top:5px;
   padding-left:0px;
   padding-right:0px;
   padding-bottom:0px;
}

#centro3 {
   background-image:url('images/lateral.gif');
   background-repeat:repeat-y;
   background-position: left top;
   background-color:#FFFFFF;
   float:left;
   width:100%;
}

#centro2p1 {
   display:block;
   float:right;
   width:685px;
}

#centro2p2 {
   display:block;
   float:left;
   width:310px;
}

#binferior {
   position:relative;
   display:inline; /*Bug da margem dupla para floats no IE*/ 
   float:left;
   margin-top:0px;
   padding-top:10px;
   padding-bottom:10px;
   width:100%;
   height:120px;
}

#binferior a {
   font-size:12px;
   color:#FFFFFF;
   margin:0px;
   cursor:pointer;
   text-decoration: none;
}

.contato {
   color:#000000;
   font-weight:bold;
   width:80px;
   margin:0px;
   float:left;
}

.caixa {
   color:#939393;
   margin:2px;
   background-color:#FFFFFF;
   border-right:1px solid #d1d1d1;
   border-left:1px solid #d1d1d1;
   border-top:1px solid #d1d1d1;
   border-bottom:1px solid #d1d1d1;
}

.cimg {
   padding:5px;
}

.perro {
   color:#FFFFFF;
   margin:0;
   text-align:left;
}

.produtos {
   text-align:center;
   padding:0px;
   margin:1px;
   float:left;
   width:220px;
   height:170px;
   border-bottom:1px solid #737373;
}

.produtos .img {
   margin-bottom:10px;
}

#slidebox{position:relative; margin:0px auto;}
#slidebox, #slidebox .content{width:670px;}
#slidebox, #slidebox .container, #slidebox .content{height:220px;}
#slidebox{overflow:hidden;}
#slidebox .container{position:relative; left:0;}
#slidebox .content{float:left;}
#slidebox .content div{padding:15px 28px; height:100%; font-family:Verdana, Geneva, sans-serif; font-size:13px;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#slidebox .next{right:0; margin-right:10px; background:url(./images/slidebox_next.png) no-repeat left top;cursor: hand;}
#slidebox .next:hover{background:url(./images/slidebox_next_hover.png) no-repeat left top;cursor: hand;}
#slidebox .previous{margin-left:10px; background:url(./images/slidebox_previous.png) no-repeat left top;cursor: hand;}
#slidebox .previous:hover{background:url(./images/slidebox_previous_hover.png) no-repeat left top;cursor: hand;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:10px; right:10px;}
#slidebox .thumbs .thumb{display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px; background:url(./images/slidebox_thumb.png); color:#fff;}
#slidebox .thumbs .thumb:hover{background:#fff; color:#000;}
#slidebox .selected_thumb{background:#fff; color:#000; display:block; margin-left:5px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:9px; text-decoration:none; padding:2px 4px;}