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

body {
	background-image: url(../images/main-bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

p {
	font-size: 75%;
	line-height: 1.5;
	margin: 0 2em 1em 2em;
}

#sidebar p {
	margin: 10px;
}

a {
	font-size: 75%;
	text-decoration: none;
}

table {
	font-size: 75%;
}

#wrap {
	width: 940px;
	position: relative;
	margin: 0 auto 0 auto;
}

#mainwrapper {
	float: left;
	width: 940px;
	background-image: url(../images/main-gradient-background.jpg);
	background-repeat: no-repeat;
	/* background-color: #9F0; */
	margin: 0 auto 0 auto;
}

#masthead {
	float: left;
	width: 940px;
	/*	background-color: #9CF;*/
}

.rightcontainer {
	float: right;
	width: 670px;
}

#mainmenu {
	position: relative;
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	/*background-color: #CF6;*/
}

#pagedescription {
	position: relative;
	float: left;
	width: 670px;
	height: 45px;
	background: url(../images/page-description.png) top left no-repeat;
}

#sidebar {
	position: relative;
	float: left;
	width: 250px;
}

#content {
	position: relative;
	float: right;
	width: 670px;
	margin: 0 0 30px 0;
}

#footer {
	position: relative;
	float: left;
	clear: both;
	width: 940px; height: 450px;
	background-color: #000;
}

.pagedescriptioninfo {
	position: absolute; top: 13px; left: 17px;
	font-size: 12px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.side250 {
	float: left;
	display: block;
	margin: 0 0 20px 0;
}

.container-670 {
	float: left;
	width: 670px;
	margin: 0 0 20px 0;
}

.container-355 {
	width: 355px;
}

.container-250 {
	position: relative;
	float: left;
	width: 250px;
	margin: 0 0 20px 0;
}

.container-350-230 {
	width: 350px;
	height: 230px;
}

.container-350-230 a {
	width: 350px; height: 230px;
	display:block;
	text-indent: -9000px;
}


.container-325-260 {
	width: 325px;
	height: 260px;
}

.container-325-260 a {
	width: 325px; height: 260px;
	display:block;
	text-indent: -9000px;
}

.container-295 {
	position: relative;
	width: 295px;
}

.container-270-180 {
	width: 270px; height: 180px;
}

.container-270-180 a {
	width: 270px; height: 180px;
	display: block;
	text-indent: -9000px;
}

.container-180-180 {
	width: 180px; height: 180px;
}

.container-180-180 a {
	width: 180px; height: 180px;
	display: block;
	/*text-indent: -9000px;*/
}

/* ### HOME PAGE ABOUT SNIPPET ### */


.as-content-container {
	float: left;
	width: 355px;
	padding-top: 1em;
	background: url(../images/home/about-snippet.png) top left no-repeat;
}

.as-content {
	float: left;
	width: 210px;
	margin: 0 20px 0 20px;
}

.as-footer {
	float: left;
	width: 355px; height: 15px;
	background: url(../images/home/about-snippet-footer.png) top left no-repeat;
}


/* HOME PAGE BLOG SNIPPET */

.bs-header {
	position: relative;
	float: left;
	height: 43px; width: 295px;
	background-image: url(../images/home/blog-snippet-header.png);
}

.bs-content-container {
	position: relative;
	float: left;
	width: 295px;
	padding-top: 1em;
	background: black;
	color: #FFF;
}

.bs-content {
	position: relative;
	width: 255px;
	margin: 0 20px 0 20px;
}

.bs-content h2 {
	font-size: 100%;
	font-weight: bold;
}

.bs-content p {
	padding: 0;
	margin: 0;
}

.bs-content .bsdate {
	font-size: 50%;
}

.bs-footer {
	position: relative;
	float: left;
	width: 295px; height: 82px;
	background: url(../images/home/blog-snippet-footer.png) top left no-repeat;
}

.bs-footer a {
	width: 295px; height: 82px;
	display: block;
	text-indent: -9999px;
}

.bbmenu img {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}

.bbmenu img.middle {
	margin: 0 20px 0 20px;
}

/* END BLOG SNIPPET */


/* MAP */
#footer-map {
	position: relative;
	float: left;
	font-size: 75%;
}

#footer-map img {
	position: absolute;
	top: -14px;
	left: 0;
}

#map {
	float: left;
	width: 300px; height: 300px;
	margin: 40px 40px 0 25px;
}

/* END MAP */


/* ADDRESS */
#footer-address {
	position: relative;
	float: left;
	width: 250px;
	padding-top: 20px;
	font-size: 75%;
}

#footer-address img {
	position: absolute;
	top: -14px;
	left: 0;
}

ol {  
	padding: 1em 2em 0 1em;  
	list-style: none;
}  

li {
	color: white;
	padding-bottom: 1em;  
}

/* END ADDRESS */


/* MINI FORM */
#footer-contact {
	position: relative;
	float: right;
	width: 250px;
	padding-top: 20px;
}

#footer-contact h2 {
	color: white;
}

#footer-contact img {
	position: absolute;
	top: -14px;
	left: 0;
}

.footer-contact form {
}

textarea, .fields {
	width:100%;
	border: 1px solid;
	border-color:#84776d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

ol {  
	padding: 1em 2em 0 1em;  
	list-style: none;
}  

li {
	color: white;
	padding-bottom: 1em;  
}

label {
	font-size: 75%;
	color: white;
	display: block;
}

.error {
	color: red;
}

.submit {
	padding: 0 0 0 1em;
	border-style: none;  
}
/* END FORM */

#footer-copy {
	float: left;
	width: 940px;
	color: white;
}

#footer-copy p {
	text-align: right;
	padding: 1em 2em 0 1em; 
}

#footer-copy a {
	color: #421127;
	font-size: 100%;
}

/* CONTENT STYLES */

.csandwichbarmenu {
	background: url(../images/home/sandwich-bar-menu.png) top left no-repeat;
}

.cbuffetmenu {
	background: url(../images/home/buffet-menu.png) top left no-repeat;
}

.cmealdeal {
	background: url(../images/home/meal-deals.png) top left no-repeat;
}

.chotmeat {
	background: url(../images/home/hot-meat.png) top left no-repeat;
}

.cdelivery {
	background: url(../images/home/delivery-options.png) top left no-repeat;
}

.ceventplanning {
	margin: 0 20px 0 20px;
	background: url(../images/home/event-planning-services.png) top left no-repeat;
}

.cdeliveryoptions {
	background: url(../images/home/delivery-options.png) top left no-repeat;
}

.bh670 {
	position: relative;
	float: left;
	width: 670px; height: 30px;
	background: url(../images/re-useable/content/670-black/black-670-head.png) top left no-repeat;
}

.bc670 {
	position: relative;
	float: left;
	width: 670px;
	color: white;
	background: #000;
}

.bf670 {
	position: relative;
	float: left;
	width: 670px; height: 30px;
	background: url(../images/re-useable/content/670-black/black-670-footer.png) top left no-repeat;
}

.wh670 {
	position: relative;
	float: left;
	width: 670px; height: 30px;
	background: url(../images/re-useable/content/670-white/white-670-head.png) top left no-repeat;
}

.from {
	font-style: italic;
}

img.leftTitle {
	position: absolute;
	top: -13px; left: 0;
}

img.rightTitle {
	position: absolute;
	top: -13px; right: 0;
}

.wc670 {
	float: left;
	width: 670px;
	background-color: white;
}

.wf670 {
	float: left;
	width: 670px; height: 30px;
	background: url(../images/re-useable/content/670-white/white-670-footer.png) top left no-repeat;
}

.wcf670 {
	float: left;
	width: 670px; min-height: 458px;
	background: url(../images/re-useable/content/670-white/white-670-face-content.gif) bottom left no-repeat;
	background-color: white;
}

.wff670 {
	float: left;
	width: 670px; height: 30px;
	background: url(../images/re-useable/content/670-white/white-670-face-footer.png) top left no-repeat;
}

div.wc670 h2, div.wcf670 h2 {
	font-size: 120%;
	margin: 0 0 2em 0;
	text-align: center;
}

div.wcf670 h3, div.wc670 h3 {
	font-size: 100%;
	margin: 0 0 1em 0;
	text-align: center;
}

div.wcf670 table.menuitems {
	width: 630px;
	margin: 0 0 1em 20px;
}

div.wcf670 table.menuitems .mitem {
	width: 55%;
}

div.wcf670 table.menuitems .mprice {
	width: 15%;
	text-align: right;
}

.wc-ordernow {
	font-size: 140%;
	text-align: center;
}

.w325-container {
	float: left;
	width: 325px;
	margin: 0 0 20px 0;
}
.margin-20-left {
	margin-left: 20px;
}

.imgpadleft {
	margin: 0 0 0 20px;
}




.wh325 {
	float: left;
	width: 325px; height: 30px;
	background: url(../images/re-useable/content/325-white/white-325-head.png) top left no-repeat;
}

.wc325 {
	float: left;
	width: 325px;
	background: url(../images/re-useable/content/325-white/white-325-face-content.gif) bottom left no-repeat;
	background-color: white;
}

.wf325 {
	float: left;
	width: 325px; height: 30px;
	background: url(../images/re-useable/content/325-white/white-325-face-footer.png) top left no-repeat;
}

div.wc325 h2 {
	font-size: 120%;
	margin: 0 0 1em 0;
	text-align: center;
}

div.wc325 h2 span {
	font-size: 50%;
}

div.wc325 p {
	margin: 0 20px 1em 20px;
	text-align: center;
}

div.wc325 li {
	color: black;
	font-size: 75%;
	padding: 0;
	text-align: center;
}

div.wc325 li span {
	font-size: 75%;
	margin: 0 10px 0 10px;
}

div.wc325 .single {
	margin: 1em 1em;
}

div.wc325 .price {
	font-size: 100%;
	margin: 1em 0 0 0;
}

div.wc325 .subprice {
	font-size: 75%;
	margin: 0 0 1em 0;
}

div.wc325 table.menuitems {
	width: 285px;
	margin: 0 0 1em 20px;
}

.container-210 {
	position: relative;
	float: left;
	width: 210px;
}

.bh210 {
	position: relative;
	float: left;
	height: 30px; width: 210px;
	background: url(../images/re-useable/content/210-black/black-210-head.png) top left no-repeat;
}

.bc210 {
	position: relative;
	float: left;
	width: 210px; height: 160px;
	color: white;
	background-color: black;
}

.bf210 {
	position: relative;
	float: left;
	height: 30px; width: 210px;
	background: url(../images/re-useable/content/210-black/black-210-footer.png) top left no-repeat;
}

.middle-210 {
	margin: 0 20px 0 20px;
}

div.bc210 h2 {
	font-size: 100%;
	margin: 0 20px 1em 20px;
	text-align: center;
}

div.bc210 .price {
	font-size: 120%;
	margin: 0 0 1em 0;
	text-align: center;
}

/* SIDE BAR */

img.buffet {
	display: block;
	float: left;
	margin: 0 0 20px 0;
}

div#sidebar a {
	color: #421127;
}

div#sidebar ul {
	margin: 10px 10px 10px 10px;
}

div#sidebar li, a {
	padding: 0;
}

table {
	width: 230px;
	margin: 10px 0 10px 10px;
}

.hbh250 {
	position: relative;
	float: left;
	width: 250px; height: 35px;
	background: url(../images/re-useable/sidebar/black-header.png) top left no-repeat;
}

.hbh250 span {
	position: absolute; top: 4px; right: 10px;
	color: white;
	font-size: 10px;
}

.hbc250 {
	position: relative;
	float: left;
	width: 250px;
	background-color: white;
}

.hbf250 {
	position: relative;
	float: left;
	width: 250px; height: 20px;
	background: url(../images/re-useable/sidebar/black-footer.png) top left no-repeat;
}
