@font-face{
	font-family: Cabin;
	src: url(cabin/Cabin-Regular.otf);
}

@font-face{
	font-family: Quatt;
	src: url(quattrocento-sans/QuattrocentoSans-Regular.otf);
}

@font-face{
	font-family: Hattori;
	src: url(Hattori-Hanzo/Hattori_Hanzo.otf);
}

img{
	border: none;
}

body {
	font-family: Cabin;
	font-size: 12pt;
	letter-spacing: 1px;
	line-height: 26px;
	background: #c8ecfe;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-x: hidden;
}

#clear{
	clear: both;
}

#LogoHeader{
	display: block;
	position: relative;
	left: 50%;
	margin-left: -700px;
}



#Menu{
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -500px;
	color: #FFFFFF;

}

#Menu, #Menu > li > ul {
	list-style: none;
	font-weight: bold;
	color: #FFFFFF;
	
}

#Menu > li {
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
	margin-right: 10px;
	background-color: #000;
	
}

#Menu li > a {
	display: block;
	background-color: #000;
	color: #FFFFFF;
	padding: 4px 25px 5px;
	text-decoration: none;
	
	
}
#Menu li:hover > a {
	background-color: #4bf;
	color: #fff;
	z-index: 1000;
	
}

#Menu > li > ul {
	position: absolute;
	display: none;
	padding: 0;
	z-index: 1000;
	color: #FFFFFF;
}

#Menu > li > ul > li {
	border-bottom: 1px solid #FFFFFF;
	
}

#Menu > li:hover > ul {
	display: block;
	color: #FFFFFF;
	background-color: rgb(10,232,20);
	z-index: 1000;
}

#Header{
	width: 100%;
	background-color: #c8ecfe;
	opacity: 0.95;
	z-index: 2000;
	overflow: visible;

}

.menu{
	position: relative;
	z-index: 3500;
}

.fixed{
	position: fixed;
	top: 0;
	margin-bottom: 15px;
}

.spacer{
	height: 51px;
	display: none;
}

#MenuWrap{
	background-color: rgb(10,232,20);
	background-image: url(images/headerline.png);
	background-repeat: no-repeat;
	background-position:center; 
	color: #FFFFFF;
	z-index: 1000;
	height: 50px;
	margin-top: -15px;
}

#MainBody{
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: transparent;
	z-index: 1;
	margin-top: 15px;
}

#MainBody p{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	
}

#sideColumn div{
	margin-bottom: 10px;
}

#contactSide{
	width: 225px;
	height: 125px;
	border: 2px solid rgb(250,150,26);
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #f8e90c;
}

.sideText{
	width: 200px;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	text-decoration: none;
	font-variant: small-caps;
	background-color: transparent;
	text-align: center;

}

.sideText a{
	width: 150px;
	font-size: 7pt;
}

#pricePromoSide{
	background: transparent;
	width: 225px;
}

#pricePromoSide img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	border: 0;
}

#giftVouchers{
	background: #FFFFFF;
	border: 1px solid rgb(218,7,16);
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 225px;
	height: 125px;
}

#giftVouchers img{
	display: block;
	width: 225px;
	height: 125px;
	border: none;
}

#competitionSide{
	background: transparent;
	width: 225px;
}

#competitionSide img{
	display: block;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#visitBSM{
	background: transparent;
	width: 225px;
}

#visitBSM img{
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 2px solid rgb(250,150,26);
	border-radius: 7px;
	-moz-border-radius: 7px;
}

#mainColumn{
	position: relative;
	display: block;
	width: 55%;
	float: left;
	background: #FFFFFF;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 1;
	margin-left: 30px;
}

#sideColumn{
	position: relative;
	display: block;
	width: 20%;
	float: left;
	z-index: 1;
	
}

#footer{
	background-color: #707070;	
	margin-top: 100px;
	min-height: 130px;
}

#rightColumn{
	position: relative;
	display: block;
	width: 20%;
	float: left;
	z-index: 1;
}

#footerLeft{
	display: block;
	width: 25%;
	margin-left: 5%;
	float: left;
	background-color: #707070;
}

#footerLeft img{
	display: block;
	width: 45px;
	height: 45px;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
}

#footerCentre{
	display: block;
	width: 25%;
	margin-left: 5%;
	float: left;
	text-align: center;
	font-size: 8pt;
	background-color: #707070;
}

#footerRight{
	display: block;
	width: 25%;
	margin-left: 5%;
	float: left;
	background-color: #707070;
}

#footerRight p{
	font-size: 8pt;
	text-align: right;
}





#dropDownEnquiry{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 5px 5px 0 0;
	-moz-border-radius:x 5px 5px 0 0;
}

#sendToAFriendHeader{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}


.dropDownHeader{
	display: block;
	width: 100%;
	margin-left: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #f8e90c;
	background-image: url(images/darrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;	
}

.dropDownHeader:hover{
	background-color: #e5d92a;
	cursor: pointer;
}

.active{
	background-color: #f8e90c;
	background-image: url(images/uarrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;	
}

.active:hover{
	background-color: #e5d92a;
	cursor: pointer;	
}



.dropDownBody{
	display: none;
	width: 100%;
	margin-left: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-image: url(images/graystripe.jpg);
	color: #FFFFFF;
}

.dropDownBodyContent{
	width: 90%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10pt;
}

#socialMedia img{
	width: 58px;
	height: 58px;
}

label.error{
	display: block;
	color: #f50012;
	font-style: italic;
	margin-bottom: 0;
	font-size: 9pt;
}

#EnquiryForm label{
	display: block;
}

#EnquiryForm input, select{
	display: block;
	margin-top: 10px;
}

#FriendForm label{
	display: block;
}

#FriendForm input, select{
	display: block;
	margin-top: 10px;
}

#pricesTable{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e5d92a;
	padding: 5px;
}

#pricesTable td{
	border: 0;
	text-align: center;
}

#pricesTable td.header{
	font-size: 15pt;
	text-decoration: underline;
	font-style: italic;
}

.quote{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	background-color: rgb(250,245,154);
	text-align: justify;
	padding: 10px;
}

.InTextHeader{
	display: block;
	text-align: center;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 15pt;
}

.contentList{
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.contentHeader{
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

#googleMap{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#contactFormWrap{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	
}

#contactForm label{
	display: block;
}

#contactForm input, select, textarea{
	display: block;
	margin-top: 10px;
}

#maneouvresMenu{
	width: 225px;
	border: 2px solid rgb(250,150,26);
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #f8e90c;
	display: block;
	margin: 0;
}

#maneouvresMenu table{
	width: 100%;
}

#maneouvresMenu td{
	border-top: 1px solid rgb(250,150,26);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

#maneouvresMenu p{
	text-align: center;
	text-decoration: underline;
}

#maneouvresMenu a{
	text-decoration: none;
}

#TestimonialSubmit{
	display: block;
	position: relative;
	left: 35%;
}

#TestimonialSubmit label{
	display: block;
}

#TestimonialSubmit input, textarea{
	display: block;
	margin-bottom: 15px;
}

.hiddenInput{
	position: absolute;
	left: 99999px;
	overflow: hidden;
}







.largeTestimonialText{
        background: rgb(10,232,20);;
	background-color: rgb(10,232,20);;
	border: 1px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12pt;
	padding: 15px 15px 15px 15px;
	font-style: italic;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
}


.largeTestimonialAuthorWrap{
	background-image: url(images/largeTestimonialBubble.png);
	background-position: 20%;
	background-repeat: no-repeat;
	width: 100%;
	height: 82px;
	margin: 0;
	line-height: normal;
	position: relative;
	top: -16px;

}

.largeTestimonialAuthor{
	font-size: 10pt;
	position: relative;
	left: 25px;
	top: -30px;
	margin-bottom: 25px;
	line-height: normal;
}