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

#header A {
	color: #222;
	text-decoration: none;
}
#header A:hover {
	text-decoration: underline;
}

#leftmenu H1 {
	margin: 0 40px 20px 0;
	padding: 0;
	border-bottom: 1px dashed #054919;
}

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

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

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

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

#content .item {
/*	clear: left; */
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}
#content .item A {
	text-decoration: none;
}
#content .item img {
	padding: 2px;
	border: 1px dashed #666;
	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: #666;
	margin: 0 0 0 150px;
	padding: 0;
}
#content .item P {
	margin: 0 0 0 150px;
	padding: 0;
}



#content A {
	color: #2f5cc3;
}




.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/newtip1.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) 460px 60px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #666;
	position: relative;
}
#content .tip2 .chef {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 73px;
	height: 73px;
	background: url(../Images/newtip2.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;
}


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

#footer A {
	color: #666;
	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/confcroissants.jpg) bottom right no-repeat;
}
.bg-choc {
	background: url(../Assets/corner/confchoc.jpg) bottom right no-repeat;
}
.bg-lasagne {
	background: url(../Assets/corner/conflasagne.jpg) bottom right no-repeat;
}
.bg-salad {
	background: url(../Assets/corner/confsalad.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-buffets {
	background: url(../Assets/corner/confbuffets.jpg) bottom right no-repeat;
}
.bg-finger {
	background: url(../Assets/corner/conffinger.jpg) bottom right no-repeat;
}
.bg-conf {
	background: url(../Assets/corner/conf.jpg) bottom right no-repeat;
}
