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

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}a:focus{-moz-outline-style: none;}

html {
	background-image:url("../img/background/cardstockBG.jpg");
	background-repeat:repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}
body {
	height: 100%;
	width: 100%;
}
h1, h2 {
	font-family:"Times New Roman",Times,serif;
}
h1 {
	font-size: 30px;
	letter-spacing: 2px;
	margin: 10px 0px 20px 0px;
	text-align: center;
}
h2 {
	font-size: 22px;
	letter-spacing: 1.5px;
	margin: 0px 0px 5px 0px;
}
em { 
	font-style: italic;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	width: 661px;
}
/*
#plants {
	bottom: 0px;
	background-image: url("../img/background/plants.png");
	background-repeat:repeat-x;
	float: left;
	height: 71px;
	margin: 50px 0px 0px 0px;
	width: 100%;
}
*/
#header {
	height: 154px;
	margin: 10px 0px 0px 0px;
}
#logo {
	left: 0px;
	position: absolute;
	top:0px;
}
#mainNav {
	font-size: 12px;
	font-weight: bold;
	left: 184px;
	letter-spacing: 1px;
	position: absolute;
	top:120px;
}
#mainNav li {
	background-image: url("../img/nav/nav_off.png");
	background-repeat:no-repeat;
	height: 45px;
	float: left;
	margin: 0px 0px 0px 2px;
	text-align: center;
	width: 93px;
}
#mainNav li:hover, #mainNav li[class=selected] a {
	/* background-image: url("../img/nav/nav_on.png"); */
	color: #FFF;
	cursor: pointer;
}
#mainNav li a {
	display: block;
	height: 30px;
	padding: 15px 0px 0px 0px;
	width: 93px;
}
#mainNav li a:hover {
	color: #FFF;
}
#subNav {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 20px 10px 0px 0px;
	text-align: right;
}
#subNav li{
	margin: 0px 0px 5px 0px;
}
#subNav li[class=selected] a {
	/* background-image: url("../img/nav/nav_on.png"); */
	color: #FFF;
	cursor: pointer;
}
#leftColumn {
	position: absolute;
	top: 167px;
	width: 185px;
}
#blogLogo {
	display: block;
	float: left;
	margin: 20px 5px 0px 20px;
}
#facebook {
	float: left;
	margin: 20px 0px 0px 0px;
}
#twitter {
	float: left;
	margin: 5px 0px 0px 0px;
}
#share {
	float: left;
	margin: 5px 0px 0px 0px;
}
#tote {
	float: left;
	margin: 20px 0px 0px 55px;
}
#rightColumn {
	height: 335px;
	left: 665px;
	position: absolute;
	top: 40px;
	width: 130px;
}
#rightColumn a {
	cursor: pointer;
	display: block;
	float: left;
}
#sourcingPotNPlant {
	height: 335px;
	width: 100%;
}
#rightColumn #gMaskTop, #rightColumn #gMaskBottom {
	overflow: hidden;
	position: absolute;
	width: 130px;
}
#rightColumn #gMaskTop {
	/* background-color: #0F0; */
	/* opacity: .5; */
	height: 200px;
}
#rightColumn #gMaskBottom {
	/* background-color: #00F; */
	bottom: 0px;
	/* opacity: .5; */
	height: 53px;
}
#rightColumn #gMaskTop img, #rightColumn #gMaskBottom img {
	position: absolute;
}
#rightColumn #gMaskTop img {
	top: 88px;
}
#rightColumn #gMaskBottom img {
	top: -176px;
}
#rightColumn #sourcingPot {
	bottom: 50px;
	left: 6px;
	position: absolute;
}
#body {
	left: 185px;
	position: absolute;
	top: 167px;
}
.formContent {
	float: left;
	margin: 0px 20px 0px 20px;
}
#menuContent, #pressContent, #privatePartiesContent, #deliveryRangeContent {
	float: left;
	margin: 0px 0px 0px 20px;
}
#articleContent {
	float: left;
	margin: 20px 0px 20px 0px;
}
#alert {
	background-color: #000;
	color: #C3B391;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px -1px;
	padding: 5px;
	text-align: center;
	width: 457px;
}
#HomegrownIntro {
	margin: 24px;
}
#theoryContent {
	float: left;
}
#contactContent {
	float: left;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}
#clickToasterNote {
	font-weight: bold;
	opacity: 0;
	text-align: center;
	margin-top: 15px;
	width: 100%;
}
#content {
	background-image:url("../img/bodyBox/bodyLines.png");
	background-repeat:repeat-y;
	float: left;
	min-height:310px;
	padding: 0px 5px 0px 5px;
	width:465px;
}
#contentTop {
	background-image:url("../img/bodyBox/topBodyBox.png");
	background-repeat:no-repeat;
	float: left;
	height: 20px;
	width: 474px;
}
#contentBottom {
	background-image:url("../img/bodyBox/bottomBodyBox.png");
	background-repeat:no-repeat;
	float: left;
	height: 20px;
	width: 474px;
}
#theoryBox {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 365px;
}
#theoryBox #top{
	background-image:url("../img/theory/theory_box_top.png");
	background-repeat:no-repeat;
	float: left;
	height: 67px;
	width: 365px;
}
#theoryBox #middle{
	background-image:url("../img/theory/theory_box_middle.png");
	background-repeat: repeat-y;
	float: left;
	width: 365px;
}
#theoryBox #bottom{
	background-image:url("../img/theory/theory_box_bottom.png");
	background-repeat:no-repeat;
	float: left;
	height: 54px;
	width: 365px;
}
#theoryText {
	float: left;
	font-size: 12px;
	/* height: 290px; */
	letter-spacing: 1px;
	margin: 0px 0px 0px 19px;
	width: 330px;
}
/*
#menuContent h1, .formContent h1{
	margin: 0px 0px 0px -23px;
	padding-left: 20px;
	padding-right: 20px;
	width: 430px;
}
*/
.formContent h1.background1, #privatePartiesContent h1.background1, #deliveryRangeContent h1.background1, #cateringContent h1.background1, #cateringMenuTitle, .greenLeafyHeader,  #manageCateringAccount h1.background1 {
	background-image:url("../img/menu/header_bar1.png");
	background-repeat:no-repeat;
	height: 80px;
	margin: 0px 0px 0px -23px;
	padding: 54px 20px 0px 20px;
	/* padding-top: 54px; */
	width: 430px;
}
#menuContent h1.background1, #truflNote {
	background-repeat:no-repeat;
	height: 80px;
	margin-left: -23px;
	/* margin: 0px 0px 0px -23px; */
	padding: 54px 20px 0px 20px;
	/* padding-top: 54px; */
	width: 430px;
}
#menuContent h1.background1 { 
	background-image:url("../img/menu/header_bar_leaves.png");
	height: 44px;
	padding-top: 54px;
}
#truflNote { 
	background-image:url("../img/menu/header_bar_root.png");
	font-size: 16px;
	font-weight: bold;
	margin-top: -54px;
	padding-top: 63px;
	text-align: center;
}
#truflNote a {
	text-decoration: underline;
}
#cateringContent h1.background1, #cateringMenuTitle, .greenLeafyHeader, #manageCateringAccount h1.background1 { margin: 0px 0px 0px -3px; }
#menu li {
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	padding: 0px 20px 0px 0px
}
.description {
	line-height: 16px;
}
.price {
	padding: 0px 0px 0px 10px;
}
.note {
	padding: 0px 0px 0px 5px;
}
#press {
	float: left;
	padding: 12px 0px 10px 7px;
}
.thumbnailBox {
	float: left;
	height: 172px;
	margin: 1px;
	position: relative;
	width: 136px;
}
.titleBox {
	display: none;
	background-color: #BAD533;
	border: solid 1px #FFF;
	color: #000;
	height: 155px;
	left: 0px;
	margin: 2px;
	opacity: .90;
	padding: 4px;
	position: absolute;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	width: 119px;
}
.titleBox h1 {
	font-size: 18px;
}
.titleBox h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 5px;
	text-align: left;
}
.thumbnail {
	background-image:url("../img/press/frame.png");
	background-repeat:no-repeat;
	height: 165px;
	left: 0px;
	padding: 2px;
	position: absolute;
	top: 0px;
	width: 129px;
}
.toaster {
	float: left;
	height: 160px;
	margin: 0px 5px;
	position: relative;
	width: 136px;
}
.toaster img {
	cursor: pointer;
}
.toaster .toasterBody {
	bottom: 0px;
	height: 81px;
	left: 13px;
	position: absolute;
	width: 112px;
}
.toaster .toast {
	background-image:url("../img/contact/toast.png");
	background-repeat:no-repeat;
	bottom: 21px;
	height: 70px;
	left: 35px;
	position: absolute;
	width: 68px;
}
.toast ul {
	color: #FFF;
	margin: 14px 0px 0px 5px;
	text-align: center;
	width: 58px;
}
.toast li {
	cursor: pointer;
	font-size: 11px;
	margin: 0px 0px 3px 0px;
}
.toast li:hover {
	font-weight: bold;
}
.toast .info {
	position: absolute;
	top: 10px;
	width: 150px;
}
.toast a {
	color: #FFF;
}
#capHill .info, #queenAnne .info {
	right: 80px;
	/right: 230px;
	text-align: right;
}
#fremont .info {
	left: 80px;
}
.toast .info div {
	display: none;
	font-weight: bold;
	position: absolute;
	width: 100%;
}
.toast .info .phone {
	top: 20px;
}
.toast .info .hours {
	top: 20px;
}
/*
#capHill .info .hours {
	top: 15px;
}
*/
.toast .info .address {
	top: 13px;
}

.toaster .levers {
	background-image:url("../img/contact/levers.png");
	background-repeat:no-repeat;
	bottom: 15px;
	height: 14px;
	left: 0px;
	position: absolute;
	width: 136px;
}
#contactButtons {
	background-image:url("../img/contact/buttons_bar.png");
	background-repeat:no-repeat;
	color: #FFF;
	float: left;
	font-weight: bold;
	height: 79px;
	letter-spacing: .5px;
	margin: 50px 0px 0px -15px;
	padding: 46px 0px 0px 67px;
	width: 403px;
}
#contactButtons a {
	color: #000;
	display: block;
	padding: 9px 0px 0px 0px;
}
#contactButtons a:hover {
	color: #FFF;
}
#contactButtons li {
	float: left;
	text-align: center;
}
#contactButtons #contact {
	margin: 0px 33px 0px 36px;
}
#contactButtons #subscribe {
	margin: 0px 39px 0px 30px;
}
#contactButtons #jobs {
	margin: 0px 33px 0px 33px;
}
#buttonsText {
	font-weight: bold;
	height: 20px;
	left: 60px;
	position: absolute;
	text-align: right;
	top: 350px;
	width: 300px;
}
#buttonsText div{
	display: none;
}
form label {
	display: block;
	margin: 10px 0px 0px 0px;
}
input[type=submit] {
	background: transparent url("../img/contact/submit_button.png") no-repeat;
	border: none;
	color: #C3B391;
	cursor: pointer;
	font-size: 21px;
	font-weight:bold; 
	height: 36px;
	margin: 25px 0px 15px 0px;
	width: 429px;
}
input[type=submit]:hover {
	color: #F9E4BD;
}
#checkoutButtonBox {
	background-color: #FFF;
	border-bottom: 2px #000 solid;
	border-top: 2px #000 solid;
	float: left;
	width: 100%;
}
#checkoutButtonBox input[type=submit] {
	margin: 15px 0px 15px 18px;
}
.error-message {
	color: #F00;
}
.whiteButtonBox {
	background-image: url(../img/info_box/white_button_box_off.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	letter-spacing: 1px;
	margin: 0px 0px 2px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	width: 221px;
}
.whiteButtonBox:hover {
	background-image: url(../img/info_box/white_button_box_on.png);
}
#introTextBox {
	float: left;
	margin: 0px 0px 3px 11px;
}
#introTxtTop, #introTxtMiddle, #introTxtBottom {
	background-repeat: no-repeat;
	float: left;
	width: 442px;
}
#introTxtTop {
	background-image: url(../img/info_box/top_box.png);
	height: 17px;
}
#introTxtMiddle {
	background-image: url(../img/info_box/middle_box.png);
	background-repeat: repeat-y;
}
#introTxtBottom {
	background-image: url(../img/info_box/bottom_box.png);
	height: 17px;
}
#introtxt {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	width:290px;
}
#introtxt p {
	margin: 0px 0px 10px 0px;
}
#introtxt a:hover {
	color: #BAD533;
}
.welcomePic {
	margin:0px 15px 0px 10px;
	float:left;
}
#partyMap #sixPack, #onlineOrderingButton {
	margin-left: 9px;
	margin-right: 4px;
}
.halfBox {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 2px #000;
	/* background-color: #F00; */
	float: left;
	/* height: 330px; */
	padding: 10px;
	width: 190px;
}
.halfBox h1 {
	background-color: #BAD533;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	font-size: 24px;
	margin: 10px 0px 0px -10px;
	padding: 0px 10px 0px 10px;
	width: 100%;
}
.halfBox p {
	margin: 10px 0px 10px 10px;
	/* height: 50px; */
}
.halfBox input {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
	float: left;
	padding: 2px 0px 2px 10px;
	width: 177px;
}
.halfBox label {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.halfBox label {
	display: block;
	float: left;
	margin: 10px 0px 0px 0px;
}
.halfBox [type=submit] {
	background: none;
	background-color: #000;
	margin: 10px 0px 10px 0px;
	width: 190px;
}
#loginBox {
	margin: 0px 0px 0px 13px;
}
#guestBox {
	margin: 0px 0px 0px 10px;
}
#orderNote {
	background-color: #FFF;
	border: 2px solid #000;
	color: #000;
	margin: 10px 0px 0px 10px;
	font-size: 11px;
}
#guestBox p {
	/* height: 86px; */
}
.halfBox a {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
}
#forgotPassword {
	float: right;
	text-align: right;
}
#createAccountLink {
	float: left;
	/*
background-color: #000;
	border: solid 2px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	float: left;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	text-align: center;
	width: 187px;
*/
}
/*
#createAccountLink:hover {
	background-color: #FFF;
	color: #000;
}
*/
#manageCateringAccount [type=submit] {
	margin-bottom: 10px;
}
#manageCateringAccount form div {
	float: left;
}
#currentPaymentMethod {
	padding: 0px 0px 10px 10px;
	margin: 20px 0px 10px 56px;
	position: relative;
	width:340px;  
}
#currentPaymentMethod label {
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	margin: 0px 0px 0px -10px;
	width: 100%;
}
#currentPaymentMethod span {
	display: block;
	margin: 10px 0px 0px 0px;
}
#cateringMenuTitle {
	float: left;
}
.cateringMenuHeader {
	clear: both;
	float: left;
	width: 99%;
}
#loggedInUserOptions {
	
}
.loggedInUserButton {
	background-color: #000;
	border: solid 2px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	display: block;
	float: right;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.loggedInUserButton:hover {
	background-color: #FFF;
	color: #000;
}
#loggedInUser {
	clear: both;
	float: left;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	text-align: right;
	width: 99%;
}
.labelNote {
	font-size: 9px;
}
#payTerms {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
	float: left;
	padding: 10px;
	width: 330px;
}
#payTerms h1 {
	background-color: #BAD533;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px -10px;
	padding: 2px 10px 2px 10px;
	width: 100%;
}
#payTerms input, #payTerms label {
	margin: 0px;
	width: 320px;
}
#payTerms a {
	background-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 2px #000;
	color: #FFF;
	float: left;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	width: 305px;
}
#payTerms a:hover {
	background-color: #FFF;
	color: #000;
}
.showButton {
	background-color: #FFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 56px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 350px;
}
.showButton:hover {
	background-color: #000;
	color: #FFF;
}
.cateringForm input, .cateringForm label, .cateringForm [type=submit], .cateringForm textarea, .cateringForm select, #payTerms {
	margin: 0px 0px 0px 56px;
}
.cateringForm input, .cateringForm textarea, .cateringForm select {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
}
.cateringForm input {
	height: 20px;
	width: 340px;
}
.cateringForm select {
	font-weight: bold;
	height: 25px;
	width: 353px;
}
.cateringForm textarea {
	height: 100px;
	width: 340px;
}
.cateringForm [type=submit] {
	background: none;
	background-color: #000;
	height: 32px;
	margin-top: 10px;
	width: 350px;
}
.cateringForm label {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#paymentTermsCheckbox,  {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 100%;
}
#lockedZip {
	display: block;
	float: left;
	margin: 0px 0px 0px 56px;
	width: 340px;
}
#unchargedCheckbox {
	float: left;
	margin: 0px;
	width: 100%;
}
#userEnteredCard, #specialPickupInstrucitons {
	clear: both;
	float: left;
}
#paymentTermsCheckbox label, #paymentTermsCheckbox input, #unchargedCheckbox label, #unchargedCheckbox input {
	float: left;
	width: auto;
}
#paymentTermsCheckbox label, #unchargedCheckbox label {
	margin: 0px 0px 0px 5px;
}
.userOrders #content a {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
	clear: both;
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}
.userOrders #loggedInUserOptions a {
	clear: none;
	float: right;
	margin: 0px 0px 0px 5px;
}
#accountInfoLink {
	padding: 2px 10px 3px 10px;
}
#content #newOrder {
	background-color: #FFF;
	border: 2px solid #000;
	color: #000;
	font-size: 21px;
	height: 28px;
	margin-top: 30px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	width: 421px;
}
#content #newOrder:hover {
	border: none;
	height: 30px;
	padding: 6px 0px 0px 0px;
	width: 425px;
}
.userOrders #content a:hover {
	background-color: #fff;
	color: #000;
}
.userOrders h1 {
	border-bottom: 2px solid #000;
	display: block;
	float: left;
	margin: 30px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	width: 415px;
}
#previousOrders {
	margin: 0px 0px 0px 20px;
	width: 405px;
}
.userOrders #previousOrders .prevOrderButton {
	clear: none;
	float: right;
	margin: -5px 0px 0px 10px;
	padding: 2px 5px 3px 5px;
}
#previousOrders li {
	border-bottom: 1px solid #000;
	float: left;
	font-weight: bold;
	padding: 15px 0px 5px 20px;
	width: 100%;
}
#privatePartiesContent .text {
	float: left;
	font-size: .9em;
	font-weight: bold;
	/* text-align: justify; */
	margin: 15px 0px 0px 0px;
	width: 250px;
}
#privatePartiesContent .text p {
	margin: 0px 0px 5px 0px;
}
#privatePartiesContent .text a, #deliveryRangeContent .text a {
	color: #FFF;
}
#privatePartiesContent .text a:hover, #deliveryRangeContent .text a:hover {
	text-decoration: underline;
}
.cateringMenuNoteBox {
	border: 2px solid #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	float: left;
	margin: 10px 0px 10px 20px;
	padding: 0px 10px 10px 10px;
	width: 405px;
}
.cateringMenuNoteBox select {
	background: none;
	font-weight: bold;
}
.cateringMenuNoteBox label {
	background-color: #000;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px -10px;
	padding: 3px 0px 3px 10px;
	width: 415px;
}
.cateringMenuNoteBox p {
	margin: 10px 0px 10px 0px;
}
#cateringOrderInstructions {
	-moz-border-radius: 0px;
	border-radius: 0px;
	float: left;
	margin-left: -2px;
	padding: 0px;
	width: 100%;
}
#cateringOrderInstructions p {
	margin: 0px;
	padding: 10px;
}
#cateringOrderInstructions label {
	margin: 0px;
	font-family:"Times New Roman",Times,serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0px;
	text-align: center;
	width: auto;
}
#storePickupRow [type=checkbox] {
	background: #FFF;
	float: left;
	margin: 3px 5px 0px 0px;
}
#storePickupRow {
	float: left;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
#storePickupLabel {
	background: none;
	color: #000;
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
label.deliveryDateLabel {
	color: #FFF;
}
#deliverDateInputs {
	margin: 0px 0px 10px 0px;
}
#deliveryRange a:hover {
	color: #000;
	text-decoration: underline;
}
.cateringGroupDesc {
	/*
-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
*/
	background-color: #FFF;
	border-bottom: 2px solid #000;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	width: 446px;
}
.errorMessage {
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	margin: -10px 0px 10px -10px;
	padding: 10px ;
	text-align: center;
	width: 100%;
}
.bleedBoxError {
	margin: 0px;
	width: auto;
}
#cateringCategories .multiSize {
	width: 500px;
}
#cateringCategories .multiSize p {
	width: 400px;
}
#cateringCategories .multiSize li p {
	width: auto;
}
#cateringCategories {
	margin: 0px 0px 0px 20px;
	width: 425px;
}
#cateringCategories h2 {
	font-size: 18px;
}
#cateringCategories li {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
#cateringCategories li li {
	margin-bottom: 15px;
}
#cateringCategories li h1 {
	width: 468px;
}
#cateringCategories li h1, .cateringGroupDesc {
	margin-left: -21px;
}
#cateringCategories li li li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	/* margin-left: 5%; */
	/* width: 95%; */
}
#cateringCategories li li li p {
	display: inline;
	padding: 20px 5px 0px 35px;
	/* width: 300px; */
	width: auto;
}
.sizeTwo {
	padding-left: 50px;
}
#cateringCategories li li li .cateringItemQty {
	display: inline;
	float: left;
	width: auto;
}
#cateringCategories h1 {
	/*
-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
*/
	background-color: #000;
	color: #FFF;
	margin-bottom: 0px;
}
#cateringCategories h2 {
	display: block;
}
#cateringCategories h2, #cateringCategories p {
	float: left; 
	/* margin: 0px 0px 0px 10px; */
	width: 320px; 
}
input.cateringMenuSubmit {
	margin-left: 20px;
}
.cateringItemQty {
	float: right;
	/* padding: -10px 0px 0px 0px; */
	position: absolute;
	right: 0px;
	top: 20px;
}
.qtyLabel {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.itemQuantity {
	/*
background-image: url(../img/catering/qtyBox.png);
	background-repeat: no-repeat;
*/
	background-color: #FFF;
	border: 2px solid #000;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	/* margin: 5px 2px 0px 2px; */
	text-align: center;
	width: 45px;
}
.qtyInc {
	background-color: #000;
	/*
	background-image: url(../img/catering/qtyButton.png);
	background-repeat: no-repeat;
*/
	color: #FFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 19px;
	padding: 4px 0px 3px 0px;
	text-align: center;
	width: 17px;
}
.qtyInc:hover {
	color: #BAD533;
}
.qtyInc.decrement {
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.qtyInc.increment {
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.customCateringItemOptions {
	float: left;
	width: 342px;
}
.customCateringItemOptions input {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
}
.customCateringItemOptions .customItemTitle {
	font-family:"Times New Roman",Times,serif;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	width: 94%;
}
.customCateringItemOptions .customItemDescription {
	margin: 0px 2% 0px 0px;
	width: 76%;
}
.customCateringItemOptions .customItemPrice {
	width: 13%;
}
.customCateringItemOptions .customItemTitle, .customCateringItemOptions .customItemDescription, .customCateringItemOptions .customItemPrice {
	height: 30px;
	padding: 0px 0px 0px 2%;
}
#taxNGratuity {
	float: left;
	width: 100%;
}
#taxNGratuity div {
	clear: both;
	float: left;
	width: 100%;
}
#taxNGratuity label {
	display: block;
	float: right;
	font-size: 18px;
	margin: 10px 10px 10px 0px;
	text-align: right;
}
#taxNGratuity input {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
	height: 30px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	width: 40px;
}
#taxNGratuity .percentNote {
	clear: none;
	float: right;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	width: auto;
}
#fullOrderSummary {
	border: 2px solid #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	font-size: 12px;
	margin: 10px 0px 10px 56px;
	padding: 0px 10px 10px 10px;
	position: relative;
	width: 330px;
}
#fullOrderSummary label {
	width: 340px;
}
#checkoutButton {
	margin: 25px 0px 15px 19px;
}
#orderSummary {
	margin: 0px 0px 10px 0px;
	width: 100%;
}
#orderSummary th {
	font-weight: 700;
}
#orderSummary td {
	font-weight: normal;
}
.priceColumn {
	text-align: right;
}
#total {
	font-size: 16px;
	margin: 5px 0px 0px 0px;
}
#editOrder {
	background-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	bottom: 10px;
	color: #FFF;
	left: 10px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	position: absolute;
}
#orderPriceSummary {
	text-align: right;
}
.billAndDeliverHeader {
	border-bottom: 2px solid #000;
	margin: 20px 0px 5px 56px;
	padding: 0px;
	width: 353px;
}
.thankYouNote {
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
}
#seasonalTenBox {
	margin: 20px 0px 0px 50px;
	width: 365px;
}
#seasonalTenBox a {
	text-decoration: underline;
}
#seasonalTenBox a:hover {
	color: #000;
}
#seasonalTenBox div {
	clear: both;
	float: left;
	width: 100%;
}
#seasonalTenBox .top {
	background-image: url("../img/seasonal_ten/seasonal_ten_top.png");
	background-repeat:no-repeat;
	height: 58px;
}
#seasonalTenBox .middle {
	background-image: url("../img/seasonal_ten/seasonal_ten_middle.png");
	background-repeat: repeat-y;
	font-weight: bold;
	min-height: 100px;
	padding: 20px 20px 20px 20px;
	width: 325px;
}
#seasonalTenBox .bottom {
	background-image: url("../img/seasonal_ten/seasonal_ten_bottom.png");
	background-repeat:no-repeat;
	height: 93px;
}
#newOrderOnThankyou {
	display: block;
}
#deliveryMapLarge {
	margin: 0px 0px 0px 20px;
}
#sixPack {
	float: left;
	margin: 0px 15px 0px 0px;
}
#deliveryRangeContent #map {
	margin: 0px 0px 0px -8px;
}
#deliveryRangeContent .text {
	font-size: .9em;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px 25px 0px 0px;
}
#daxDigitalDesign {
	margin: 20px 0px 20px 165px;
	width: 163px;
}
