div.button
{
    width: 160px;
    height: 107px;
    background: white;
	overflow:hidden;
	cursor:pointer;
	margin-left:10px;
	text-decoration:none;
}

div.button div
{
    display:block;
    width:112px;
    height:65px;
	position:relative;
	top:15px;
	left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	overflow:hidden;
	color: inherit;
	text-decoration:inherit;
}

div.button * h5
{
    margin:0px 0px 5px;
    font-family:inherit;
    font-size:8pt;
    text-align:inherit;
    font-weight:bold;
    text-decoration:inherit;
}

a.button
{
	text-decoration:none;
}

div.supplier
{
	background: url(../images/button_supplier.png);
	color: #52801A;
}

div.designer
{
    background: url(../images/button_designer.png);
    color: #E2001A;
}

div.catalog
{
    background: url(../images/button_catalog.png);
    color: #215573;
}

