body {
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	font: 76%/1.5 "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #036;
}
a:hover {
	color: #EEC015;
}
a img {
	border: none;
}
acronym {
	border: none;
}

h1, h2, h3 {
	margin: 0 auto;
}

.footnote, .top_p {
	margin-top: 0;
}
.footnote em {
	color: #EEC015;
}
/* structure */
#wrapper {
	width: 780px;
	margin: 50px auto;
	background-color: #000;
	padding: 0;
	text-align: left;
}
.clear {
	clear: both;
}
#hdr {
	height: 101px;
	padding: 18px 36px;
	overflow: hidden;
}
#navbar {
	background: #333 url(/images/bg_blackline.gif) top repeat-x;
	height: 26px;
	overflow: hidden;
	border-bottom: 5px solid #B39E6D;
}
#content {
	background: #666 url(/images/bg-content_fade.gif) top repeat-x;
	height: 322px;
	min-height: 322px;
	padding-left: 130px;
	border: 1px solid #D9CEB6;
	border-width: 1px 0;
	
}
html>body #content {
	height: auto;
}
#content-image {
	float: left;
	width: 260px;
	padding: 0;
}
#content-image img {
	display: block;
}
#content-text {
	float: left;
	width: 360px;
	padding: 15px;
}
#footer {
	height: 90px;
	min-height: 90px;
	text-align: center;
	padding-top: 20px 0 8px;
	border-top: 5px solid #B39E6D;
	/*overflow: hidden;*/
	
}
html>body #footer {
	height: auto;
}
/* navigation */
#navbar ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar ul li {
	float: left;
}
#navbar ul#change_lang li {
	float: right;
}
#navbar ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 4px 18px;
	text-decoration: none;
	background-color: transparent;
	border-top: 2px solid #000;
}
#navbar ul li a:hover {
	background-color: #5A4F37;
	border-top: 2px solid #5A4F37;
	/*padding: 3px 20px 5px;*/
	padding: 3px 18px 5px;
}
/* styling */
.tel_num {
	font-size: 1.8em;
	font-weight: bold;

}
p#floating_link {
	position: relative;
	top: -30px;
	left: 10px;
	margin: 0;
	height: 30px;

}
p#floating_link a {
	background-color: #b39e6d;
	padding: 5px 10px; 
}
/* form styling */
.row {
	margin-bottom: 5px;
}
div.row div.clear {
	height: 1px;
}
.label {
	float: left;
	width: 120px;
	padding-top: 2px;
}
.form_element {
	float: left;
}
input.text_box {
	width: 175px;
}
input.text_box_small {
	width: 50px;
}
fieldset {
	margin-bottom: 20px;
}
/* where am I? */
body#index a#a-home,
body#menus a#a-menus,
body#chef a#a-chef,
body#privatehire a#a-privatehire,
body#findus a#a-findus,
body#enquiries a#a-enquiries {
	background-color: #B39E6D;
	border-top: 2px solid #B39E6D;
	padding: 3px 20px 5px;
}

/* Xmas 2008 */

#xmas {
  background: #fff url(/images/xmas-snowflake.jpg) top right no-repeat;
  padding: 1.3em 90px 1em 1em;
  margin: 24px 0 0;
  border-bottom: 2px solid #3f3f3f;
  border-right: 2px solid #3f3f3f;
  font-size: 90%;
  color: #939598;
}

#xmas h2 {
  line-height: 100%;
  font-variant: small-caps;
  font-size: 16px;
  margin-bottom: 16px;
}

#xmas a {
  font-weight: bold;
  color: #939598;
  text-decoration: none;
}

#xmas a:hover {
  text-decoration: underline;
}

#xmas ul,
#xmas ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#xmas p {
  margin: 4px 0;
}
