a:focus, a:hover, a:active { outline:none }  

#bloglink a {
display: block;
	width: 151px;
	height: 151px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url(/indeximages/bloga.png) no-repeat;
	}

#bloglink a:hover {
display: block;
	width: 151px;
	height: 151px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url(/indeximages/bloghover.png) no-repeat;
	}

#indexwrapper {
	width: 900px;
	height: 475px;
	margin: 15% auto auto auto;
	}

.logowrapper {
	margin: 0px auto 75px auto;
	text-align: center;
	}

.catwrapper {
	width: 900px;
	}

.weddingwrapper a {
	width: 156px;
	height: 126px;
	background: url(indeximages/weddings.png) no-repeat;
	background-position: 0 0;
	margin-right: 92px;
	float: left;
	}

.weddingwrapper a:hover {
	width: 156px;
	height: 130px;
	background: url(indeximages/weddings.png) no-repeat;
	background-position: 0 -131px;
	margin-right: 92px;
	float: left;
	}

.kidwrapper a {
	width: 156px;
	height: 130px;
	background: url(indeximages/kids.png) no-repeat;
	background-position: 0 0;
	margin-right: 92px;
	float: left;
	}

.kidwrapper a:hover {
	width: 156px;
	height: 130px;
	background: url(indeximages/kids.png) no-repeat;
	background-position: 0 -131px;
	margin-right: 92px;
	float: left;
	}	

.seniorwrapper a {
	width: 156px;
	height: 125px;
	background: url(indeximages/seniors.png) no-repeat;
	background-position: 0 0;
	margin-right: 92px;
	float: left;
	}

.seniorwrapper a:hover {
	width: 156px;
	height: 125px;
	background: url(indeximages/seniors.png) no-repeat;
	background-position: 0 -131px;
	margin-right: 92px;
	float: left;
	}

.commercialwrapper a {
	width: 156px;
	height: 125px;
	background: url(indeximages/commercial.png) no-repeat;
	background-position: 0 0;
	margin-left: 0px;
	float: left;
	}

.commercialwrapper a:hover {
	width: 156px;
	height: 125px;
	background: url(indeximages/commercial.png) no-repeat;
	background-position: 0 -131px;
	margin-left: 0px;
	float: left;
	}


	

