body {
	text-align:center;
	background:#EEEECC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	}

#menu {
	width:540px;
	float:left;
	}
	
	
/* header */
h1 {
	color:#197011;
	font-family:Georgia, Times, serif;
	font-size:2.5em;
	float:left;
	width:415px;
	display:block;
	height:75px;
	background:url(/css/custom/1/1.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	}


#reset-menu, #print-menu {
	background-color:#6A1B1B;
	color:#EEEECC;
	}

#reset-menu,
#print-menu {
	margin:3em 0 1.5em 1em;
	padding:0 1em 0 1em;
	position:relative;
	top:-7px;
	display:block;
	float:right;
	color:#fff;
	font-weight:bold;
	border:none;
	height:22px;
	line-height:22px;
	}
a#print-menu:link,
a#print-menu:visited,
a#reset-menu:link,
a#reset-menu:visited {
	font-size:11px;
	text-decoration:none;
	}
a#print-menu:hover,
a#print-menu:active,
a#reset-menu:hover,
a#reset-menu:active {
	text-decoration:underline;
	}
.menu-controls {
	width:315px;
	float:left;
	}


/* MENU SECTIONS
-----------------------------------------*/
.menu-section {
	clear:both;
	margin:0 0 1.5em 0;
	padding:0 1em 0 1em;	
	border:solid thin #6A1B1B;
	border-radius: .7em;
	background:#CC9752;
	overflow:hidden;
	}	

.menu-section-wrapper {
	padding-bottom:.5em;
	margin-top:35px;
	}

.sidebar {
	float:right;
	}

label {
	color:#fff;
	}

/* section titles */
h3 {
	background:#6A1B1B;
	color:#EEEECC;
	font-size:1.3em;
	margin:0;
	float:left;
	position:relative;
	width:110%;
	left:-12px;
	padding:5px 0 5px 8px;
	}
	
.section-toggle {
	font-weight:bold;
	display:block;
	width:16px;
	height:16px;
	float:right;
	margin-left:15px;
	text-align: center;
	position: relative;
	top:-20px;
	}
.section-toggle:link,
.section-toggle:visited {
	color:#EEEECC;
	text-decoration:none;
	}		
.section-toggle:hover,
.section-toggle:active {
	background:#EEEECC;
	color:#6A1B1B;
	}	
	
.chosen-cals {
	display:block;
	float:right;
	width:145px;
	position:relative;
	top:-20px;
	margin-bottom:-14px;
	color:#fff;
	}
	
/* sub-section titles */	
h4 {
	color:#6A1B1B;
	font-size:1.2em;
	margin-bottom:.25em;
	clear:both;
	}
	
.menu-section ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:auto;
	}
.menu-section ul li {
	float:left;
	width:17em;
	margin:0.1em 0 .7em 2.45em;
	}
.menu-section ul li input {
	margin:0 .4em 0 -2.25em;
	}


/* item options */
.item-options {
	display:none;
	}
.item-options-header {
	padding:5px 0 5px 12px;
	font-weight:bold;
	font-size:.9em;
	position:relative;
	left:-12px;
	width:110%;
	}
.group-title {
	font-weight:bold;
	margin:7px 0 3px 0;
	display:block;
	clear:both;
	}
.food-type-group {
	border-bottom:1px dotted #ccc;
	}
.food-type-group.suppress {
	display:none;
	}


/* NUTRITION LABEL
----------------------------------------------*/
#nutrition-label {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	width:285px;
	padding:20px 20px 70px 16px;
	background:url('../../../images/label-bg.png') 0 0 no-repeat;
	margin-top:6em;
	}
#nutrition-label * {
	margin:0;
	padding:0;
	}
#nutrition-label div {
	padding:2px 0 2px 0;
	}

#nutrition-label h2 {
	font-size:2.5em;
	font-weight:bolder;
	font-family:"Franklin Gothic Heavy", "Helvetica Black", Helvetica, Arial, sans-serif;
	border-bottom:7px solid black;
	}
#nutrition-label .line {
	border-top:1px solid #000;
	font-size:1.1em;
	overflow:auto;
	}
#nutrition-label .line-thick {
	border-top:7px solid #000;
	font-size:1.1em;
	overflow:auto;
	}
#nutrition-label .calories {
	border-bottom:3px solid #000;
	width:100%;
	}
#nutrition-label .calories span.cal-total {
	display:block;
	width:49%;
	float:left;
	}
#nutrition-label .nutrient {
	float:left;
	}	
#nutrition-label .indent {
	margin-left:15px;
	}
#nutrition-label .percent {
	display:block;
	width:40%;
	text-align:right;
	float:right;
	}
#nutrition-label .note {
	font-size:.90em;
	}
	
#nutrition-label #daily-values {
	border:0px;
	border-collapse: collapse;
	width:100%;
	}

#nutrition-label #daily-values th {
	border-bottom:1px solid #000;
	font-weight:normal;
	}

#nutrition-label #daily-values th,
#nutrition-label #daily-values td {
	text-align: left;
	width:21%;
	}	

#nutrition-label #daily-values th.label,
#nutrition-label #daily-values td.label {
	width:35%;
	}


#powered-by {
	font-size:.8em;
	width:145px;
	margin:20px -20px 0 0;
	color:#fff;
	text-align: center;
	float:right;
	}

#powered-by a {
	display: block;
	padding:3px 0 3px 0;
	}

#powered-by a:link,
#powered-by a:visited {
	color:#6B1A1C;
	text-decoration: none;
	}
#powered-by a:hover,
#powered-by a:active {
	color:#6B1A1C;
	text-decoration: underline;
	}



