body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #798988;
	background-repeat: repeat;
	background-image: url(../images/design/chocolate-background.jpg);
	background-position: top;
	background-attachment: fixed;
}

a:link, a:visited, a:hover, a:hover{
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border: 1px solid #333333;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	font-size: 130%;
	text-align: center;
	padding-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5C7A92;
	font-size: 120%;
	text-align: left;
	border: 2px none #849BAD;
	padding: 0px;
	margin: 0px;
}
h2 .bullet{
	background-repeat: no-repeat;
	background-image: url(../images/design/bullet-2.jpg);
	background-position: left center;
	padding: 15px;
	color: #698FAF;
	line-height: 150%;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8E0000;
	font-size: 100%;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8AA1B3;
	font-size: 100%;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A4712D;
	font-size: 18px;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 18px;
	text-align: left;
}


/******* Page setup (excludes footer) *******/
#wrapper {
	background-image: url(../images/design/chocolate-background.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#page {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #436580;
}

/* HEADER ............................................................*/

#header {
	position: relative;
	height: 183px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_inner{
	text-align: center;
	vertical-align: top;
	background-image: url(../images/design/chocolate-header.jpg);
	background-repeat: no-repeat;
	height: 183px;
	float: left;
	width: 750px;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_inner a:link, #header_inner a:visited, #header_inner a:hover, #header_inner a:active{
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #423218;
}


/* MIDDLE ............................................................*/

#middle {
	padding: 0px;
	margin: 0px;
}
#middle_inner {
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #436580;
}
/* Note: #middle_inner nested in #middle to get colum colours to extent to bottom - also see empty #clear_right ...................*/

#right_bar {
	float: right;
	background-color: #FFFFFF;
	text-align: center;
	width: 182px;
	border: 3px none black;
	display: none;
}

#right_bar a:link, #right_bar a:visited, #right_bar a:hover, #right_bar a:active{
	text-decoration: none;
	display: block;
	color: #A4906C;
	text-align: center;
	font-weight: bold;
}

#clear_right {
	clear: both;
	height: 1px;
}

#content {
	background-color: #ffffc9;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: 178px;
	background-image: url(../images/design/chocolate-logo.jpg);
	color: #003;
}

#content ul {
	line-height: 90%;
	font-style: italic;
	font-weight: bold;
	color: #5F7E92;
	text-indent: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}
#content li {
	list-style-image: url(../images/design/bullet-2.jpg);
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 10px;

}

#content a:link{
	font-weight: bold;
}

#content a:hover, #content a:visited, #content a:active{
	border-bottom-width: medium;
	border-bottom-color: #663366;
	font-weight: bold;
	color: #000066;
}
#content .go_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;

}
#content .go_right {
	float: right;
	clear: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 0px;
	margin-bottom: 0px;
}
#content .clear_left {
	clear: left;
}


#menu {
	float: left;
	width: 173px;
	
}
#menu_inner, #menu_inner2 {
	text-decoration: none;
}
#menu_inner ul, #menu_inner2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_inner a:link, #menu_inner a:visited, #menu_inner2 a:link, #menu_inner2 a:visited{
	text-decoration: none;
	background-color: #5C7A92;
	width: 167px;
	display: block;
	padding-left: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B09975;
	border-right-color: #FF9900;
	border-bottom-color: #476984;
	border-left-color: #496B86;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
}
#menu_inner a:hover, #menu_inner2 a:hover{
		text-decoration: none;
	background-color: #475F72;
	width: 167px;
	display: block;
	padding-left: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B09975;
	border-right-color: #FF9900;
	border-bottom-color: #476984;
	border-left-color: #496B86;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;

}




/* MENU Level 2............................................................*/


#menu_level2 {
	text-decoration: none;
}
#menu_level2 ul{
	margin: 0;
	padding: 0;
}

#menu_level2 a:link, #menu_level2 a:visited{
	text-decoration: none;
	background-color: #5C7A92;
	width: 167px;
	display: block;
	padding-left: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B09975;
	border-right-color: #FF9900;
	border-bottom-color: #476984;
	border-left-color: #496B86;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
}
#menu_level2 a:hover{
	text-decoration: none;
	background-color: #5C7A92;
	width: 167px;
	display: block;
	padding-left: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B09975;
	border-right-color: #FF9900;
	border-bottom-color: #476984;
	border-left-color: #496B86;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
}



/* FOOTER ............................................................*/

#footer {
	clear: both;
	background-color: #436580;
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	border: 3px none #080000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

/* OTHER divs............................................................*/

#website_ad {
	text-align: center;
	border: thin dotted #660000;
	background-color: #E3E0B9;
}
#more_info {
	text-align: left;
	border: thin dotted #660000;
	background-color: #E3E0B9;
	padding: 5px;
}

#more_info .more_info_title {
	text-align: left;
	border: thin none #660000;
	font-weight: bold;
	color: #660000;
}
#more_info a:link, #more_info a:visited, #more_info a:hover, #more_info a:active{
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	color: #423218;
}
#more_info li {
	list-style-image: url(../images/design/button.jpg);
	padding-bottom: 10px;
}

/* OTHER ............................................................*/
.image_left{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.image_left img{
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #666666;
}
.image_centre img{
	clear: both;
	display: block;
	background-position: center center;
	float: none;
}
#oneandone {
	background-color: #B09975;
	text-align: center;
	color: #514120;
	border: 2px ridge #660000;
	width: 400px;
	margin: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#gallery {
	clear: none;
	text-align: center;
	vertical-align: top;
	color: #FFFF99;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B09975;
	border-right-color: #B09975;
	border-bottom-color: #B09975;
	border-left-color: #B09975;
}
#gallery .thumb{
	text-decoration: none;
	color: #B09975;
	text-align: center;
	border: thin solid #000000;
	height: 150px;
	width: 200px;
}
#gallery .resized{
	text-decoration: none;
	color: #B09975;
	text-align: center;
	border: thick double #000000;
	height: 300px;
	width: 400px;

}
#cards {
	clear: none;
	text-align: center;
	vertical-align: top;
	color: #FFFF99;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B09975;
	border-right-color: #B09975;
	border-bottom-color: #B09975;
	border-left-color: #B09975;
}
#cards .cardthumb{
	text-decoration: none;
	color: #B09975;
	text-align: center;
	border: thin solid #000000;
	height: 150px;
	width: 100px;
}
#cards .resized{
	text-decoration: none;
	color: #B09975;
	text-align: center;
	border: thick double #000000;
	height: 300px;
	width: 400px;

}

.centered_image {
	display: block;
	float: none;
	clear: none;
	margin: auto;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #804000;
	font-size: 18px;
	text-align: left;
}
.enquiry_button, .enquiry_button a:link, .enquiry_button a:visited, .enquiry_button a:hover, .enquiry_button a:active{
	background-color: #CCBDA6;
	border: medium solid #333333;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 210px;
}

.add_to_basket a:link, .add_to_basket a:visited, .add_to_basket a:hover, .add_to_basket a:active{
	background-color: #FFCC00;
	border: 1px solid #660000;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin: 10px;
}
.buy_now a:link, .buy_now a:visited, .buy_now a:hover, .buy_now a:active{
	background-color: #E4E4E4;
	border: 1px solid #333333;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.free_download a:link, .free_download a:visited, .free_download a:hover, .free_download a:active{
	background-color: #E3E0B9;
	border: 1px solid #333333;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.scientific_name {
	font-style: italic;
}
.sign_off {
	font-weight: bold;
	color: #436580;
	font-style: italic;
}
.new {
	font-weight: normal;
	color: #666666;
	border: 1px none #663333;
	font-style: oblique;
}
.white_text {
	color: #FFFFFF;
}
#poetry_list {
	background-color: #FFFFFF;
	border: 1px solid #D5AEAF;
	font-size: medium;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.hightlight_date {
	font-weight: 500;
	color: #AE5700;
}
.moth_list {
}
#infobox {
	background-color: #FFFFFF;
	border: thin none #4A2D1B;
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	padding-top: 120px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 270px;
}
#left_column {
	width: 300px;
	line-height: 20%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#right_column {
	width: 300px;
	text-align: center;
	float: right;
	line-height: 20%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
	background-color: #B1C6A5;
}


.table_left_heading {
	font-weight: bold;
	color: #660000;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
}
.table_small_text {
	font-size: small;
	color: #006600;
}
.bold_middle {
	font-weight: bold;
	text-align: center;
}
.photocaption {
	font-size: 10px;
	text-align: center;
}
.horizontal_rule {
	background-color: #FFFFCC;
	height: 5px;
	clear: left;
	display: block;
	border: 1px solid #A98D65;
}
.calendar {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.short_bulleted_list li {
	list-style-image: url(../images/design/button.jpg);
}
 
.short_bulleted_list li ul, .flat li ol {
	padding-left:0px;
}
.long_bulleted_list li {
	list-style-image: url(../images/design/button.jpg);
	padding-bottom: 20px;
}
 
.long_bulleted_list li ul, .flat li ol {
	padding-left:0px;
}
#mailform {
	background-color: #E8ECEF;
	border: medium dashed #91A7B9;
	text-align: center;
}
#bottom_image {
	height: 100px;
}
#menu_extras a:link, #menu_extras a:visited{
	text-decoration: none;
	background-color: #FFFFFF;
	width: 167px;
	display: block;
	padding-left: 5px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B09975;
	border-right-color: #FF9900;
	border-bottom-color: #476984;
	border-left-color: #496B86;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	color: #436580;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	text-indent: 20px;
}
#availability {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 40px;
}

.booked {
	color: #999999;
	text-decoration: line-through;
}
.available {
	color: #4E667A;
}
.centred{
	background-repeat: no-repeat;
	color: #698FAF;
	text-align: center;
	font-weight: bold;
	display: block;
}
#creekside {
	width: 250px;
	float: left;
	padding-right: 20px;
}
#title img {
	border: 1px solid #FFFFFF;
}
#highlights  {
	width: 250px;
	float: right;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #436580;
	border-left-color: #5C7A92;
}
#highlights ul {
	line-height: 100%;
	color: #436580;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	margin: 0px;
	font-size: 80%;
}
#highlights li {
	list-style-image: url(../images/design/bullet-1.jpg);
	list-style-position: outside;
	list-style-type: disc;

}
#cal_print {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}
#single_bullet {
	background-color: #FF6;
	display: block;
	text-align: left;
	text-indent: 0px;
}
#single_bullet ul{
	padding-top: 0px;
	margin-top: 0px;
}

#single_bullet li{
	padding-top: 0px;
	margin-top: 0px;
}
