html {
	overflow-y: scroll;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FEFDE8;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #7e003f;
	}

#wrapper {
	position: relative; 
	width: 1000px;
	background: url(../images/shadow2.png) repeat-y;
	margin: 0 auto;
	}

#container { 
	position: relative; 
	width: 970px;  
	background: white;
	margin: 0 auto; 
	text-align: left; 
	overflow: hidden;
	margin: 0 auto;
	} 

a {
	color: #004b7e;
	text-decoration: underline;
	}

a:hover {
	color: blue /*#8d1f57*/;
	text-decoration: none;
	}

/* Tips for absolutely positioned sidebars with header and footer:
	1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
	2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
	3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
	4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

#header { 
	height: 156px; 
	background: #e9e4e0 url(../images/headerbg.gif) no-repeat 0 0; 
	padding: 0;  
	} 

#header h1 {
	text-indent: -9999px;
	width: 965px;
	height: 146px;
	}

#header h1#home {background: transparent url(../images/home.jpg) no-repeat 0 0;}
#header h1#stay {background: transparent url(../images/stay.jpg) no-repeat 0 0;}
#header h1#eat {background: transparent url(../images/eat.jpg) no-repeat 0 0;}
#header h1#drink {background: transparent url(../images/drink.jpg) no-repeat 0 0;}
#header h1#events {background: transparent url(../images/home.jpg) no-repeat 0 0;}
#header h1#glry {background: transparent url(../images/gallery.jpg) no-repeat 0 0;}
#header h1#locality {background: transparent url(../images/locality.jpg) no-repeat 0 0;}
#header h1#find {background: transparent url(../images/find.jpg) no-repeat 0 0;}


#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	}


/* --- MAIN NAVIGATION --- */

#lhs {
	position: absolute;
	top: 156px;
	left: 0;
	width: 200px; 
	min-height: 400px; 
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background: #f4f1ef url(../images/xslice3.jpg) no-repeat 0 0;
	}

#primary ul {
	margin: 33px 0 0 26px;
	}

#primary li {
	display: block;
	height: 42px;
	width: 124px;
	margin: 0 0 2px 0;
	color: white;
	list-style-type: none;
	}

#primary li a {
	display: block;
	width: 110px;
	height: 32px;
	padding: 10px 0 0 14px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	}



#primary a#one {
	background: transparent url(../images/tabs.png) no-repeat 0 0;}
#primary a#one:hover, #primary a#one.active {
	background: transparent url(../images/tabs.png) no-repeat -124px 0;}
#primary a#two {
	background: transparent url(../images/tabs.png) no-repeat 0 -42px;}
#primary a#two:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -42px;}
#primary a#three {
	background: transparent url(../images/tabs.png) no-repeat 0 -84px;}
#primary a#three:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -84px;}
#primary a#four {
	background: transparent url(../images/tabs.png) no-repeat 0 -126px;}
#primary a#four:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -126px;}
#primary a#five {
	background: transparent url(../images/tabs.png) no-repeat 0 -168px;}
#primary a#five:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -168px;}
#primary a#six {
	background: transparent url(../images/tabs.png) no-repeat 0 -210px;}
#primary a#six:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -210px;}
#primary a#seven {
	background: transparent url(../images/tabs.png) no-repeat 0 -252px;}
#primary a#seven:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -252px;}
#primary a#eight {
	background: transparent url(../images/tabs.png) no-repeat 0 -294px;}
#primary a#eight:hover {
	background: transparent url(../images/tabs.png) no-repeat -124px -294px;
	}
#primary a#one.active, #primary a#two.active, #primary a#three.active, #primary a#four.active, #primary a#five.active, #primary a#six.active, #primary a#seven.active, #primary a#eight.active {
	background: transparent url(../images/active.png) no-repeat 0 0;
	}

	
#maintext { 
	margin: 0 230px 0 215px; 
	padding: 0 10px;
	min-height: 395px;	
	}

#maintext h2 { 
	font-size: 1.2em;
	margin: 20px 0 15px 0px;
	}

#maintext h3 { 
	font-size: 1.1em;
	margin: 15px 0 10px 0px;
	}

h4 {
	font-size: 1.0em;
	margin: 5px 0 0 0px;
	}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 0 10px 0px;
	padding-top: 10px;
	display: block;
	clear: both;
	width: 100%;
	}
h5.top {
margin-top: 10px;
	padding-top: 0px;

}

.sundries h4 {
	font-size: 1.0em;
	margin: 5px 0 10px 0px;
	}

#maintext p, #maintext ul, #maintext dl, td, th {
	font-size: 0.85em;
	margin: 15px 0 15px 0px;
	font-family: Kalinga, 'Century Gothic', Helvetica, Arial, sans-serif;
	}

#maintext img {
	float: right;
	}

td {
	width: 180px;
	}

dt {
	font-weight: bold;
	margin-top: 20px;
	}

dd {
	margin-left: 30px;
	}

#maintext ul, ul#maps {
	list-style-type: disc;
	}

ul#maps li, ul#menus li a {
	font-size: 0.9em;
	}

ul#maps {
	margin-left: 20px;
	}

#maintext ul li {
	margin: 2px 15px 3px 30px;
	}

#maintext .justify {
	text-align: justify;
	}

#rhs {
	position: absolute;
	top: 156px;
	right: 0;
	width: 215px;
	/*background: white url(../images/booking.jpg) no-repeat 0 20px; */
	padding: 15px 0;	
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	}


ul li.pdf {
	font-size: 1em;
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0  0px 10px 5px;
	background: url(../images/pdficon.gif) no-repeat 0 50%;
	}

#rhs ul li.pdf {
	font-size: 0.85em;
	}

.pic {
	height: 113px;
	width: 112px;
	margin: 0 12px 12px 0;
	float: left;
	border: 1px solid silver;
	}

.pic img	{
	height: 100px;
	width: 100px;
	margin: 6px 6px 4px 6px;
	}

#gallery {
	min-height: 990px;
	
	}

#gallery h4 {
	display: block;
	width: 100%;
	clear: both;
	padding: 20px 400px 10px 0;
	}

p#paul {
	text-indent: -90000px;
	height: 101px;
	background: url(../images/paul.png) no-repeat;
	}

p#peter {
	text-indent: -90000px;
	height: 121px;
	background: url(../images/peter.png) no-repeat;
	}

/* --- FOOTER --- */

#footer {
	margin-top: 40px;
	padding: 0 10px 0 20px; 
	background:#e9e4e0;
	position: relative;
	z-index: 1000;
	height: 65px;
	text-align: center;
	clear: both;
	overflow: hidden;
	} 

#footer p {
	font-size: 0.80em;
	font-weight: bold;
	margin: 0; 
	padding: 10px 0;
	
	}

#footer p strong {
	font-size: 1.15em;
	margin-left: 20px;
	}

#footer #secondary {
	font-size: 0.65em;
	margin: 0 auto 15px auto;
	}

#secondary a {
	color: #7e003f;
	}

#secondary a:hover {
	text-decoration: none;
	}

#secondary span.grey {
	color: #66676B;
	}


.fltrt { 
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

/* --- MAILCHIMP ENQUIRY SIGN-UP FORM --- */

#mc_embed_close {
	display: none;
	}

#mc_embed_signup, #booking, .sundries {
	background: #dcd5cf url(../images/rhsformtop.png) no-repeat 0 0;
	width: 203px;
	margin-bottom: 15px;
	}

#mc-embedded-subscribe-form, #eviivo, .misc {
	background: transparent url(../images/rhsformbottom.png) no-repeat 0 100%;
	padding: 10px 0 10px 20px;
	}

#mc-embedded-subscribe-form .mc-field-group, .indicate-required {
	font-size: 0.80em;
	margin: 1px 0 10px 0px;
	font-family: Arial, sans-serif;
		}

#mc-embedded-subscribe-form legend {
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 1px;
	}
fieldset p {
	font-size: 0.85em;
	padding: 10px 0;
	}

fieldset p strong {
	font-size: 1em;
	}

/* --- EVIIVO ROOM BOOKING FORM --- */


#booking p {
	font-size: 0.85em;
	margin-left: 0px;
	}

#booking strong {
	font-size: 1.1em;
	font-weight: bold
	}

.eviivo_rooms {
	display: none;
	}

#eviivo_rooms_amount .eviivo_roomlab, #eviivo_rooms_searches .eviivo_label, #eviivo_rooms_searches, #eviivo_rooms_amount {
	display: none;
	}

.eviivo_item .eviivo_label, .eviivo_item_long .eviivo_label {
	color: #7E003F;
	font-size: 1.0em;
	margin: 5px 0 0px 0px;
	font-family: Arial, sans-serif;
	}

.eviivo_item_calendar {
	display: block;
	position: absolute;
	top: 62px;
	left: 140px;
	}


.eviivo_item {
	display: block;
	position: absolute;
	top: 140px;
	left: 20px;
	}


.eviivo_item_nights {
	display: block;
	position: absolute;
	top: 97px;
	left: 20px;
	}

.eviivo_item_kids {
	display: block;
	position: absolute;
	top: 140px;
	left: 70px;
	}

.eviivo_item_long {
	margin-left: -10px;
	}





.eviivo_button .eviivo_button_image {
	float: left;
	clear: none;
	margin: 100px 0 5px -10px;
	}



#booking, .eviivo_title {
	display: none;
	}



/*  MINI GALLERIES */

.room, .calendar {
	width: 720px;
	border: 1px solid silver;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	min-height: 430px;
	}

.calendar {
	width: 500px;
	min-height: 100px;
	}

.mini_gallery {
	position: relative;
	height: 360px;
	display: block;
	float: right;
	width: 464px;
	margin: 7px 5px 0 10px;
	}

#smg {
	background: transparent url(../images/a1.jpg) no-repeat 77px 0;
	}

#qmg {
	background: transparent url(../images/b1.jpg) no-repeat 77px 0;
	}

#kmg {
	background: transparent url(../images/c1.jpg) no-repeat 77px 0;
	}


.main_image {
	float: left;
	margin: 0px;
	width: 387px;
	}

table.thumbnails {
	width: 77px;
	float: left;
	
	}

table.thumbnails td {
	border-bottom: 5px solid white;
	}

.room h3, .calendar h3 {
display: block;
position: relative;
width: 100%;
left: -10px;
top: -15px;
background: #F4F1EF;
padding: 15px 0 15px 10px;
}

.calendar dl {
	padding: 0 20px 30px 0;
	}
.calendar h4 {
	color: #a39a90;
	border-top: 1px solid silver;
	padding-left: 10px;
	margin-left: -10px;
	margin-top: -25px;
	padding-top: 25px;
	}

em {
	color: #004b7e;
	font-style: normal;
	text-decoration: underline;
	cursor: help;
	}

em:hover {
	color: #004b7e;
	text-decoration: underline;
	}

.room #i, .room #j, .room #k {
	display: block;
	padding: 0;
	width: 707px;
	margin: -7px 8px -5px 0 ;
	text-align: right;
	float: right;
	}

.sundries .misc p {
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	margin: 10px 0;
	}

img#strip {
	margin: 20px 0 30px 0;
	}
table#times {
	font-size: 95%;
	}
table#times th{
	font-size: 100%;
	text-align: left;
	}

table#times td {
	padding: 5px 0;
	}

table#times caption {
font-size: 105%;
	text-align: left;
	font-weight: bold;
	padding: 0 0 20px 0;
	}

p#small {
	font-size: 75%;
	padding: 80px 0 0 0;
	}

#smg img.thb, #qmg img.thb, #kmg img.thb {
width: 72px;
height: 54px;
border-width: 0px;
}


#booking img#noborder {
	border-width: 0px;
	}



#booking .eviivo_sbox {
		background: transparent;
		width: 183px;
		}

#booking .eviivo_button_image {
		background: transparent url(http://www.hotelprofitsystems.com/newinn/images/bookbutton.png) no-repeat 0 0;
		width: 127px;
		height: 22px;
		}

#booking .eviivo_button_image:hover {
		background: transparent url(http://www.hotelprofitsystems.com/newinn/images/bookbuttonhov.png) no-repeat 0 0;
		}

#booking .eviivo_provlink {
		visibility:hidden;
		}
