


body {
	background: #ffce00 repeat-y top center url('images/superback.png');

	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color : #4F4F4E;

	margin: 0px;
	padding: 0px;
	text-align: center;
}


#Specials {
	margin-top: 20px;

	background: url(images/menuRight.png) repeat-y right;
	
}

#SpecialsBottom {
	padding-left: 42px;
	width: 203px;
	height: 48px;
	background: no-repeat bottom right url('images/SpecialsBottom.png');
}
#newsRotator1{
	padding-left: 35px;
}

.scrollItem a {
	text-decoration: none;
	color: #CC0000;
}

.scrollItem {
	font-size: 11px;
	padding-bottom: 16px;
	padding-left: 1px;
	line-height: 16px;
}

.scrollItem img {
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	padding-right: 4px;
	margin-bottom: -3px;
}

a img {
  border: 0px;
}

li { 
	list-style: none;
	list-style-type: none;
	color: #666666;
	line-height: 22px;
	background: url('images/listItem.png') 0px 5px no-repeat;

	font-size: 12px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


ol li {
	list-style: decimal;
	color: #666666;
	line-height: 22px;
	background: transparent;

}


li {
	list-style-position: outside;
}

/* ==================== PAGE CONTAINER ====================== */
#container {
  margin: 0 auto;
	background: #fff;
  width: 1000px;
	text-align: left;
	border: solid 1px #ffffff;
}


#containerTop {
	font-size:0px;
  margin: 0;
	background: #809E88 no-repeat top center url('images/supertop.png');
  width: 100%;
	height: 14px;
}

#containerBottom {
	font-size:0px;
  margin: 0;
	background: #809E88 no-repeat top center url('images/superbottom.png');
  width: 100%;
	height: 14px;
}

#containerPadTop {
	margin: 0;
	background: #ffce00 url('images/bg.png') repeat-y;
	width: 100%;
	height: 20px;
}

#containerPadBottom {
  margin: 0;
  background: #ffce00 url('images/bg2.png') repeat-y;
  width: 100%;
  font-size: 9px;
}


.welcomeTitle {
	width: 88px;
	height: 24px;
	background: url('images/welcome.png');
	margin-top: 0px;
	margin-bottom: 6px;
}

a:link {
	color: #003D79;
	text-decoration: none;
}
a:visited {
	color: #003D79;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003D79;
}

p {
	margin-bottom: 12px;
	margin-top: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5A5A5A;
	padding-right: 10px;
}

.error {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff4444;
}

.pageHeading, h1 {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #003e79;
	padding: 0;
	margin: 0;
	clear: right;
}

/*
.headingBox .locationMap {
	margin-right: 20px;
	height: 70px;
	width: 85px;
}
*/


.headingBox .stars {
	margin-bottom: 5px;
}

.headingBox h1 {
	padding-top: 12px;
}

.pageWelcome {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 3px;
	color: #899F9C;
}



.head2, h2 {
	line-height: 200%;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffcf01;
	clear: both;
}

.head3 {
	margin-top: 5px;
	margin-bottom: 3px;

	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #28657E;
}

ul {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

th {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-align: left;
	padding: 4px 2px 4px 2px
}

td {
	font-size: 12px;
}

.mainTableBorder {
	border: solid 2px #AAA58C; /*#1D4F43*/
	background-color: white;
}

.contentSuperior {

  margin-left: 8px;
  margin-right: 24px;
  margin-top: 2px;
  margin-bottom: 20px;
}

.contentSuperior .headingBox {
	position: relative;
	clear:both;

	padding-bottom: 8px;
	margin-bottom: 5px; 
}


.cliff {
	clear: both:
	margin-top: 8px;
	margin-bottom: 6px;
	height: 9px;
	width: 100%;
	background: no-repeat top center url('images/cliff.png');
}


/*
.featuresBox {
	clear:both;
	border-bottom: 1px solid #a4b9aa;

	background: no-repeat top left url('./images/features.png');
	padding-bottom: 15px;
	margin-bottom: 14px; 
	padding-top: 38px;
}

.featuresBox ul {
	margin: 0;
	padding: 0;
}

.featuresBox ul li {
	background: url('./images/listItem.png') 0px 5px no-repeat;

	font-size: 11px;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
*/



textarea,
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5A5A5A;

	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	border-right:0;
	border-bottom:0;
}


input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5A5A5A;
}


.leftMargin {
	text-align:left;
	width: 245px;


	border-style: none;
	background-color: #FFF;
}

.rightMargin {
	background-color: #E9EDEC;
	padding-top: 20px;
}

.wrapPanel {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.indexPanel {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-style: none;
}

.topSpacer {
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	background-color: white;
}


.pageBody {

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.roomDetailsBody {
	margin: 0px;
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-style: none;
	background-color: #FFFFFF;
}

.blot {
	margin-top: 5px;
	background-color: #28657E;
}

.editbox {
	border: none;
}

.caption {
	font-size: 10px;
}

.element {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 2px 4px 2px;
}

.elementTitle {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #003e79;
	padding: 4px;
}

.elementEdit {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
	padding: 10px 2px 8px 2px;
}


form {
	margin: 0px;
}

.subBox {

  background-color: #FFF;
  color: #205B2A;
  border: 1px solid #205B2A;
  font-size: 12px;
}

.roomTitleRow {
	background: #6ea1c6;
	color: #ffffff;
}

.roomTitle {
	padding: 2px;
	font-size: 14px;
	color: #ffffff;
}

.elementBackgroundDark  { }
.elementBackgroundLight { }

.formBackgroundDark  { background-color: #e5ebf1; }
.formBackgroundLight { background-color: #f0f4f7; }

.mediaContainer img {
  padding-top: 18px;
  padding-bottom: 0px;
}

/* ==================== end booking search form styles ====================== */

.curve-right {
	width: 225px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}





#clForm {
	position:absolute;
	width:266px;
	height:115px;
	top:19px;
	left: 690px;
}

#clForm p {
	line-height: 18px;
	font-size: 12px;
	margin-left: 6px;
	margin-right: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}


#clForm #clCaption {
	position:absolute;
	top: 4px;
	left: 138px;
}



#clForm #clUsernameCaption {
	position:absolute;
	top:36px;
	left: 20px;
}
#clForm #clUsername {
	position:absolute;
	top:34px;
	left: 100px;
	width: 140px;
	height: 18px;
	background: #fff;

	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	border-right:0;
	border-bottom:0;
}


#clForm #clPasswordCaption {
	position:absolute;
	top:65px;
	left: 22px;

}
#clForm #clPassword {
	position:absolute;
	top:63px;
	left: 100px;
	width: 140px;
	height: 18px;

	border-left: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	border-right:0;
	border-bottom:0;
	background: #fff;
}


#clForm #clSubmit {
	position:absolute;
	top: 85px;
	left: 164px;
	width: 107px;
	height: 30px;

	background: url('images/clientLoginSubmit.png') no-repeat 0 0;
}


.pageIndex {
	text-align: left;
}


.pageIndex .indexItem,
.pageIndex .noLinkItem {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
	color: #000;
	white-space: nowrap;
	font-weight: normal;
}

.menuBack {
	background: url('images/menuSplice.png') no-repeat 0 0;
	height: 27px;
	width: 170px;
	padding-left: 42px;
}

.menuBackEnd {
	background: url('images/menuSpliceEnd.png') no-repeat 0 0;
	height: 27px;
	width: 170px;
	padding-left: 42px;
}


.menuLink {
	white-space:nowrap;
	font-size: 12px;
	line-height:27px;

	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.menuLink:link, .menuLink:visited, .menuLink:hover {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.menuLink:hover {
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	cursor: pointer;
	cursor: hand;
}



#topBar {
	position: relative;
	background: no-repeat url('images/topBar.png');
	width: 100%;
	height: 35px;
}


#topBar #noPanel {
	background: no-repeat url('images/noPanel.png');
	width: 225px;
	height: 35px;
	float: right;
}


#topBar #home {
	position:absolute;
	width: 110px;
	height: 28px;
	left: 0px;
	top: 3px;

}

#topBar #contactUs {
	position:absolute;
	width: 120px;
	height: 28px;
	left: 130px;
	top: 3px;
}

#topBar #callNow {
	position:absolute;
	width: 110px;
	height: 28px;
	left: 270px;
	top: 3px;
}

#topBar #bookmark {
	position:absolute;
	width: 125px;
	height: 28px;
	left: 400px;
	top: 3px;
}


#whatsOn {
	margin-left: 12px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
}


.mediaBase {
	width: 225px;
	text-align: left;

}


.mediaBaseClear {
	width: 225px;
	text-align: left;
}


.mediaEnd {

	width: 225px;
	height: 38px;
}



#menuRightTab {
	width: 245px;
 
	background-repeat: no-repeat;
	background-position: top right;
}

#menuRight {
	width: 245px;
	background: url(images/menuRight.png) repeat-y right;
}
#menuBottom {
	width: 245px;
	height: 27px;
	background-image: url('images/menuBottom.png');
	background-repeat: no-repeat;


}

