/* The Shakespeare Spit Roast Company "Brochure" Style-Sheet, Hand-Coded By Ryan J. Bury, © 2008 */

*
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-family: "helvetica", "arial", sans-serif;
	}

:lang(fr)
	{
	font-style: italic;
	}
a
	{
	color: #c89;
	text-decoration: none;
	border-style: none;
	outline-style: none;
	}
a:hover
	{
	color: #a67;
	}
cite
	{
	font-style: italic;
	}
abbr 	{
	text-decoration: none;
	border-style: none;
	}

html
	{
	background-color: #fff;
	background-image: url("Brochure_Watermark.png");
	background-repeat: no-repeat;
	background-position: 0px 160px;
	background-attachment: fixed;
	}
body
	{
	text-align: center;
	}

div#container
	{
	width: 760px;
	margin: auto;
	margin-top: 100px;
	background-color: transparent;
	text-align: left;
	}

div#header
	{
	width: 320px;
	top: 50px;
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #fff5ff;
	height: 100%;
	border-color: #db99a2;
	border-width: 1px;
	border-style: dotted;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-top-style: none;
	}
div#header h1 a
	{
	display: block;
	margin: auto;
	background-image: url("Brochure_Logo.png");
	background-repeat: no-repeat;
	width: 300px;
	height: 230px;
	color: #002050;
	}
div#header h1 a span
	{
	display: none;
	}
div#header span#tagline
	{
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002050;
	}
div#header img#rosette
	{
	display: block;
	margin: auto;
	margin-bottom: 40px;
	width: 120px;
	}
div#header img.foodstandardslogo
	{
	display: inline;
	width: 60px;
	height: 70px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	}
div#header div#adverts
	{
	display: block;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-width: 30px;
	border-color: #db99a2;
	border-top-style: solid;
	width: 80%;
	}
div#header div#adverts a
	{
	display: block;
	margin: auto;
	width: 180px;
	}
div#header div#adverts a img
	{
	display: block;
	margin: auto;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	}
div#header table
	{
	width: 80%;
	margin: auto;
	text-align: left;
	font-size: 15px;
	margin-bottom: 3em;
	margin-top: 1.25em;
	border-width: 2px;
	border-color: #db99a2;
	border-style: dashed;
	background-color: #fff;
	}
div#header table td, div#header table th
	{
	font-weight: normal;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
	}
div#header table th
	{
	font-style: italic;
	}
div#header table td
	{
	font-weight: bold;
	}
	
div#sitemenu
	{
	width: 100%;
	position: absolute;
	top: -75px;
	border-color: #db99a2;
	border-width: 30px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	text-align: center;
	}
div#sitemenu h1
	{
	display: none;
	}
div#sitemenu ul
	{
	margin: auto;
	width: 680px;
	padding-left: 30px;
	}
div#sitemenu ul li
	{
	display: block;
	float: left;
	width: 140px;
	height: 85px;
	margin-right: 30px;
	background-image: url("Brochure_MenuPig_Uncoloured.png");
	background-repeat: no-repeat;
	background-position: center center;
	}
div#sitemenu ul li:hover
	{
	background-image: url("Brochure_MenuPig_Coloured.png");
	}
div#sitemenu ul li a
	{
	display: block;
	width: 137px;
	height: 63px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 22px;
	padding-left: 3px;
	letter-spacing: 1px;
	}

div#contactdetails
	{
	width: 100%;
	height: 23px;
	z-index: 15;
	position: absolute;
	top: 20px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 7px;
	}
div#contactdetails a
	{
	color: #002050;
	}
div#contactdetails strong
	{
	font-size: 12px;
	}
div#contactdetails:hover strong
	{
	color: #fff;
	}
div#contactdetails:hover a
	{
	color: #0060d0;
	}
div#contactdetails a:hover
	{
	color: #fff;
	}

div#content
	{
	top: 70px;
	width: 400px;
	padding-left: 5px;
	text-align: center;
	}
div#content *
	{
	letter-spacing: 1px;
	line-height: 1.5em;
	}
div#content h1
	{
	color: #002050;
	margin-bottom: 0.5em;
	font-size: 30px;
	font-weight: bold;
	display: none;
	text-align: left;
	}
div#content h2
	{
	color: #002050;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	}
div#content h3
	{
	color: #002050;
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-width: 2px;
	border-color: #000;
	border-top-style: solid;
	text-align: left;
	font-weight: bold;
	}
div#content h3 img
	{
	top: 1px;
	margin-top: 5px;
	}
div#content h4
	{
	color: #002050;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	text-align: left;
	font-style: italic;
	}
div#content p
	{
	font-size: 15px;
	text-align: justify;
	margin-bottom: 1em;
	}
div#content ul
	{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002050;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 15px;
	margin-bottom: 1em;
	text-align: left;
	}
div#content ul.menu
	{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: justify;
	color: #a67;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 40px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-width: 1px;
	border-color: #000;
	border-top-style: dotted;
	}
div#content ul.menu li
	{
	border-width: 1px;
	border-color: #000;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	padding-top: 10px;
	}
div#content table
	{
	margin: auto;
	margin-top: -1em;
	margin-bottom: 1em;
	letter-spacing: 1px;
	text-align: left;
	font-size: 15px;
	}
div#content table tr
	{
	margin-bottom: 1em;
	}
div#content table th
	{
	font-weight: bold;
	padding-right: 1.5em;
	padding-top: 0.5em;
	vertical-align: top;
	}
div#content table td
	{
	vertical-align: top;
	padding-top: 0.5em;
	}
div#content img.photo
	{
	border-width: 1px;
	border-color: #db99a2;
	border-style: solid;
	width: 396px;
	margin-bottom: 0.5em;
	}
div#content img.portrait
	{
	width: 280px;
	margin-bottom: 1.5em;
	}
div#content blockquote
	{
	text-align: justify;
	font-size: 10px;
	margin-bottom: 1em;
	margin-top: 1.25em;
	border-width: 2px;
	border-color: #db99a2;
	border-style: dashed;
	background-color: #fff;
	padding: 1em;
	padding-bottom: 0em;
	}
div#content blockquote p
	{
	font-style: italic;
	font-size: 12px;
	}
div#content span.attribution
	{
	display: block;
	margin-bottom: 1em;
	font-size: 12px;
	text-align: right;
	color: #002050;
	}

div#splash
	{
	top: 70px;
	width: 100%;
	text-align: center;
	}
div#splash h1
	{
	display: block;
	width: 450px;
	height: 330px;
	margin: auto;
	padding-bottom: 10px;
	background-image: url("Brochure_SplashLogo.png");
	background-repeat: no-repeat;
	}
div#splash h1 span
	{
	display: none;
	}
div#splash span#tagline
	{
	display: block;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	text-align: center;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002050;
	}

div#gallery
	{
	top: 50px;
	width: 756px;
	border-color: #db99a2;
	border-width: 2px;
	border-left-style: dotted;
	border-right-style: dotted;
	padding-top: 30px;
	margin-bottom: -60px;
	padding-bottom: 40px;
	}
div#gallery h1
	{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #002050;
	margin-bottom: 30px;
	letter-spacing: 1px;
	}
div#gallery p
	{
	width: 450px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: auto;
	margin-bottom: 40px;
	}
div#gallery p.note
	{
	font-weight: normal;
	font-size: 11.5px;
	margin-bottom: 40px;
	margin-top: 2em;
	}
div#gallery ul.submenu
	{
	display: block;
	margin: auto;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 30px;
	width: 30%;
	font-weight: bold;
	}
div#gallery ul.submenu:before
	{
	content: "(";
	}
div#gallery ul.submenu:after
	{
	content: ")";
	}
div#gallery ul.submenu li
	{
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
div#gallery ul.submenu a
	{
	color: #0040b0;
	}
div#gallery ul.submenu a:hover
	{
	color: #0060d0;
	}
div#gallery img
	{
	display: block;
	border-color: #db99a2;
	border-width: 1px;
	border-style: solid;
	}
div#gallery img.galleryphoto_landscape_odd
	{
	width: 320px;
	height: 210px;
	left: 40px;
	margin-bottom: -212px;
	}
div#gallery img.galleryphoto_landscape_odd:hover
	{
	width: 600px;
	height: 400px;
	top: -96px;
	margin-right: -281px;
	margin-bottom: -404px;
	left: 40px;
	z-index: 30;
	border-width: 2px;
	}
div#gallery img.galleryphoto_landscape_even
	{
	width: 320px;
	height: 210px;
	left: 397px;
	margin-bottom: 40px;
	}
div#gallery img.galleryphoto_landscape_even:hover
	{
	width: 600px;
	height: 400px;
	left: 115px;
	top: -96px;
	margin-bottom: -152px;
	z-index: 30;
	border-width: 2px;
	}
div#gallery img.galleryphoto_portrait_odd
	{
	width: 240px;
	height: 320px;
	left: 80px;
	margin-bottom: -322px;
	}
div#gallery img.galleryphoto_portrait_odd:hover
	{
	width: 450px;
	height: 600px;
	top: -141px;
	margin-right: -241px;
	margin-bottom: -604px;
	left: 40px;
	z-index: 30;
	border-width: 2px;
	}
div#gallery img.galleryphoto_portrait_even
	{
	width: 240px;
	height: 320px;
	left: 437px;
	margin-bottom: 40px;
	}
div#gallery img.galleryphoto_portrait_even:hover
	{
	width: 450px;
	height: 600px;
	left: 265px;
	top: -141px;
	margin-bottom: -242px;
	z-index: 30;
	border-width: 2px;
	}
div#gallery img#footerimage
	{
	width: 200px;
	height: auto;
	border-style: none;
	margin: auto;
	}
	
div#footer
	{
	top: 100px;
	border-color: #db99a2;
	border-width: 30px;
	border-top-style: solid;
	padding-bottom: 10px;
	padding-top: 30px;
	text-align: center;
	}
div#footer p
	{
	text-align: center;
	font-size: 10px;
	}
div#footer a img
	{
	margin: 10px;
	margin-top: 20px;
	}
