/*
 * Subject to copyright.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #666;
	font-size: smaller;
	background-color: #b8bc9b;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 0 0 3em 0;
	padding: 0;
}

a {
	color: #f64c93;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.plain {
	color: #666;
}
img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, form {
	padding: 0;
	margin: 0;
}

/* PAGE STYLE */

#page {
	width: 780px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

/* BRANDING */

#header {
	color: #fff;
	background-color: #8cd3cf;
	position: relative;
	width: 780px;
	height: 54px;
}
#header h1 a,
#header h2 {
	margin-top: 15px;
	font-weight: normal;
	position: absolute;
}
#header h1 a {
	left: 10px;
	line-height: 1em;
	font-size: 200%;
	display: block;
	background: url(../img/roseland_holiday_cottages.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 285px;
	height: 27px;
}
#header h2 {
	right: 10px;
	line-height: 140%;
	font-size: 160%;
	background: url(../img/telephone.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 144px;
	height: 22px;
}

/* PRIMARY NAVIGATION */

#menu {
	padding: 0 10px;
	height: 30px;
	position: relative;
	background-color: #aee0dd;
	z-index: 500;
}
#menu ul,
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	background: url(../img/colon.gif) right 6px no-repeat;
	margin-right: 3px;
}
#menu ul li.last {
	background: #aee0dd;
}

#menu ul li a {
	color: #666;
	margin: 8px 3px 0 0;
	text-decoration: none;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}
#menu ul li a span {
	color: #666;
	margin-left: .25em;
}
#menu ul li div {
	clear: both;
}
#menu ul li ul {
	font-size: 91%;
	position: absolute;
	float: none;
	border: none;
	padding: 0 0 .5em 0;
	margin: 0;
	background-color: #8cd3cf;
	opacity: 0.85;
	-moz-opacity:0.85;
}
#menu ul li ul li {
	float: none;
	border: none;
	padding: 0 .5em;
}
#menu ul li ul li,
#menu ul li ul li a,
#menu ul li ul li a:hover {
	text-indent: 0;
	overflow: visible;
	background: #8cd3cf;
	height: auto;
	width: 140px;
}
*|html #menu ul li ul li,
*|html #menu ul li ul li a,
*|html #menu ul li ul li a:hover {
	width: auto;
}
#menu ul .select a,
#menu ul:hover .select a:hover,
#menu ul li a:hover,
#menu ul li ul li a:hover {
	color: #fff;
}
#menu ul:hover .select a {
	color: #666;
}
#menu ul li div {
	visibility: hidden;
}
#menu ul li:hover div {
	visibility: visible;
}

#submenu {
	z-index: 501;
}

/* MAIN CONTENT */

#main {
	margin: 10px 10px 10px 10px;
	padding-bottom: 1em;
}

#gallery {
	margin: 0 0 12px -12px;
}
#gallery img {
	margin-left: 12px;
}

#content .column {
	margin-right: 12px;
	float: left;
}
#content .last {
	float: right;
	margin: 0;
}

.box {
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.box h1 {
	clear:both;
	font-weight: normal;
	font-size: 120%;
	line-height: 100%;
	border-bottom: 1px solid #666;
	margin-bottom: .25em;
	display: table;
}

.box h2 {
	clear:both;
	font-weight: normal;
	font-size: 120%;
	line-height: 100%;
	margin-bottom: .75em;
	display: table;
	color: #fff;
}
.box h2 u {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.box a,
.box a.plain {
	color: #fff;
}

#content .bg_ffffff {
	padding: 0px;
}
#content .bg_aee0dd,
#content .bg_f1edd0,
#content .bg_a1cee1,
#content .bg_ffffff,
#content .bg_aee0dd h2,
#content .bg_f1edd0 h2,
#content .bg_a1cee1 h2,
#content .bg_ffffff h2 {
	color: #666;
}
#content .bg_aee0dd h2 u,
#content .bg_f1edd0 h2 u,
#content .bg_a1cee1 h2 u {
	border-bottom: 1px solid #666;
}
#content .bg_ffffff a,
#content .bg_ffffff a.plain {
	color: #666;
}

#content .bg_aee0dd {
	background-color: #aee0dd;
}
#content .bg_8cd3cf {
	background-color: #8cd3cf;
}
#content .bg_f1edd0 {
	background-color: #f1edd0;
}
#content .bg_c2c64b {
	background-color: #c2c64b;
}
#content .bg_b5c57c {
	background-color: #b5c57c;
}
#content .bg_beb6c5 {
	background-color: #beb6c5;
}
#content .bg_f94b93 {
	background-color: #f94b93;
}
#content .bg_f45f72 {
	background-color: #f45f72;
}
#content .bg_a1cee1 {
	background-color: #a1cee1;
}
#content .bg_a0cee0 {
	background-color: #a0cee0;
}
#content .bg_f1edd0 {
	background-color: #f1edd0;
}

.more {
	background: url(../img/bullet-white.png) 0 0 no-repeat;
	margin-top: .5em;
	text-indent: 9px;
}
.more a {
	color: #fff;
}
.more a:hover {
	text-decoration: underline;
}
a.simple {
	color: #fff;
}

#content .bg_aee0dd .more,
#content .bg_f1edd0 .more,
#content .bg_a1cee1 .more,
#content .bg_ffffff .more {
	background: url(../img/bullet-grey.png) 0 0 no-repeat;
}
#content .bg_aee0dd .more,
#content .bg_f1edd0 .more,
#content .bg_a1cee1 .more,
#content .bg_ffffff .more,
#content .bg_aee0dd a.simple,
#content .bg_f1edd0 a.simple,
#content .bg_a1cee1 a.simple,
#content .bg_ffffff a.simple {
	color: #666;
}

/* ITEM LIST */


.itemlist {
	margin-top: 1em;
}
.itemlist .item {
	clear: both;
	height: 181px;
	margin-bottom: 10px;
	overflow: hidden;
}

.itemlist .thumb {
	float: left;
	margin-right: 10px;
}
.itemlist .details {
	margin-left: 191px;
	background: #a1cee1;
	padding: 10px;
	height: 181px;
}
html>body .itemlist .details {
	min-height: 181px;
	height: auto;
}
#content .itemlist .details a {
	color: #fff;
}

.intro {
	margin-bottom: 1em;
}

html>body #headlines .details {
	min-height: auto;
	margin-bottom: 1em;
}

.newslist .item {
	margin-bottom: 1em;
}

/* PROPERTY LISTING */

.property_fullsummary {
	clear: both;
	margin-top: 1em;
}
.property_fullsummary .property {
	height: 181px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.property_fullsummary .image {
	left: 0;
	position: absolute;
}

.property_fullsummary .details {
	background: #a1cee1;
	margin-left: 191px;
	padding: 10px;
	height: 181px;
}
#content .property_fullsummary .details a {
	color: #fff;
}
.property_fullsummary p {
	margin-bottom: 1em;
}
.property_fullsummary .info {
	font-weight: bold;
}
.property_fullsummary .star,
#property_details .star {
	float: left;
	width: 15px;
	height: 14px;
	display: block;
	position: relative;
	background: url(../img/star.png) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	top: 1px;
}
.property_fullsummary .stars,
#property_details .stars {
	margin-right: .25em;
	float: left;
}

/* PROPERTY PAGE */

#property_details {
	position: relative;
	height: 110px;
	margin-top: -30px;
	background: #f1edd0 url(../cache/u14_f1edd0_666666_Property_Details....png) 0 0 no-repeat;
}

#property_details ul {
	top: 0;
	right: 0;
	position: absolute;
	width: 171px;
	padding: 0;
	margin: 0;
}
#property_details li {
	margin: .5em 0 0 0;
	padding: 0 0 2px 14px;
	list-style-type: none;
	background: url(../img/bullet-grey.png) 2px -1px no-repeat;
	border-bottom: 1px solid #f94b93;
}
#content #property_details a {
	color: #666;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	text-indent: -9000px;
	overflow: hidden;
	height: 15px;
	display: block;
}
#content #property_details a:hover {
	color: #f94b93;
	background-position: 0 -15px;
}
#content #details_back a {
	background: url(../img/details_back.png) 0 0 no-repeat;
}
#content #details_enquiry a {
	background: url(../img/details_enquiry.png) 0 0 no-repeat;
}
#content #details_map a {
	background: url(../img/details_map.png) 0 0 no-repeat;
}
#content #details_images a {
	background: url(../img/details_images.png) 0 0 no-repeat;
}
#content #details_larger a {
	background: url(../img/details_larger.png) 0 0 no-repeat;
}
#property_details .text {
	position: absolute;
	bottom: 0;
}
#property_details .allowed {
	margin-bottom: .5em;
}
#property_details h3 {
	font-size: 100%;
	font-weight: bold;
	color: #f94b93;
	margin-bottom: .5em;
}
#property_details .star {
	background: url(../img/star.png) 0 0 no-repeat;
}

#property_images img {
	margin: 0;
	padding: 0;
	border: none;
}
#property_images a {
	float: left;
	display: block;
	margin-left: 12px;
}
#property_images a.first {
	margin-left: 0px;
}

/* PROPERTY SEARCH */

#search_results {
	margin-top: 1em;
}

.search-filter ul {
	list-style: none;
	float: left;
	width: 181px;
	padding: 0;
	margin: 0 10px 0 0;
}
.search-filter ul li {
	padding: 0;
	margin: 0;
}

#content .search-filter .search-clear {
	font-size: smaller;
	color: #666;
}

/* AVAILABILITY CALENDAR */

.calendar {
	font-size: smaller;
}

.calendar .d {
	text-align: center;
	padding: 0 1px;
}
.calendar .d b {
	color: #f94c93;
}
.calendar .g,
.calendar .g b {
	color: #aaa;
}
.calendar .k, .calendar .d  {
	font-size: 90%;
	line-height: 100%;
}

.calendar .p {
	padding: 2px .5em;
}
.calendar .p b {
	color: #fff;
}

.calendar .a, .calendar .b, .calendar .o {
	text-align: center;
}
.calendar .b {
	color: #fff;
	background-color: #f64c93;
	text-indent: -9000px;
	overflow: hidden;
}

.calendar .o {
	color: #666;
}

.calendar .l {
	background-color: #f1edd0;
}

.calendar .t, .calendar .l {
	text-align: center;
	padding: 0px 2px;
}

.calendar .m {
	padding-top: .75em;
}

.calendar .s {
	width: .5em;
}
.calendar .v {
	height: .5em;
}

.calendar .a, .calendar .b, .calendar .o, .calendar .t, .calendar .l, .calendar .p {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.calendar .p {
	border: 1px solid black;
	border-top: none;
}
.calendar tr td.fl {
	border-left: 1px solid black;
}
.calendar tr td.ft {
	border-top: 1px solid black;
}

.calendar .p {
	width: 100px;
}

/* CONTACT FORMS */

#contactform .formfield,
#enquiryform .formfield {
	width: 250px;
}

/* ANCILLARY NAVIGATION */

#footer {
	clear: both;
	margin: 5px 10px;
	padding-top: 5px;
	border-top: 1px solid #666;
	font-size: 80%;
	height: 2.5em;
}

#footer ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	float: left;
	border-right: 1px solid #666;
	list-style: none;
	padding: 0 .5em;
	margin: 0;
}
#footer li.first {
	padding-left: 0;
}
#footer li.credits {
	border-right: none;
}
#footer a {
	color: #666;
}

/* GENERAL STYLES */

.wai {
	display: none;
}

.hide {
	visibility: hidden;
}

.replace {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

.overlay {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

.navigator {
	font-style: normal;
	font-size: 90%;
}
#content .navigator a.navselect {
	font-weight: bold;
	background-color: #f77da5;
	color: #fff;
}
.navigator a {
	background-color: #f1edd0;
	padding: 2px 4px;
}
.navigator-count {
	padding: 2px 0;
	margin-top: -1em;
	margin-bottom: .5em;
	float: right;
}

.button, .cancel, .button_delete {
	font-size: 90%;
	border: none;
	cursor: default;
	padding: 2px 8px 1px 8px;
}
.button {
	color: #fff;
	font-weight: bold;
	background-color: #8accc8
}
html>body .button {
	background: #8accc8 url(../img/bullet-white.png) 6px 1px no-repeat;
	text-indent: 6px;
}
.cancel {
	color: #fff;
	background-color: #aaa;
}
.button_delete {
	font-weight: bold;
	color: #fff;
	background-color: #800;
}

.invalid {
	color: #f94b93;
	background-color: #fee;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #f94b93;
	text-decoration: underline;
}

/* BLANK PAGE */

#blank {
	text-align: left;
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}

