@charset "utf-8";
/* CSS Document */

/* xxxxxxxxxxxxxxxx PNG TRANSPARENTE  xxxxxxxxxxxxxxxxx */
* 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="1.png").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
/* xxxxxxxxxxxxxxxx PNG TRANSPARENTE  xxxxxxxxxxxxxxxxx */






html {
	background-image: url(../imagens/fundos/fundo_home.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/* xxxxxxxxxxxxxxxx css para resetar  xxxxxxxxxxxxxxxxx */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
} 
/* xxxxxxxxxxxxxxxx fim css para resetar  xxxxxxxxxxxxxxxxx */


/* xxxxxxxxxxxxx   Fontes do site xxxxxxxxxxxxxxxxx   */
p {
	margin-top: 7px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #666666;
}
.link_f {
	font-weight: normal;
	text-decoration: none;
	color: #858585;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}
h3 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-top: 4px;
}
h4 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
h5 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-top: 6px;
}
h6 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #858585;
	font-weight: normal;
	margin-top: 1px;
	margin-left: 4px;
}
/* xxxxxxxxxxxxx   Fontes do site xxxxxxxxxxxxxxxxx   */

/* xxxxxxxxxxxxx   estrutura_base xxxxxxxxxxxxxxxxx   */

#topo {
	background-image: url(../imagens/topo/topo.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#logo {
	height: 60px;
	width: 383px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 508px;
}
#conteudo {
	background-image: url(../imagens/fundos/fundo_conteudo.jpg);
	background-repeat: no-repeat;
	height: 406px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner_flash {
	height: 353px;
	width: 362px;
	float: left;
	padding-top: 53px;
}
#conteudo_texto {
	float: left;
	height: 406px;
	width: 529px;
}
#sombra_rodape {
	float: left;
	height: 46px;
	width: 436px;
	margin-left: 58px;
}
#texto_rodape {
	width: auto;
	float: left;
	padding-top: 5px;
}

#rodape {
	height: 61px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




/* Scrollbar & content css */						
#content1{
	height: 130px;
	width: 420px;
	float:left;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#content1 p{
	margin: 10px;
}
#texto {
	padding-top: 47px;
	padding-left: 35px;
	height: 130px;
	width: 428px;
	background-image: url(../imagens/titulos/home-porquehavana.jpg);
	background-repeat: no-repeat;
	background-position: 44px 20px;
}
#imagens {
	height: 186px;
	width: 449px;
	margin-top: 39px;
	margin-left: 35px;
}

.scrollbar-vert{
	background-color: #CCCCCC;
	height: 130px;
	width: 6px;
	float:left;
}
.handle-vert{
	height: 42px;
	width: 6px;
	background-color: #666666;
	background-image: url(styles/img/handle.gif);
	background-repeat: no-repeat;
}
#imagen1 a {
	float: left;
	height: 186px;
	width: 213px;
	display: block;
	background-image: url(../imagens/produtos_home/plus_of.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#imagen1 a:hover {
	float: left;
	height: 186px;
	width: 213px;
	display: block;
	background-image: url(../imagens/produtos_home/plus_press.jpg);
}
#imagen2 a {
	float: left;
	height: 186px;
	width: 213px;
	display: block;
	background-image: url(../imagens/produtos_home/star_of.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#imagen2 a:hover {
	float: left;
	height: 186px;
	width: 213px;
	display: block;
	background-image: url(../imagens/produtos_home/star_press.jpg);
}
