/**************************************************************************************************/
/** Topo - Geral **********************************************************************************/
/**************************************************************************************************/

header {

  display:block;
  
  height:210px;
  padding:4px 0px 0px 0px;
  
  background-image:url('../../../imagens/topo/fundo.png');
  background-position:center top;
  background-repeat:no-repeat;
}


header div {

  width:900px;
  margin:0px auto 0px auto;
}



/**************************************************************************************************/
/** Topo - Logo ***********************************************************************************/
/**************************************************************************************************/

header div h1 a {

  display:block;
  
  width:726px;
  height:118px;
  
  margin:0px auto 0px auto;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/topo/logo-tabacaria-com-telefone.png');
  background-repeat:no-repeat;
}



/**************************************************************************************************/
/** Topo - Menu ***********************************************************************************/
/**************************************************************************************************/

header div nav {
  
  display:block;
  
  width:767px;
  height:57px;
  
  margin:3px auto 0px auto;
  padding:0px 0px 0px 2px;
  
  background-image:url('../../../imagens/topo/menu.png');
  background-repeat:no-repeat;
}


header div nav ul li {
  
  float:left;
  margin:9px 0px 0px 1px;
}


header div nav ul li a {
  
  display:block;
  height:40px;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/topo/menu-itens.png');
  background-repeat:no-repeat;
}


header div nav ul li:nth-of-type(1) a {
  
  width:115px;
  background-position:0px 0px;
}


header div nav ul li:nth-of-type(2) a {
  
  width:170px;
  background-position:-115px 0px;
}


header div nav ul li:nth-of-type(3) a {
  
  width:110px;
  background-position:-285px 0px;
}


header div nav ul li:nth-of-type(4) a {
  
  width:224px;
  background-position:-395px 0px;
}


header div nav ul li:nth-of-type(5) a {
  
  width:140px;
  background-position:-619px 0px;
}


header div nav ul li:nth-of-type(1) a.hover,
header div nav ul li:nth-of-type(1) a:hover {
  
  background-position:0px -40px;
}


header div nav ul li:nth-of-type(2) a.hover,
header div nav ul li:nth-of-type(2) a:hover {
  
  background-position:-115px -40px;
}


header div nav ul li:nth-of-type(3) a.hover,
header div nav ul li:nth-of-type(3) a:hover {
  
  background-position:-285px -40px;
}


header div nav ul li:nth-of-type(4) a.hover,
header div nav ul li:nth-of-type(4) a:hover {
  
  background-position:-395px -40px;
}


header div nav ul li:nth-of-type(5) a.hover,
header div nav ul li:nth-of-type(5) a:hover {
  
  background-position:-619px -40px;
}