/* CSS Document */

body {
   text-align: center;
   font-family:"Trebuchet MS", Arial;
   color:#78665D;
   font-size:13px;
   line-height:18px;
   margin-top:0;
   min-width: 806px; /* Use this, or */
   background: url(images/bg.jpg) left top repeat-x #fff;
   }
   
   h3 {
   color:#E50278;
   
   }
 
div.wrapper {
   text-align: left;
   width:806px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom:10px;
   background: url(images/shadow.png) center top repeat-y;
   }
   
div.inner {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;

}

div.inner2 {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/pea.png) bottom left no-repeat #fff;
}

div.inner-bf {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/breakfast-bg.png) bottom left no-repeat #fff;
}

div.inner-lunch {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/lunch-bg.png) bottom left no-repeat #fff;
}

div.inner-soup {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/soup-bg.png) bottom left no-repeat #fff;
}

div.inner-catering {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/catering-bg.png) bottom left no-repeat #fff;
}

div.inner-sweets {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/sweets-bg.png) bottom left no-repeat #fff;
}

div.inner-takeaway {
	width:746px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	background: url(images/takeaway-bg.png) bottom left no-repeat #fff;
}

div.header {
	position:relative;
	left:0;
	top:0;
	background: url(images/header.png) no-repeat;
	width:746px;
	height:230px;
}




div.about {
	text-align:left;
	padding: 0 20px 0 304px;
	height:842px;
	margin:0;
}

div.home {
	text-align:left;
	padding: 0 20px 0 50px;
	height:423px;
	margin:0;
}

div.home-text {
	padding-top:35px;
	font-size:14px;
	line-height:22px;
}

div.flash {
	position:relative;
	top:47px;
	left:47px;
	width:312px;
	height:318px;
}

div.menu {
	text-align:left;
	padding: 0 20px 0 50px;
	height:834px;
	margin:0;
}

div.gallery {
	text-align:left;
	padding: 0 20px 0 50px;
	height:451px;
	margin:0;
}

div.contact {
	text-align:left;
	padding: 0 20px 0 50px;
	height:513px;
	margin:0;
}

div.breakfast {
	text-align:left;
	padding: 0 20px 0 304px;
	height:948px;
	margin:0;
}

div.lunch {
	text-align:left;
	padding: 0 20px 0 304px;
	height:1149px;
	margin:0;
}

div.soup {
	text-align:left;
	padding: 0 20px 0 304px;
	height:511px;
	margin:0;
}

div.catering {
	text-align:left;
	padding: 0 20px 0 324px;
	height:2400px;
	margin:0;
	font-size:12px;
}

div.sweets {
	text-align:left;
	padding: 0 20px 0 324px;
	height:674px;
	margin:0;
	font-size:14px;
}

div.takeaway {
	text-align:left;
	padding: 0 20px 0 324px;
	height:520px;
	margin:0;
	font-size:14px;
}


.bigger {
	font-size: 18px;
	line-height:23px;
}

.bolder1 {
font-weight: 500;
color:#78665D;

}

.bolder2 {
font-weight: 600;
color:#78665D;

}

div.footer {
	text-align:left;
	background:#E50278;
	width:746px;
	height:32px;

}

.ftext {
	color:#fff;
	font-weight:bold;
	font-size: 12px;
	line-height:32px;
	padding-left:20px;
}


.ftext a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}