body {
	margin: 0;
	padding: 0;
	background: #900;
	font-size: 100.01%;
	font-family: sans-serif;
}

/* page layout */
#page {
	width: 752px;
	margin: 0 auto;
	background: #FFF url(../img/bg-page.png) repeat-y;
	font-size: 90%;
}
#header {
	background: url(../img/bg-header.png) no-repeat;
}
#header h1 {
	margin: 0;
	padding: 94px 0 0 110px;
}
#header a {
	overflow: hidden;
	display: block;
	width: 235px;
	height: 70px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
}
#content {
	float: left;
	width: 575px;
	margin: 0 0 0 15px;
	padding: .5em 0;
	line-height: 1.25em;
}
#column {
	float: left;
	width: 330px;
}
#sidebar {
	float: left;
	width: 225px;
	margin: 0 0 0 20px;
}
#extra {
	float: right;
	width: 141px;
}
#footer {
	clear: both;
	padding-top: 170px;
	background: #900 url(../img/bg-footer.png) no-repeat;
	color: #FFF;
	text-align: center;
	font-size: .85em;
}

h2 {
	margin: .3em 0;
	color: #900;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}
h4 {
	margin: .5em 0;
	font-size: 1.2em;
}
strong {
	color: #C69300;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}
form label,
form fieldset {
	display: block;
	padding-bottom: 3px;
	color: #284907;
}
form ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
form ul label {
	padding: 0;
	display: inline;
}
form .buttons {
	text-align: center;
}
fieldset {
	margin: .5em 0;
	padding: 0;
	border: 0;
}
fieldset div {
	margin: 15px 0;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
#content p a {
	text-decoration: underline;
}
abbr {
	font-weight: bold;
	border: 0;
}
input.error,
textarea.error,
label.error {
	margin: 0;
	text-align: left;
}
table  {
	width: 500px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	border-collapse: collapse;
}
caption {
	text-transform: uppercase;
	font-weight: bold;
}
thead {
	background: #F2DA91;
}
tr {
	border: 1px solid #999;
}

table.nutrition {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000;
	background: #F2F2F2;
	font-size: 75%;
}
table.nutrition thead {
	background: #F2F2F2;
}
table.nutrition th,
table.nutrition td {
	padding: .2em;
	border: 1px solid #000;
}

td.alt {
	text-align: right;
}
td.value {
	background: #FFF;
	text-align: center;
}

dt {
	display: inline;
	font-weight: bold;
}
dd {
	display: inline;
	margin: 0;
	padding: 0 2em 0 .2em;
}

.error {
	margin-top: 3px;
	font-weight: bold;
	text-align: center;
	color: #D12F19;
}

.tip a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	background: url(../img/bg-tips.png) no-repeat;
}
.tip.classicrange a {
	background-position: 0 -45px;
}

/* Highlight */
.highlight {
	margin: 1em 10px;
	padding: .5em;
	border: 2px solid #BF4904;
	background: #F2DA91;
	color: #5B5B01;
	text-align: center

}
.highlight a {
	color: #A1191F;
	text-decoration: underline;
}
.highlight strong {
	color: #453F22;
	font-weight: normal
}

/* Image */
.image {
	padding: 2px;
	background: #EFEFEF;
	text-align: center;
	line-height: 1.4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .9em;
	color: #696969;
	text-decoration: none;
}
.image img {
	display: block;
	margin: 0 auto;
	padding: 2px;
}
.image a {
	border: 0;
	color: #EAA001;
	text-decoration: none;
}
.image a:hover {
	color: #088C00;
}

.idea {
	margin: 0;
	padding: 0;
	list-style: none;
}
.idea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.idea .alt {
	background: #FAF2F2;
}
.idea li {
	clear: left;
	padding: 1em 2em 1em;
	border-top: 1px dashed #FCC076;
}
.idea img {
	clear: left;
	float: left;
	margin: .4em;
}
.idea strong {
	font-weight: bold;
}

/* Social */
.social {
	width: 225px;
	margin: 1em auto;
}
.social h3 {
	display: none;
}
.social ul,
.social li {
	list-style: none;
	display: inline;
}
.social a {
	float: left;
	width: 142px;
	height: 29px;
	background: url(../img/bg-social.png) no-repeat;
	text-indent: -9999px;
}
.social .twitter a {
	width: 82px;
	background-position: -143px 0;
}

/* Latest News */
#latestnews h3 {
	margin: -5px 0 8px;
	font-size: 1.3em;
	font-weight: normal;
}
#latestnews ul {
	margin: 0;
	padding: 0;
}
#latestnews li {
	list-style: none;
	padding: 4px 0 4px 20px;
	background: url(../img/bg-bullet.png) 9px center no-repeat;
}
#latestnews .alt {
	background-color: #FAF2F2;
}

/* shop */
.cataloguemenu {
	width: 444px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cataloguemenu li {
	padding-left: 0;
}
.cataloguemenu a {
	overflow: hidden;
	float: left;
	width: 222px;
	height: 145px;
	background: url(../img/bg-nav-products.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#nav_burgers a {
	background-position: -222px 0;
}
#nav_liteburgers a {
	background-position: -222px -435px;
}
#nav_dip a {
	background-position: 0 -145px;
}
#nav_meal a {
	background-position: -222px -145px;
}
#nav_pasta a {
	background-position: 0 -290px;
}
#nav_soup a {
	background-position: -222px -290px;
}
#nav_organic a {
	background-position: 0 -435px;
}

.catalogue h3 {
	padding: 5px 0 5px 8px;
	background: #900;
	color: #FFF;
	font-size: 1.2em;
}
.products {
	float: left;
	width: 100%;
	margin: 0 0 1em;
}
.productLarge {
	margin: 0;
	padding: 0;
	list-style: none;
}
.productSmall {
	list-style: none;
	margin: 0;
	padding: 0;
}
.productSmall li {
	float: left;
	width: 49%;
	margin: 1px;
	border: 1px solid #CCC;
	text-align: center;
}
.productSmall li:hover {
	background: #FAF2F2;
}
.item h4 {
	margin: 10px 0;
	font-size: 1.1em;
}
.item .sample {
	margin: 10px 0;
}
.description ul.points {
	float: right;
	width: 215px;
	margin: 0 0 0 0;
	padding: 0;
	color: #FFF;
}
.description .points li {
	margin: 2px 0;
	padding: 1px 10px;
	background: #0C6 url(../img/bg-feature.png) no-repeat;
}
* html .description li { /* IE Filter */
	background-image: none;
}
.description .points strong {
	display: block;
	padding-left: 30px;
	background: url(../img/bg-icons.png) 0 0 no-repeat;
	color: #FFF;
}
.description .points .weight {
	background-position: 0 -2px;
}
.description .points .vegetarian {
	background-position: 0 -28px;
}
.description .points .gluten {
	background-position: 0 -53px;
}
.description .points .milk {
	background-position: 0 -76px;
}
.description .points .egg {
	background-position: 0 -100px;
}
.description .points .vegan {
	background-position: 0 -120px;
}
#content .all a {
	clear: right;
	float: right;
	width: 175px;
	padding-left: 40px;
	background: #900 url(../img/bg-feature.png) no-repeat;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
}
#content .all a:hover {
	background-color: #C00;
}

p.standout {
	clear: both;
	padding: 0 10px;
	background: #0C6 url(../img/bg-standout.png) no-repeat;
	line-height: 20px;
}
p.standout strong {
	display: block;
	padding-left: 30px;
	background: url(../img/bg-icons.png) 0 -120px no-repeat;
	color: #FFF;
}

/* Sidebar & Extra */
#sidebar img {
	border: 1px solid #FDA534;
}
#extra ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: right;
}
#extra ul ul {
	margin: 0 0 0 15px;
	display: none;
	font-size: .85em;
}
#extra li.selected ul {
	display: block;
}
#extra ul a {
	display: block;
	padding: 10px 10px 10px 0;
	border-bottom: 2px dotted #FCC076;
	background: url(../img/bg-nav.png) 0 0 repeat-y;
	text-transform: uppercase;
}
#extra ul ul a {
	padding: 5px 15px 5px 0;
	border-bottom: 1px solid #FCC076;
	color: #C00;
	text-transform: none;
}
#extra li.selected ul a {
	background-position: 0 0;
}
#extra li.selected a,
#extra li.selected li.selected a {
	background-position: -140px 0;
}
#extra ul a:hover,
#extra li.selected ul a:hover {
	background-position: -140px 0;
}

/* Extra Forms */
#extra fieldset div {
	margin: 0;
}
#extra legend {
	padding: 5px .5em;
	font-size: 90%;
	font-weight: bold;
	color: #C69300;
}
#extra input,
#extra select {
	width: 115px;
	margin: 2px 0 0 8px;
	padding: 2px 3px;
	border: 1px solid #FEDFAD;
	color: #F90;
}
#extra #searchinput {
	float: left;
	width: 100px;
}
#extra .buttons {
	text-align: left;
}
#extra .buttons input {
	width: 123px;
	padding: 5px;
	border: 1px solid #EBC14A;
	background: #FAECA7;
	color: #C69300;
	font-weight: bold;
}
#extra #searchsubmit {
	float: left;
	width: 12px;
	height: 13px;
	margin: 3px 0 0 5px;
	padding-top: 13px;
	border: 0;
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
}
#extra #searchsubmit:hover {
	background-position: -12px 0;
}
#haccp {
	padding-top: 5em;
	text-align: center;
}

/* Footer */
#footer ul {
	margin: 10px 0;
	padding: 0;
}
#footer li {
	display: inline;
	border-right: 1px solid #FFF;
}
#footer li:last-child {
	border: 0;
}
#footer strong {
	color: #FFF;
}
#footer .vcard strong {
	color: #FEC243;
}
#footer .type {
	display: none;
}
#footer a {
	padding: 0 4px;
	color: #FFF;
}
.locale {
	padding: 5px 0 5px 10px;
}
.locale .tel {
	font-size: .9em;
}
.org,
.locale .locality,
.locale .country-name {
	display: block;
}
.siteby {
	margin: 50px 0;
}
#content .siteby img {
	border: 0;
}
.siteby span {
	display: none;
}
