body {
  background-color : #F1EFE2;
}

#container {
  width : 772px;
  padding : 5px 0 5px;
  margin-left  : auto;
  margin-right : auto;
  background-color : #fff;
  border : solid 1px #cccccc
}

#head {
  width : 732px;
  padding : 0;
  border-top : solid #333 9px;
  margin-left  : auto;
  margin-right : auto;
}

#head img {
  margin : 0;
  padding : 1px 0 1px 0;
  border-bottom : solid #333 9px;
}

#placeHolder {
  padding : 2em 0.5 2em;
  margin : 0 1em 1em;
  border : solid 1px #ccc;
}

/* overwrite thick dark grey border for a more colorful effect */
#head.purple { border-top : solid #c883cf 9px;}
#head.purple img { border-bottom : solid #c883cf 9px;}

#head.brown { border-top : solid #804000 9px;}
#head.brown img { border-bottom : solid #804000 9px;}

#head.orange { border-top : solid #e87400 9px;}
#head.orange img { border-bottom : solid #e87400 9px;}

#head.lightGrey { border-top : solid #ccc 9px;}
#head.lightGrey img { border-bottom : solid #ccc 9px;}

#head.green { border-top : solid #80d086 9px;}
#head.green img { border-bottom : solid #80d086 9px;}

#head.noBorder { border-top : none;}
#head.noBorder img { border-bottom : none;}

#head.home {
  border-top : solid #000 9px !important;
  padding : 0 0 1px 0;
}

#head.home img {
  border-bottom : solid 9px #000 !important;
  margin-top : 0 !important;
}

#menuDiv {
	clear : right;
  font-family : arial, helvetica, sans-serif;
  font-size : 0.9em;
  padding : 0 20px 0;
  margin : 0;
  display : block;
  height : 50px;
}

#main {
  clear : both;
  padding : 0 30px 20px;
  font-family : arial,helvetica,sans-serif;
}

#facilities {
  float : right;
  width : 332px;
  background-color : #E2EAF1;
  margin : 6px;
  padding : 30px 6px 80px;
}

#facilitiesRight {
  float : right;
}

#facilitiesLeft {
  float : left;
}

#facilitiesLeft, #facilitiesRight {
  width : 154px;
  margin : 0;
  padding : 0;
  font-size : 11px;
  list-style : none;
  line-height : 1.6em;
  color : #333;
}

#facilities ul li {
  margin : 0 0 1px 0;
  padding : 0;
  line-height : 0;
}

#facilities ul li img {
  border : 0;
  margin : 0 4px 0 0;
}

#main h1, #main h2, #main h3, #main h4 {
  font-weight : lighter;
  color : #666;
}

#main h1 {
  line-height : 0.8em;
  font-size : 1.8em;
}

#main h2 {
  font-size : 0.8em;
  color : #222;
  border-bottom : dotted 1px #ccc;
  width : 50%;
  margin : 2em 0 2em;
}

#main h3 {
  font-size : 0.8em;
  color : #222;
}

#main p, #main ul li, #main ol li, #main table tr td, #main table tr th, input {
  color : #666;
  font-size : 0.8em;
  line-height : 1.4em;  
}

input.submit {
  color : #000;
}

#main ul li ul li, #main ol li ol li {
  font-size : 100% !important;
}

td.topLinks a {
  font-size : 0.85em;
}

#main img.floatLeft {
  border : none;
  margin : 0 20px 10px 10px;
}

#main img.floatRight {
  border : none;
  margin : 0 10px 10px 20px;
}

#footer {
  clear : both;
  border : solid 1px #ccc;
  color : #666;
  padding : 3px;
  margin : 6px 20px 6px;
  font-size : 0.7em;
  text-align : center;
  font-family : arial,helvetica,sans-serif;
}


.clearBoth {
  clear : both;
}

.floatLeft {
  float : left;
}

.floatRight {
  float : right;
}

img {
  border : none;
}

a:link, a:visited {
  text-decoration : none;
}

a:hover, a:active {
  text-decoration : underline;
}

  table.priceTable {border-collapse : collapse; background-color : #fff; border: solid 1px #ccc;}
  table.priceTable td {border : solid 1px #ccc;}
  table.priceTable th {border : solid 1px #ccc;}
  
table.calendar {
  border : none;
  font-family : sans-serif;
  font-size : 11px;
  margin : 0.7em;
}

table.calendar th {
  background-color : #808040;
  color : #fff !important;
  font-size : 13px;
}

table.calendar td{
  text-align : right;
}

td.data{
 background-color : #e3e1cc;
} 

td.dataBooked{
 background-color : #ff8282;
} 

div.full {
  width : 660px;
}

div.half {
  width : 310px;
  float : left;
}

div.half, div.full {
  border : solid 1px #ccc;
  padding : 10px;
  margin : 10px;
}

p.address {
  color : #222 !important;
  font-size : 0.7em !important;
}

p.darker {
  color : #222 !important;
}

/* text replaced with images */
#welcome {
  width : 350px !important;
  height : 22px !important;
  display : block !important;
  padding: 22px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/welcome.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:23px; /* for IE5.5's bad box model */
}

#enjoyStay {
  width : 177px !important;
  height : 22px !important;
  display : block !important;
  padding: 22px 0 0 0!important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/enjoyStay.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#guestbookA {
  width : 350px !important;
  height : 22px !important;
  display : block !important;
  padding: 22px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/guestbookA.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#guestbookS {
  width : 350px !important;
  height : 22px !important;
  display : block !important;
  padding: 22px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/guestbookS.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#archesCott {
  width : 326px !important;
  height : 25px !important;
  display : block !important;
  padding: 25px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/archesHolidayCottage.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#stablesCott {
  width : 326px !important;
  height : 25px !important;
  display : block !important;
  padding: 25px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/stablesHolidayCottage.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#bookingConditions {
  width : 326px !important;
  height : 25px !important;
  display : block !important;
  padding: 25px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/bookingConditions.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#pricesAvailability {
  width : 326px !important;
  height : 25px !important;
  display : block !important;
  padding: 25px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/pricesAvailability.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#slingsbyText {
  width : 173px !important;
  height : 25px !important;
  display : block !important;
  padding: 25px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/slingsbyText.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

#gettingHere {
  width : 150px !important;
  height : 24px !important;
  display : block !important;
  padding: 25px 0 0 0 !important;
	overflow: hidden !important;
  color : #fff !important;
  font-size : 0 !important;
  background-image : url('images/gettingHere.gif');
  background-repeat : no-repeat;
  background-position : top-left;
  height: 0px !important; /* for most browsers */
  height /**/:30px; /* for IE5.5's bad box model */
}

.adDiv {
  width : 220px;
  border : solid 1px #c883cf !important;
  background-color : #F1EFE2;
  float : right;
  font-size : 0.75em;
  padding : 1px 2px 2em;
  margin : 0 1.5em 3.5em;
  text-align : center;
}

.adDiv a:link, .adDiv a:hover, .adDiv a:visited, .adDiv a:active {
  color : blue;
}

.adDiv p {
  font-size : 11px;
  text-align : left;
  line-height : 0;
  margin : 0;
  padding : 0 1px 1em;
}
