@charset "UTF-8";
/* CSS for home page links */

a.lkhome { 
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmhome.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkdesign {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmdesign.gif") 0 0 no-repeat; 
	text-decoration:none;
}
a.lkbranding {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmbranding.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkadvertising {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmadvertising.gif") 0 0 no-repeat; 
	text-decoration:none; 
}
a.lkmarketing {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmmarketing.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkbrochures {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmbrochures.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkcontractpublishing {
	display:block;
	width:349px;
	height:92px;
	background:url("../images/hmcontractpublishing.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkbooks {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmbooks.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkwebsites {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmwebsites.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkyachtpackage {
	display:block;
	width:450px;
	height:44px;
	background:url("../images/hmyachtpackage.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkimages {
	display:block;
	width:349px;
	height:44px;
	background:url("../images/hmimages.gif") 0 0 no-repeat;
	text-decoration:none;
}
a:hover.lkhome, a:hover.lkdesign, a:hover.lkbranding, a:hover.lkadvertising,
a:hover.lkmarketing, a:hover.lkbooks, a:hover.lkwebsites, a:hover.lkimages,
a:hover.lkbrochures, a:hover.lkyachtpackage {
	background-position: 0 -44px;
}
a:hover.lkcontractpublishing {
	background-position: 0 -92px;
}
#generallinks {
	padding-top:30px;
}
a.lkaboutus {
	display:block; 
	float:left; 
	padding-right:30px; 
	width:124px; 
	height:36px; 
	background:url("../images/hmaboutus.gif") 0 0 no-repeat; 
	text-decoration:none;
}
a.lknews { 
	display:block; 
	float:left; 
	padding-left:30px; 
	width:75px; 
	height:36px; 
	background:url("../images/hmnews.gif") 0 0 no-repeat; 
	text-decoration:none;
}
a.lktryus { 
	display:block; 
	float:left; 
	padding-left:30px; 
	width:90px; 
	height:36px; 
	background:url("../images/hmtryus.gif") 0 0 no-repeat;
	text-decoration:none;
}
a.lkfindus { 
	display:block;
	float:left;
	padding-left:30px; 
	width:96px;
	height:36px;
	background:url("../images/hmfindus.gif") 0 0 no-repeat;
	text-decoration:none;
}
a:hover.lkaboutus, a:hover.lknews, a:hover.lktryus, a:hover.lkfindus {
	background-position: 0 -36px;
}