/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.3;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
body {
	font-size:76%;
	color:#222;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding: 0;
}
#content h1 {
	font-size:150%;
	font-weight:normal;
	line-height:1;
	margin:0;
	padding: 0 5px;
	background:#ed173c;
	color:#fff;
	width:490px;
	min-height:30px;
	height:auto !important;
	height:30px;
	line-height:30px;
	text-align:left;
	vertical-align:middle;
}
#content h1+p, #content h1+h4 {
	padding-top:1em;
}
h2 {
	font-size:140%;
	line-height:1;
	margin-top:1em;
	margin-bottom:0.5em;
	color:#ed173c;
}
h3 {
	font-size:120%;
	line-height:1;
	margin-bottom:0.5em;
	color:#222;
}
h4 {
	font-size:110%;
	line-height:1.25;
	margin-bottom:0.5em;
	font-style:italic;
	color:#939393;
}
h5 {
	font-size:100%;
	margin-bottom:0.5em;
}
h6 {
	font-size:100%;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin: 0 0.5em 1em 0;
	padding:0;
	text-align:justify;
}
table p {
	margin:0 0 1em 0;
}
p img {
	margin:0.5em 0;
	padding:0;
}
img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
img.left {
	float:left;
	margin:0.3em 1.5em 1.5em 0;
}
img.polaroid {
	margin: 0.3em auto;
	padding:0.3em;
	border:1px solid #ddd;
}
a:focus, a:hover {
	color:#aaa;
}
a {
	text-decoration:none;
	color:#ed173c;
}
blockquote {
	margin:1em 1.5em;
	font-style:italic;
	font-weight:bold;
}
blockquote p {
	text-align:justify;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
	color:#59595E;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em 0;
	padding:0 10px;
	font-style:italic;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0 1.5em 3em;
	padding: 0 10px;
	white-space:pre;
}
pre, code, tt {
	font:100% 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
ul, ol {
	margin:0 15px 2em 2em;
}
ol, ol li {
	list-style-type:decimal;
}
ul, ol li ul li {
	list-style-type:disc;
}
li ul, li ol {
	margin:0.5em 0.5em 0.5em 1.5em;
}
dl {
	margin:0 0 1.5em 3em;
}
dl dt {
	font-weight:normal;
}
dd {
	margin-left:3em;
}
table {
	margin: 0.75em auto 1.4em auto;
	width:92%;
	padding:0 10px;
	border-collapse:collapse;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}
th {
	font-weight:bold;
	background:#bbb;
	color:#fff;
}
th a, th a:hover {
	color:#222;
}
th, td {
	padding:4px 5px;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
}
tr.even td {
	background-color:#eee;
}
tr.over td {
	background-color:#ccc;
}
tfoot {
	font-style:italic;
}
caption {
	padding:2px 10px;
}
.small {
	font-size:80%;
	margin-bottom:1.875em;
	line-height:1.875em;
}
strong.small {
	line-height:1.1;
	margin-bottom:0;
}
.large {
	font-size:120%;
	/*line-height:2.5em;
	margin-bottom:1.25em;*/
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.u {
	text-decoration:underline;
}
.em {
	font-style:italic;
	padding: 0 10px;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.more {
	font-size:90%;
	color:#666;
	font-style:italic;
}
.border {
	border:1px solid #aaa;
}
hr {
	clear:both;
	float:none;
	width:100%;
	margin:0.5em 0;
	color: #ED173C;
	background-color: #ED173C;
	height: 1px;
	border: none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
/* messages */
.error, .notice, .success {
	padding:.25em .25em .6em .25em;
	margin-bottom:1em;
	border:1px solid #ddd;
}
p.error {
	padding:.25em;
}
label span.error {
	display:inherit;
	margin:0;
	padding: 0 0.25em;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.invisible {
	display:none;
}
.visible {
	display:block;
}
.showmore {
	display: block;
	clear: both;
}
.showless {
	display: none;
	clear: both;
}
.padLeft {
	padding-left: 20px;
}
.padRight {
	padding-right: 20px;
}
.padTop {
	padding-top: 20px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.w2 {
	width:50%;
}
.w2b {
	width:40%;
}
.w2c {
	width:40%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
/*layout styling*/
#footer a {
	color:#222;
}
#footer a:hover {
	color:#ed173c;
}
#subfooter p {
	text-align:center;
}
#subfooter a {color:#6f6f6f;}
#subfooter a:hover {color:#aaa;}
#content ul li {
	margin:0 0 0.5em 1.5em;
	list-style: outside;
}
#content ol li ul li {
	list-style-type:disc;
}
#content ol li {
	margin:0 0 0.5em 1.5em;
}
#content ul.ticks {
	list-style-type:none;
	margin:0 2em 1.4em 2em;
	padding:0;
}
#content ul.ticks li {
	display: list-item;
	list-style-type:none;
	background:url(../catering-images/tick.gif) no-repeat 0 50%;
	padding-left:20px;
}
table.noBorder, table.noBorder td, table.noBorder th {
	border:none;
}
table.noBorder th {
	background:#fff;
	text-align:center;
	font-size:80%;
	font-weight:normal;
}
table#grid th, table#grid td, table#grid p {
	font-weight:bold;
	text-align:center;
	font-size:100%;
}
table#grid th {
	background:#eee;
	color:#333;
	font-size:100%;
}
table#grid td:hover, .hover th:hover {
	background:#efefef;
}
table#grid a {
	color: #111;
}
table#grid a:hover {
	color: #27783D;
}
table#grid img {
	padding:2px;
	border:1px solid #aaa;
	margin: 0 auto;
}
table.clientTable {
	width:90%;
	margin:0 auto 20px auto;
}
table.clientTable td {
	text-align:center;
	vertical-align:middle;
	min-height:55px;
	height:auto !important;
	height:55px;
}
#toShow {
	display:block;
}
/*file icons */
/* PDF document links */
#content a[href$='.pdf'],#subfooter a[href$='.pdf'] {
background:transparent url(../catering-images/pdf.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
/*#snav li a[href$='.pdf'], #snav2 li a[href$='.pdf'], #snav3 li a[href$='.pdf'] {
 background: #aaa;
 color: #fff;
}*/
/* Excel Documents links */
#content a[href$='.xls'], #content a[href$='.csv'], #content a[href$='.xlw'], #content a[href$='.xlt'],
#subfooter a[href$='.xls'], #subfooter a[href$='.csv'], #subfooter a[href$='.xlw'], #subfooter a[href$='.xlt'] {
background:transparent url(../catering-images/excel.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Word Document Links */
#content a[href$='.doc'], #content a[href$='.rtf'], #content a[href$='.wps'], #content a[href$='.txt'],
#subfooter a[href$='.doc'], #subfooter a[href$='.rtf'], #subfooter a[href$='.wps'], #subfooter a[href$='.txt'] {
background:transparent url(../catering-images/word.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* mailto: links */
#content a[href^="mailto:"], #subfooter a[href^="mailto:"] {
background:transparent url(../catering-images/email.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
#content .externalLink, #subfooter .externalLink {
	background:transparent url(../catering-images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
.blockLink,.blockLinkW {
	display:block;
	margin:0;
	padding: 2px 5px;
	background:#ed173c;
	color:#fff;
	font-size:1.2em;
	width:150px;
	text-align:center;
	clear:both;
}
.blockLinkW {
	width:300px;
	background:#aaa;
}
.blockLink:hover,.blockLinkW:hover {
	display:block;
	margin:0;
	padding: 2px 5px;
	background:#939393;
	color:#fff;
}
.blockLinkW:hover {
	background:#ed173c;
	color:#fff;
}
#img1, #img2, #img3, #img4, #img5, #img6 {
	float:left;
	margin:0;
	padding:0;
	text-indent:-5000px;
	width:160px;
	height:160px;
	display:block;
}
#img1,#img2, #img4, #img5 {
	margin-right:10px;
}
#img4, #img5, #img6 {
	margin-top:10px;
}
#img4 {
	clear:left;
}
#img1 {
	background:url(../catering-images/food/food-canapes.jpg) no-repeat;	
}
#img1:hover {
	background:url(../catering-images/food/title-canapes.gif) no-repeat;
}
#img2 {
	background:url(../catering-images/food/food-starters.jpg) no-repeat;	
}
#img2:hover {
	background:url(../catering-images/food/title-starters.gif) no-repeat;
}
#img3 {
	background:url(../catering-images/food/food-maincourse.jpg) no-repeat;	
}
#img3:hover {
	background:url(../catering-images/food/title-main.gif) no-repeat;
}
#img5 {
	background:url(../catering-images/food/food-desserts.jpg) no-repeat;	
}
#img5:hover {
	background:url(../catering-images/food/title-desserts.gif) no-repeat;
}
#img6 {
	background:url(../catering-images/food/food-buffet.jpg) no-repeat;	
}
#img6:hover {
	background:url(../catering-images/food/title-buffets.gif) no-repeat;
}
