body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 70%;
}

/* Typography */

body, .description, .column h2, #right .column h2
{
	font-family: "Lucida Grande", Verdana;
	color: #000;
}

p
{
	line-height: 150%;
	margin: 7px;
}

#banner h2, .column ul li a:link, .column ul li a:hover, .column ul li a:visited
{
	margin: 7px;
	color: #653205;
	font: normal 1.8em Georgia, serif;
}

.column h2, #right .column h2
{
	color: #000;
	background: #ccc;
	margin: 0 14px;
	padding: 4px 7px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

.arrow
{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: left center;
}

/* Hacks */

img
{
	border-style: none;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
/*  */

.invisible
{
	display: none;
}

/* Header */

#head
{
	background-color: #0088bd;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 14px;
}

h1
{
	text-indent: -10000em;
	height: 99px;
	padding: 0;
	background: url(images/holiday_aviemore_03.jpg) no-repeat right;
	margin: 0;
}

h1 span, h1 a
{
	display: block;
	height: 99px;
	background: url(images/holiday_aviemore_01.gif) no-repeat;
}

#banner
{
	width: 99%;
	margin: 0;
	margin-bottom: 14px;
}

/* Links */

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited
{
	color: #00719c;
}

a:hover
{
	color: #004057;
}

/* Footer */

#footer
{
	clear: both;
	color: #444;
	padding: 0;
	margin: 14px 0 0;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/footer.gif);
}

#footer p
{
	float: left;
}

#footer p#credits
{
	float: right;
}

#contentbox h2
{
	margin-top: 10px;
	margin-bottom: 14px;
	font-size: 2.5em;
}

#contentbox h3
{
	margin-top: 4px;
	margin-bottom: 10px;
}

h3
{
	margin: 14px 7px 7px;
	size: 1.2em;
	font-weight: bold;
	font-size: 1.2em;
}

ul.essentials
 {	text-indent: 0;
	margin:      7px 7px 14px;
	padding:     0 0 14px }


ul.essentials li
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 4px;
}

#left
{
	float: left;
	width: 49%;
}


#right
{
	float: right;
	width: 49%;
}

#feature, #why
{
	margin: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid;
	height: 31em;
	overflow: auto;
}

#feature, #contactdetails, #availability
{
	background-color: #ffe6ce;
	border: 1px solid;
	border-color: #fecfa5;
	margin-right: 7px;
}

#why, #propertydetails, #stats, #newsletterstats
{
	background-color: #cee9f4;
	border: 1px solid;
	border-color: #a0d0e3;
	margin-left: 7px;
	margin-right: 15px;
}

.featuretitle
{
	font-size: 0.9em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 3pt;
	font-weight: bold;
}

/* Property pages */

.propertypage
{
	margin-bottom: 14px;
}

.propertypage #left
{
	width: 65%;
}

.propertypage #right
{
	width: 35%;
}

#propertydetails, #contactdetails, #availability, #newsletterstats
{
	margin: 14px 0 14px 14px;
}

#right .column
{
	width: 100%;
}

#right #stats
{
	margin-right: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#right .column h2
{
	margin: 14px 14px 0;
}

/* Forms */

label, input, select
{
	font-weight: bold;
	margin-right: 5px;
}

input, select
{
	font-weight: normal;
}

#name, #email, #comments
{
	width: 20em;
}

.datefield
{
	width: 7em
}


.focused
{
	color: #000;
}

.blurred
{
	color: #666;
}

/* Layout */

#container
{
	clear: both;
	margin-bottom: 14px;
}

.column
{
	width: 33%;
	float: left;
}

.column ul
{
	list-style: none;
	padding: 0;
	line-height: normal;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
	margin-top: 0;
}

.column ul li
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	float: left;
}

.column ul li a:link, .column ul li a:hover, .column ul li a:visited
{
	background: #fff;
	display: block;
	padding: 7px;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	height: 6em;
}

.column ul li a:link, .column ul li a:visited
{
	background: url(images/shadow-up.gif) bottom repeat-x;
}

.description
{
	font-weight: normal;
	display: block;
	margin-top: 4px;
	color: #111;
	font-size: 0.83em;
}

.moreinfo
{
	text-align: right;
	clear: both;
}

.column ul li a:hover
{
	background: #cde9f3;
}

.imageright
{
	float: right;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}

.imageleft
{
	float: left;
	margin-bottom: 7px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 7px;
	padding: 0;
}

/* Sub navbar */

ul#subnavbar
{
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 14px;
	border-bottom-width: 7px;
	border-bottom-color: #a9a9a9;
	border-bottom-style: solid;
}

ul#subnavbar li
{
	margin: 0px 0 0px 5px;
	padding: 0px;
	float: left;
}

ul#subnavbar li a, ul#subnavbar li span.selected
{
	display: block;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-decoration: none;
	color: #000;
}

ul#subnavbar li span.selected
{
	background-color: #a9a9a9;
}

ul#subnavbar li a:link, ul#subnavbar li a:visited
{
	background-color: #d7d7d7;
}

ul#subnavbar li a:hover
{
	background-color: #a9a9a9;
}

/* Navbar */

ul#navbar
{
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(images/holiday_aviemore_05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #0088bb;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom-width: 7px;
	border-bottom-color: #3bc8f9;
	border-bottom-style: solid;
}

ul#navbar li
{
	margin: 0px 0 0px 5px;
	padding: 0px;
	float: left;
}

ul#navbar li a, ul#navbar li span.selected
{
	display: block;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-decoration: none;
	color: #fff;
}

ul#navbar li span.selected
{
	background-color: #3ec8fb;
	color: #000;
}

ul#navbar li a:link, ul#navbar li a:visited
{
	background-color: #009fde;
}

ul#navbar li a:hover
{
	background-color: #3bc8f9;
}

/* Tables */

table
{
	margin: 7px;
	border-collapse: collapse;
	border-style: none;
	width: 85%;
}

tr
{
	
}

td
{
	border-style: none;
	padding-right: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th
{
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	border-bottom-color: #9fd0e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.stripe1
{
	background-color: #b6e2f1;
}

.stripe2
{
	background-color: #d4eaf3;
}

#contactdetails .stripe1
{
	background-color: #f2d3b8;
}

#contactdetails .stripe2
{
	background-color: #f2e1d3;
}

#contactdetails th
{
	border-bottom-color: #e3bf9f;
}

/* Numbers */

.number
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.one
{
	background-image: url(images/1.gif);
}

.two
{
	background-image: url(images/2.gif);
}

.three
{
	background-image: url(images/3.gif);
}

.four
{
	background-image: url(images/4.gif);
}

.five
{
	background-image: url(images/5.gif);
}