@charset "UTF-8";
/* CSS Document */



body {
	min-width: 300px;      /* 2x (LC fullwidth +
                            CC padding) + RC fullwidth */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666600;
	background-repeat: repeat;
}
#container {
  padding-left: 100px;   /* LC fullwidth */
  padding-right: 140px;  /* RC fullwidth + CC padding */
  background-position: center top;
  background-repeat: no-repeat;
  
}
#container .column {
	
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	float: left;
}

#header {
	background-repeat: repeat;
	height: 140px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#contact {
	width: 190px;
	list-style-type: none;
	text-decoration: none;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 140px;
	padding: 0px;
	display: block;
	background-image: url(images/comingstart.png);
	position: absolute;
	z-index: 300;
	top: 10px;
	right: 20px;
	font-size: 14px;
} 

#nav  {
	width: 540px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 15px;
}

#submenu {
	font-size: 14px;
	font-weight: lighter;
	margin-left: 20px;
	position: relative;
	top: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 20px;
	width: 400px;
	}

.mealitem {
	background-color: #FFFFFF;
	height: 247px;
	padding: 5px;
	display: block;
	border: thin dotted #663300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#key {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #663300;
	border-right-color: #663300;
	border-left-color: #663300;
}

.stages {
	text-indent: 40px;
	background-color: #FFFFFF;
	padding: 5px;
	display: block;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #663300;
	border-right-color: #663300;
	border-left-color: #663300;
}

#form {
	vertical-align: text-top;
	left: 5px;
}


#payform {
	width: 175px;
	z-index: 100;
	position: relative;
	top: -43px;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	background-image: url(images/delivery_backcol.gif);
	background-repeat: repeat;
}

#map {
	border: thick solid #E2BADF;
	height: 231px;
	width: 280px;
	}

#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
  min-height: 475px;

}
#left {
  width: 80px;          /* LC width */
  padding: 0 10px;       /* LC padding */
  right: 100px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
}
#right {
  width: 80px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  margin-right: -100px;  /* RC fullwidth + CC padding */
}

.col2 {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}

#footer {
	background-repeat: repeat;
	clear: both;
	text-align: center;
}


h1 {
	font-size: 1.2em;
	text-align: left;
	font-weight: 500;
	font-variant: normal;
	display: inline;
 }
h2 {
	font-size: 1.2em;
	font-weight: 500;
	font-variant: normal;
	display: inline;
 }

ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
  }

li.cont {
	background-image: url(images/star_bullit.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left:20px;
	margin-top: 10px;
	margin-bottom: 10px;
		}
		
li.nav {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

li.key {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-indent: 35px;
}

li.bottompadding {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;


}

li.topbottompadding {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;


}

li.contact {
	background-image: none;
}


li.menu {
	list-style-type: none;
	color: #663300;
	list-style-position: inside;
	margin: 0px;
}
p.line {
	display: inline;
	padding-bottom: 20px;
}
#left_text {
	display: block;
	width: 350px;
}

#right_text {
	display: block;
	width: 350px;
}

/*** IE Fix ***/
* html #left {
  left: 100px;           /* RC fullwidth */
  
  
}

.hidden { display: none; }
.unhidden { display: block; }


a {
	
}
	
a:link {
	text-decoration: none;
	color: #996600;
    }
	
a:visited {
	text-decoration: none;
	color: #666600;
}

a:active {
	text-decoration: none;
	color: #666600;
}
a:hover {
	color: #FF9900;
}

.onlink {
	color: #FF9900;

}

.style7 {
	color: #663300;

}

.style8 {
	color: #663300;
	font-size: 16px;
	background-image: url(images/contact_headercol.gif);
	background-repeat: repeat;
}

.style9 {
	color: #FF0000;
	font-size: 16px;
	font-weight: 500;
}

.tight {
	margin: 0px;
}

.tightbrown {
	color: #663300;
	margin: 0px;
}

.important {
	color: #FF0000;
}

.price {
	color: #003300;
}

.middle {
	text-align: center;
}

.normal {
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.normalcentre {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	display: block;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
