@charset "utf-8";
/* CSS Document */
#btn_home
  {
	display: inline;
	width: 110px;
	height: 97px;
	background-image: url(../butoane/btn_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;

  }

  #btn_home:hover
  {
	background-image: url(../butoane/btn_home_over.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
#btn_home
{
	display:inline-block;
	width: 110px;
	height: 97px;
	background-image: url(../butoane/btn_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;

}

#btn_home:hover
{ 
  background-position: 0 -5px;
}

#btn_home span
{
  display: none;
}

/*******************************
 codul pentru btn_noutati
********************************/
#btn_noutati
  {
	display: inline;
	width: 116px;
	height: 97px;
	background-image: url(../butoane/btn_noutati.png);
	background-repeat: no-repeat;
	background-position: 0 0;

  }

  #btn_noutati:hover
  {
	background-image: url(../butoane/btn_noutati_over.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
#btn_noutati
{
	display:inline-block;
	width: 116px;
	height: 97px;
	background-image: url(../butoane/btn_noutati.png);
	background-repeat: no-repeat;
	background-position: 0 0;

}

#btn_noutati:hover
{ 
  background-position: 0 -5px;
}

#btn_noutati span
{
  display: none;
}

/*******************************
 codul pentru btn_portofoliu
********************************/
#btn_portofoliu
  {
	display: inline;
	width: 135px;
	height: 97px;
	background-image: url(../butoane/btn_portofoliu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #btn_portofoliu:hover
  {
	background-image: url(../butoane/btn_portofoliu_over.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
#btn_portofoliu
{
	display:inline-block;
	width: 135px;
	height: 97px;
	background-image: url(../butoane/btn_portofoliu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#btn_portofoliu:hover
{ 
  background-position: 0 -5px;
}

#btn_portofoliu span
{
  display: none;
}

/*******************************
 codul pentru btn_contact
********************************/
#btn_contact
  {
	display: inline;
	width: 146px;
	height: 97px;
	background-image: url(../butoane/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #btn_contact:hover
  {
	background-image: url(../butoane/btn_contact_over.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
#btn_contact
{
	display:inline-block;
	width: 146px;
	height: 97px;
	background-image: url(../butoane/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#btn_contact:hover
{ 
  background-position: 0 -5px;
}

#btn_contact span
{
  display: none;
}
