/* '15/2/2002 SM Copyright Enzyme Design Ltd */
/* this stylesheet is referenced by all asp files in the 'paws for thought' section */


/* class for the page title in the 'whats new pussycat' section colour */
.title {
	font-family:arial, sans-serif; 
	font-size:28px; 
	color:#006600; 
	font-weight:600;
}


/* class for (coloured) links in the 'whats new..' section */
.colouredlink {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#67A367; 
	font-weight:600;
	text-decoration:none;
}

A.colouredlink:hover {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#67A367; 
	font-weight:600;
	text-decoration:underline;
}


/* id for the months navigation on the 'events' page */
#bottlesnav {
	position:absolute; 
	top:475px;
	left:25px; 
	z-index:10;
}


/* id for the prev page link on the 'events' page */
#prevpage {
	position:absolute; 
	top:260px;
	left:25px; 
}


/* id for the next page link on the 'events' page */
#nextpage {
	position:absolute; 
	top:260px;
	left:240px; 
}


/* id for the back link on the 'events' page */
#back {
	position:absolute; 
	top:508px;
	left:25px; 
}


/* class for the months navigation at the foot of the 'events' page */
.months {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#ffffff;
	font-weight:700;
	text-decoration:none;
}