@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	text-decoration:none;
}
body {
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif
}
#headerwrapper {
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#nav {
	color: #FFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
	height: 40px;
}
#nav ul {
	float: right;
	padding-top: 7px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
#nav ul li a {
	color: #FFF;
}
#nav ul li a:hover {
	color: #92cd13;
}
#nav ul #endnav {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homebanner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 347px;
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
}
#homebodywrapper {
	background-image: url(../images/homepic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #212121;
	min-height:368px;
}
#homebodywrapper #body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
#homecontent {
	width: 415px;
	color: #FFF;
}
#homecontent h1 {
	font-size: 32px;
	font-weight: normal;
	font: 32px/26px 'BebasNeueRegular', Arial, sans-serif !important;
	padding-bottom:18px;
}
#homecontent p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 12px;
}
#catering {
	background-color: #464646;
	height: 66px;
}
#intolerances {
	background-image: url("../images/intolerances.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 20px;
}
#intolerances h3 {
    font-size: 18px;
    color: #AAC100;
}
#intolerances p {
    color: #fff;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-size: 12px;
	padding-top: 20px;
	clear: both;
}
.floatright {
	float: right;
	margin-left: 30px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #92cd13;
}
#subbanner {
	height: 181px;
	background-image: url(../images/subbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#subbannerwrapper {
	background-image: url(../images/subbannerrpt.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#subbodywrapper {
	background-color: #FFF;
}
#body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#body p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 12px;
}
#body p a {
	font-weight: bold;
	color: #999;
}
#body p a:hover {
	font-weight: bold;
	color: #000;
}
#body h1 {
	font: 40px/30px 'BebasNeueRegular', Arial, sans-serif !important;
	padding-bottom: 20px;
}
#body h2 {
	font: 26px/28px 'BebasNeueRegular', Arial, sans-serif !important;
	padding-bottom: 20px;
}

.contactfeature {
	float: left;
	width: 260px;
	background-color: #e7e8e9;
	padding: 20px;
	margin-right: 20px;
	height: 290px;
}
.contacticons {
	float: left;
	margin-right: 15px;
}
#body .contactfeature h2 {
	padding-top: 10px;
}
#map {
	float: right;
	margin-right: 40px;
}
#map small a {
	color: #999;
}
.clearall {
	clear: both;
}
input    {
width:180px;
display:block;
border: 1px solid #999;
height: 20px;
margin-bottom:10px;
}
textarea {
width:180px;
height:80px;
margin-bottom:10px;
}
textarea.message {
display:block;
}
#form1 label {
	display: block;
    margin: 0px 0px 0px;
}
#form1 label>span {
	padding-right: 10px;
	margin-top: 5px;
	font-size: 12px;
	float:left;
	width:60px;
}.formmessage {
	width: 250px;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-color: #f4e9e1;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
#Submit {
	width: 130px;
	color: white !important;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	height:30px;
	cursor:default;
	background-color: #666;
	margin-left: 70px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
#RHS    {
	float: right;
	width: 190px;
	margin-top: 20px;
}
#subnav {
	background-color: #e7e8e9;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#subnav ul li {
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#subnav ul li a {
	color: #000;
}
#subnav ul li a:hover {
	color: #666;
}
#subnav h2 {
	padding-bottom: 10px;
}
#pricelist {
	background-color: #8f9090;
	margin-top: 10px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#pricelist a {
	color: #CCC !important;
}
#pricelist h2 {
	padding-top: 15px;
}
#LHS {
	width: 740px;
	float: left;
}
.grey {
	color: #999;
}
hr {
	height: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	background-color: #FFF;
	border-top-color: #999;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#feature {
	background-color: #E7E8E9;
	padding: 20px;
	margin-bottom: 20px;
}
#diet {
	background-color: #E7E8E9;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#RHS h2 {
	padding-bottom: 10px;
	font-size: 22px !important;
	line-height: normal;
}
#RHS p {
	line-height: normal;
}
#LHS ul li {
	font-size: 14px;
	padding-bottom: 9px;
}
#LHS ul {
	padding-bottom: 18px;
	margin-left: 18px;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 15px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
	content: attr(title);
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}#LHS table {
	border: 1px solid #FFF;
	font-size: 14px;
}
#LHS table td {
	padding: 7px;
	border: 1px solid #FFF;
}
tr:nth-child(even) {background: #E7E8E9}
tr:nth-child(odd) {background: #f4f4f4}#LHS table th {
	padding: 7px;
	border: 1px solid #FFF;
	background-color: #8F9090;
	color: #FFF;
}
#body ul li {
	font-size: 14px;
	padding-bottom: 12px;
}
#body ul {
	margin-left: 20px;
}
.photosright {
	border: 15px solid #E7E8E9;
	margin-left: 30px;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.photosrecipe {
	border: 5px solid #F3F6F6;
	margin-left: 0px;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.producttreetitle {
	font-size: 18px;
	font-weight: bold;
}
#orderform {
	width: 550px;
}

#productlist {
	float: right;
	width: 300px;
	background-color: #E7E8E9;
	padding: 20px;
}

/* CSS Tree menu styles */
ol.tree
{
	padding: 0;
}
	#productlist li 
	{ 
		position: relative; 
		margin-left: -15px;
		list-style: none;
		margin-bottom:10px;
	}
	li.file
	{
		margin-left: 20px !important;
		padding-bottom:7px;
		font-size:14px;
		padding-left:50px !important;
	}
		li.file a
		{
			background: url(document.png) 0 0 no-repeat;
			color: #fff;
			padding-left: 21px;
			text-decoration: none;
			display: block;
		}
		li.file a[href *= '.pdf']	{ background: url(document.png) 0 0 no-repeat; }
		li.file a[href *= '.html']	{ background: url(document.png) 0 0 no-repeat; }
		li.file a[href $= '.css']	{ background: url(document.png) 0 0 no-repeat; }
		li.file a[href $= '.js']		{ background: url(document.png) 0 0 no-repeat; }
	#productlist li input
	{
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		z-index: 2;
		cursor: pointer;
		height: 1em;
		width: 1em;
		top: 0;
	}
		#productlist li input + ol
		{
			background: url(toggle-small-expand.png) 40px 0 no-repeat;
			margin: -0.938em 0 0 -44px; /* 15px */
			height: 1em;
		}
		#productlist li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
	#productlist li label
	{
		background: url(folder-horizontal.png) 15px 1px no-repeat;
		cursor: pointer;
		display: block;
		padding-left: 37px;
	}

	#productlist li input:checked + ol
	{
		background: url(toggle-small.png) 40px 5px no-repeat;
		margin: -1.25em 0 0 -44px; /* 20px */
		padding: 1.563em 0 0 80px;
		height: auto;
	}
		#productlist li input:checked + ol > li { display: block; margin: 0 0 0.125em;  /* 2px */}
		#productlist li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 960px) {

#nav {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	height:70px;
}
#nav ul {
	float:none;
	width:80%;
}
#nav ul li {
	margin-bottom:10px;
	font-size:14px;
}
#homebanner {
	width: 100%;
	height: 347px;
}
#homebodywrapper {
	background-image: url(../images/homepic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #212121;
    background-size: contain;
	min-height:368px;
}
#homebodywrapper #body {
	width: 100%;
	margin-right: 0;
	margin-left: 0px;
}
#homecontent {
	width: 35%;
	margin-right: 0;
	margin-left: 20px;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
#subbanner {
	height: 181px;
	background-size:contain;
}
#body {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

#map {
	float: right;
	margin-right: 40px;
}
#RHS    {
	float: right;
	width: 25%;
	margin-top: 0px;
}
#LHS {
	width: 70%;
}
.photosright {
	border: 15px solid #E7E8E9;
	margin-left: 30px;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.photosrecipe {
	border: 5px solid #F3F6F6;
	margin-left: 0px;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.photosright {
	width:35%;
	height:auto;
}
#intolerances {
	margin-left:20px;
	width:30%;
}
#productlist {
    width: 200px;
    padding: 10px;
}
#orderform {
    width: 420px;
}
.contactfeature {
    float: left;
    width: 200px;
    background-color: #E7E8E9;
    padding: 10px;
    margin-right: 10px;
    height: 350px;
}

}

@media only screen and (max-width: 760px) {
#RHS    {
	float: none;
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	margin-top: 20px;
	clear:left;
}
#LHS {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
}
.photosright {
	display:none;
}
#homebanner {
    width: 100%;
    height: 200px;
}
#intolerances {
	width:90%;
}
#homecontent {
	width:90%;
	margin-top:330px;
}
#homebodywrapper {
    background-position: right top;
	background-size: auto;
    min-height: 368px;
}
#subbannerwrapper {
	background-image:none;
}
#subbanner {
    height: 150px;
    background-size: contain;
    background-image: url("../images/subbanner-600.jpg");
}
#subbodywrapper {
	padding-top:20px;
}
#productlist {
    width: 90%;
    float: none;
}
#orderform {
    width: 90%;
	margin-left:5%;
	margin-right:5%;
}
.contactfeature {
	float: none;
	width: 90%;
	margin-right: 5%;
	margin-left:5%;
	height: auto;
	margin-bottom:10px;
}

}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 580px) {
#nav {
	height:100px;
}
#homebodywrapper {
	background-image:none;
}
#homecontent {
    margin-top: 0px;
}
#intolerances {
    width: 80%;
}
#subbanner {
    height: 120px;
}
#LHS table {
    font-size: 10px;
}

}

@media screen and (max-width: 480px) {
	#homebanner {
    height: 150px;
}
#nav {
	padding-top:0;
	height:150px;
}
#nav ul {
    width: 95%;
	clear:both;
}
#footer span {
	width:100%;
}
#subbanner {
    height: 80px;
}
}
