

/* 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 {
	padding-top:1em;
}
h2 {
	font-size:140%;
	line-height:1;
	margin-top:1em;
	margin-bottom:0.5em;
	color:#ed173c;
}
h3 {
	font-size:125%;
	line-height:1;
	margin-bottom:0.5em;
	color:#4B4E52;
}
h4 {
	font-size:125%;
	line-height:1.25;
	margin-bottom:0.5em;
	font-style:italic;
}
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:#939393;
}
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:#999;
}
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 0;
	width:95%;
	padding:0 10px;
	border-collapse:collapse;
	border-top:1px solid #939393;
	border-left:1px solid #939393;
}
th, .tableheader {
	font-weight:bold;
	background:#bbb;
	color:#222;
}
th a, th a:hover {
	color:#222;
}
th, td {
	padding:4px 5px;
	border-bottom:1px solid #939393;
	border-right:1px solid #939393;
}
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 #939393;
}
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:#939393;}
#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(../corporate-cookery-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 #939393;
	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 */
a[href$='.pdf'] {
background:transparent url(../corporate-cookery-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: #939393;
 color: #fff;
}
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(../corporate-cookery-images/excel.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(../corporate-cookery-images/word.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* mailto: links */
a[href^="mailto:"] {
background:transparent url(../corporate-cookery-images/email.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
.externalLink {
	background:transparent url(../corporate-cookery-images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}
.blockLink {
	display:block;
	margin:0;
	padding: 2px 5px;
	background:#ed173c;
	color:#fff;
	font-size:1.2em;
	width:150px;
	text-align:center;
}
.blockLink:hover {
	display:block;
	margin:0;
	padding: 2px 5px;
	background:#939393;
	color:#fff;
}
#fb, #fb td {
	vertical-align:middle;
	border:none;
	margin: 0.75em 0 1.4em 0;
}
#fb a.externalLink {
	background:none;
	padding-left:0;
}
#events, #events td {
	vertical-align:middle;
	border:none;
	margin: -5px 0 0 0;
}
#events a {
	color:#222;
}
#loveImg {
	margin:0;
	padding:0 10px 0 0;
	vertical-align:top;
}
.a {
	font-size:190%;
	margin:0;
	padding:0;
}
.b {
	font-size:140%;
	margin:0;
	padding:0;
}
p.c {
	display:inline-block;
	float:right;
	font-size:90%;
	color:#666;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	margin:2px 0 0 0;
	padding:0;
	text-align:right;
}
.c img {
	vertical-align:middle;
	height:26px;
	padding: 0 0 0 5px;
	margin:0;
}
.a strong {
	display:block;
	float:left;
	color:#ed173c;
	font-weight:bold;
	font-style:italic;
	width:65px;
	height:22px;
	text-indent:-5000px;
	background: #fff url(../corporate-cookery-images/new.gif) no-repeat;
}
p.c a.externalLink {
	background:none;
	padding-left:0;
}

a#ffb.externalLink {
	background:transparent url(../corporate-cookery-images/FaceBook-icon-small.png) center left no-repeat;
	display:inline-block;
	padding-left:21px;
	line-height:15px;
}

#tnav ul {
	height:24px;
	line-height:24px;
	vertical-align:middle;
	text-align:center;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:1;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
#tnav li.last {
	border-right: none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	margin: 0;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;	
	font-weight:normal;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	border-right: 1px solid #fff;
}
.sf-menu li li,.sf-menu li li li {
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-top: 1px solid #aaa;
	line-height:1.1;
	padding:3px 0;
}
.sf-menu li li.ltop, .sf-menu li li li.ltop {
	border-top: 2px solid #aaa;
}
.lbot {
	border-bottom: 2px solid #aaa;
}
.sf-menu li li a, .sf-menu li li li a {
	text-align:left;
	font: 1em Arial, Helvetica, sans-serif;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fff;
	background-color: #aaa;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.5em;
	top:			0.3em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../corporate-cookery-images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator {top:	0.15em; background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('../concorde-images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/