
a.button{
	background:url(img/button.gif);
	display:block;
	color:#555555;
	font-size:15px;
	font-weight:bold;
	height:44x;
	line-height:44px;
	margin-bottom:14px;
	text-decoration:none;
	width:180px;
}
a:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.home{
		background:url(img/home.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.who{
		background:url(img/who.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.prods{
		background:url(img/prods.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.services{
		background:url(img/herra.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.news{
		background:url(img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(img/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.contact{
		background:url(img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	
