/*
Design by Nick Mason
http://nickm406.com
Private Template
*/

/*SHOP BUTTON*/

a.shopi {
	display: block;
	width: 200px;
	height: 100px;
	background: url(images/shop_hover_200x100_png.png) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.shopi {
    background-position: -200px 0;
} 