﻿body
{
background-image:url('images/splash_bg.gif');
background-repeat:no-repeat;
}


#preload { height: 0; width:0; display:none; overflow: hidden; }


a#restaurant_roll { background-image:url(images/splash_restaurant_off.png); height: 171px; width:758px; display: inline-block; text-align:center;  }
a#restaurant_roll span { display:none; }
a#restaurant_roll:hover { background-image:url(images/splash_restaurant_on.png); }

a#catering_roll { background-image:url(images/splash_catering_off.png); height: 171px; width:758px; display: inline-block; text-align:center;  }
a#catering_roll span { display:none; }
a#catering_roll:hover { background-image:url(images/splash_catering_on.png); }

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */


#text_links a
{
    font-family: 'Gill Sans', 'Trebuchet MS', Calibri, sans-serif;
    text-decoration: none;
}

#text_links a:hover
{
    text-decoration: underline;
}

#legal 
{
    font-family: 'Gill Sans', 'Trebuchet MS', Calibri, sans-serif;
    font-size: 9pt;
}
