#core {
	margin: auto;
	width: 960px;
}

/* menu: main */

#menu-main {
	margin-bottom: 20px;
}

#menu-main ul {
	list-style: none;
	margin: 0pt;
	padding: 0pt;
}

#menu-main ul li {
	display: block;
	float: left;

	width: 120px;
	text-align: center;
}

#menu-main li.first {
	text-align: left;
}

#menu-main li.last {
	text-align: right;
}

#menu-main a {
	display: block;
	font-size: 1.5em;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	list-style: none;
	margin-top: 0pt;
	margin-left: 0pt;
	padding-left: 0pt;
}

#sidebar a {
	display: block;
	font-size: 1.1em;
}

/* menu: sub */


/* cart */
#cart ul li {

}

.cart-total {
	border-top: 1px solid #000;
	font-weight: bold;
	text-align: right;
}

.submit {
	border: 0;
	color: #FFF;
	background-color: #B41919;
	padding: 10px;
	text-transform: lowercase;
	width: auto;
	cursor: pointer;
}

/* Flash Message */
.flash_notice {
	border: 1px dashed #6C9F04;
	background-color: #ecfdcb;
	color: #6C9F04;
	padding: 10px;
	text-align: center;
}

.flash_error {
	border: 1px dashed #B41919;
	background-color: #FFFFE1;
	color: #B41919;
	padding: 10px;
	text-align: center;
}

/* content */

#content {
	min-height: 500px;
}

#content.homepage {
	background: url(../images/background_homepage.jpg) no-repeat top center;
	min-height: 689px;
	text-align: center;
}
#content.breakfast {
	background: url(../images/categories/breakfast.jpg) no-repeat right top;

	margin-left: 230px;
	padding-right: 260px;
}

#content.lunch {
	background: url(../images/categories/sandwich.jpg) no-repeat right top;

	margin-left: 230px;
	padding-right: 260px;
}

#content .products {
	width: 100%;
}

#content .product-info p {
	margin: 0pt;
}

#content .product-info {
	padding-bottom: 10px;
}

#content.about {
	background: url(../images/background_aboutus.jpg) no-repeat;

	height: 696px;
}

#content.faq {
	background: url(../images/background_qa.jpg) no-repeat top  right;

	padding-right: 400px;
	min-height: 300px;
}

#content.testimonials {
	background: url(../images/background_testimonials.jpg) no-repeat top left;

	padding-left: 420px;
}

#content.contact {
	background: url(../images/background_contactus.jpg) no-repeat center;
	color: #fff;

	padding-left: 420px;
	min-height: 665px;
}

#content.contact .contact-info {
	padding-left: 70px;
	padding-right: 30px;
	padding-top: 160px;
}

.contactform {
	float: right;
	margin-top: 40px;
	margin-right: 20px;

	width: 620px;
}

.contactform .form-row {
	margin-bottom: 10px;
}

.contactform input, .contactform textarea {
	width: 450px;
}

.contactform textarea {
	height: 135px;
}

.contactform label {
	display: block;
	float: left;

	margin-right: 10px;

	line-height: 20px;
	width: 150px;

	text-align: right;
	vertical-align: middle;
}

.contactform input.submit {
	float: right;

	background-color: #FFF;
	color: #6C9F04;
	cursor: pointer;

	margin-right: 8px;

	width: 200px;
	text-transform: lowercase;
}

.contactform .error {
	border: 1px dashed #B41919;
	background-color: #FFFFE1;
	color: #B41919;

	font-weight: bold;
	padding: 2px 10px;

	text-align: right;
}

#content.partner {
	background: url(../images/bionade.jpg) no-repeat top left;
	padding-left: 420px;
}

#content.step1 {
	background: url(../images/background_step1.jpg) no-repeat top right;
	padding-right: 400px;
}

#content.step3 {
	background: url(../images/background_step3.jpg) no-repeat top right;
	min-height: 663px;
}

/* products */
.product-name {
	color: #B41919;
}

/* popup */
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	border: 1px solid #cecece;
	z-index: 1;
}

#popupContact {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 230px;
	width: 400px;
	background: #fff;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}

#popupContact h1 {
	border-bottom: 1px dotted #D3D3D3;
	color: #B41919;

	font-size: 22px;
	font-weight: 700;

	padding-bottom: 2px;
	margin-bottom: 20px;

}

#popupContactClose {
	display: block;
	color: #B41919;
	cursor: pointer;

	font-size: 14px;
	font-weight: 700;

	line-height: 14px;

	position: absolute;
	right: 6px;
	top: 4px;
}

/* cart */

#cart-table {
	margin: 10px 0pt;
	padding: 0pt;
	width: 100%;
}

#cart-table tbody td {
	border-bottom: 1px dashed #000;
}

.cart-checkout {
	font-size: 1.2em;
}

/* footer */

#footer {
	margin: 20px 0pt;
	text-align: center;
}

/* yelp */

#yelp .yelp-userimg {
  float: left;
  margin-right: 5px;

}
