/* ----- ADDITIONAL SITE SPECIFIC STYLING  ----- */

/*
	Usage example:
	
	1. Add this to CXML template vars:
	
		<var name="additionalSiteCSS" type="string">
			example
		</var>
	
	2. Location of this file: [templateBase]/sites/example/example.css
	
	3. All ressources (images, etc.) used specifically with this styling should be placed in the same folder
*/

#logo
{
	background: url(beauchamps-logo.gif);
	top: 0px;
	height: 100px;
}

#header
{
	padding-top: 41px;
}

/* ----- FONT / TEXT ----- */

body
{
	font-family: Helvetica;
}

#top-text .h
{
	font-family: Helvetica;
}

#top-text p
{
	font-family: Helvetica;
}

.highlight
{
	font-family: Helvetica;
}

#quick-links .h
{
	font-family: Helvetica;
}

#quick-links p
{
	font-family: Helvetica;
}

.bookingForm label
{
	font-family: Helvetica;
}
