/* CSS Document */

a.what_now { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/what_now.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
     }
	 
a.what_now:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/what_now.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.about_us { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/about_us.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
     }
	 
a.about_us:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/about_us.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.press { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/press.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
     }
	 
a.press:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/press.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.gallery { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/gallery.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
     }
	 
a.gallery:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/gallery.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.fees { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/booking_fees.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
	
     }
	 
a.fees:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/booking_fees.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.availability { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/availability.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
	
     }
	 
a.availability:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/availability.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.be_carer { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/be_carer.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
	
     }
	 
a.be_carer:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/be_carer.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.help { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 155px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/help_carer.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;	
	
     }
	 
a.help:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/help_carer.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.faqs { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/faqs.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.faqs:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/faqs.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.services { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/other_services.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.services:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/other_services.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.contact { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/contact.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.contact:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/contact.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.gallery { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/gallery.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.gallery:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/gallery.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.testimonials { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/testimonials.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.testimonials:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/testimonials.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 
	 
a.fees { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/booking_fees.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.fees:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/booking_fees.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 

a.home { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 150px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/home.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.home:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/home.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 
	 
a.announcements { /* definition of the "image" class in the <a> tag */
	display: block; /* a tag must be a block */
	width: 180px; /* width of reactive image */
	height: 40px;
	background-image: url(../images/buttons/announcements-sm.png); /* source for start image */
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
     }
	 
a.announcements:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/buttons/announcements-sm.png); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
     } 	 
