@charset "utf-8";

/*******************************************************************************
 *
 * Catalogue Classes and IDs
 *
 ******************************************************************************/ 
.catButton,
.catButton:link,
.catButton:active,
.catButton:visited {
	width: 300px;
	height: 300px;
	margin: 20px 80px;
	
	background-image: url(../img/catalogues/catButton.jpg);

	color: #2e95be;
	background-position: top;
	text-decoration: none;
}

.catButton:hover {
	color: #ffffff;
	background-position: bottom;
}

.catButton IMG {
	width: 124px;
	height: 150px;
	margin: 31px 90px 24px 86px;
	border: none;
	padding: 0px;
	display: inline;
	float: left;
}

.catButton H3 {
	width: 300px;
	height: 32px;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	display: inline;
	float: left;
}

.catButton P {
	color: #5d5e5e;
	display: inline;
	float: left;
	width: 260px;
	margin: 6px 20px;
	line-height: 18px;
	font-size: 12px;
}

.flyerButton,
.flyerButton:link,
.flyerButton:active,
.flyerButton:visited {
	width: 300px;
	height: 300px;
	margin: 20px 80px;
	
	background-image: url(../img/catalogues/flyerButton.jpg);

	color: #2e95be;
	background-position: top;
	text-decoration: none;
}

.flyerButton:hover {
	color: #ffffff;
	background-position: bottom;
}

.flyerButton IMG {
	width: 106px;
	height: 150px;
	margin: 31px 99px 24px 95px;
	border: none;
	padding: 0px;
	display: inline;
	float: left;
}

.flyerButton H3 {
	width: 300px;
	height: 32px;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	display: inline;
	float: left;
}

.flyerButton P {
	color: #5d5e5e;
	display: inline;
	float: left;
	width: 260px;
	margin: 6px 20px;
	line-height: 18px;
	font-size: 12px;
}

.flyerXmasButton,
.flyerXmasButton:link,
.flyerXmasButton:active,
.flyerXmasButton:visited {
	width: 300px;
	height: 300px;
	margin: 20px 80px;
	
	background-image: url(../img/catalogues/flyerXmasButton.jpg);

	color: #2e95be;
	background-position: top;
	text-decoration: none;
}

.flyerXmasButton:hover {
	color: #ffffff;
	background-position: bottom;
}

.flyerXmasButton IMG {
	width: 106px;
	height: 150px;
	margin: 31px 99px 24px 95px;
	border: none;
	padding: 0px;
	display: inline;
	float: left;
}

.flyerXmasButton H3 {
	width: 300px;
	height: 32px;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	display: inline;
	float: left;
	color: #cc1515;
}

.flyerXmasButton P {
	color: #5d5e5e;
	display: inline;
	float: left;
	width: 260px;
	margin: 6px 20px;
	line-height: 18px;
	font-size: 12px;
}

.catButtonDescription {
	font-size: 12px;
	color: #5d5e5e;
	text-decoration: none;
}
