
/* CSS Document */


#purchase{
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#purchase a{display:block;
	width:222px; height:119px;
	margin:0; padding:0;
	background: url("images/but_purchase.gif") top left no-repeat;
	text-decoration: none;}
	
#purchase a:hover{background-image: url("images/but_purchase.gif");
	background-position: -222px 0;
}

#purchase span{display:none
 }
 
 
 #fundraising{
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#fundraising a{display:block;
	width:222px; height:119px;
	margin:0; padding:0;
	background: url("images/but_fundraising.gif") top left no-repeat;
	text-decoration: none;}
	
#fundraising a:hover{background-image: url("images/but_fundraising.gif");
	background-position: -222px 0;
}

#fundraising span{display:none
 }

	


#buy a{display:block;
	width:450px; height:83px;
	margin:0; padding:0;
	background: url("images/but_buy.gif") top left no-repeat;
	text-decoration: none;}
	
#buy a:hover{background-image: url("images/but_buy.gif");
	background-position: -450px 0;
}

#buy span{display:none
 }