/****************************************************************************************************
- Styles in this sheet are used for customising the hyperlinks of the site.
****************************************************************************************************/

a {
	color: #c60b46;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #959595;
}

#btn_products {
	display: block;
	width: 225px;
	height: 39px;
	background: url(../im/btn_products.png);
}

#btn_products:hover { 
  	background-position: 0 -39px;
}

#btn_products span {
  	display: none;
}

