/*CSS Document*/
BODY
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #3B3B3B;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #333333;
}
#help
{
	position: absolute;
	z-index: 3;
	width: 115px;
	height: auto;
	font-style: italic;
	color: #FFFFFF;
	left: 1005px;
	top: 543px;
	font-size: 10px;
	padding: 10px;
	background: #222222;
	border: 1px solid #FFFFFF;
	visibility: hidden;
	display: none;
}
#container
{
	width: 1000px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #FFFFFF;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 1px solid #000000;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
	margin-top: 5px;
	height: 580px;
	z-index: 1;
	position: relative;
}
.sub_head H4
{
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 17px;
}
.sub_head
{
	display: block;
	float: left;
	width: 900px;
	height: 40px;
}
.explain P
{
	padding-left: 39px;
}
.explain H2
{
	text-align: center;
}
.explain H4
{
	text-align: center;
}
.calander
{
	padding-left: 36px;
}
.time_table H3
{
	text-align: center;
}
.explain
{
	width: 400px;
	display: block;
	float: left;
	padding-top: 25px;
}
.time_table
{
	width: 311px;
	display: block;
	float: left;
	padding-left: 30px;
	padding-top: 24px;
}
#header
{
	position: relative;
	width: 830px;
	height: 109px;
	float: right;
}
#Accomsub
{
	position: absolute;
	left: 0px;
	top: 292px;
	width: 170px;
	height: 60px;
	z-index: 1000;
	margin-left: 170px;
	visibility: hidden;
	background-color: #000000;
}
#sidebar
{
	width: 170px;
	height: 577px;
	background-color: #000000;
	padding-top: 3px;
	position: relative;
	float: left;
}
#content
{
	position: relative;
	width: 830px;
	z-index: 5;
	float: right;
	float: right;
	background-color: #FFFFFF;
	cursor: default;
	padding: 0;
}
#footer
{
	color: #333333;
	clear: both;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	height: auto;
	padding-top: 3px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#footer_i
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	height: auto;
	width: 700px;
	font-size: xx-small;
	text-align: center;
	margin: 0 auto;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #000000;
}
#footer_c
{
	color: #999999;
	height: auto;
	width: 600px;
	text-align: center;
	margin: 0 auto;
	padding-left: 200px;
	padding-right: 200px;
	background-color: #000000;
	position: relative;
	font-size: xx-small;
	text-decoration: none;
	padding-bottom: 5px;
}
#slideshow
{
	position: relative;
	left: 0px;
	width: 170px;
	height: auto;
}
#gallery_txt_wed
{
	position: relative;
	margin-left: 10px;
	margin-top: 4px;
	width: auto;
	height: auto;
	color: #BBBBBB;
	text-decoration: none;
	top: 0px;
	left: 0px;
}
#gallery_txt
{
	position: relative;
	margin-left: 10px;
	margin-top: 4px;
	width: 150px;
	height: auto;
	color: #BBBBBB;
	text-decoration: none;
	top: 0px;
	left: 0px;
	padding-top: 0px;
}
#nav
{
	font-size: 0px;
	width: 170px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#nav UL
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav LI A
{
	display: block;
	background-position: top left;
	padding: 0;
	background-repeat: no-repeat;
}
#nav LI A:hover
{
	background-position: -170px 0;
}
#nav LI#home, #nav LI#home A
{
	width: 170px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/nav_home.gif);
}
#nav LI#hospitality, #nav LI#hospitality A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_hosp.gif);
}
#nav LI#accommodation, #nav LI#accommodation A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_accom.gif);
}
#nav LI#farm, #nav LI#farm A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_farm.gif);
}
#nav LI#wine, #nav LI#wine A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_wine.gif);
}
#nav LI#design, #nav LI#design A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_design.gif);
}
#nav LI#contact, #nav LI#contact A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_contact.gif);
}
#nav LI#cooking, #nav LI#cooking A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_cooking.gif);
}
#Hospsub
{
	position: absolute;
	left: 0px;
	top: 272px;
	width: 170px;
	z-index: 500;
	margin-left: 170px;
	background-color: #000000;
	height: 60px;
	visibility: hidden;
	font-size: 0px;
	background-repeat: no-repeat;
}
#Hospsub UL
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
#Hospsub LI A
{
	display: block;
	background-position: top left;
	padding: 0;
	background-repeat: no-repeat;
}
#Hospsub LI A:hover
{
	background-position: -170px 0;
}
#Hospsub LI#restaurant, #Hospsub LI#restaurant A
{
	width: 170px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/nav_restaurant.gif);
}
#Hospsub LI#functions, #Hospsub LI#functions A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_functions.gif);
}
#Hospsub LI#weddings, #Hospsub LI#weddings A
{
	width: 170px;
	height: 20px;
	background-image: url(../images/nav_weddings.gif);
}
#gallery
{
	position: relative;
	margin-top: 80px;
	margin-left: 10px;
	background-repeat: no-repeat;
	width: 150px;
	font-size: 0px;
	padding: 0;
	height: 67px;
}
#rest_gallery
{
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	width: 150px;
	font-size: 0px;
	padding: 0;
	height: 67px;
}
#gallery UL
{
	display: block;
	margin: 0px;
	padding: 0px;
}
#gallery LI A
{
	display: block;
	background-position: top left;
	padding: 0;
	background-repeat: no-repeat;
}
#gallery LI A:hover
{
	background-position: -67px 0;
}
#gallery LI#gallery_home, #gallery LI#gallery_home A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/Gallery_home_thumb.gif);
}
#rest_gallery LI #gallery_rest, #rest_gallery LI#gallery_rest A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_restaurant/gallery_restaurant/Gallery_03.gif);
}
#gallery LI #gallery_wedding, #gallery LI#gallery_wedding A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_weddings/gallery_weddings/Gallery_thumb_01.gif);
}
#gallery LI #gallery_wedding2, #gallery LI#gallery_wedding2 A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_weddings/gallery_weddings/Gallery_thumb_02.gif);
	float: right;
	margin-top: -67px;
}
#gallery LI #gallery_funct, #gallery LI#gallery_funct A
{
	padding-bottom: 0px;
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_functions/gallery_functions/Gallery_03.gif);
}
#rest_gallery UL
{
	display: block;
	margin: 0px;
	padding: 0px;
}
#rest_gallery LI A
{
	display: block;
	background-position: top left;
	padding: 0;
	background-repeat: no-repeat;
}
#rest_gallery LI A:hover
{
	background-position: -67px 0;
}
#design_gallery
{
	position: relative;
	margin-top: 15px;
	margin-left: 12px;
	font-size: 0px;
	padding: 0;
	width: 150px;
}
#design_gallery UL
{
	display: block;
	margin: 0px;
	padding: 0px;
}
#design_gallery LI A
{
	display: block;
	background-position: top left;
	padding: 0;
	background-repeat: no-repeat;
}
#design_gallery LI A:hover
{
	background-position: -67px 0;
}
#design_gallery LI #gallery_design, #design_gallery LI#gallery_design A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_design/des_gal2.jpg);
	float: left;
	padding-bottom: 10px;
}
#design_gallery LI #gallery_design2, #design_gallery LI#gallery_design2 A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_design/des_gal1.jpg);
	float: left;
	padding-bottom: 10px;
	margin-left: 8px;
}
#design_gallery LI #gallery_design3, #design_gallery LI#gallery_design3 A
{
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url(../images/images_design/des_gal3.jpg);
	clear: both;
}
#rest_contact
{
	padding: 5px 4px 0;
}
#thankyou
{
	float: right;
	margin-right: 300px;
}
#contact_box
{
	position: relative;
	background-color: #111111;
	color: #888888;
	width: 830px;
	height: 471px;
}
#contact_info
{
	float: left;
	margin-left: 60px;
	margin-top: 30px;
}
#contact_form
{
	float: right;
	margin-right: 50px;
	margin-top: -20px;
	width: 400px;
}
A:link
{
	color: #BBBBBB;
}
.back_button
{
	display: block;
	float: left;
	width: 99px;
	padding-left: 20px;
	background: #D3D3D3;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	margin-left: 60px;
	margin-top: 36px;
}
.class_button
{
	text-decoration: none;
	background-color: #D3D3D3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}
#up_but
{
	float: left;
	display: block;
	margin-top: 16px;
	margin-left: 8px;
}
#first_button
{
	float: left;
	clear: both;
}
A:visited
{
	color: #555555;
}
#contact_form INPUT[type="submit"]
{
	height: 25px;
	clear: both;
	margin: 3px 0 0px;
	border: 1px solid #777777;
	cursor: pointer;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	float: right;
	clear: right;
}
#accom_box
{
	background-color: #111111;
	color: #888888;
	width: 830px;
	height: 471px;
}
/*New Styles*/
.HeaderBar
{
	width: 815px;
	height: 34px;
	background: #000;
	float: right;
	color: #FFF;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: 34px;
	padding: 0 0 0 15px;
}
#ContentHome
{
	width: 830px;
	height: 437px;
	overflow: auto;
	float: right;
	position: relative;
}
.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase
{
	width: 15px;
	background-color: #FFFFFF;
}
.vscrollerbar
{
	width: 15px;
	background-color: #000000;
	padding: 15px;
	z-index: 2;
}
.scrollerjogbox
{
	width: 15px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #808080;
}
/*.vscrollerbarbeg {height:20px;width:15px;background:url(../images/scroll-up.jpg) no-repeat;}
.vscrollerbarend {height:20px;width:15px;background:url(../images/scroll-down.jpg) no-repeat;}*/
.vscrollerbasebeg
{
	height: 15px;
	width: 15px;
	background: url(../images/scroll-up.jpg) no-repeat;
}
.vscrollerbaseend
{
	height: 15px;
	width: 15px;
	background: url(../images/scroll-down.jpg) no-repeat;
}
.CookingBox
{
	position: relative;
	background-color: #FFF;
	color: #000;
	width: 830px;
	height: 471px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.CookingInfo
{
	width: 416px;
	padding: 16px 0 0 14px;
	float: left;
}
.CookingInfo P
{
	margin: 0;
	padding: 0 0 10px;
}
.CookingInfo IMG
{
	padding: 0 10px 10px 0;
}
.CookingForm
{
	width: 400px;
	float: left;
}
H1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFF;
	height: 35px;
	background: #000;
	margin: 0;
	padding: 2px 0 0 14px;
	font-weight: normal;
}
.HomeImage
{
	z-index: 1;
	position: relative;
}
.HomeClasses
{
	z-index: 2;
	position: absolute;
	left: 10px;
	top: 10px;
}

