@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background: url(../i/background.jpg);
	background-repeat: repeat-x repeat-y;
}
.clear{
	clear:both;
}
img {
	border:none;
}
#container {
	width: 900px;
	margin: auto;
	margin-top: -8px;
	padding-top: 0;
	background: #ffffff;
	position:relative;
}
#banner {
	height: 250px;
	margin: 0;
	padding: 0 0 1px 0;
}
*html #banner {
	height: 250px;
}
#banner-left {
  float:left;
  width:300px;
}
#banner-right {
  float:right;
  width:598px;
  padding-left:1px;
}
#navholder {
  float:left;
  width: 900px;
  background-color:#562d17;
}
#navholder ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navholder li {
	float:left;
	display: inline;
	background: #562d17;
	padding: 8px 16px 7px 7px;
	margin: 0 2px 0 2px;
}
#navholder li.selected a {
	color: #d47c22;
}
#navholder a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.0em;
}
#navholder a:hover {
	text-decoration: underline;
}
#navholder #xmas {
	background: #d47c22;
}
#navholder #xmas.selected a {
	color: #562d17;
}
#mainbody {
	background: #ffffff;
}
#shop_list {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 18px;
	margin-bottom: 18px;
	padding: 4px 10px 4px 10px;
	border: solid 1px #562d17;
}
*html #shop_list {
	margin-left: 4px;
}
#leftcol {
	float: left;
	width: 300px;
}
#leftcol img {
	width: 245px;
	margin: 28px 10px 0 30px;
}
#leftcol .strapline {
	float: left;
	width: 245px;
	padding: 0 10px 0 10px;
}
#leftcol h2 {
	color:#d47c22;
	font-size:1.8em;
	width: 196px;
	margin: 0 16px 0 16px;
}
#shop_list h1 {
	color: #d47c22;
	text-align: left;
	font-size:1.8em;
	width: 196px;
	margin: 0 16px 0 0px;
}
#restaurant_list ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#lefttext, .lefttext {
/*	float: left; */
	width: 245px;
	padding: 0 2px 0 30px;
}
#lefttext p, .lefttext p {
	padding: 0 0 6px 0;
	color: #d17c28;
	font-size: 1.13em;
}
#lefttext-xmas {
	background: url(../i/left-graphic-xmas.jpg);
	background-repeat: none;
	width: 220px;
	margin-top: 24px;
	margin-left:22px;
	margin-bottom: 24px;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 10px;
	color: #ffffff;
}
#lefttext-xmas h2 {
	color:#ffffff;
	font-size:2.8em;
	width: 196px;
	margin: 0 12px 0 12px;
}
#lefttext-xmas p {
	color: #ffffff;
	font-size: 1.6em;
}
#lefttext-xmas a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#lefttext-xmas a:hover {
	text-decoration: underline;
}
#restaurant_list {
	text-align: left;
}
#restaurant_list a {
	color: #562d17;
  font-weight: bold;
  text-decoration: none;
}
#shop_basket {
	border-top: 1px dashed #562d17;
	padding-top: 4px;
}
#shop_basket table {
	font-size: 0.85em;
}
#rightcol {
	float: right;
	width: 598px;
	padding-left:1px;
}
#shop_content {
	float: right;
	width: 616px;
	padding-left:1px;
	margin-right: 14px;
}
#bodytext {
	font-size: 1.3em;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight:normal;
}
#shop_checkout {
	font-size: 1.3em;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-weight:normal;
}
#bodytext h1, #shop_content h1, #shop_checkout h1 {
	color: #ce822e;
	font-size:1.8em;
	line-height: 1.8em;
	height: 40px;
	padding: 0 10px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bodytext ul {
  	list-style-type: none;
}
#bodytext ul li {
  list-style-image: url(/i/dr-icon.png);
}
#bodytext h2, #shop_content h2, #shop_checkout h2 {
	font-size:1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #1c1b19;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bodytext a {
	color: #d47c22;
  font-weight: bold;
  text-decoration: none;
}
#bodytext a:hover, #restaurant_list a:hover {
	color: #1c1b19;
  font-weight: bold;
  text-decoration: underline;
}
iframe {
	border: 0;
}

#contact {
	background: #562d17 none repeat scroll 0 50%;
	color: #fff;
	margin: 10px;
	padding: 0 5px;
}

#contact fieldset {
	margin-top: 15px;
 	border:none;
}
#contact fieldset div {
	margin-top: 15px;
	display:block;
	margin-bottom: 15px;
}
#contact label {
	float:left;
	font-weight:bold;
	padding:0 1em;
	text-align:right;
	width:125px;
}
#contact input, #contact textarea {
	border:1px solid black;
}
#contact #noborder input {
	border: 0; !important
}
#footer {
	width: 900px;
	margin: auto;
	color: #999999;
	background: url(../i/footer-background.png);
	background-repeat: none;
	border-top:1px solid grey;
	font-family: Arial, Helvetica, sans-serif;
/*	margin-top: 10px; */
	padding-bottom: 0px;
	position: relative;
}

#footer hr {
	color: #113962;
}

#footer a {
	color: #113962;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: none;
}

#copyright {
	margin-left: 30px;
	height: 39px;
}

#copyright p {
	font-size: 11px;
	line-height: 28px;
	color: #113962;
	margin: 1px;
	padding: 1px;
	padding: 6px 0 0 6px;
}
#wbib {
	float:right;
	padding-right: 30px;
}

#wbib a {
	background:transparent url(../i/wbib.png) no-repeat scroll 2px 0;
	border:medium none;
	color:navy !important;
	display:block;
	font-size:0.85em;
	padding:0 0 6px 2px;
	text-indent:-9999px;
	width:91px;
	line-height:14px;
}

#wbib a:hover {
	background-position:2px -20px;
}
#leftcol #signup label {
	display:block;
	font-size: 0.9em;
}
#leftcol #signup {
	margin: 30px;
}
#twitterfeed {
	float:right;
	height:300px;
	position:absolute;
	right:-205px;
	top:5px;
	width:200px;
}
#brochurelink {
	margin-top:5px;
}
#mc-embedded-subscribe-form {
	margin: 20px 0 0 20px;
}
html > body #mc-embedded-subscribe-form {
	margin: 20px;
}