/*	--------------	*/
/*	arrows / buttons	*/
/*	--------------	*/

.button {
	display:inline-block;
	text-decoration:none  !important;
	text-align:center  !important;
	border:none !important;
	color:# !important;
	background: ;
	width:px;
	height:px;
	line-height:2;
	font-size:2em;
}
.button:hover {
	background:;
}

.silver-large{
	background:url(/mainpics/buttons/button-silver-large.png);
	width:188px;
	height:73px;
	line-height:3.8;
	color:#26762F;
	text-shadow:1px 1px 1px #FFF;
	float:right;
	}
.silver-large:hover{
	background:url(/mainpics/buttons/button-silver-large-hover.png);
	}


.green-small,.brown-small{
	width:140px;
	height:53px;
	font-size:1.8em;
	line-height:2.4;
	float:right;
	color:#FFF;
	}
.green-small{
	background:url(/mainpics/buttons/button-green-small.png);
	}
.green-small:hover{
	background:url(/mainpics/buttons/button-green-small-hover.png);
	}
	
.brown-small{
	background:url(/mainpics/buttons/button-brown-small.png);
	}
.brown-small:hover{
	background:url(/mainpics/buttons/button-brown-small-hover.png);
	}
