/* Buttons
----------------------------------------------- */



#seal_button{
  display: block;
  width: 161px;
  height: 156px;
  background: url('../images/seal.png') no-repeat 0 0;
  cursor: pointer;
}
#seal_button:hover{ 
  background-position: 0 -156px;
}

#seal_button span{
  display: none;
}





#button_big{
  display: block;
  width: 225px;
  height: 44px;
  background: url('../images/button_big.png') no-repeat 0 0;
  cursor: pointer;
}
#button_big:hover{ 
  background-position: 0 -44px;
}

#button_big span{
  display: none;
}


#button_contact{
  display: block;
  width: 125px;
  height: 28px;
  background: url('../images/button_contact.png') no-repeat 0 0;
  cursor: pointer;
}
#button_contact:hover{ 
  background-position: 0 -28px;
}

#button_contact span{
  display: none;
}




#button_more{
  display: block;
  width: 125px;
  height: 28px;
  background: url('../images/button_more.png') no-repeat 0 0;
  cursor: pointer;
}
#button_more:hover{ 
  background-position: 0 -28px;
}

#button_more span{
  display: none;
}
