a{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.shoes{
	margin:10px 0 10px 0;
	float:left;
}
.shoes a{
	display:block;
	border:0px;
	background:url('../images/shoes.jpg') no-repeat 0 0;
	width:340px;
	height:315px;
	padding:0;
	margin:0;
}
.shoes a:hover{
	background-position:left bottom;
}

.fish{
	margin:10px 0 10px 0;
	float:left;
}
.fish a{
	display:block;
	border:0px;
	background:url('../images/hook.jpg') no-repeat 0 0;
	width:340px;
	height:315px;
	padding:0;
	margin:0;
}
.fish a:hover{
	background-position:left bottom;
}


.footer .companyname{
	color:#996633;
}
.footer .companyname:hover{
	text-decoration:underline;
}

.footer div{
	font-size:12px;
	color:#999999;
	line-height:20px;
}
