@charset "utf-8";
/* CSS Document */

/* Home Button */
#home
{
	display: block;
	width: 130px;
	height: 22px;
	background: url("../images/Buttons/home.gif") no-repeat 0 0;
	float: right;
	padding-left: 0px;

}

#home:hover
{ 
  background-position: 0 -22px;
}

#home span
{
  display: none;
}

/* Visualisation Button */
#visualisation
{
	display: block;
	width: 130px;
	height: 22px;
	background: url("../images/Buttons/visualisation.gif") no-repeat 0 0;
	float: right;
	padding-left: 0px;

}

#visualisation:hover
{ 
  background-position: 0 -22px;
}

#visualisation span
{
  display: none;
}

/* Training Button */
#training
{
	display: block;
	width: 130px;
	height: 22px;
	background: url("../images/Buttons/training.gif") no-repeat 0 0;
	float: right;
	padding-left: 0px;

}

#training:hover
{ 
  background-position: 0 -22px;
}

#training span
{
  display: none;
}

/* Contact Button */
#contact
{
	display: block;
	width: 130px;
	height: 22px;
	background: url("../images/Buttons/contact.gif") no-repeat 0 0;
	float: right;
	padding-left: 0px;

}

#contact:hover
{ 
  background-position: 0 -22px;
}

#contact span
{
  display: none;
}

/* Enquire Button */
#enquire
{
  display: block;
  width: 120px;
  height: 20px;
  background: url("../images/Buttons/enquire.gif") no-repeat 0 0;
  float: right;
  padding-left: 5px;

}

#enquire:hover
{ 
  background-position: 0 -20px;
}

#enquire span
{
  display: none;
}

/* SW Button */
#SW
{
  display: block;
  width: 60px;
  height: 20px;
  background: url("../images/Buttons/SW.gif") no-repeat 0 0;
  float: right;
  padding-left: 5px;

}

#SW:hover
{ 
  background-position: 0 -20px;
}

#SW span
{
  display: none;
}

/* PDF Button */
#pdf
{
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/Buttons/pdf.gif") no-repeat 0 0;
  float: right;
  padding-left: 5px;

}

#pdf:hover
{ 
  background-position: 0 -30px;
}

#pdf span
{
  display: none;
}
.button {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

