/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman		[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Header Elements
	Navigation Elements
	Navigation - Country
	Navigation - Search
	Navigation - Secondary
	Body Elements
	Footer Elements
	Messages
	SIFR
	Sitemap
	Property Row
	Availability Table
	Travel Logo Container
	Phone Numbers

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	background: #721A00 url(../i/layout/bg.gif) 0 0 repeat-x;
	color: #C04E24;
	font-size: .7em;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 0em 0;
}

div#content h1 {
	font-size: 2.3em;
	margin: .5em 0 0 0;
}

div#content h2 {
	font-size: 2em;
	margin: .5em 0 0 0;
}

div#content h3 {
	font-size: 1em;
	margin: 0 0 .6em 0;
	text-transform: uppercase;
}

div#content p {
	margin: 0 0 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #721A00;
	border: 1px solid #4F0B00;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

td.mceToolbarTop a {
	float: left;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/

div#container, div#footer {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 721px;
}

div#container {
	background: url(../i/layout/container-bg.gif) 0 0 repeat-y;
	margin-top: 1em;
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#header {
	background: url(../i/layout/header.gif) 0 0 no-repeat;
	height: 99px;
}

div#header div#logo {
	float: left;
	position: relative;
}

div#header div#logo a {
	background: url(../i/layout/logo.gif) 0 0 no-repeat;
	display: block;
	height: 64px;
	left: 17px;
	position: relative;
	text-indent: -999em;
	top: 17px;
	width: 116px;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

div#nav {
	background: #FCE9C6 url(../i/layout/nav-bg.gif) 0 0 repeat-x;
	height: 235px;
}

div#nav-search {
	float: right;
	position: relative;
	margin-bottom: 0;
}

/***********************************************************************
	NAVIGATION - COUNTRY
************************************************************************/

div#nav-country {
	position: relative;
	top: 1.5em;
	width: 186px;
	float: right;
	margin-bottom: 0;
}

div#nav-country h2 {
	color: #C04E23;
	font-size: 1.4em;
}

div#nav-country ul li {
	background: url(../i/layout/nav-divider.gif) 0 0 no-repeat;
	font-size: 1.4em;
	padding: .2em 0 .2em 0;
	text-align: right;
	width: 185px;
}

div#nav-country ul li a {
	margin-right: 1em;
}

div#nav-country ul li.first {
	background-image: none;
}

/***********************************************************************
	NAVIGATION - SEARCH
************************************************************************/

div#nav-search {
	background: url(../i/layout/main-photo.jpg) 0 9px no-repeat;
	height: 226px;
	padding-right: 9px;
	width: 509px;
}

div#nav-search ul li a {
	display: block;
	height: 39px;
	position: absolute;
	text-indent: -999em;
	top: 9px;
}

div#nav-search ul li#nav-search-by-country a {
	left: 327px;
	width: 77px;
}

div#nav-search ul li#nav-search-by-availability a {
	left: 407px;
	text-indent: -999em;
	width: 96px;
}

/***********************************************************************
	NAVIGATION - SECONDARY
************************************************************************/

div#nav-secondary {
	float: right;
	position: relative;
	top: 10px;
	right: 18px;
}

div#nav-secondary ul li {
	border-left: 1px solid #B12900;
	float: left;
	margin-left: .5em;
	padding-left: .5em;
}

div#nav-secondary ul li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}

div#nav-secondary ul li a {
	color: #B12900;
	text-decoration: none;
	text-transform: lowercase;
}

div#nav-secondary ul li a:hover {
	color: #C04E23;
	text-decoration: underline;
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div#main {
	background: url(../i/layout/content-top.gif) 0 0 repeat-x;
	padding: 0px 9px 10px 17px;
	width: 694px;
}

div#content {
	clear: both;
	float: left;
	position: relative;
	text-align: justify;
	width: 71%;
}

div#content a {
	color: #C04E24;
	text-decoration: underline;
}

div#content a:hover {
	color: #9B2400;
}

div#content-sub {
	float: right;
	position: relative;
	width: 26%;
	left: 3px;
}

div#property-photos ul li {
	text-align: center;
}

div#property-photos ul li img {
	border: 5px solid #EFD199;
	margin: 1.4em auto;
}

* html div#property-photos ul li a img {
	border: 5px solid #EFD199;
	margin: 0em auto;
}

div#quick-property-select form {
	background: url(../i/layout/quick-property-search.gif) 0 0 no-repeat;
	height: 56px;
}

div#quick-property-select form fieldset select {
	position: absolute;
	top: 28px;
	left: 10px;
	width: 158px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	background: url(../i/layout/footer-bg.gif) 0 bottom no-repeat;
}

div#footer, div#footer a {
	color: #DFA691;
}

div#footer a:hover {
	color: #C04E24;
}

div#footer div {
	padding: 1em 1.5em;
}

div#siteinfo-legal {
	background: url(../i/layout/footer-divider.gif) 1.5em 0 no-repeat;
	float: left;
	position: relative;
	width: 45%;
}

div#siteinfo-credits {
	float: right;
	position: relative;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/***********************************************************************
	SIFR (These are standard sIFR styles... do not modify)
************************************************************************/

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/***********************************************************************
	SITEMAP
************************************************************************/

.sitemap div#content ul {
/*	float: left;
	width: 48%;*/
}

.sitemap div#content ul li {
	background: url(../i/layout/sitemap-dotted.gif) 0 2px no-repeat;
		list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
	text-indent: 0;
	margin: .3em;
}

.sitemap div#content ul li ul {
	float: none;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
	width: 100%;
}

.sitemap div#content ul li ul li {
	background: url(../i/layout/sitemap-dotted.gif) 0 2px no-repeat;
	list-style: none;
	margin-left: .6em;
	padding-left: 1.2em;
	text-indent: 0;
}

/***********************************************************************
	PROPERTY ROW
************************************************************************/

div.property-row {
	clear: both; 
	float: none;
margin: 0 0 3em 0;
}

div.property-row a img {
	border: 5px solid #E3C1B4;
	float: left; 
	margin-right: .7em;
	margin-bottom: .9em;
}

div.property-row a:hover img {
	border: 5px solid #D9AB9B;
}

div#content div.property-row h3 a {
	font-size: 1.05em;
	text-decoration: none;
	text-transform: uppercase;
}

div#content p.buttons a {
	font-size: 1.7em;
}

/***********************************************************************
	AVAILABILITY TABLE
************************************************************************/

th#availability-month {
	width: 80px;
}

td.booked {
	background: #C04E24;
	color: #fff;
}

/***********************************************************************
	RATES TABLE
************************************************************************/

table#rates {
	border: 1px solid #DFA691;
	width: 85%;
	border-collapse: collapse;
}

table#rates caption {
	color: #A23311;
	font-weight: bold;
	text-transform: uppercase;
}

table#rates tr td, table#rates tr th, table#rates caption {
	padding: 2px;
	text-align: center;
}

table#rates tr th {
	background: #DFA691;
	border-bottom: 1px solid #DFA691;
	color: #fff;
	font-weight: bold;
}

table#rates tr td {
	border-top: 1px solid #F7E9E5;
}

table#rates tr th.rates-rental-period {
	width: 30%;
}

table#rates tr th.rates-price {
	width: 20%;	
}

/***********************************************************************
	AVAILABILITY TABLE
************************************************************************/

table#availability table, table#availability table#calendar-key  {
	border: 1px solid #DFA691;
	border-collapse: collapse;
}

table#availability table {
	border: 0;
	border-collapse: collapse;
}

table#availability caption, table#calendar-key caption {
	color: #A23311;
	font-weight: bold;
	text-transform: uppercase;
}

table#availability tr td {
	padding: 5px 10px;
}

table#availability tr td table.calendar-days tr td{
	padding: 2px;
}
table#availability tr td table:hover.calendar-days {
	background: #FAF2EF;
}

table#availability table tr td, 
table#availability table tr th, 
table#availability table caption {
	padding: 0;
	text-align: center;
}

table#availability table tr td {
	border-top: 1px solid #F7E9E5;
}

table#availability table tr th.rates-rental-period {
	width: 30%;
}

table#availability tabletr th.rates-price {
	width: 20%;	
}

div#container div#content p.booking a {
	background: #721A00;
	border: 1px solid #4F0B00;
	color: #fff;
	font-weight: bold;
	margin-right: 1em;
	padding: 3px .8em;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

div#container div#content p.booking a:hover {
	background: #893C26;
	text-decoration: none;
}

table#availability {
	padding: 0;
	margin: 0;
}

table#availability tr td  {
	text-align: center;
	vertical-align: top;
}

table#availability tr td table.calendar-days td.booked, 
tr td.booked  {
	border-top: 1px solid #F7E9E5;
	background-color: #C04E24;
	color: #D07A5B;
}

table#availability tr td table.calendar-days td.unavailable, td.unavailable {
	background-color: #eee;
	color: #ccc;
}

table#calendar-key tr td a {
	text-decoration: none;
}

table.calendar-days tr td.today a, table#availability tr td table.calendar-days tr td.today a {
	font-weight: bold;
	text-decoration: none;
}

table.calendar-days td.today, table#availability tr td table.calendar-days td.today {
	padding: 0;
}

table.calendar-days td.today a {
	background: #F7E9E5;
	border: 2px solid #C04E24;
}

table#availability tr td table.calendar-days td a, table.calendar-days td a {
	display: block;
	font-weight: normal;
	text-decoration: none;
}

table#availability tr td table.calendar-days td a:hover {
	background-color: #DFA691;
}

table#availability tr td {
	margin: 0 3px 3px 0;
	position: relative;
}

table#availability tr td table.calendar-days td {
	padding: 1px;
	position: relative;
}

table#availability table#calendar-key {
 	margin: 0 0 1em 0;
}
 
table#availability table#calendar-key tr th {
	background: #DFA691;
	border-bottom: 1px solid #DFA691;
	padding-bottom: 0;
	padding: 0 4px;
	position: relative;
	color: #fff;
	font-weight: bold;
}

table#availability table#calendar-key tr td.booked {
	width: 15px;
}

table#calendar-key tr th {
	font-weight: normal;
	width: 70px;
}

table#calendar-key tr th {
	float: right;
	padding-left: 3px;
}

table#calendar-key tr td {
	float: left;
	text-align: center;
	width: 14px;
}

/***********************************************************************
	TRAVEL LOGO CONTAINER
************************************************************************/

div#travel-logo-container {
	background: url(../i/layout/flight-logos.gif) 100px 0 no-repeat;
	clear: both;
	display: block;
	position: relative;
	height: 74px;
}

div#travel-logo-container ul li {
	/*position: relative;*/
	float: none;
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

div#travel-logo-container ul li a {
	display: block;
	position: absolute;
	text-decoration: none;
	text-indent: -999em;
	width: 120px;
	height: 30px;
}

div#travel-logo-container ul li a:hover {
	text-decoration: none;
}

div#travel-logo-container ul li#travel-bf a {
	height: 30px;
	left: 110px;
	top: 0;
	width: 150px;
}

div#travel-logo-container ul li#travel-fc a {
	height: 40px;
	left: 270px;
	top: 0;
	width: 125px;
}

div#travel-logo-container ul li#travel-flybe a {
	height: 35px;
	left: 80px;
	top: 40px;
	width: 95px;
}

div#travel-logo-container ul li#travel-ryanair a {
	height: 34px;
	left: 180px;
	top: 41px;
	width: 125px;
}

div#travel-logo-container ul li#travel-easyjet a {
	left: 320px;
	top: 43px;
}

* html div#container div#travel-logo-container {
	background: none;
	clear: both;
	display: block;
	position: relative;
	height: auto;
	top: 10px;
}

* html div#container div#travel-logo-container ul li {
	float: none;
	list-style: square;
	padding: 0;
	margin: 0;
	text-indent: 0;
	line-height: .4em;
}

* html div#container div#travel-logo-container ul li a {
	position: relative;
	height: auto;
	width: auto;
	left: 0;
	top: 0;
	text-indent: 0;
}

* html table.iehelp {
	float: right;
}

/***********************************************************************
	PHONE NUMBERS
************************************************************************/

div#phone-numbers {
	clear: right;
	float: right;
	position: relative;
	right: 17px;
	text-align: right;
	top: 34px;
}

div#phone-numbers ul li.primary, div#content ul#contact-phone li.primary {
	color: #9E2C14;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: -.1em 0 -.15em 0;
}

div#content ul#contact-phone {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	text-indent: 0;
}

div#content ul#contact-phone li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}