@charset "utf-8";
/* CSS Document */


/* main layout style */
.shadow1 {
	    width: 870px;
		margin-right:auto;
		margin-left:auto;
        background-color: rgb(68,68,68); /* Needed for IEs */

        -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
        -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
        box-shadow: 0px 0px 10px rgba(68,68,68,0.6);

        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
        zoom: 1;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #539A30;
}
#container {
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	height:auto;
	background-image: url(../images/bg-container.gif);
	background-repeat: repeat-y;
}
/* start of head */
#logo {
	width: 870px;
	height: 143px;
	background-image: url(../images/logobg.jpg);
	background-repeat:repeat-x;
}
#header {
	width: 870px;
	height: 344px;
}
/* end of head */



/* start of middle */
#middlecontainer {
	width: 870px;
	height: auto;
}
/* end of middle */




/* start of sidebar */
#sidebarcontainer {
	float: left;
	width: 265px;
	height: auto;
	background-image:url(../images/bg-news.gif);
	background-repeat: repeat-y;
	max-height: 1008px;
}
#navigation {
	float: left;
	width: 233px;
	height: auto;
	background-image:url(../images/bg-nav.gif);
	background-repeat:repeat-y;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #00441b;
}
#navigation a:link {
	color: #00441b;
	text-decoration: none;
	line-height: 14px;
}

#navigation a:visited {
	color: #00441b;
	text-decoration: none;
	line-height: 14px;
}
#navigation a:hover {
	color: #309001;
	text-decoration: underline;
	line-height: 14px;
	background-position:right;
	background-repeat:no-repeat;
}
#navigation a:active {
	color: #309001;
	text-decoration: underline;
	line-height: 14px;
}
#newsbar {
	width: 233px;
	height:auto;
	padding: 15px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f7200;
}
#newsbar a:link {
	font-size: 11px;
	font-weight: bold;
	color: #1f7200;
	text-decoration: none;
}
#newsbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #1f7200;
	text-decoration: none;
}
#newsbar a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#newsbar a:active {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
/* end of sidebar */



/* start of content */
#contentcontainer {
	float: right;
	width: 580px;
	height: auto;
	padding-bottom:20px;
	background-image:url(../images/bg-content.gif);
	background-repeat:repeat-y;
}
#content {
	width: 553px;
	height: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#newproductcontainer {
	width: 483px;
	height: 250px;
	background-image:url(../images/newproduct-section.gif);
	background-repeat:no-repeat;
	padding: 35px;
}
#newproduct-left {
	float: left;
	width: 250px;
	height: 230px;
}
#newproduct-right {
	float: right;
	width: 220px;
	height: 220px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #00441b;
	line-height: 18px;
}
#newproduct-right a:link {
	color: #00441b;
	text-decoration: none;
	text-transform: uppercase;
}
#newproduct-right a:visited {
	color: #00441b;
	text-decoration: none;
	text-transform: uppercase;
}
#newproduct-right a:hover {
	color: #309001;
	text-decoration: underline;
	text-transform: uppercase;
}
#newproduct-right a:active {
	color: #309001;
	text-decoration: underline;
	text-transform: uppercase;
}
#contentcolumn-left {
	float: left;
	width: 315px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#contentcolumn-right {
	float: right;
	width: 215px;
	height: auto;
}
/* end of content */



/* set menu style */
.setmenu-container {
	float: left;
	width: 346px;
	height: auto;
}

.setmenu-main {
	float: left;
	width: 235px;
	height: auto;
	padding-bottom: 0px;
}
.setmenu-price-left {
	float: left;
	width: 43px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 12px;
	padding-bottom: 0px;
}
.setmenu-price-right {
	float: left;
	width: 47px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 5px;
	padding-bottom: 0px;
}
#setmenu-pic {
	float: right;
	width: 200px;
	height: auto;
}
/* end of set menu style */



/* start of catering section style */
#catering-container {
	float: left;
	width: 546px;
	height: 100%;
	background-image: url(../images/menu-bg1.gif);
	background-repeat: repeat-y;
}
#catering-content {
	float: left;
	width: 546px;
	height: 100%;
	background-image: url(../images/menu-footer1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.catering-row {
	float: left;
	width: 546px;
	height: 100%;
	padding-bottom: 20px;
}
.catering-row-b {
	float: left;
	width: 546px;
	height: 100%;
}
.catering-column-a {
	float: left;
	width: 163px;
	height: 100%;
	padding-left: 15px;
}
.catering-column-b {
	float: left;
	width: 163px;
	height: 100%;
	padding-left: 15px;
}
.catering-column-c {
	float: left;
	width: 163px;
	height: 100%;
	padding-left: 15px;
}

#orderingguidelines {
	float: left;
	width: 518px;
	height: 180px;
	background-color: #cfdcd4;
	margin-top: 20px;
	padding: 15px;
}
#cateringoptions {
	float: left;
	width: 335px;
	height: 100%;
	padding-left: 15px;
}

/* start of footer */
#footercontainer {
	float: left;
	width: 870px;
	height: 104px;
	background-image: url(../images/logobg.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 870px;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}
/* end of footer */


/* textfield */
.textfield {
	border-bottom-color: #1f7200;
	border-left-color: #1f7200;
	border-right-color: #1f7200;
	border-top-color: #1f7200;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*image styles*/
.image-news {
	padding-right: 10px;
	padding-bottom: 10px;
}
/*font styles*/
.verdana14pxbold-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #1f7200;
}
.georgia16pxbold-green {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #1f7200;
	letter-spacing: -1px;
}
.georgia16pxbolditalic-green {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #1f7200;
	font-style: italic;
}
.verdana12pxbold-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
.verdana12pxbold-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ff0000;
}
.verdana12px-regularblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.verdana12pxbold-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #1f7200;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.verdana12pxbold-black-allcaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-transform:uppercase;
}
.verdana11pxbold-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #1f7200;
}
.verdana9px-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
.verdana9px-blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
}
.verdana12pxbold-lightgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #1a8e0b;
}


/*link style verdana12px-regularblack */

#verdana12px-regularblack a:link {
	color: #000;
	text-decoration: none;
}
#verdana12px-regularblack a:visited {
	color: #000;
	text-decoration: none;
}
#verdana12px-regularblack a:hover {
	color: #309001;
	text-decoration: underline;
}
#verdana12px-regularblack a:active {
	color: #309001;
	text-decoration: underline;
}
/*link style verdana11pxbold-green */
.verdana11pxbold-green a:link {
	color: #1f7200;
	text-decoration: none;
}
.verdana11pxbold-green a:visited {
	color: #1f7200;
	text-decoration: none;
}
.verdana11pxbold-green a:hover {
	color: #309001;
	text-decoration: underline;
}
.verdana11pxbold-green a:active {
	color: #309001;
	text-decoration: underline;
}
/*link style order-here */
.order-here {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #068100;
}
.order-here a:link {
	text-decoration: none;
	line-height: 14px;
	color: #068100;
}
.order-here a:visited {
	text-decoration: none;
	line-height: 14px;
	color: #068100;
}
.order-here a:hover {
	color: #08ac00;
	text-decoration: underline;
	line-height: 14px;
}
.order-here a:active {
	text-decoration: underline;
	line-height: 14px;
	color: #068100;
}
.cateringpic-row {
	float: left;
	width: 546px;
	height: 100%;
	padding-bottom: 20px;
}
.cateringpic_leftcolumn {
	float: left;
	width: 263px;
	height: 100%;
	padding-left: 0px;
}
.cateringpic_rightcolumn {
	float: left;
	width: 263px;
	height: 100%;
	padding-left: 20px;
}

