/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	width: 100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 15px;
	background:#FFF;
	}
img {
	border: 0px;
	}
* {
	padding: 0;
	margin: 0;
	}
blockquote {
	width: 140px;
	float: right;
	margin-left: 20px;
	}
.input {
	border: 1px solid #999;
	padding: 1px 0px 2px 3px;
	height: 18px;
	color: #666;
	}
.input:focus {
	border: 1px solid #999;
	padding: 1px 0px 2px 3px;
	height: 18px;
	color: #666;
	}
.select {
	border: 1px solid #999;
	padding: 1px 0px 1px 3px;
	height: 20px;
	width: 40px;
	color: #000;
	}
.select:focus {
	border: 1px solid #999;
	padding: 1px 0px 1px 3px;
	height: 20px;
	width: 40px;
	color: #000;
	}
textarea {
	border: 1px solid #999;
	padding: 3px 0px 0px 3px;
	color: #666;
	}

h1 {
	color: #801E40;
	font: lighter 1.6em Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	color: #801E40;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	}
h2 a:link {
	color: #801E40;
	}
h2 a:hover {
	color: #000;
	}
h3 {
	color: #801E40;
	font: normal 1.1em  Verdana, Arial, Helvetica, sans-serif;
	}
h4 {
	color: #000;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	}
h4 a:link {
	color: #801E40;
	}
h4 a:hover {
	color: #000;
	}
p {
	font: normal 100 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:1.5em;
	}
p a {
	color: #801E40;
	text-decoration: none;
	}
p a:hover {
	color: #801E40;
	text-decoration: underline;
	}
li {
	font-size: 1em;
	color: #000;
	}
li a {
	color: #801E40;
	text-decoration: none;
	}
li a:hover {
	color: #801E40;
	text-decoration: underline;
	}
.iframe {
	width: auto;
	height: 1175px;
	}
.border {
	border-top: 1px solid #CCC;
	}

/*******************
MAIN SITE STRUCTURE
********************/

#container {
	top:30px;
	margin:auto;
	position:relative;
	overflow:hidden;
	width:980px;
	height:auto;
	margin-bottom:30px;	
	z-index:1;
	}

/******
Header
*******/

#slideshow {
    position:relative;
	margin:auto;
	width:577px;
    height:120px;
	}
#slideshow IMG {
    position:absolute;
    top:0;
    left:10px;
    z-index:8;
	}
#slideshow IMG.active {
    z-index:10;
	}
#slideshow IMG.last-active {
    z-index:9;
	}
#sky {
	width: 100%;
	height: 392px;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	background: url(../img/bgRpt.jpg) repeat-x;
	z-index:-400;
	}
#hotel {
	width: 100%;
	height: 550px;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	background: url(../img/bg.jpg) no-repeat;
	z-index:-300;
	}
#daffodils {
	width: 100%;
	height: 300px;
	position:fixed;
	overflow:hidden;
	top:170px;
	left:0;
	background: url(../img/daffodils.jpg) repeat-x;
	z-index:10;
	}
#header {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 130px;
	clear: both;
	z-index:10;
	}
#headerLeft {
	position: relative;
	overflow: hidden;
	float: left;
	width: 350px;
	height: 130px;
	text-align:center;
	padding:10px 0 0 10px;
	margin:0 0 0 8px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	background:#FFF;
	z-index:10;
	}
#headerRight {
	position: relative;
	overflow: hidden;
	float: left;
	width: 600px;
	height: 120px;
	text-align:center;
	padding:10px 0 0 0;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	background:#FFF;
	z-index:10;
	}
#headerImg {
	float: left;
	width: 577px;
	height: 150px;
	}
#headerLogo {
	position: relative;
	overflow: hidden;
	float: left;
	width: 401px;
	height: 150px;
	padding:0 0 0 0;
	text-align:left;
	z-index:10;
	}
#greenAward {
	position:absolute;
	top:30px;
	left:5037px;
	width:auto;
	height:112px;
	z-index:500;
	}
		
/******
Content
*******/

#contentTop {
	clear:both;
	margin:10px 0 0 0;
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 20px;
	background: url(../img/contentTop.png) no-repeat;
	z-index:-10;
	}
#contentWrapper {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: auto;
	background: url(../img/contentRpt.png) repeat-y;
	z-index:-10;
	}
#contentFoot {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 20px;
	background: url(../img/contentFoot.png) no-repeat;
	z-index:10;
	}
#contentMain {
	float: left;
	overflow: hidden;
	position: relative;
	width: 487px;
	height: auto;
	padding:20px 50px 20px 40px;
	}
#contentMain img { 
	margin:0 10px 10px 10px;
	}
#contentRight {
	float: left;
	overflow: hidden;
	position: relative;
	width: 401px;
	height: auto;	
	padding-top:15px;
	margin-bottom:10px;
	}
.contentRightBox {
	float: left;
	overflow: hidden;
	position: relative;
	width: 380px;
	height: auto;
	padding:0;
	}
.contentRightBox2 {
	float: left;
	overflow: hidden;
	position: relative;
	width: 370px;
	height: auto;
	margin-top:20px;
	}
.contentRightBoxLocal {
	float: left;
	width: 259px;
	height: auto;
	}
#contentMain ul {
	font-size: 11px;
	margin-left: 20px;
	}
#contentMain ol {
	font-size: 11px;
	margin-left: 20px;
	}
	
/******
Rooms
******/

#contentRooms {
	float: left;
	position:relative;
	overflow:hidden;
	width:500px;
	height: auto;
	padding:0 30px 20px 40px;
	}
#roomConLeft {
	float: left;
	overflow: hidden;
	position: relative;
	width: 500px;
	height: auto;
	margin:0 30px 0 0;
	}
.roomWrap {
	position: relative;
	overflow: hidden;
	width: 520px;
	height: auto;
	background:#EEE;
	padding:10px;
	margin:0 0 10px 0;
	}
.roomWrap h3 {
	color: #801E40;
	font: bold 1.3em  Verdana, Arial, Helvetica, sans-serif;
	}
.roomLeft {
	float: left;
	overflow: hidden;
	position: relative;
	width: 335px;
	height: auto;
	}
.roomRight {
	float: left;
	position: relative;
	width: 100px;
	height: auto;
	margin-left: 40px;
	}
.iconWrap {
	clear: both;
	width: auto;
	height: auto;
	}
.iconBox {
	float: left;
	width: auto;
	height: auto;
	padding:4px;
	border:1px solid #CCC;
	margin:0px 2px 0 0;
	}
.iconBox img {
	border:none;
	}
.newsMenuWrap {
	margin:0 0 0 30px;
	height:100px;
	font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	}
.newsMenuWrap li {
	list-style:none;
	}
/*******
Booking
*******/

#contentRightBoxReservations {
	overflow: hidden;
	float: left;
	width: 271px;
	height: auto;
	border: 1px solid #333;
	padding: 7px 3px 10px 3px;
	}
#bookingHeader {
	overflow: hidden;
	background-color: #EEE;
	width: 266px;
	height: auto;
	color: #801E40;
	border: 1px solid #CCC;
	}
.bookingItem1 {
	float: left;
	width: 60px;
	height: auto;
	padding: 3px;
	}
.bookingItem2 {
	float: left;
	width: 54px;
	height: auto;
	padding: 3px;
	}
.bookingItem3 {
	float: left;
	width: 54px;
	height: auto;
	padding: 3px;
	}
.bookingItem4 {
	float: left;
	width: 66px;
	height: auto;
	padding: 3px;
	}
.bookingBoxWrap {
	clear: both;
	padding: 3px;
	width: 260px;
	height: auto;
	overflow: hidden;
	border: 1px solid #CCC;
	}
.bookingBox1 {
	float: left;
	width: 58px;
	height: 30px;
	background-color: #FFF;
	padding: 13px 3px 3px 3px;
	}
.bookingBox2 {
	float: left;
	width: 54px;
	height: 33px;
	background-color: #EEE;
	padding: 10px 3px 3px 3px;
	text-align: center;
	}
.bookingBox3 {
	float: left;
	width: 54px;
	height: 33px;
	background-color: #FFF;
	padding: 10px 3px 3px 3px;
	text-align: center;
	}
.bookingBox4 {
	float: left;
	width: 69px;
	height: 33px;
	background-color: #EEE;
	padding: 10px 3px 3px 3px;
	text-align: center;
	}
.bookWrap {
	clear: both;
	width: 270px;
	height: auto;
	overflow: hidden;
	padding: 2px;
	background-color: #EEE;
	}
.bookLeft {
	float: left;
	width: 90px;
	height: 18px;
	padding: 4px 0px 0px 2px;
	background-color: #FFF;
	}
.bookRight {
	float: left;
	width: 150px;
	height: auto;
	padding: 0px 0px 0px 2px;
	}
.bookNav {
	width: 270px;
	height: auto;
	padding: 2px 0px 4px 0px;
	}
.row1 {
	width: 258px;
	height: 24px;
	padding: 6px 0px 0px 3px;
	background-color: #FFF;
	}
.row2 {
	width: 260px;
	height: auto;
	padding: 3px;
	}

/******
Right Box
******/

.pageItemArrow {
	display: block;
	cursor: pointer;
	font-size: 1.1em;
	background: url(../img/arrow2.jpg) left center no-repeat #EEE;
	height: auto;
	width: auto;
	padding: 4px 0px 4px 21px;
	border-bottom: 5px solid #FFF;
	}

/******
Footer
******/


#footerWrap {
	width: 980px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 40px 0px 30px 0px;
	background: url(../img/contentFoot.png) top left no-repeat;
	}
#footer {
	width: auto;
	height: auto;
	text-align: center;
	clear: both;
	font: normal 300 10px normal Arial, Helvetica;
	color: #999;
	line-height:16px;
	list-style: none;
	}
.footItem {
	float: left;
	width: auto;
	}
.footItem a {
	color: #999;
	text-decoration: underline;
	}

.footItem a:hover {
	color: #000;
	text-decoration: none;
	}

/*******************
BOOKING SECTION
********************/

.step1 {
	overflow: hidden;
	width: 264px;
	height: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.day {
	border: 1px solid #999;
	padding: 1px 0px 1px 2px;
	height: 20px;
	width: auto;
	color: #000;
	}
.day:focus {
	border: 1px solid #999;
	padding: 1px 0px 1px 2px;
	height: 20px;
	width: auto;
	color: #000;
	}
.month {
	border: 1px solid #999;
	padding: 1px 0px 1px 2px;
	height: 20px;
	min-width: 40px;
	width: auto;
	color: #000;
	}
.month:focus {
	border: 1px solid #999;
	padding: 1px 0px 1px 2px;
	height: 20px;
	width: auto;
	color: #000;
	}
.year {
	border: 1px solid #999;
	padding: 1px 0px 1px 2px;
	height: 20px;
	min-width: 45px;
	width: auto;
	color: #000;
	}
.year:focus {
	border: 1px solid #999;
	padding: 1px 0px 1px 2px;
	height: 20px;
	width: auto;
	color: #000;
	}

/*************
Text Formating
**************/

.errorMess {
	color: red;
	}
.bookArrow {
	background: url(../img/arrow.jpg) left center no-repeat;
	height: 18px;
	padding: 1px 0px 0px 20px;
	margin:0 0 15px 30px;
	}
input.submit {
	font-size: 11px;
	cursor: pointer;
	color: #FFF;
	padding: 3px;
	background:url(../img/submitRpt.jpg) repeat-x;
	}
input.reset {
	font-size: 11px;
	cursor: pointer;
	color: #FFF;
	padding: 3px;
	background:url(../img/submitRpt.jpg) repeat-x;
	}
input.back {
	font-size: 11px;
	cursor: pointer;
	color: #FFF;
	padding: 3px;
	background:url(../img/submitRpt.jpg) repeat-x;
	}
