BODY {
	background-color: #F4E6D6;
	margin: 0px;
}

#headerBar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 128px;
	background-image: url(images/headerBar.gif);
	background-repeat: repeat-x;
}

#cottageLogo {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 272px;
	height: 155px;
	background-image: url(images/cottageLogo.gif);
	background-repeat: no-repeat;
}

#textLogo {
	position: absolute;
	left: 274px;
	top: 100px;
	width: 281px;
	height: 39px;
	background-image: url(images/textLogo.gif);
	background-repeat: no-repeat;
}

#pageHeader {
	position: absolute;
	left: 274px;
	right: 24px;
	top: 160px;
	height: 40px;
}

#navigation {
	position: absolute;
	left: 30px;
	top: 200px;
	width: 200px;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

#mainBody {
	position: absolute;
	left: 274px;
	right: 24px;
	top: 200px;
	bottom: 58px;
	overflow: auto;
}

#footer {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 42px;
	bottom: 0px;
	font-family: verdana;
	font-size: smaller;
	color: #A6784C;
	text-align: center;
}

H1 {
	font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
H2 {
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

.bodyText {
	font-family: verdana;
	font-size: small;
	color: #000000;
}
.errorText {
	color: #FF0000;
}

.photoLeft {
	padding-right: 24px;
	padding-bottom: 4px;
}
.photoRight {
	padding-left: 24px;
	padding-bottom: 4px;
}
.photoCentre {
	padding-left: 24px;
	padding-right: 24px;
}

.thumbnail {
	padding: 2px;
}

.phone {
	color: #5B360F;
}

a:link {
	color: #5B360F;
	text-decoration: none;
}
a:visited {
	color: #5B360C;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

OL LI {
	padding-bottom: 10px;
}

OL LI UL LI {
	padding-bottom: 0px;
}

.iconLeft {
	padding-right: 12px;
	padding-bottom: 4px;
}

.infoTable {
	border-style: solid;
	border-color: #5B360F;
	border-width: 1px;
}

.infoTable TH {
	text-align: center;
	background-color: #DACAA2;
}
.infoTable TD {
	text-align: center;
}
.infoTable .highlighted {
	background-color: #FFFFC0;
}


/*-----------------------------------------------------------------------------
BUTTONS
-----------------------------------------------------------------------------*/
.button {
	cursor: hand;
	border-style: outset;
	border-width:1px;
	background-color: #E3D6BB;
	color: #000080;
	font-family: Arial;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}
.buttonOver {
	cursor: hand;
	border-style: outset;
	border-width:1px;
	background-color: #EAE0CC;
	color: #000080;
	font-family: Arial;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}
.buttonClick {
	cursor: hand;
	border-style: inset;
	border-width:1px;
	background-color: #DACAA2;
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}

/*-----------------------------------------------------------------------------
AVAILABILITY GRID
-----------------------------------------------------------------------------*/
.grid TABLE {
	font-family: verdana;
	font-size: smaller;
	text-align: center;
}


.available {
	background-color: #C0FFC0;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE #C0C0C0 #C0C0C0 #EEEEEE;
	width: 18px;
	height: 18px;
}
.selectedavailable {
	background-color: #C0C0FF;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEFF #8080FF #8080FF #EEEEFF;
	width: 18px;
	height: 18px;
}
.booked {
	background-color: #FF0000;
	border-width: 1px;
	border-style: solid;
	border-color: #FF8080 #800000 #800000 #FF8080;
	width: 18px;
	height: 18px;
}
.selectedbooked {
	background-color: #CC0000;
	border-width: 1px;
	border-style: solid;
	border-color: #FF8080 #600000 #600000 #FF8080;
	width: 18px;
	height: 18px;
}
.oldDate {
	background-color: #E0E0E0;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE #C0C0C0 #C0C0C0 #EEEEEE;
	width: 18px;
	height: 18px;
}
.selectedoldDate {
	background-color: #C0C0C0;
	border-width: 1px;
	border-style: solid;
	border-color: #EEEEEE #A0A0A0 #A0A0A0 #EEEEEE;
	width: 18px;
	height: 18px;
}

/*-----------------------------------------------------------------------------
IMAGE GALLERY
-----------------------------------------------------------------------------*/
.categoryHeader {
	padding-top: 10px;
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.imageCell {
	padding: 4px 2px 8px 2px;
}
.thumbnail A {
	border-width: 1px;
	border-style: solid;
	border-color: #E2D6B7;
	padding: 0px;
}
.thumbnail A:hover {
	border-width: 1px;
	border-color: #FFFFFF;
}
/*-----------------------------------------------------------------------------
IMAGE VIEWER
-----------------------------------------------------------------------------*/
#imageFrame {
	position: relative;
}
#imageCaption {
	position: absolute;
	top: 85%;
	left: 0px;
	width: 100%;
	padding: 8px 20px 8px 0px;
	background-color: #000000;
	text-align:center;
	overflow: wrap;
	font-family: verdana;
	font-size: small;
	color: #FFFFFF;
	Filter: Alpha(Opacity=80, FinishOpacity=20, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0)
}
