body { padding:0px; margin:0px;  }

#header { width:100%; margin:0 auto; border-bottom:3px #c2baa7 solid; 
    -moz-box-shadow: 2px 3px 5px #a9a18c;
    -webkit-box-shadow: 2px 3px 5px #a9a18c;
    box-shadow: 2px 3px 5px #a9a18c;
	position:relative;
	height:120px;
	z-index:55;
 }
 
 /* Gallry */
.gallery ul {
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding: 0px;
}
.gallery li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.gallery img {
	padding: 5px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

 
a { color:#464033; text-decoration:none;} 
 
 .breadcrumbs
{
     width:780px;
     margin-top:6px;
     padding: 5px;
     color: #737373;
     font-size: 11px;
     font-weight: bold;
}
.breadcrumbs a
{
     text-decoration: none;
     color: #00305f;
     font-style: italic;
}
.breadcrumbs a:hover
{
     text-decoration: none;
     color: #00305f;
     font-style: italic;
}
 
.boxes { border: 1px solid #CCC;
 margin-right:3px;
 padding: 6px;
 background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    -moz-box-shadow: 1px 2px 2px #a9a18c;
    -webkit-box-shadow: 1px 2px 2px #a9a18c;
    box-shadow: 1px 2px 2px #a9a18c; /* IE6-9 */ }
 
.logo { background-image:url(../images/logo.jpg); width:243px; height:77px; float:left;  }
.reservation { background-image:url(../images/check.jpg); float:right; width:150px; height:40px; margin-top:13px;  }

h1 { font-family: 'Roboto', sans-serif; margin:0px; padding:0px; font-size:24px; text-align:center; font-weight:normal; }
p { font-family: 'Open Sans', sans-serif; font-size:14px; }

#container { width:1000px; background-color:#FFF; margin:0 auto; }
#footer {  border-top:3px #c2baa7 solid; background-color:#ded5c0; height:30px; width:100%; padding-top:15px; }
#footer p { color:#000; padding:0px; margin:0px; font-size:12px; text-align:center; }
.footerdiv { width:180px; float:left; }

.lribbon { background-image: url("../images/lribbon.png");
     height: 59px;
    left: -49px;
	bottom:-15px;
    position: absolute;
    width: 50px; }
	
.rribbon { background-image: url("../images/rribon.png");
    height: 59px;
    right: -49px;
	bottom: -15px;
	float: right;
    position: absolute;
    width: 50px; }
	
.gallery-container { width:1000px; height:423px; margin:0 auto; }
.fadein { position:relative; width:1000px; height:423px; }
.fadein img { position:absolute; left:0; top:0;	}
.banner-container { width:100%; height:463px; }
.bannerbg { width:100%; background-image:url(../images/bg.png); height:280px; padding-top:25px; position:relative; z-index:1; }
.triangle { position:absolute; background-image:url(../images/triangle.png); width:100%; height:11px; bottom:0px; }

input[type=text] {
	width: 250px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 15px;
	padding: 5px;
	box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
textarea {
	width: 250px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 15px;
	padding: 5px;
	box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-box-shadow: inset 2px 2px 2px #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.booking-form input, .booking-form textarea, .booking-form select {
	background: -moz-linear-gradient(center top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #E5E5E5;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	outline: 0 none;
	padding: 12px;
	width: 300px;
}
.booking-form input:hover, .booking-form textarea:hover, .booking-form input:focus, .booking-form textarea:focus {
	
}

#book { width: 325px!important; }

.booking-form textarea {
	height: 75px;
	margin-bottom: 10px;
	max-width: 300px;
	width: 300px;
}
.booking-form input:hover, .booking-form textarea:hover, .booking-form input:focus, .booking-form textarea:focus {
	border-color: #C9C9C9;
}
.booking-form p {
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.submit input {
	background: none repeat scroll 0 0 #617798;
	border: 0 none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 9px 15px;
	width: auto;
}

#nav { display:none; }

#book-normal { display: block; }
#book-mobile { display: none!important; }

.virtual-tour { float:right; margin:20px 0 20px; }

@media only screen and (max-width : 800px) {
	

	#book-normal { display: none!important; }
	
	.right-float-form { margin-left: 0!important; position: inherit!important; }
	
	#book-mobile { display: block!important; }
	
#sthoverbuttons { display:none!important; }	
	
.boxes { width:150px!important; height:auto!important; }
	
#menu { display:none; }
	
.heading-accommodation { width:200px!important; }	

.accomimage { display:none!important; }

	#current-contact h1 {
line-height: 30px!important;}

.border { width:auto; height:125px; margin-left:10px; }

#stLframe { height:0px!important }
.stLframe { height:0px!important }
#ratesblock { display:none; }

form { margin-left:10px!important; }

.mobiledn { display:none; }

a.enquire-now {
	margin-left:10px!important;
}

#contentrightform {
	display:none!important;
}

.footer { display:none; }

p { padding-left:10px!important; padding-right:10px!important; }

 h3 { padding-left:10px!important; padding-right:10px!important; font-size:20px!important; }

h2 { padding-left:10px!important; padding-right:10px!important;  }

textarea    {
	width:100%;
	float:left;
}

input[type=submit] {
width:100%;float:left; }
	
	input[type=submit]:hover {
		width:100%;float:left; }

#current-contact {
	width:100%;
	left:0px;
}

#TA_certificateOfExcellence981 { width:148px!important; }

#TA_excellent261 { width:150px!important; }

#TA_linkingWidgetWAR17 { width:155px!important; }

#TA_rated739 { width:150px!important; }

.tripadvisor { margin:0 auto; }

.quickboxleft { width:100%;  }
.quickboxright { width:100%; float:left;  }

.gridright { float:left; }

.rsContent {
    height: 100%!important;
    position: relative!important;
    width: 100%!important;
}

.rsSlide {
    position: absolute!important;
}

img.mobile { width:100%; height:auto; }
img.book { width:160px; height:auto; }

.displaynone { display:none; }


.fadein { position:relative; width:100%; height:auto; padding-bottom:45%; box-shadow:none!important; }
.fadein img { position:absolute; left:0; top:0; width:100%; height:auto; padding-bottom:45%;}

.menu { width:1040px; float:left; margin-top:0px; margin-bottom:5px}
.menu ul { list-style:none; padding-top:117px; display:none;}
.menu ul li { float:left; margin-right:20px;}
.menu ul li:first-child { margin-left:20px;} 
.menu ul li:last-child { margin-right:0px;} 
.menu ul li a { float:left; color:#FFF; font-family: 'Quicksand', sans-serif;  font-size:12px; text-decoration:none;}

textarea {

	width: 95%!important;
}
	

#nav {
	
display: inline-block;
float:left;
width: 100%;
}

#nav ul {
	list-style: none;
	padding: 0;
margin: 0;

}


#nav li {
padding: 0;
margin: 0;
padding-bottom: 0px;
padding-top: 0px;
width: 100%;
border-bottom: 1px dashed #423d29;
background-repeat: no-repeat;
background-position:right;
}

#nav li a {
color: #000;
text-decoration:none;
padding: 10px;
width: auto;
display: block;
font-family: "Helvetica",Arial,sans-serif;
font-size:16px;
}			


div {
width: 100%!important;	
height: auto!important;	
float: none!important;
}

h1 {
margin-left: 15px!important;
margin-right: 15px!important;	
}

h3 {
margin-left: 0px!important;	
}

.left-col-heading h3 {
	margin-left: 0!important;	
}

.left-col-heading {
	width: auto!important;
}

.left-column {
width: auto!important;	
margin-right: 10px!important;
}

.header img {
width: 100%!important;
height: auto!important;	
}

.footer img {
width: 100%!important;
height: auto!important;	
}

#menu ul {
width: 100%!important;
float: none!important;	
position: relative!important;
}

#menu li {
width: 100%!important;
border: 0!important;

}


#search input[type="text"] {
width: 60%!important;
margin-left: 15px!important;	
}

.content ul {
margin-right: 15px!important;	
}

.article-main-image {
width: 100%!important;	


}

.article-main-image img {
width: 91%!important;	
min-width: 120px!important;
}

.article-main {
	margin: 0!important;
	width: auto!important;
}

iframe {
width: 90%!important;	
}

input {
width: 68%!important;	
}

textarea {
width: 68%!important;	
}

.button_search {
width: 10%!important;	
}

.map {
width: auto!important;	
}



.right-new-col {
margin: 0!important;	
}

.galimg { height:auto!important; width:100px!important; }

}
