@charset "utf-8";
/* CSS Document */

#leftmenu H2 {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px dashed #e1ce9c;
}

#content H1 {
	margin: 0 0 20px 0;
	padding: 3px 0 10px 0;
	font-size: 22px;
	line-height: 22px;
	color: #c09014;
	font-weight: normal;
	border-bottom: 1px dashed #e1ce9c;
}

#content H2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: black;
	clear: both;
}

#content P.summary {
	line-height: 20px;
	font-size: 16px;
	font-style: italic;
	color: #002748;
}

#content .price {
	font-weight: bold;
	color: #af8810;
}

#content .list td {
	height: 40px;
	vertical-align: top;
}

#content .item {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}
#content .item img {
	padding: 2px;
	border: 1px dashed #b58719;
	float: left;
}
#content .item h2 {
	font-size: 13px;
	margin: 0 0 0 150px;
	padding: 0;
	clear: none;
}
#content .item .price {
	font-size: 13px;
	font-weight: bold;
	color: #af8810;
	margin: 0 0 0 150px;
	padding: 0;
}
#content .item P {
	margin: 0 0 0 150px;
	padding: 0;
}


#content .item_noindent {
	margin-bottom: 20px;
}
#content .item_noindent h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	clear: none;
}
#content .item_noindent .price {
	font-size: 13px;
	font-weight: bold;
	color: #af8810;
	margin: 0;
	padding: 0;
}
#content .item_noindent P {
	margin: 0;
	padding: 0;
}




.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #f5f7fa;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 0px; /*position where enlarged image should offset horizontally */
}







#content .tip {
	margin: 30px 0 20px 0;
	padding: 25px 30px 20px 65px;
	background: #f5f7fa url(../Images/quote.gif) 30px 60px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #4a6895;
	position: relative;
}
#content .tip .chef {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 73px;
	height: 73px;
	background: url(../Images/tip.gif) top left no-repeat;
}
#content .tip h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #c39316;
	clear: none;
}
#content .tip P {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #002748;
}


#content .tip2 {
	margin: 30px 0 20px 0;
	padding: 25px 65px 20px 40px;
	background: #f5f7fa url(../Images/quote2.gif) 600px 60px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #4a6895;
	position: relative;
}
#content .tip2 .chef {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 73px;
	height: 73px;
	background: url(../Images/tip2.gif) top left no-repeat;
}
#content .tip2 h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #c39316;
	clear: none;
}
#content .tip2 P {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	color: #002748;
}


#content .clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#footer A {
	color: #002748;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0 0 5px 0;
	padding; 0;
}


#content .bg-blank {
	background: none;
	padding-bottom: 100px;
}
.bg-croissants {
	background: url(../Assets/corner/croissants.jpg) bottom right no-repeat;
}
.bg-cakes {
	background: url(../Assets/corner/cakes.jpg) bottom right no-repeat;
}
.bg-choc {
	background: url(../Assets/corner/choc.jpg) bottom right no-repeat;
}
.bg-lasagne {
	background: url(../Assets/corner/lasagne.jpg) bottom right no-repeat;
}
.bg-salad {
	background: url(../Assets/corner/salad.jpg) bottom right no-repeat;
}
.bg-sandwich {
	background: url(../Assets/corner/sandwich.jpg) bottom right no-repeat;
}
.bg-sandwichplatter {
	background: url(../Assets/corner/sandwich-platters.jpg) bottom right no-repeat;
}
.bg-tea {
	background: url(../Assets/corner/tea.jpg) bottom right no-repeat;
}
.bg-xmas {
	background: url(../Assets/corner/xmas.jpg) bottom right no-repeat;
}
.bg-canapes {
	background: url(../Assets/corner/canape.jpg) bottom right no-repeat;
}
.bg-buffets {
	background: url(../Assets/corner/cold-buffets.jpg) bottom right no-repeat;
}
.bg-finger {
	background: url(../Assets/corner/finger-food.jpg) bottom right no-repeat;
}
