/*******************************************************************************************
	The Perfect Cottage 
		Version 1.0 - October 2008
			<steve@egsystems.co.uk>
********************************************************************************************/

/* Reset */
* {
	margin: 0;
	padding: 0;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	letter-spacing: 0;
}

:focus {
	outline: 0;
}

/* Elements and Sub-classes */
body {
	margin: 15px 0;
	color: #777;
	background: #eff0fb url(bg_body.png) 0 0 repeat-x;
	font: 13px/17px Verdana, sans-serif;
}

a {
	color: #777;
	text-decoration: underline;
}

/*
a:hover {
}
*/

a.plain {
	text-decoration: none;	
}

h1, h2, h3 {
	font-family: Arial, san-serif;
	color: #666;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 12px 0;
	font-family: Arial, sans-serif;
}

h1 a {
	color: #666;
}

h2 {
	margin: 11px 0 8px 0;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: normal;
	color: #555;
}

h3 {
	margin: 9px 0 0 0;
	font-size: 1em;
	color: #555;
}

h4 {
	margin: 7px 0 0 0;
	font-size: 0.8em;
	color: #555;
}

img {
	border: none;
}

img.center {
	display: block;
	margin: 0 auto;
	border: 7px solid #fff;
}

img.left {
	display: block;
	float: left;
	margin: 0 15px 5px 0;
	border: 7px solid #fff;
}

img.right {
	display: block;
	float: right;
	margin: 0 0 5px 10px;
	border: 7px solid #fff;
}

img.pagehead {
	margin-bottom: 10px;
}

img.inline {
	display: block;
	margin: 0 0 10px 0;
	border: 7px solid #fff;
}

p {
	margin: 8px 4px 12px 0;
}

p.address {
	margin-left: 80px;
}

p.small {
	font-size: 10px;
	line-height: 13px;
}

p.doublespace {
	line-height: 23px;
}

ul {
	list-style: outside;
	margin: 0 0 12px 12px;
	padding-left: 12px;
	
}

strong {
	font-weight: bold;
}

/********************************************************/
/* Structural DIVs */
#container 
{
	width: 740px;
	margin: 0 auto;
	border: 7px solid #fff;
	background: #EFEEE8 url(bg_container.png) 0 150px repeat-x;
}

/********************************************************/
#header 
{
	width: 100%;
	height: 130px;
	background-color: #ebe5c8;
	background: url(bg_header_740.png) 0 0 no-repeat;
}

/********************************************************/
#navigation
{
	width: 100%;
	height: 26px;
	background: #632 url(bg_nav.png) 0 0 repeat-x;
	color: #eec;
	text-align: center;
	border-top: 2px solid #fff;
}

#navigation a
{
	text-decoration: none;
	font: 12px/26px Arial, sans-serif;
	color: #fff;
	padding: 0 5px;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation a.current {
	color: #eec;
}

#navigation a.current:hover {
}

/********************************************************/
#pagehead{
	border-top: 1px solid #963;
	width: 100%;
	height: 220px;
	background-color: #E9E8DE;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#pagehead_empty{
	margin-bottom: 20px;
}

/********************************************************/
#content 
{
	width: 700px;
	min-height: 400px;
	margin: 0 auto;
}

/********************************************************/
#footnav {
	clear: both;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 0.8em;
	text-align: center;
	background: #632 url(bg_footernav.png) 0 0 repeat-x;
	color:  #998;
	margin: 10px 0 0 0;
}

#footnav a {
	color:  #998;
	text-decoration: none;
}

#footnav a:hover {
	text-decoration: underline;
}

/********************************************************/
#footer {
	color: #999;
	clear: both;
	margin-top: 12px;
	width: 100%;
	font-size: 0.75em;
	line-height: 1.35em;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/********************************************************/
/* Feature Boxes */
div.featurebox {
	border: 1px solid #aaa;
	/*border-top: none;*/
	margin-bottom: 20px;
	background-color: #f0ecdd;
	line-height: 1.1em;	
	color: #555;
}

div.featurebox a {
	font-size: 1em;
}

div.featurebox span.phone {
	border-right: 1px solid #999;
	padding-right: 6px;
}

div.featurebox p {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 1.2em;
}

div.featurebox h1, div.featurebox h2, div.featurebox h3 {
	font-weight: normal;
	margin: 0;
	padding-left: 4px;
}

div.featurebox h1 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: #732;
}

div.featurebox h2 {
	display: block;
	clear: both;
	font-size: 11px;
	line-height: 17px;
	color: #4c4c4c;
	background-color: #e0dece;
	text-align: right;
	padding-right: 6px;
}

div.featurebox img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

/***/
#seedo a {
	color: #773;
}

#seedo div {
	border-color: #773;
	background-color: #f0ecdd;
}

#seedo div.featurebox h1 {
	color: #fff;
	background-color: #773;
}

/***/
#eatdrink a {
	color: #743;
}

#eatdrink div {
	border-color: #7E6B65;
	background-color: #f0ecdd;
}

#eatdrink div.featurebox h2 {
	background-color: #e0dece;
}

#eatdrink div.featurebox h1 {
	color: #fff;
	background-color: #7E6B65;
}

/********************************************************/
/* Rules and clearing divs */
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

div.rule
{
	height: 8px;
	border-bottom: 1px solid #ddc;
	margin-bottom: 8px;
}

div.thick
{
	border-width: 2px;
}

/********************************************************/
/* Boxes */
.image_box {
	width: 580px;
	padding: 20px 0 20px 0;
	background-color: #f3f3f0;
	border-bottom: 1px solid #eed;
	border-top: 1px solid #fff;
}

.image_box img {
	display: block;
	margin: 0 auto 0 auto;
}

/********************************************************/
/* Columns */
.col_2col {
	width: 330px;
	float: left;
}

.col_2col_wide {
	width: 510px;
	float: left;
}

.col_right 
{
	float: right;
}

.col_subcol
{
	float: right;
	width: 305px;
	padding-bottom: 30px;
	margin: 0;
}

.col_subcol
{
	float: right;
	width: 305px;
	padding-bottom: 30px;
	margin: 0;
}

.col_subcol img
{
	margin: 0 0 8px 0;
}

/********************************************************/
/* Sidebar */
.col_2col_sidebar {
	padding: 0;
	width: 180px;
	float: right;
	background-color: #dfdccc;
	text-align: center;
}

.col_2col_sidebar h1 {
	padding-left: 6px;
	font-size: 1.1em;
	line-height: 22px;
	background-color: #cec9b6;
	color: #fff;
}

.col_2col_sidebar h2 {
	text-align: center !important;
	padding: 5px 0;
}

.col_2col_sidebar a {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2em;
	display: block;
}

.col_2col_sidebar span.phone {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2em;
	display: block;
}

.col_2col_sidebar .featurebox {
	width: 160px;
	text-align: center;
	border: 1px solid #ccb;
	margin: 0 auto 15px auto;
}

.col_2col_sidebar .featurebox h1 {
	font: 0.85em/1.6em Arial;
}

.col_2col_sidebar .featurebox h2 {
	margin-top: 6px;
}

.col_2col_sidebar .featurebox p {
	font: 0.8em/1.1em Arial;
	margin: 0px 3px 3px 3px;
}

.col_2col_sidebar .featurebox img {
	display: none;
	/*
	margin: 12px auto 0 auto;
	float: none;
	border: 1px solid #ddd;
	*/
}

/********************************************************/
/* Summary Data */
.summary
{
	display: none;
}

.summary_footer
{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	color: #4c4c4c;
	background-color: #e0dece;
	text-align: right;
	padding-right: 6px;
}

.summary_footer a
{
	color: #333;
	text-decoration: none;
}

.summary_footer_left
{
	float: left;
	padding-left: 5px;
}

.summary_footer_right
{
	float: right;
	padding-right: 5px;
}

/********************************************************/
/* Property Summary */
.propsummary .summary
{
	display: block !important;
}

.propsummary {
/*	border: 1px solid #aaa; */
	border: 1px solid #7E6B65;
	margin-bottom: 20px;
	background-color: #f0ecdd;
	line-height: 1.1em;	
	color: #555;
}

.propsummary h1, .propsummary h2, .propsummary h3 {
	font-weight: normal;
	margin: 0;
	padding-left: 4px;
}

.propsummary h1 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
/*	background-color: #732; */
/*	background-color: #CEC9B6; */
	background-color: #7E6B65;
}

.propsummary h2 {
	display: block;
	clear: both;
	font-size: 11px;
	line-height: 17px;
	color: #4c4c4c;
	background-color: #cec9b6;
	text-align: right;
	padding-right: 6px;
}

.propsummary img {
	width: 120px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.propsummary .col_2col
{
	display: none;	
}

.propsummary .col_2col_wide
{
	display: none;	
}

.propsummary .col_2col_sidebar
{
	display: none;	
}

.propsummary .col_subcol
{
	display: none;	
}

/********************************************************/
/* Location Summary */
.locsummary .summary
{
	display: block !important;
}

.locsummary {
	border: 1px solid #773;
	margin-bottom: 20px;
	background-color: #f0ecdd;
	line-height: 1.1em;	
	color: #555;
}

.locsummary h1, .propsummary h2, .propsummary h3 {
	font-weight: normal;
	margin: 0;
	padding-left: 4px;
}

.locsummary h1 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: #773;
}

.locsummary h2 {
	display: block;
	clear: both;
	font-size: 11px;
	line-height: 17px;
	color: #4c4c4c;
	background-color: #cec9b6;
	text-align: right;
	padding-right: 6px;
}

.locsummary img {
	width: 120px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.locsummary .col_2col
{
	display: none;	
}

.locsummary .col_2col_wide
{
	display: none;	
}

.locsummary .col_2col_sidebar
{
	display: none;	
}

.locsummary .col_subcol
{
	display: none;	
}

/********************************************************/
/* Price Table */
#prices {
	margin: 0 0 25px 0;
	width: 250px;
	float: right;
	font-size: 11px;
}

#prices th {
	padding: 0 15px;
	height: 20px;
	background-color: #569;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

#prices td {
	padding: 4px 15px;
	background-color: #e0dece;
	color: #444;
}

#prices td.cost {
	text-align: right;
}

#prices td.notes {
	font-size: 10px;
	line-height: 13px;
}

#prices td.label {
	padding: 3px 15px;
	background-color: #ccccd6;
	vertical-align: top;
	width: 170px;
}

/********************************************************/
/* Accom Summary */
#accom_summary {
	border: 1px solid #569;	
	background-color: #e0dece;
	color: #444;
	width: 250px;
	float: left;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 12px;
}

#accom_summary h1 {
	background-color: #569;
	margin-bottom: 4px;
	color: #fff;
	font-size:  1.1em;
	line-height: 19px;
	text-align: center;
}

#accom_summary ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 8px;
}

/********************************************************/
/* Booking Form */

#booking_form table {
	margin: 0 0 25px 0;
	width: 100%;
}

#booking_form th {
	padding: 3px 15px;
	background-color: #569;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

#booking_form td {
	padding: 4px 15px;
	background-color: #ddc;
	color: #444;
}

#booking_form td.label {
	padding: 3px 15px;
	background-color: #ccccd6;
	vertical-align: top;
	width: 240px;
}

#booking_form input {
	height: 20px;
	line-height: 20px;
	width: 240px;
	border: 1px solid #bba;
}

#booking_form input.narrow {
	width: 80px;
}

#booking_form select {
	height: 20px;
	font-size: 12px;
}

#booking_form select.wide {
	width: 240px;
}

#booking_form textarea {
	border: 1px solid #ccb;
}

#booking_form input.submit {
	width: 80px;
	margin: 8px 0;
	border: 1px solid #999;
	cursor: pointer;
	background-color: #eef;
}

#booking_form textarea {
	margin-top: 3px;
	color: #777;
	width: 240px;
}

/********************************************************/
/* Generics */

.errormsg {
	color: #f40;
}

.xtop {
	margin-top: 24px;
}

.right {
	text-align: right !important;
}

.center 
{
	text-align: center !important;
}

.justify
{
	text-align: justify !important;
}

.strong {
	font-weight: bold;	
}

.tight {
	margin-top: 0 !important;
}

.noborder
{
	border: none !important;
}

/* */