@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #666;
	clear: both;
	float: none;
	background-color: #FFF;
}

p {
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	font-size: 2.2em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px;
}

h2 {
	padding: 0px;
	margin: 0px 0px 10px;
	font: normal 2.8em/1.2em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #cbc5bf;
	text-decoration: none;
	width: 218px;
}

h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #666;
}

h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	font: 1.4em/1.2em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: disc outside;
}

a {
	color: #369;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

a.button {
	font: normal 1em/1em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(../images/layout/footer_tile.jpg) repeat left top;
	margin: 5px 0px 10px;
	padding: 4px 6px;
	cursor:pointer;
}

a.button:hover {
	text-decoration: underline;
}

textarea {
	background: #FFF;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

.clear {
	float:none;
	clear:both;
}

.margin {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.margin_bottom {
	margin-bottom: 10px;
}

.border {
	border: 1px solid #CCC;
}

body#tinymce {
	background: #FFF;
	margin: 0px;
	padding: 5px;
}

#wrapper {
	padding: 0px;
	width: 930px;
	margin: 0px auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 930px;
	height: 90px;
	display: block;
}

h1#logo {
	display: block;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	background: url(../images/layout/logo.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 310px;
}

#date, #contact_details {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #6f6962;
	margin: 0px;
	padding: 0px;
}

#date {
	margin-top: 14px;
	margin-bottom: 12px;
}

#contact_details a {
	color: #6f6962;
	text-decoration: none;
}

#contact_details a:hover {
	color: #222;
	text-decoration: underline;
}

/* ------------------------------- MENU START --------------------- */
#menu {
	text-align: center;
	margin: 0px 0px 15px;
	padding: 0px;
}

#menu a {
	color: #888;
	text-decoration: none;
	font: normal 1.1em/1em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px 20px;
}

#menu a.current {
	text-decoration: underline;
}

#menu a:hover {
	color: #555;
	text-decoration: underline;
}
/* -------------------------------- END MENU */

#content {
}

/* -------------------------------- COLUMNS ------------------------- */
.column_left {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 233px;
}

.column_mid {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 464px;
}

.column_right {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 233px;
}

.column_wide {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 697px;
}

.column_right ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.column_right li {
	font: 1.1em/1.2em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	margin: 0px 0px 7px;
	padding: 0px;
	list-style: disc url(none) inside;
}
/* -------------------------------- END COLUMNS */

/* -------------------------------- FOOTER --------------------------- */
#footer {
	text-align: center;
	margin: 15px auto 0px;
	padding: 5px 0px;
	width: 930px;
	background: url(../images/layout/footer_tile.jpg) repeat-x left top;
	display: block;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px 20px;
	padding: 0px;
	color: #FFF;
	font-size: 1em;
	line-height: 1em;
}

* html #footer li { display:inline; }  /* for IE 6 */
* + html #footer li { display:inline; }  /* for IE 7 */

#footer li a {
	font: 1em/1em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}
/* -------------------------------- END FOOTER */

#copy {
	text-align: center;
	margin: 15px 0px 0px;
	padding: 0px 0px 25px;
}

#copy p {
	font-size: 1em;
	line-height: 1em;
	color: #b0aaa3;
	text-align: center;
}

#copy p a {
	color: #b0aaa3;
	text-decoration: underline;
}

#copy p a:hover {
	color: #555;
}



/* ------------- begin setup for includes-------------- */
#map_canvas {
	margin: 0px 0px 15px;
	padding: 0px;
	height: 350px;
	width: 928px;
	background-color: #F2EFE9;
	display: block;
	border: 1px solid #cbc5bf;
}

#map_canvas_contact {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 230px;
	background-color: #F2EFE9;
	display: block;
	border: 1px solid #cbc5bf;
}

/* email form */
#message {
	height: 200px;
	width: 400px;	
}

/* calendar */
.toolTipNote{
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin: 5px 0px 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	z-index: 0;
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
/* ------------- end setup for includes---------------- */

/* ----------------------------- SLIDESHOW ------------------------ */
#slideshow {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 350px;
	width: 930px;
}

#panel_1, #panel_2, #panel_3, #panel_4, #panel_5 {
	position: absolute;
	width: 930px;
	height: 350px;
}

#panel_2, #panel_3, #panel_4, #panel_5 {
	display:none;
}

#room_1, #room_2, #room_3, #room_4 {
	position: absolute;
	width: 930px;
	height: 350px;
	background: url(../images/layout/footer_tile.jpg) repeat left top;
}

#room_2, #room_3, #room_4 {
	display:none;
}
/* ----------------------------- END SLIDESHOW */
/* ----------------------------- ACCOMMODATION --------------------- */
.title {
	text-align: center;
	padding: 10px 5px 0px;
	width: 215px;
	float:left;
}

* html .title {
	\width: 225px; /* for IE5 and IE6 in quirks mode */
	w\idth: 215px; /* for IE6 in standards mode */
}

.title h3 {
	font: normal 2.8em/1em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 25px;
	margin-top: 40px;
}

.title p {
	font: normal 1.8em/1em "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.room {
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	border-bottom: 1px dashed #cbc5bf;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#special {
	border: 1px solid #cbc5bf;
	padding: 10px;
	width: 675px;
	margin: 0px 0px 15px;
}

#special h2 {
	width: 100%;
	font-size: 16px;
	color: #aea69f;
	text-decoration: underline;
}
/* ----------------------------- END ACCOMMODATION */
/* ----------------------------- MENUS -------------------------------- */
#menus {
	margin: 0px;
	padding: 0px;
}

#menus h3 {
	text-decoration: underline;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
}

#menus p {
}

/* ----------------------------- END MENUS */
/* ----------------------------- ARTHURS COTTAGE ---------------------- */
.prices {
}

.prices h2 {
}

#prices {
	border-collapse: collapse;
	border-top: 1px solid #cbc5bf;
	font-size: 1.4em;
	line-height: 1em;
	color: #555;
	border-right: 1px solid #cbc5bf;
	border-bottom: 1px none #cbc5bf;
	border-left: 1px solid #cbc5bf;
}

#prices tr {
	background: #f1ede9;
}

#prices .even-row {
	background: #f1ede9;
}

#prices .odd-row {
	background: #e7e2dd;
}

#prices th {
	background: #cbc5bf;
	text-align: center;
	color: #FFF;
}

#prices th, #prices td {
	border-bottom: 1px solid #cbc5bf;
	padding: 4px 10px;
	text-align: center;
}

#prices .from {
}

#prices .three-night,
#prices .seven-night {
	text-align: center;
}
/* ----------------------------- END ARTHURS COTTAGE */
/* ----------------------------- NORFOLK PAGE ------------------ */
.column_right h3 {
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	color: #b0aaa3;
	margin: 0px 0px 3px 20px;
}

.column_right p {
	margin-left: 20px;
	font-size: 1.2em;
}
/* ----------------------------- END NORFOLK PAGE */
/* ----------------------------- CONTACT ----------------------- */
input {
	margin: 0px;
	padding: 0px;
	width: 175px;
}

input.submit {
	width: auto;
}

.req {
	color: #900;
	font-size: 1.6em;
	line-height: 1em;
}
/* ----------------------------- END CONTACT */
/* ----------------------------- AVAILABILITY CALENDARS ------------- */
.errors {
	background: #ffffcc;
	border: 1px solid #ffcc00;
	padding: 1em;
}

.tableHeader {
	font-size: 1.4em;
	line-height: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.monthtable {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #cbc5bf;
}

.monthrow {
	overflow: auto;
	width: 100%;
	margin-bottom: 20px;
}

.month {
	float: left;
	margin-right: 6px;
	width: 225px;
}

.tableHeader {
	font-weight: bold;
	text-align: center;
}

.heading,
.day,
.blank {
	border: 1px solid #cbc5bf;
	border-left: none;
	border-top: none;
	padding: 2px 3px;
	text-align: center;
	width: 14%;
}

.heading {
	background: #cbc5bf;
	color: #FFF;
	border-style: none;
}

.day {
	background: #f1ede9;
	color: #333;
}

.booked {
	background: #c7a89b;
	color: #333;
}

.blank {
	background: #ffffff;
}

.calendar-nav {
	font-size: 1.4em;
	margin-top: 0;
}

.calendar-nav .prev,
.calendar-nav {
	margin-right: 2em;
}

.key {
	border: 1px solid #cbc5bf;
	margin: 0px 15px 0px 0px;
	padding: 2px 3px;
	font-size: 13px;
	line-height: 1em;
}
/* ---------------------- END AVAILABILITY CALENDARS */