body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	color: #333;
}
.pano {
  display: block;
  width: 287px;
  height: 100px;
  overflow: hidden;
  background-position: left top;
  background-image: url('images/pano/burgundy-panorama.jpg');
  line-height: 500px;
  margin-bottom: 10px;
}
.seasons {
	background-image: url(../images/seasons/bg.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
.shearwater {
	background-image: url(../images/shearwater/bg.jpg);
}
.dunkheld {
	background-image: url(../images/dunkeld/bg.png);
}
.ruby {
	background-image: url(../images/ruby/bg.png);
  background-color: #f9f8ed;
}
.ocean {
  background-color: #fafaf5;
}
input,select{
 display: block;
 max-width: 140px;
 margin-bottom: 10px;
 padding: 4px;
 border: solid 1px #aaa;
}
#maincontent a {
  color: orange;
}
#rightcol table {
  border-collapse: collapse;
}
#rightcol td,#rightcol th {
  border: solid 1px #aaa;
  padding: 4px;
}
.tellafriendform, .formMessage {
  position: absolute;
  right: 0px;
  top: 35px;
  background-color: #fff;
  display: none;
  z-index: 99;
}
#header {
	overflow: hidden;
	position: relative;
}
.homepage #header {
	height: 280px;
}
.subpage #header {
	height: 152px;
}
.bookonline, .mailinglist, .map {
	width: 287px;
	height: 78px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 300px;
}
.bookonline2 {
  width: 184px;
  height: 50px;
  display: block;
  float: right;
  background-position: left top;
  overflow: hidden;
  line-height: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.bookonline {
  background-image: url('../images/contimages/book-on-line.jpg');
}
.mailinglist {
  background-image: url('../images/contimages/mailing-list.jpg');
}
.map {
  background-image: url('../images/contimages/map.jpg');
}
h1 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 901px;
	position: absolute;
	left: 0px;
	top: -1px;
	z-index:10;
}
.ruby h1,.seasons h1,.dunkheld h1 {
	background-image: url(../images/seasons/h1cover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.seasons h1 a {
	background-image: url(../images/seasons/logo.png);
	display: block;
	position: absolute;
	height: 100px;
	width: 192px;
	overflow: hidden;
	line-height: 300px;
	left: 30px;
	top: 20px;
}
.dunkheld h1 a {
	background-image: url(../images/dunkeld/logo.png);
	display: block;
	position: absolute;
	height: 135px;
	width: 124px;
	overflow: hidden;
	line-height: 300px;
	left: 30px;
	top: 15px;
}
.shearwater h1 a {
	background-image: url(../images/shearwater/logo.png);
	display: block;
	position: absolute;
	height: 134px;
	width: 139px;
	overflow: hidden;
	line-height: 300px;
	left: 30px;
	top: 20px;
}
.ruby h1 a {
	background-image: url(../images/ruby/logo2.png);
	display: block;
	position: absolute;
	height: 94px;
	width: 227px;
	overflow: hidden;
	line-height: 300px;
	left: 30px;
	top: 20px;
}
.ocean h1 a {
	background-image: url(../images/ocean/logo.png);
	display: block;
	position: absolute;
	height: 84px;
	width: 110px;
	overflow: hidden;
	line-height: 300px;
	left: 10px;
	top: 10px;
}



#header img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
	width: 901px;
}

#container {
	width: 901px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	padding-top: 25px;
	background-image: url(../images/topshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#lshadow {
	background-image: url(../images/leftshadow.png);
	background-repeat: no-repeat;
	width: 101px;
	position: absolute;
	height: 346px;
	left: -101px;
	top: 0px;
}
#rshadow {
	background-image: url(../images/rightshadow.png);
	background-repeat: no-repeat;
	width: 101px;
	position: absolute;
	height: 346px;
	right: -101px;
	top: 0px;
}

#content {
	background-color: #FFF;
}
#menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 42px;
	list-style-type: none;
}
#menu li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/menudivider.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 42px;
}
#menu li a {
	float: left;
	white-space: nowrap;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
#menu li a:hover,#menu li a.active {
	background-image: url(../images/menuover.png);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FF9;
}
.seasons #menu li a {
  color: #362f2d;
}
.ruby #menu li a {
  color: #9b1315;
}
.seasons #menu li a:hover,.seasons #menu li a.active {
  background-image: none;
  color: #738d41;
}
.ruby #menu li a:hover,.ruby #menu li a.active {
  background-image: none;
  color: #f26f6f;
}
.seasons #menu {
	background-image: url(../images/seasons/menubg2.png);
}
.dunkheld #menu {
	background-image: url(../images/dunkeld/menubg.png);
}
.shearwater #menu {
	background-image: url(../images/shearwater/menubg.png);
}
.ruby #menu {
	background-image: url(../images/ruby/menubg2.png);
}
.ocean #menu {
	background-image: url(../images/ocean/menubg.png);
}
#menu li.tellafriendbutton {
	float: right;
	background-image: url(../images/tellafriend.png);
	padding-left: 30px;
	position: relative;
}
#maincontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#leftcol {
	float: left;
	padding-bottom: 10px;
}
.homepage #leftcol {
	width: 560px;
	padding-bottom: 105px;

}
.subpage #leftcol{
	width: 200px;
	padding-right: 7px;
	border-right: solid 1px #999;
	position: relative;
}
#rightcol {
	float: right;
	padding-bottom: 40px;
	padding-right: 10px;
}
.homepage #rightcol {
	width: 288px;
	padding-bottom: 110px;
	margin-top: 15px;
}
.subpage #rightcol {
	width: 641px;	
	padding-bottom: 50px;
}
#footer1 {
	clear: both;
	width: 839px;
	margin-left: -8px;
	margin-top: 5px;
	height: 42px;
	position: absolute;
	bottom: 85px;
	padding: 20px;
}
#claim {
  position: absolute;
  left: 0px;
  bottom: 45px;
  text-align: center;
  background-color: white;
  width: 100%;
  height: 40px;
  line-height: 200px;
  font-size: 16px;
  background-image: url('../images/slogan.png');
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.seasons #footer1 {
	background-image: url(../images/seasons/footerbg.png);

}
.shearwater #footer1,.ruby #footer1,.dunkheld #footer1 {
	background-image: url(../images/shearwater/footerbg.png);
}
.ocean #footer1 {
	background-image: url(../images/shearwater/footerbg.png);
}

.xsubpage #footer1 {
	height: 1px;
	background-image: none;
	overflow: hidden;
	clear: both;
	position: relative;
}
#icon {
	position: absolute;
	right: 0px;
	bottom: 55px;
	z-index: 90;
}
.seasons #icon {
	background-image: url(../images/seasons/leave-bottom.png);
	height: 94px;
	width: 115px;
}
.dunkheld #icon {
	background-image: url(../images/dunkeld/icon.png);
	height: 111px;
	width: 93px;
}
.shearwater #icon, .ocean #icon {
	background-image: url(../images/shearwater/icon.png);
	height: 71px;
	width: 105px;
	bottom: 75px;
	right: 15px;
}
.ruby #icon {
	background-image: url(../images/ruby/icon.png);
	height: 81px;
	width: 104px;
	bottom: 75px;
	right: 15px;
}
.ocean #icon {
  	background-image: url(../images/ocean/icon.png);
	height: 62px;
	width: 90px;
	bottom: 75px;
	right: 15px;
}
.touchdownlogo {
	background-image: url(../images/tdlogo.png);
	display: block;
	height: 42px;
	width: 164px;
	overflow: hidden;
	line-height: 200px;
	float: left;
}
.shearwaterlogo {
	background-image: url(../images/logo-shearwater.png);
	display: block;
	height: 42px;
	width: 42px;
	overflow: hidden;
	line-height: 200px;
	margin-left: 20px;
	float: left;
}
.seasonslogo {
	background-image: url(../images/logo-seasons.png);
	display: block;
	height: 42px;
	width: 172px;
	overflow: hidden;
	line-height: 200px;
	margin-left: 20px;
	float: left;
}
.oceanslogo {
	background-image: url(../images/logo-ocean.png);
	display: block;
	height: 42px;
	width: 60px;
	overflow: hidden;
	line-height: 200px;
	margin-left: 20px;
	float: left;
}
.dunkeldlogo {
	background-image: url(../images/logo-dunkeld.png);
	display: block;
	height: 42px;
	width: 186px;
	overflow: hidden;
	line-height: 200px;
	margin-left: 20px;
	float: left;
}
.burgundylogo {
	background-image: url(../images/logo-burgundy.png);
	display: block;
	height: 42px;
	width: 138px;
	overflow: hidden;
	line-height: 200px;
	margin-left: 20px;
	float: left;
}
.seasons .seasonslogo,.ocean .oceanslogo,.shearwater .shearwaterlogo,.dunkheld .dunkeldlogo,.ruby .burgundylogo {
  display: none;
}
.seasons h2 {
	color: #4f791f;
}
.dunkheld h2 {
	color: #412e2a;
}
.shearwater h2 {
	color: #2f7aca;
}
.ruby h2 {
  color: #940204;
}
.ocean h2 {
  color: #2c6986;
}
h2 {
	margin-top: 0px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
}
.homepage #rightcol h2,.subpage #leftcol h2 {
	display: none;	
}
#rightcol h2 {
	border-bottom: solid 1px #999;	
}
#footer {
	background-image: url(../images/bottomshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 35px;
	color: #C93;
	text-align: center;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.shearwater #footer {
	color: #630;	
}
.ruby #footer,.seasons #footer {
  color: white;
}
.shearwater #bgmotiv {
	position: fixed;
	background-image: url(../images/shearwater/bg1.jpg);
	height: 582px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.ruby #bgmotiv {
	position: fixed;
	background-image: url(../images/ruby/bg2.jpg);
	height: 582px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
}
.ocean #bgmotiv {
	position: fixed;
	background-image: url(../images/ocean/bg.jpg);
	height: 346px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.dunkheld #bgmotiv {
	position: fixed;
	background-image: url(../images/dunkeld/bg.jpg);
	height: 346px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.subpage.ocean #bgmotiv {
  height: 218px;
}
.seasons #bgmotiv {
	position: fixed;
	background-image: url(../images/seasons/bg2.jpg);
	height: 346px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
}
.subpage.seasons #bgmotiv {
  height: 218px;
	background-image: url(../images/seasons/bg3.jpg);
}
.subpage.ruby #bgmotiv {
  height: 219px;
	background-image: url(../images/ruby/bg2.jpg);
}
.ruby #bgmotiv2 {
  position: fixed;
  width: 100%;
  height: 60px;
  background-image: url(../images/ruby/footer.jpg);
  bottom: 0px;
}
.seasons #bgmotiv2 {
  position: fixed;
  width: 100%;
  height: 63px;
  background-image: url(../images/seasons/footer.jpg);
  bottom: 0px;
}
#submenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#submenu li {
	margin-bottom: 3px;
}
#submenu li a {
	height: 24px;
	display: block;
	padding-right: 5px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
}
#submenu li a:hover {
	color: #F90;
}
#submenu li a.active {
	color: #F90;
	background-image: url(../images/leftmenu.png);
}
#currencycover {
	width: 100%;
	position: absolute;
	bottom: 145px;
	margin-bottom: 15px;
}
#currencycover h3 {
  padding: 0px;
  padding-bottom: 10px;
  margin: 0px;
  color: orange;
  font-size: 18px;
  font-weight: normal;
}
.seasons h4 {
	color: #372f2d;
	font-size: 15px;
	margin-bottom: -2px;
	font-weight: normal;
}
.shearwater h4 {
	color: #012849;
	font-size: 15px;
	margin-bottom: -2px;
	font-weight: normal;
}

hr {
	color: #999;
	margin-top: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
}

