﻿@import url(copy.css);
@import url(lowerPages.css);

body {
  background: url('images/backgroundDrop.png') repeat-x top left;
}

#container {
  width: 950px;
  min-width: 850px;
  margin: auto;
}

#content {
  border: solid 0px green;	
}

#topNav {
  border: solid 0px yellow;
}

#head {
  border: dotted 0px purple;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url('images/topSplitBorderBlue.png') top left no-repeat;
}

#clearBoth {
  clear: both;
  border: dotted 0px red;
}

#footer {
  border: dotted 1px #ffffff;
  background: url('images/topSplitBorder.png') top left no-repeat;
  height: 130px;
  padding-top: 5px;
}

#headIntroText {
  border: dotted 0px green;
  margin: 0 20px 0 0;
  padding: 20px 0 0 15px;
  float: right;
  width: 460px;
  background: url('images/introImgSplit.png') no-repeat 0px 18px;
  position: relative;
  height: 365px;
}

#bulletWrap {
  border: solid 0px black;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 150px;
  width: 100%;
  margin-top: 5px;
  background: url('images/etcBadge.png') no-repeat right bottom;
}


#middleNav {
  border: solid 0px blue;
  padding: 0 0 10px 0;
  background: url('images/topSplitBorder.png') bottom left no-repeat;
}

#middleNavLeft {
  border: dotted 0px green;
  float: left;
  width: 412px;
  padding: 0 40px 0 20px;
}

#middleNavRight {
  border: dotted 0px red;
  float: left;
  width: 450px;
}

#middleNavLeft img, #middleNavRight img {
  border: solid 0px red;
  float: left;
  margin: 0 0 0 0;
  padding: 15px 15px 20px 0;
}

/* =Head and slideshow images

-----------------------------------------------------------------------------*/

.headIntro {
  background: url('images/topShadowHome2.png') no-repeat;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: solid 1px transparent;
}

.headImgArea {		
  height: 350px;
  width: 450px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: solid 0px blue;
  float: left;
}

.headImgArea img {
  float: right;
  border: solid 0px green;
  height: 325px;
  width: 420px;
  padding: 0 0 0 0;
  margin: 20px 0 0 14px;
}

#imgPicker {
  padding: 0 0 0 80px;
  text-align: center;
  width: 370px;
  height: 50px;
  border: dotted 0px purple;
  margin: 355px 0 0 0;
}

#imgPicker a {
  background: url('images/selector.png') no-repeat top;
  display: block;
  width: 50px;
  float: left;
  padding: 0 0 0 0;
  margin: 2px 0 5px 0;
  line-height: 1em;
  border: dotted 0px green;
  outline: none;
  text-indent: -9999px;
}

#imgPicker a:hover {
  background-position: bottom;
}

a#imgPickerHover {
  background: url('images/selector.png') no-repeat bottom;
  display: block;
  width: 20px;
  float: left;
}

/* =Homepage dynamic content area

------------------------------------------------------------------------------*/

#homeMenuWrap {
  width: 100%;
  padding: 0 0 0 0;
  float: left;
  background: #ffffff;
  margin-bottom: 25px;
}

#homeMenuContent {
  float: left;
  width: 100%;
}

#homeMenuNav {
  margin: 0 0 0 0;
  padding: 6px 0 6px 0;			
  float: left;
}

/* =Cottage and room descriptions

------------------------------------------------------------------------------*/


#homeContent {
  padding: 0 0 0 0;
  overflow: hidden;
  border: dotted 0px red;
  clear: left;
  background: url('images/bottomShadowHome.png') no-repeat top left;
}

#homeContent #homeContentWrap {
  width: 908px;
  height: 500px;
  float: left;
  overflow: hidden;
  margin: 18px 0 0 18px;
  padding: 0 0 0 0;	
  border: solid 0px orange;
}

#homeContent #homeContentCopy {
  padding: 8px 16px 0 8px;
  float: left;
  border: solid 0px black;
  width: 490px;
  height: 470px;
  background: url('images/contentImgSplit.png') top right no-repeat;
}

#homeContent #homeContentExtra {
  padding: 8px 8px 0 8px;
  float: left;
  border: solid 0px black;
  width: 365px;
  margin-top: 4px;
}

#imgBlock {
  border: dotted 0px red;
  height: 200px;
}

#imgBlock #image, #image2, #image3, #image4, #image5, #image6 {
  border: solid 0px blue;
  width: 70%;
  float: left;  
  height: 190px;
}

#imgBlock #thumb {
  border: solid 0px blue;
  width: 26%;
  float: left;
  height: 190px;
  text-align: center;
  margin-left: 8px;
  background: url('images/introImgSplit.png') top left no-repeat;
}

#infoBlock {
  border: dotted 0px red;
  background: url('images/topSplitBorder.png') top right no-repeat;
  padding-top: 5px;
}

#homeContent #end {
  clear: left;
  height: 20px;
  background: url('images/shadowEnd.png') no-repeat bottom left;
}

#lowerHomeNav {
  border: dotted 0px green;
  background: #ffffff;
  padding: 0 0 0 25px;
  height: 25px;
}
