/* Delightful Dining New - Main CSS Settings*/
/* Browser Bug Fixes */
/* IE Double Margin */
html {
	height:100%;
	}
/* Main CSS Settings - Fornmatting styles which apply to all pages*/
body {
	background-color: #CF2B4A;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
}
h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-weight: bold;
	font-size: 80%;
}
h4 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 80%;
}
h5 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 18px;
}
a {
	text-decoration: none;
	}
.img_rgt {
	float: right;
	margin-left: 30px;
}
.img_lft {
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
}
.img_ctr_30 {
	margin-left: 35px;
}
.pdf_rgt {
	text-align: right;
}
.bold_txt {
	font-weight: bold;
	}
	
/* START: Page edges and corners */
#band {
	margin-top: 20px;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/edges/1_edg_l.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#wrapper_r {
	background-image: url(../images/edges/1_edg_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/*TOP LEFT IMAGE*/
/*Raspberries - Home Page*/
#top_lft_image_1 {
	background-image: url(../images/raspberry.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Red Ribbon*/
#top_lft_image_2 {
	background-image: url(../images/ribbon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Burger*/
#top_lft_image_3 {
	background-image: url(../images/burger.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Parsley*/
#top_lft_image_4 {
	background-image: url(../images/parsley.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Canape 1 - Sushi*/
#top_lft_image_5 {
	background-image: url(../images/sushi.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Canape 2 - Birini / Caviar*/
#top_lft_image_6 {
	background-image: url(../images/birini.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Chocolate Cake*/
#top_lft_image_7 {
	background-image: url(../images/choc_cake.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Chillies*/
#top_lft_image_8 {
	background-image: url(../images/chillies.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Vanilla - Weddings*/
#top_lft_image_9 {
	background-image: url(../images/vanilla.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Christmas Menu*/
#top_lft_image_10 {
	background-image: url(../images/bauble.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Funeral Menu*/
#top_lft_image_11 {
	background-image: url(../images/funeral_1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*Photo Gallery*/
#top_lft_image_12 {

	background-image: url(../images/film_strip_1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
/*END - Top left image*/
#header {
	background-image: url(../images/edges/1_edg_t.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	position: relative;
	/*Bug fix to counter IE 6 fix!*/
	width: 100%;
	}
#celia_marr {
	background-image: url(../images/celia_marr_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	position: absolute;
	top: 75px;
	right: 20px;
	width: 300px;
	}
#banner_1 {
	background-image: url(../images/edges/1_cnr_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	text-align: left;	
	}
#quicklinks {
	float: right;
	width: 420px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	background-image: url(../images/edges/1_cnr_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
/*Navigation Bar*/
#navigation {
	float:left;
	width: 180px;
	margin-top: 50px;
	text-align: left;
	margin-left: 20px;
	}
#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
	}
#navigation li {
	font-size: 90%;
	}
#navigation a:link, #navigation a:visited {
	color: #cb352d;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
	}
#navigation a:hover {
	color: #999;
	}
/*End Navigation Bar*/		
/*Main Content*/	
#content {
	float:right;
	width: 530px;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0;
	/*IE 6 bug fix*/
	height: 100%;
	}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	}
#content Li {
	font-size: 80%;
	line-height: 1.8em;
	margin-top: 5px;
}
#col_1 {
	width:260px;
	float:left;
	display:inline;
	position: relative;
	}	
#col_2 {
	width:260px;
	float:right;
	display:inline;
	position: relative;
	}
.menu_1 {
	background-image: url(../images/edges/menu_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
	padding-bottom: 65px;
	text-align: center;
	}
.menu_1_top {
	background-image: url(../images/edges/menu_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
	}
.menu_1_top h1 {
	font-weight: bold;
	font-size: 90%;
	color: #D53156;
	text-align: center;
	}
.menu_1_top h2 {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-align: center;
	}
.menu_1_bg {
	background-image: url(../images/edges/menu_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
/*Xmas Menu*/	
.menu_1_top_xmas {
	background-image: url(../images/edges/menu_t_xmas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
}
.menu_1_top_xmas h1 {
	font-weight: bold;
	font-size: 90%;
	color: #D53156;
	text-align: center;
	margin-top: 60px;
	}
.menu_1_top_xmas h2 {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-align: center;
	}
/*End Main Content*/
#footer {
	text-align: center;
	clear: both;
	background-image: url(../images/edges/1_edg_b.jpg);
	background-repeat: repeat;
	background-position: 0px bottom;
	font-size: 80%;
	color: #999;
	}
#footer a{
	color: #CF2B4A;
	}	
#footer_l {
	background-image: url(../images/edges/1_cnr_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#footer_r {
	background-image: url(../images/edges/1_cnr_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 60px;
	}
/* END: Page edges and corners */
/* Access Keys*/
.akey {
	text-decoration:underline;
	}
/*Google Map*/
/*#map {
	width: 500px;
	height: 300px;
	border: 1px solid #660066;
	margin-top: 20px;
	margin-bottom: 20px;
	}*/
.bold_bk_txt {
	font-weight: bold;
	color: #000000;
}
.lft_side_image {
	float:left;
	width: 180px;
	margin-top: 50px;
	text-align: left;
	margin-left: 20px;
	clear: left;
	text-align: center;
}
.lft_side_image a {
	font-size:80%;
}
/*Letters - Testimonials*/
.ltr_1 {
	background-image: url(../images/edges/ltr_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
	padding-bottom: 65px;
	text-align: center;
	}
.ltr_1_top {
	background-image: url(../images/edges/ltr_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
	}
.ltr_1_top p {
	text-align: justify;
}

.ltr_1_bg {
	background-image: url(../images/edges/ltr_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
