@import "calendar.css";

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: #9fb4bd;
}

body {
	min-width: 760px;
}

img {
	display: block;
}

.shadow-wrap { background: url("/images/shh-side-shadow.png") repeat-y scroll 0 0 transparent; margin: 0 auto; width: 840px; }
.shadow-footer { background: url("/images/shh-footer-shadow.png") no-repeat scroll 0px 0 transparent; height: 20px; margin: 0 auto; width: 840px; }



a:link {
	text-decoration: none;
	color: #477291;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #81A5BF;
}
a:visited {
	text-decoration: none;
	color: #81A5BF;
	font-weight: bold;
}
a:hover {
	color: #81A5BF;
	font-weight: bold;
}

#wrap {
	margin: 0 auto;
	width: 760px;
	border-width: 0px;
	border-style: solid;
	border-color: #477291;
	background: none repeat scroll 0 0 #FFFFFF;
}

#header-top {
	float: right;
	font-family: Calibri, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	color: #477291;
	background-color: #FFF;
}

#header {
	line-height: 0px;
}

#menu {
	border: 0px solid #477291;
	margin: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 2px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #81A5BF;
}

#menu p {
	display: inline;
}

#menu ul, #menu li {
	display: inline;
	margin: 5px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

#menu li a {
	color: #FFF;
}

#menu li a:hover {
	color: #000;
	cursor: pointer;
}

#menu li:hover {
	color: #000;
	cursor: pointer;
}


#main-content {
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


#footer {
	/*background-color: #477291;*/
	background-color: #81A5BF;
	clear: both;
	color: #FFF;
	font-size: 10px;
	border-top: 1px solid #477291;
	padding: 5px;
	height: 30px;
}


/* 
	Columns CSS
*/

#leftcolumn {
	padding: 4px;
	float: left;
	position: relative;
}

.twitterlogo { position: absolute; bottom: -100px; }
.twitterlogo img { border: 0; }
.star-ratings img { display: inline; border: 0; }

#maincolumn {
	float: left;
	width: 370px;
	display: inline;
}

#maincolumnnoright {
	float: left;
	width: 550px;
}

#rightcolumn {
	width: 160px;
	float: right;
}

#rightcolumn img {
	margin: 10px 0;
}

#leftcolumn, #maincolumn, #rightcolumn {
	padding: 1px;
	margin: 4px;
}

#searchmenu {
	padding: 0;
	margin: 4px;
}

#searchmenu li {
	list-style: none;
	margin: 3px 0;
	padding: 4px;
	width: 156px;
	border: 1px solid #477291;
	background-color: #81A5BF;
	color: #FFF;
	font-weight: bold;
}

#searchmenu li:hover {
	background-color: #477291;
}

#searchmenu li a {
	color: #FFF;
}

input, select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
}

#maincolumnnoright label {
	float: left;
	width: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

#request_a_brochure label {
	float: left;
	width: 120px;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: bold;
	text-align: right;
}

#bookingform label {
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 24px;
}

#bookingform p {
	line-height: 24px;
}

.homepage-img {
	border: 1px solid #477291;
}

.black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: black;
	z-index: 899;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

.centertooltip {
	position: absolute;
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
	color: #000000;
	z-index: 900;
	line-height: 20px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana;
	padding: 5px;
}
.chef-services { margin-top: 20px; background: url('/images/chef.jpg') no-repeat right center transparent; }
.chef-services-inner { width: 70%; }
.chef-services p img, .chef-services ul li img { position: relative; width: 15px; top: 4px; display: inline; }
.chef-services p.small { font-size: 10px; line-height: 16px; }
