@charset "utf-8";
/* CSS Document */ 
 
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #2F2E11;
	margin: 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: #C2BFAB;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/*.twoColElsLt img {
	border: 1px solid #2F2E1A;
}
*/
h1 {
	font-size: 18px;
	margin: 7px;
}
#mainContent h1 {
	color:#DB9A00}
#mainContent2 h1 {
	color:#DB9A00}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
h4 {
margin: 0px;
font-size: 12px;

}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.twoColElsLt #sidebar1 {
float: left;
width: 220px; /* top and bottom padding create visual space within this div */
background-color: #38371F;
margin: 5px 8px;
padding: 0;
}
#sidebar2  {
	float: left;
	width: 220px; /* top and bottom padding create visual space within this div */
	background-color: #44432D;
	margin: 1px 4px;
	padding: 0;
	border-color: #B6BA96;
	border-style: solid;
	border-width: 4px;
}
#sidebar2 h3 {
	padding: 8px 0;
	margin: 0;
	text-indent: 8px;
}


#sidebar2 h4 {
	font-size: 13px;
	text-align: left;
	padding: 8px 0;
	margin: 0;
	text-indent: 8px;
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust these divs based on your final font sizing.
*/
.twoColElsLt #container {
	width: 780px; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #4F4E34;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
} 
.sidebar_box {
	background-color: #2F2E1A;
	margin: 0;
	padding: 8px 10px;
}
.sidebar_spec {
	background-color: #B6BA96;
	margin: 0px;
	padding: 7px;
	font-size: 14px;
	color: #2F2E11;
	font-weight: bold;
}
.sidebar_spec_inner {
	background-color: #38371F;
	margin: 6px;
	padding: 2px;
}
.sidebar_soup {
	background-color: #44432D;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.sidebar_soup_inner {
	background-color: #4F4E34;
	margin: 0px;
	padding: 8px;
}

.soup_content {
}
.twoColElsLt .sidebar_soup_inner p   {
	margin: 0;
	padding-bottom: 8px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLt p{
	margin: 8px;
}
.twoColElsLt #mainContainer {
	margin: 0 10px 0 246px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color: #2F2E1A;
	padding-bottom: 10px;
} 
.twoColElsLt #mainContainer2 {
	margin: 0 10px 0 246px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color: #2F2E1A;
} 
.twoColElsLt #mainContainer3 {
	margin: 0 10px 0 246px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color: #B6BA96;
	padding-bottom: 10px;
} 

.twoColElsLt #mainContent {
	padding: 0 10px;
	background-color: #2F2E1A;
	margin: 0;
} 

.twoColElsLt #mainContent2 {
	padding: 0 10px;
	background-color: #2F2E1A;
	margin: 0;
/*	min-height: 265px;*/
} 

.twoColElsLt #mainContent3 {
	padding: 0;
	background-color: #2F2E1A;
} 
.twoColElsLt #mainContent a  {
	color: #C2BFAB;	
} 
.twoColElsLt #mainContent a:hover  {
	color: #4F4E34;
} 

.twoColElsLt #mainContent li a {
color: #C2BFAB;
line-height: 18px;
font-weight: bold;
} 
.twoColElsLt #mainContent li a:hover {
color: #4F4E34;
line-height: 18px;
font-weight: bold;
} 
.twoColElsLt #mainContent img{
	padding: 0;
	float: left;
	margin: 0 10px 0 0;
} 

.cbox {
	padding: 10px 15px;
}
.cbox_heading {
	padding: 8px 15px;
	background-image: url(images/gray_bar.jpg);
	height: 37px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #2F2E11;
	margin: 5px 0;
}

/* 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 */
float: left;
margin-right: 8px;
}
#top_header h1  {
	padding-top: 7px;
	padding-left: 0px;
}

.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 a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.twoColElsLt #left_nav {
background-color: #AAAC8E;
text-align: center;
width: 220px;
}
.twoColElsLt #left_nav hr  {
width: 80%;
color: #69694C;
}
#top_nav {
margin: 0 5px 0 236px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
#sidebar_header {
	text-align: left;
}
#sidebar_pic {
text-align: center;
}
.twoColElsLt #top_menu {
	height: 50px;
	padding: 5px;
}
.footer{
	padding: 4px 12px;
}
.footer #footer {
	margin: 8px auto;
	padding: 0;
	width: 760px;
}
.footer a {
color: #db9a00;
}#footerl  {
	float: left;
}
#footerr {
	float: left;
}
#footerm {
	float: left;
	border-width: 0 2px;
	border-color: #C2BFAB;
	border-style: solid;
}
.inner_menu {
	background-color: #3C3C28;
	padding: 12px 8px;
}
.picture_box img {
	background-color: #FFF;
	border: 1px solid #2F2E1A;
	height: 200px;
	width: 200px;
}

.menu_box h3 {
	text-indent: 10px;
	margin: 8px 0;
}

table.dotted td {
	text-align: left;
	margin: 0;
	border: 0px;
}
table.deli_dotted td {
	text-align: left;
	margin: auto;
	border: 0px;
}


.style1 {
	color: #DB9A00;
	font-weight: bold;

}
.small_text  {
	font-size: 9px;
	font-family: Verdana, Arial;
	color: #DB9A00;
	font-weight: bold;
}

.menu_box {
	width: 237px;
	margin: 1px;
}
#menutable.menu_box td{
	border-width: 0px;
	border-color: #FFF;
	border-style: none;
}
.menu_table td {
	border: 1px solid #FFFFFF;
}

.twoColElsLt .picture_box {
	background-color: #44432D;
	text-align: center;
	padding: 10px 0;
}
.sidebar_box p  {
	padding: 0;
	margin: 2px 0px;
}

.yellow_txt {
	color: #DB9A00;
}
.yellow_price  {
	color: #DB9A00;
	font-weight:bold;
}

#lunch2go {
	background-color: #B6BA96;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2F2E1A;
	font-size: 10px;
	padding: 3px 0 13px 0;
	background-image: url(images/meat_tray.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#lunch2go h1  {
	font-size: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 100;
	background-color: #DBDEBE;
	color: #686548;
	text-decoration: none;
	margin: 0;
	padding: 8px;
}
#lunch2go a {
	color: #2F2E1A;
}
.fix  { /* 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 a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.dotted {
	overflow: hidden;
	white-space: nowrap;
}
div.dotted {
	width: 148px;
	overflow: hidden;
	white-space: nowrap;
}
h4.soup {
	font-size: 16px;
	background-color: #44432D;
}
div.deli_dotted {
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
}
div.soup_dotted {
	width: 132px;
	overflow: hidden;
	white-space: nowrap;
}
.sidebar_spec_inner p , #sidebar2 .sidebar_spec_inner h3{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar2 .sidebar_spec_inner h3{
	text-indent: 3px;
	font-size: 12px;
}
#sidebar2 .sidebar_spec_inner ul {
	margin: 0;
	padding: 0 0 0 15px;
/*	text-indent: 0px;*/
}


.calzone {
	padding: 0;
	width: 110px;
	margin: 0;
}


.twoColElsLt  #main_img img {
	border: 2px solid #2F2E1A;
	margin: 0px;
	padding: 0px;
	width: 520px;
	height: 200px;
}
#wide2 {
	background-color: #44432D;
	padding: 0;
	margin: 0;
}
#wide {
	background-color: #44432D;
	padding: 0;
	margin: 15px 5px;
}
.widelist {
	padding: 10px 0;
	border-bottom-style: dotted;
	border-bottom-color: #C2BFAB;
	border-bottom-width: 1px;
	margin: 0px 10px;
}
.widelist_inner h4 {
	color: #DB9A00;
}
.widelist_inner p {
	margin: 5px 0px;
	padding: 0px;
}


.widelist img {
	float:none;
	width: 85px;
	height: 85px;
	border: 1px solid #2F2E1A;
}
td.widepic {
	width: 88px;
}

.widelist_inner {
	margin: 0 10px;
}
.inner_menu .dotted li img {
	margin: 0px;
	padding: 0px;
	border: 0;
}
.gift_card {
	color: #2F2E11;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	background-color: #B6BA96;
}
.spec_container h3 {
	font-size: 14px;
	padding: 10px 10px;
	background-color: #605F40;
	margin: 0;
}

.add1 {
	background-color: #A6A889;
	width: 245px;
	border: 1px solid #2F2E11;
	text-align: center;
	padding: 5px 0;
	margin: 0 5px;
	font-size: 12px;
}

.add2   {
	width: 245px;
	padding: 5px;
	background-image: url(images/gift_cards.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.add2   a{
	font-size: 10px;
	color: #2F2E11;

}
#spec_price {
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
}
.spec_pic {
	width: 85px;
	margin: 2px;
	border: 1px solid #2F2E11;
}
.spec_pic img {
	width: 85px;
	height: 85px;
	border: 1px solid #2F2E1A;
}
.form_response {
	height: 300px;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	font-weight:bold;
}

#address {
	text-align: center;
	font-weight: normal;
}
.select_box  {
	float: left;
	padding: 0 3px;
}
.menu_back {
	background-color: #44432D;
}
.noshow {
	display: inline;
}
.ltg {
	background-color: #44432D;
	padding: 10px;
	min-height: 30px;
	border: 1px solid #C2BFAB;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.ltg table{
	margin: 5px 0;
}
.cart_box {
	background-color: #2F2E1A;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ltg td{
	vertical-align: top;
	background-color: #4F4E34;
}
/*.notes input{
	width: 300px;
}
*/
#spec_sandwich td{
/*	border: 1px solid #CCC;*/
	width: 120px;
	padding: 2px 5px;
}
.btn {
	color: #C2BFAB;
	background-color: #4F4E34;
	font-size: 11px;
	margin: 5px 0;
	border-top-color: #C2BFAB;
	border-right-color: #C2BFAB;
	border-bottom-color: #C2BFAB;
	border-left-color: #C2BFAB;
}
.remove_btn {
	color: #C2BFAB;
	background-color: #4F4E34;
	font-size: 10px;
	margin:0;
	padding:0;
	border: none;
}
.remove_btn:hover {
	background-color: #4F4E34;
	font-size: 10px;
	margin:0;
	padding:0;
	border: none;
}
#default .ltg {
	text-align: center;
}
.ltg h4 {
	margin-bottom: 15px;
	color: #DB9A00;
}
.notes {
	width: 315px;
}
.qty {
	width: 17px;

}
.float_form {
	float:left;
}
.even{
	padding:2px 5px;
}
.odd{
	padding: 2px 5px;
}
.order {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 5px;
	color: #DB9A00;
}

.login{
	width:200px;
	padding: 0 20px;
}
.log_back div td {
	background-color: #44432D;
	max-width: 250px;
}

.input {
	width: 200px;
}
.title {
	font-size: 12px;
	color: #DB9A00;
	font-weight: bold;
	padding: 3px 5px;

}
#Logout {
	text-align: right;
	float: right;
	padding: 5px 15px;
	color: #DB9A00;
}

#Logout a{
	color: #DB9A00;
}
.form{
	width:200px;
}
.form a{
	font-size: 10px;
	color: #DB9A00;

}
.form div{
	padding-bottom:4px;
}
.soupsandwichname {
	font-weight: bold;
	color: #db9a00;
	padding-left: 30px;
	padding-bottom: 2px;
}
.twoColElsLt #mainContent .sitemap ul{
}
.twoColElsLt #mainContent .sitemap li{
	list-style-type: none;
	text-indent: -30px;
	text-align: left;
}
.twoColElsLt #mainContent .sitemap li a{
	text-decoration: none;
	font-weight: normal;
}
.formbox {
	color: #000;
	background-color: #C2BFAB;
}
.add1title {
	width: 245px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #2F2E11;
	text-decoration: none;
}
.storehours {
	font-size: 12px;
	font-weight: normal;
	background-color: #4F4E34;
	padding: 8px;
	border: 2px solid #AAAC8E;
	line-height: 14px;
}
.storehourstitle {
	font-size: 16px;
	font-weight: bold;
	color: #DB9A00;
}
.reg_form{
	font-weight:bold;
}
.reg_box{
	margin:0 10px;
	min-height: 200px;
}