/********** GENERAL **********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	background-color: #FDFCF8;
	padding: 0px;
	text-align: center;
	background-image: url(https://crookhallgardens.co.uk/images/bg_1.jpg);
	background-attachment: fixed;
}

#all {
	width: 970px;
	border: 5px solid #2F623E;
	background-color: #FFFFFF;
	text-align: left;
}

#inv1 {
	display: none;
}
a {
	color: #006699;
}

/********** HEADER **********/

#header {
}

#HeadLogo {
	background-color: #FFFFFF;
	/*background-image: url(https://crookhallgardens.co.uk/images/header_bg.jpg);*/
	height: 124px;
}


/********** STRAPLINES **********/

.sub1 {
	color: #2F623E;
	padding: 6px;
	text-align: center;
	font-size: 12px;
	border-top: 0px solid #A8936C;
	border-right: 0px solid #663300;
	border-bottom: 0px solid #A8936C;
	border-left: 0px solid #663300;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
.sub1 h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
}
.sub1 h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
}

.sub2 {
	color: #2F623E;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #2F623E;
	border-right: 0px solid #2F623E;
	border-bottom: 1px solid #2F623E;
	border-left: 0px solid #2F623E;
	letter-spacing: 2px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/********** MAIN MENU with bullets **********/
#MainMenu {
	background-color: #2F623E;
	clear: both;
	text-align: center;
	height:33px;
}

#MainMenu li {
	list-style-type: none;
	float: left;
}

#MainMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 2px;
	margin: 2px 8px;
	font-size: 15px;
	display:block;
	float:left;
	height:25px;
	padding-top:5px;

}
#MainMenu a:hover {
	color: #FFFFFF;
	background-color: #7C9230;
}
#MainMenu a:active {
	color: #FFFFFF;
	background-color: #000000;
}

/********** SIDE MENU with bullets **********/

#SideMenu {
	width: 260px;
	padding-top: 8px;
	float: right;
	text-align: center;
	width:224px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left:20px;
	min-height:860px;
	max-height:2248px;
}

.SideNav {
	margin: 14px 1px 9px 0px;
	padding: 0px;
	background-color: #F5EFE0;
	border: 6px solid #7C9230;
}

.SideNav a {
display:block;
text-decoration:none;
color:#333333;
}
.SideNav a:hover {

}
.SideNav p {
	padding: 1px 4px;
	margin-top: 2px;
	text-align: left;
	font-size: 14px;
	text-align:center;
}
.SideNav img {

}
.SideArrow a {
	text-decoration: none;
	display: inline;
	background-color: #F5EFE0;
}
.SideArrow a:hover {
	background-color: #F5EFE0;
}

/********** PAGE TEXT **********/

#content {
	width: 700px;

}

#feature {
	padding: 6px 20px 20px;

}
#feature p {
	margin: 1px;
}

#PHeadPic {
	text-align: center;
	width: 320px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 19px;
}
#PHeadSub {
	color: #2F623E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 200px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#PHeadSub p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.PageLinks {
	border: 1px solid #006600;
	font-size: 84%;
	background-color: #EAEFEB;
}
/********** TEXT **********/

#PageText {
	clear: both;
}
.TextCent {
	clear: both;
	text-align: center;
}
.TextRgt {
	clear: both;
	text-align: right;
}
.TextSmall {
	font-size: 80%;
}

.DesComment {
	color: #CC0099;
	font-weight: bold;
}

/********** IMAGES **********/

.pic {
	border: 4px solid #2F623E;
}

.PicsRgt {
	text-align: center;
	clear: both;
	margin: 8px;
	float: right;
	width: 180px;
}
.PicsLft {
	text-align: center;
	clear: both;
	margin: 8px;
	float: left;
}


/********** FOOTER **********/

#footer {
	font-size: 80%;
	border-top: 1px solid #2F623E;
	border-right: 0px solid #96BF75;
	border-bottom: 0px solid #96BF75;
	border-left: 0px solid #96BF75;
	clear: both;
	text-align: center;
	width: 970px;
}

#footPt1 {
	padding: 3px;
	background-color: #F7F5EA;
}
#footPt2 {
	border-top: 1px solid #2F623E;
	color: #333333;
	padding: 3px;
}
#footPt3 {
}

#credits {
	background-color: #E9EAE1;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
	text-align: center;
	width: 625px;
	font-size: 90%;
}


/********** OTHER **********/

.list1 {
	margin: 6px;
	padding: 0px;
	border: 1px solid #009900;
	background-color: #FEFEFA;
}
.list1 li {
	font-size: 90%;
	list-style-type: disc;
	margin: 3px 3px 3px -12px;
	padding-left: -12px;
}
.list1 h3 {
	padding: 4px 3px 3px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	margin: 0px;
	background-color: #FFFFDF;
}
form {
	border: 1px solid #A8936C;
	padding: 5px;
	background-color: #ECF0E3;
}
.ComCredit {
	font-size: 84%;
	text-align: right;
	color: #000000;
}
.Comment {
	font-style: italic;
	color: #666666;
}
.EventBook {
	background-color: #2f623e;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.title-top{
background-color:#2F623E;
height:49px;
}

.title-top a {
display:block;
height:49px;
width:214px;
padding-top:10px;
}

.title-top-two{
background-color:#2F623E;
height:49px;
}

.title-top-two a {
display:block;
height:49px;
width:214px;
}


.sidebar-image {

}

#SideMenu img{
padding:0px;
margin:0px;	
}