Our Normal Opening hours are:

Monday 10.30am - 5.00pm

Tuesday 10.30am - 5.00pm

Closed Wednesday

Thursday 10.30am - 5.00pm

Friday 10.30am - 5.00pm

Saturday 10.30am - 5.00pm

Sunday 10.30am - 5.00pm

Most of the time we are open as normal, however during the summer months we quite oftern close early for private events. To avoild disappointment please check below or give us a call before you take the trip out!

October 2017

Normal opening hours apart from:

Friday 6th - Closed All Day

Saturday 7th 10.30am-1.30pm

Friday 13th 10.30am-12.00pm

Saturday 14th 10.30am-3.30pm

Saturday 21st 10.30am-12.00pm

Saturday 28th 10.30am-11.30am

What's going on

Enter your name and email address below for regular updates :

Open Everyday, Except Wednesday

10.30am - 5.00pm

Closed Christmas Day & Boxing Day

Inspiring websites

'); $(window).on( "resize", function() { var windowWidth = $(this).width(); if (windowWidth > 990){ $('#navCont').show(); } else { $('#navCont').hide(); } }); // ml form $("#mlForm").submit(function() { var str = $(this).serialize(); $.ajax({ type: "POST", url: "../includes/mailinglist_handler.html", data: str, success: function(msg) { // Message Sent - Show the 'Thank You' message and hide the form if(msg == 'OK') { result = 'Whey!

You have successfully subscribed to our mailing list.

Thank you!'; $('.mailing').html(''+result+''); } else { //result = '

' + msg + '

'; $('.mailing p').html(''+msg+''); } } }); return false; }); // contact form $("#ajax-contact-form").submit(function() { var str = $(this).serialize(); $.ajax({ type: "POST", url: "../includes/contactform_handler.html", data: str, success: function(msg) { // Message Sent - Show the 'Thank You' message and hide the form if(msg == 'OK') { result = '
Your message has been sent. Thank you!
'; $("#fields").hide(); } else { result = '

' + msg + '

'; } $('#note').html(''+result+''); } }); return false; }); $('.fancy').fancybox(); $('.carousel img').parallax("100%", 0.1); $('#googleMap').append('
'); }); $(window).scroll(function() { if ($(this).scrollTop() > 50){ $('header').addClass("sticky"); } else{ $('header').removeClass("sticky"); } }); $(window).load(function(){ var windowWidth = $(this).width(); if (windowWidth > 769){ var newHeight = $('.contentPanel').height(); var sideHeight = $('.sidePanel').height(); if (newHeight > sideHeight){ $('.sidePanel').height(newHeight+'px'); } } });