@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-color: #6BAC44;
	background-repeat: no-repeat;
	background-position: center top;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/cbg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#header  {

}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
#mainContent a {
	color: #000000;
	text-decoration: none;
}
#mainContent a:hover {
	color: #428538;
	text-decoration: none;
}

#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #076333;
}
#mainContent  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	color: #076333;
}

#mainContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



#main2  #top {
	height: 120px;
	width: 385px;
}
#main2  #mid {
	height: 224px;
}
#main2  #bottom {
	background-repeat: no-repeat;
	height: 120px;
	background-image: url(../images/soupofdaybg1.jpg);
	padding-right: 180px;
	padding-top: 60px;
}
#bottom h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#bottom h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}


#footer  {
	background-image: url(../images/fbg.jpg);
	background-repeat: no-repeat;
	height: 23px;
	clear: both;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#nav {
	padding-top: 45px;
	padding-left: 360px;
	padding-right: 40px;
}
#main1 {
	height: 370px;
	width: 210px;
	padding-top: 130px;
	float: left;
}

#main1 #whatsnew {
	width: 195px;
}
#main1 #whatsnew p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
}
#main1  #whatsnew h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 25px;
}
#main2 {
	width: 400px;
	height: 380px;
	float: left;
	padding-top: 120px;
}
#main3 {
	height: 482px;
	width: 250px;
	padding-top: 5px;
	float: left;
}
#main3 #rotatingfruitm {
	height: 235px;
}


#main3 #newsletterbg {
	background-image: url(../images/nlbg.jpg);
	height: 217px;
	width: 217px;
	padding-left: 30px;
	padding-top: 15px;
}
div.newsletter-form {
	width: 160px;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

div.newsletter-form input.cat_textbox_small {
	font-size: 12px;
	width: 160px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#newsletterbg .newsletter-form h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #076333;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.newsletter-form   .form   .item        {
	margin-top: 0px;
	padding-top: 0px;
}
#footer2 {
	height: 50px;
	clear: both;
	padding-top: 10px;
}
#footer2 ul {
	margin: 0px;
	padding: 0px;
}

#footer2 li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#footer2 a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-variant: normal;
}
#footer2 a:hover {
	color: #086435;
}

#footer2 #copyright {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#maincleft {
	width: 590px;
	padding-top: 120px;
	float: left;
	padding-right: 20px;
}
#mainorder {
	width: 850px;
	float: left;
	padding-right: 20px;
}

#smallrotate {
	height: 120px;
	padding-left: 720px;
	width: 140px;
	padding-top: 10px;
}
 Ecommerce --!>#titleheader #orderheading {
	width: 400px;
	float: left;
}

#titleheader #orderheading {
	width: 400px;
	float: left;
}
#titleheader .cart-summary {
	padding-top: 10px;
}
#titleheader    {
	height: 60px;
}
#trayslist #trayinfo {
	padding-bottom: 25px;
}
#trayslist #trayinfo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 45px;
}
#dplboxlist  #dplboxinfo {
	padding-bottom: 25px;
}
#dplboxlist  #dplboxinfo  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 45px;
}
#souplist  #soupinfo {
	padding-bottom: 25px;
}
#souplist #soupinfo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 45px;
}


#productlh #plhleft {
	width: 425px;
	float: left;
}
#productlh #plhright {
	width: 425px;
	float: left;
	padding-left: 10px;
}
#productlh {
	height: auto;
}
#productlh   h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #076333;
	padding-left: 20px;
}
.isproduct {
	width: 420px;
	height: 30px;
	padding-right: 10px;
}
.isproduct .name {
	width: 200px;
	float: left;
}
.isproduct .price {
	width: 70px;
	float: left;
}
.isproduct .quantity {
	width: 60px;
	float: left;
}
.isproduct .add {
	width: 90px;
	float: left;
}
.isproduct p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.productfeaturelist {
	list-style-type: none;
}
.productTextInput {
	width: 45px;
	height: 14px
}
#plhleft #wraps {
	border: 1px solid #6BAC44;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/ecomm/wrapsbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#plhright #sandwiches {
	border: 1px solid #6BAC44;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-image: url(../images/ecomm/sandwichesbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#plhright  #trays {
	border: 1px solid #6BAC44;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/ecomm/traysbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#plhright  #salads {
	background-color: #FFFFFF;
	border: 1px solid #6BAC44;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/ecomm/saladbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#plhright  #soup {
	border: 1px solid #6BAC44;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/ecomm/soupbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#plhright  #dplbox {
	border: 1px solid #6BAC44;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/ecomm/dplboxbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#plhleft #beverages {
	border: 1px solid #6BAC44;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/ecomm/beveragesbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#plhleft #order {
	border: 1px solid #6BAC44;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#plhleft #order p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;

}
#smallrotateorder {
	height: 120px;
	padding-left: 720px;
	width: 140px;
	padding-top: 10px;
	background-image: url(../images/ecomm/orderarrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#revieworder   {
	background-image: url(../images/ecomm/revieworder.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	width: 150px;
	padding-left: 702px;
	padding-top: 10px;
	padding-bottom: 10px;
}	

#purchaseformwrap {
	width: 840px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#purchaseformwrap div label {
	margin-top: 9px;
	display: block;
}
#pcolumn2 img {
	margin-top: 10px;
}

#pcolumn1  {
	padding-left: 21px;
	width: 400px;
	float: left;
}
#pcolumn2  {
	width: 400px;
	float: right;
	padding-top: 18px;
	padding-left: 0px;
}

#bookingdetails {
	height: 391px;
	width: 180px;
	float: right;
}
#checkoutsummery {
	width: 840px;
}
#dpsidespecials #soupofdayside {
	background-image: url(../images/soupofdayb.jpg);
	height: 63px;
	width: 242px;
	padding-top: 42px;
	margin-bottom: 14px;
}
#dpsidespecials h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#dpsidespecials h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}
#dpsidespecials #hotmealofdayside {
	background-image: url(../images/hotmealsofdaybg.jpg);
	height: 70px;
	width: 242px;
	padding-top: 35px;
	margin-bottom: 14px;
}

