body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #777777;
}
body,textarea {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:0.9em;
}


/*MAIN STYLES*/


a {
   color: #D14427;
}
a:hover {
   color: #872E1C;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#872E1C;
	 margin:2em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   padding:0 0 5px 0;
	 background-repeat:no-repeat;
	 width:100%;
	 color:#777777;
	 border-bottom:1px dotted #BBBBBB;
}
h2.nicetitle {
   height:48px;
   padding:0;
	 border:0;
	 margin:0;
}
h2 span {
   display:none;
}
h3 {
   font-size:1.2em;
	 color:#777777;
}
h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
   margin:0;
   padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#D14427;
   padding:0 0 0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#872E1C;
}
.menubuttons li.active a {
   color:#777777;
}
#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0;
   margin:0 0 0 2em;
	 color:#999999;
	 font-size:1.1em;
	 text-decoration:none;
	 font-weight:bold;
}
#headernav li a:hover {
   color:#333333;
}

#headernav li.active a {
   color:#872E1C;
}

ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
	 position:relative;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 position:relative;
}
#header {
   float:left;
   height: 190px;
   clear:left;
	 position:relative;
}
#headerlogo {
   width:174px;
	 height:160px;
	 position:absolute;
	 top:0px;
	 left:0px;
}
#clear {
   position: relative;
   clear: both;
   height: 1px;
	 float:left;
}
#footer {
   position: relative;
   clear: both;
	 float:left;
   height: 174px;
	 width:100%;
	 text-align:center;
   background-image:url(../img/bg2.gif);
	 background-repeat:repeat-x;
	 top:30px;
	 margin-bottom:30px;
}
#footerinner {
   width:900px;
	 height:174px;
   position: relative;
	 text-align:left;
	 margin:0px auto;
}
#footerhf {
   width:900px;
	 height:122px;
	 position:absolute;
	 top:0px;
	 left:0px;
}
p#footercontact,p#footercopyright {
   position:absolute;
	 top:138px;
	 margin:0;
	 padding:0;
}
p#footercontact {
	 left:0px;
	 line-height:2em;
}
p#footercopyright {
	 right:0px;
}
p#footercopyright a {
	 color:#969696;
}
#content {
   float:right;
   padding: 0px;
   min-height:300px;
	 position:relative;
	 top:-50px;
}
* html #content {
   height:300px;
}
#accessibility {
   position:absolute;
   top:0px;
   right:0px;
   text-align:right;
	 font-size:0.8em;
}
#accessibility a {
   color:#999999;
}
#headernav {
   position:absolute;
   top:30px;
   right:0px;
}
.leftthin,.rightthin {
   width:200px;
}
.leftwide,.rightwide {
   width:664px;
}
.leftmid,.rightmid {
   width:425px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
   position:relative;
}
.padder {
   padding-bottom:2em;
	 float:left;
	 width:100%;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #777777;
   color:#000000;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#872E1C;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#872E1C;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:157px;
	 height:36px;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
}
table th,table th a {
   background-color:#D14427;
   color:#FFFFFF;
}

h2#enquiryform { background-image:url(../img/enquiryform1.gif); }
h2#contact { background-image:url(../img/contact1.gif); }
h2#welcome { background-image:url(../img/welcome1.gif); }
h2#sitemap { background-image:url(../img/sitemap1.gif); }
h2#privacypolicy { background-image:url(../img/privacypolicy1.gif); }
h2#accessibilitystatement { background-image:url(../img/accessibility1.gif); }

.pagebanner {
   width:664px;
	 height:157px;
	 position:relative;
   float:right;
	 border-bottom:1px;
}
.imagebanner {
   width:495px;
	 height:157px;
	 position:absolute;
	 left:169px;
}
.imagebannerupright {
   width:157px;
	 float:left;
   position:relative;
	 left:12px;
}
.pagetitlebox {
   width:157px;
	 height:157px;
	 position:absolute;
	 background-repeat:no-repeat;
}
.pagetitleboxupright {
   width:157px;
	 height:157px;
	 float:left;
	 background-repeat:no-repeat;
}
.pagetitlebox h2,.pagetitleboxupright h2 {
   display:none;
}
.pagetextbox {
   float:right;
	 clear:both;
	 width:495px;
	 position:relative;
	 top:20px;
}
.contentupright {
   float:right;
	 width:320px;
	 position:relative;
}
.pagemenubox {
   float:left;
	 width:146px;
	 position:relative;
	 top:20px;
	 padding-top:1em;
	 left:10px;
}
.pagemenuboxupright {
   position:absolute;
	 width:146px;
	 top:177px;
	 left:10px;
	 padding-top:1em;
}
#pagetitle1 {
   background-image:url(../img/cooking_for_you.gif);
}
#pagetitle2 {
   background-image:url(../img/food1.gif);
}
#pagetitle3 {
   background-image:url(../img/frontbox7.gif);
}
#pagetitle4 {
   background-image:url(../img/frontbox3.gif);
}
#pagetitle5 {
   background-image:url(../img/news1.gif);
}
#pagetitle6 {
   background-image:url(../img/contact1.gif);
}
#pagetitle7 {
   background-image:url(../img/shop1.gif);
}

#enquiry {
   height:100px;
}


.quote {
   font-size:1.2em;
	 font-weight:bold;
	 color:#999999;
	 line-height:1.2em;
}
.quote p {
   margin:0;
	 padding:0;
}
.quote span {
   display:block;
	 font-weight:bold;
	 color:#D14427;
	 font-size:0.9em;
	 padding-top:0.2em;
	 margin-top:0.2em;
}
.quote span span {
   font-weight:normal;
	 border:0;
	 padding:0;
	 margin:0;
	 font-size:1em;
}

#mailingsubscribe {
   position:absolute;
	 top:80px;
	 right:0px;
	 width:700px;
}
#mailingsubscribe fieldset {
   margin:0;
	 padding:0;
	 border:0;
}
.subscribeformfloat {
	 float:right;
	 padding-right:5px;
}
.subscribeformtextbox {
   width:70px;
}
.subscribeformtextbox .textbox {
   border:1px solid #777777;
}
.subscribeformfloat label {
   padding:0 0 0 20px;
	 margin:0;
	 color:#777777;
}
#imagebuttonsmall {
   width:51px;
	 height:25px;
	 margin:0;
	 padding:0;
}
.error {
   color:#FF0000;
	 font-weight:bold;
}
.success {
   color:#33911a;
	 font-weight:bold;
}

.hiddentitle {
   display:none;
}