* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bodyBG.png) 0px 0px repeat-x #C5A3C9;
	font-size: 14px;
	/*	background-color: #526638;*/
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3, h4, h5 {
	font-size: 16px;
}
p {
	margin-bottom: 5px;
}
a, a:visited {
	text-decoration: none;
	color: #243C8A;
}
a:hover {
	text-decoration: underline;
}
strong {
	color: #333;
}
hr {
	height: 1px;
/*	background-color: #999; */
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px #900;
	border-bottom: solid 1px #900;
}
.mar_lt {
	margin-left: 13px;
}
.mar_tp {
	margin-top: 13px;
}
.mar_bt {
	margin-bottom: 13px;
}
.mar_rt {
	margin-right: 13px;
}
.mar_rt_bt {
	margin-right: 13px;
	margin-bottom: 13px;
}
.mar_lt_bt {
	margin-left: 13px;
	margin-bottom: 13px;
}
table {
	border-collapse: collapse;
}
td {
	padding: 3px;
	vertical-align: top;
}
table.right_aligned_table {
	width: 50%;
	border-collapse: separate;
	float: right;
}
.right_aligned_table td {
	background-color: #eee;
	padding: 10px;
	height: auto;
	border: solid 1px #999;
	color: #4A3200;
}
.right_aligned_table td h3 {
	font-weight: bold;
}
.right_aligned_table td p {
	font-size: 12px;
}
img {
	border: none;
}
img.polaroid {
	border: solid #fff 7px;
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333')";
/*	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333')";*/
}
.boxShadow {
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333')";
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333')";
}
#wrap {
	position: relative;
	width: 100%;
}
#innerWrap {
	background: url(../images/wrapBG.png) 0px 0px repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}
#banner {
	background: url(../images/chghbanner2.jpg) no-repeat 0px 0px;
	position: relative;
	border-bottom: solid 1px #000;
	padding: 10px;
	position: relative;
	height: 90px;
}
#banner .logo {
	position: absolute;
	top: 28px;
	left: 20px;
}
#banner .tel {
	position: absolute;
	top: 18px;
	left: 600px;
}
/*#bannerBox {
	float: right;
	text-align: right;
	background: url(../images/QABB4.gif) no-repeat 5px 5px #F4F4F4;
	padding-left: 95px;
	height: 85px;
	width: 210px;
	position: relative;
}
#bannerBox2 {
	text-align: right;
	width: 200px;
	margin-top: 5px;
	background-color: #F4F4F4;
	color: #333333;
	padding-right: 10px;
	float: right;
}
#bannerBox2 p {
	padding: 0px;
}
#bannerBox2 a {
	color: #526638;
}
#headLinks {
	clear: both;
	float: right;
	margin-top: 3px;
	background-color: #F4F4F4;
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 180px;
	position: relative;
}
#headLinks a {
	color: #526638;
}
*/
#colWrap {
	position: relative;
}
#leftBar {
	float: left;
	width: 170px;
	position: relative;
	z-index: 100;
	text-align: center;
	padding-bottom: 5px;
}
.leftboxes {
	text-align: center;
	position: relative;
	float: left;
	width: 145px;
	padding: 5px;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 15px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #EBEBEB;
}
.leftboxes h3 {
	margin-bottom: 7px;
}
.leftboxes p {
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}
.leftboxes .figure {
	position: relative;
	margin-left: 10px;
}
.leftboxes img {
	width: 145px;
	position: relative;
	margin-bottom: 5px;
}
#navbarVertical h5 {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FFFFFF;
	font-family: "Bodoni MT";
	font-size: 21px;
}
ul#navbarVertical {
	float: none;
	text-align: left;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: solid 2px #D5DECB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#navbarVertical li {
}
#navbarVertical a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #005100;
	line-height: 25px;
	border-top: solid 2px #D5DECB;
	padding-left: 20px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navbarVertical a.active{
	color: #000;
	border-top: solid #495739 2px;
	background-position: left top;
}
#navbarVertical a:hover {
	border-top: solid 2px #495739;
	color: #5B0000;
	background-position: left top;
}
#bookBtn {
	width: 130px;
	height: 28px;
	position: relative;
	border: 3px groove #D5DECB;
	background-color: #E8E8E8;
	margin-right: auto;
	margin-left: auto;
}
#bookBtn a {
	font-size: 12px;
	color: #005782;
	font-weight: bold;
	display: block;
	line-height: 28px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bookBtn a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	background-color: #EBEBEB;
	min-height: 400px;
	background-image: url(../images/bgImage.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contInner {
	background-image: url(../images/marginBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#contInner2 {
}
#flashCont {
	margin-bottom: 10px;
}
#flashCont img {
	width: 590px;
}
#flashCap {
	background-color: #F4F4F4;
	float: left;
	margin-right: 5px;
	min-width: 150px;
	padding: 5px;
	width: 200px;
}
#flashMovie {
	border: solid 1px #999;
}
#find #flashCont {
	height: 100%;
}
#pageCont {
	padding-top: 10px;
	margin-left: 185px;
	margin-right: 180px;
	position: relative;
	overflow: visible;
	min-height: 500px;
}
#gallery #pageCont,
#gallerylarge #pageCont {
	margin-left: 200px;
	margin-right: auto;
}
#gallery #contInner2 {
	background-image: none;
}
.headCont {
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 590px;
}
#gallery .headCont,
#gallerylarge .headCont {
	border: none;
}
.colCont {
	float: left;
	width: 590px;
}
/*
.col1 {
	position: relative;
	margin-right: 320px;
}
#terms .col1,
#about .col1,
#contact .col1,
#faq .col1,
#noticeboard .col1,
#privacy .col1 {
	margin-right: 0px;
}
.col1 table img {
	width: 130px;
	padding-right: 10px;
}
.col1 td {
	padding-bottom: 5px;
}
.centreBox {
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	position: relative;
	margin-bottom: 5px;
	padding-top: 13px;
	padding-left: 13px;
	background-image: url(../images/buttonBG.png);
	background-repeat: repeat;
	border: 1px solid #999999;
	width: 285px;
}
.centreBox img {
	width: 100px;
	margin: 5px;
}
.centreBox h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.centreBox h3.textScriptB36 {
	font-size: 18px;
}
.col2 {
	float: right;
	width: 310px;
	position: relative;
	padding-top: 5px;
}
#find .col2 {
	width: auto;
	float: none;
}
#find .centreBox {
	float: left;
	width: 330px;
	margin-right: 10px;
	height: 100px;
}
#pricelist {
	position: relative;
}
#pricelist h4 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#priceDets {
	position: relative;
}
#priceDets .leftcol {
	width: 150px;
	float: left;
}
#priceDets .rightcol {
	margin-left: 160px;
}
*/
#rightBar {
	float: right;
	width: 170px;
	min-height: 400px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-right: 5px;
}
.rightboxes {
	text-align: center;
	position: relative;
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.rightboxes h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.rightboxes p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}
.rightboxes .figure {
	position: relative;
	margin-left: 15px;
}
.rightboxes img {
	width: 130px;
	margin-bottom: 5px;
}
#payMeth {
	text-align: center;
	position: relative;
	margin-right: 180px;
	margin-left: 180px;
	clear: both;
	padding-bottom: 10px;
}
#footBar {
	text-align: center;
	clear: both;
}
#footer {
	background: url(../images/wrapBt.png) 0px 0px no-repeat;
	width: 960px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 5px;
	position: relative;
	color: #333;
	font-size: 11px;
}
#footer a {
	color: #333;
}
#footer .floatRight {
	text-align: right;
}
#form1 {
	border: solid 1px #999;
	background-color: #eee;
/*	background-image: url(../images/headBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/	width: 570px;
	padding: 10px;
	position: relative;
	margin: 0px;
	float: left;
}
#reqhead {
	color: #990000;
	margin-top: 10px;
	margin-bottom: 15px;
}
.label {
	text-align: left;
	clear: left;
	width: 115px;
	padding-right: 15px;
	position: relative;
	float: left;
	font-weight: normal;
}
.field {
	border: solid 1px #ccc;
	clear: right;
	width: 400px;
	position: relative;
}
input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}
textarea.invalid {
	background-color: #FF9;
	border: 2px red inset;
}
label.invalid {
	color: #F00;
	font-weight: bold;
}
input#submit {
	margin-left: 130px;
}
#captchaImg {
	position: relative;
	top: 5px;
}
ul.contact_error {
	color: #900;
	list-style-type: none;
	margin-bottom: 15px;
}
.formClass p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.text11 {
	font-size: 11px;
}

.text18 {
	font-size: 18px;
}
.text10italic {
	font-size: 10px;
	font-style: italic;
}
.textScript24 {
/*	font-family: "Script MT Bold";
	color: #005782;*/
	font-size: 24px;
	margin-bottom: 10px;
}
.textScriptB36 {
/*	font-family: "Script MT Bold";
	color: #005782;*/
	font-weight: bold;
	font-size: 24px;
}
.textDkRed {
	color: #990000;
}
.textRedBold {
	color: #FF0000;
	font-weight: bold;
}
.textGreenBold {
	color: green;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.headline {
	font-size: 15px;
	font-weight: bold;
	color: #005782;
}
.leadLine {
	font-size: 14px;
/*	color: #006699; */
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.relative {
	position: relative;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	min-height: 1px;
}
.printOnly {
	display: none;
}
.noDisp {
	display: none;
}
.noPrint {
	display: block;
}
.figure {
	background-image: url(../images/dropshad.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.figure img {
	position: relative;
	left: -8px;
	top: -5px;
}
.caption {
	position: relative;
	width: 200px;
}
#gallCont {
	position: relative;
	padding-top: 20px;
}
#gallpics {
	float: left;
	margin-right: 10px;
	position: relative;
	margin-bottom: 10px;
}
#gallpics .figure {
	position: relative;
	float: left;
	background-image: none;
}
#gallpics .figure img {
	position: relative;
	left: -7px;
	top: -5px;
	width: 180px;
}
#gallpics .caption {
	position: relative;
	float: left;
	width: 160px;
	clear: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#gallerylarge #gallpics .figure {
	position: relative;
	float: left;
}
#gallerylarge #gallpics .figure img {
	position: relative;
	left: -7px;
	top: -5px;
	width: 400px;
}
#gallerylarge #gallpics .caption {
	text-align: center;
	position: relative;
	clear: left;
	float: left;
	width: 275px;
}
#faq  .col1, #noticeboard .col1 {
	margin-bottom: 10px;
	border-bottom: solid thin #fff;
	padding-bottom: 10px;
}
#noticeboard .col1 img,
#faq .col1 img {
	width: 120px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.dropshad {
	background-image: url(../images/dropshad.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pagerWrap {
	height: 30px;
	width: 780px;
	float: left;
}
.pager {
	float: left;
	margin-right: 5px;
	height: 30px;
}
.pager a {
	display: block;
}
.pager a:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}
.w300 {
	width: 300px;
}
.w200 {
	min-width: 200px;
}
.w190 {
	width: 190px;
}
.imgcredit {
	font-size: 10px;
}
.padTop5 {
	padding-top: 5px;
}
#SecretScotland {
	background-color: #fff;
	margin-left: 5px;
	margin-bottom: 15px;
}
.picture {
	position: relative;
	padding: 10px;
	width: 160px;
	height: 185px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333')";
}
.right {
	margin-right: 0px;
}
.picture img.w180 {
	width: 160px;
}
.picture img.h180 {
	height: 160px;
}
.picture .caption {
	margin-top: 10px;
	width: 174px;
}
.picture .caption h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.picture .caption p {
	font-size: 11px;
	margin-bottom: 3px;
}
.picture .enlarge {
	position: absolute;
	bottom: 7px;
	left: 10px;
	display: block;
}
.navWrap {
	clear: both;
	position: relative;
	float: left;
	z-index: 0;
	width: 100%;
	margin-bottom: 10px;
}
.navFrm {
	float: left;
	width: 14px;
	margin-right: 5px;
	position: relative;
}
.adnl {
	width: auto;
}
span.navFrm {
	color: #A47102;
	font-size: 12px;
	width: 10px;
	height: 18px;
	text-align: center;
	display: block;
}
.navFrm .butt {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 14px;
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	padding-bottom: 3px;
	margin: 0px;
	display: block;
}
.navFrm .butt[disabled=disabled] {
	cursor: default;
}
.disabled,
.disabled:hover {
	color: #ccc;
}
.navFrm .num {
	text-indent: 0px;
	position: relative;
	top: -2px;
	width: auto;
}
.navFrm .prev {
	background-image: url(../images/cc_backBtn.gif);
}
.navFrm .next {
	background-image: url(../images/cc_forwardBtn.gif);
}
.blog {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #999;
	float: left;
	width: 540px;
}
.blog h2 {
	margin-bottom: 0px;
}
.blog .date {
	font-size: 11px;
	font-style: italic;	
}
.blog .imgBx {
	width: 160px;
	float: left;
}
.blog .imgBx img {
	width: 150px;
	margin-right: 10px;
}
.blog .blogCont {
	margin-left: 160px;
}
