/****************************************
| ** PURE LUXURY LAYOUT **
|
| Created by: Adam Foster & Daniel Cork
| Date Created: 2008-03-27
| Copyright 2008 Lightmaker Manchester
|
****************************************/

/****************************************
 CSS RESET 
****************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img { 
	border: none; 
	padding: 0px; 
}
ol, ul { list-style: none; }
:focus { outline: 0; }
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
p {margin-bottom:10px;}
/****************************************
 GLOBAL STYLES 
****************************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
h1, h2, h3, h4 { color:#413e3b; }
h1	{ font-size: 22px; }
h2 	{ 
	line-height: 26px;
	font-size:22px;
	font-weight: normal;
	}
.home h2 {
	color: #62594f;
	width: 270px;
	float: right;
	margin: 40px 20px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h3 	{ 
	margin-bottom:20px;
	font-size: 19px;
	font-weight:normal;
	color:#413e3b;
	height:25px;
	display:block;
}
h4 	{ font-size: 14px; }
h5 	{
	color:#967c50;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
}
p { color:#b0a99e; }
a, a:visited	{ text-decoration: none; color: #b1a69a;}
a:hover 		{ color: #413e3b; }
.left			{ float: left!important; }
.right 			{ float: right!important; }
.clear 			{ clear: both!important; height: 0px; position: absolute; top: 0px}
.hide 			{ visibility:hidden; position: absolute; }
.last 			{ margin-bottom: 0px!important; border: none!important; background: none!important; padding-bottom: 0px!important;}
.end 			{ margin-right: 0px!important;}
.bold 			{ font-weight: bold!important;}
input, select	{ border:1px solid #b2a190;}
select			{ height: 18px; float: left; margin-right:10px; }
legend 			{ display:none; }
/****************************************
 MAIN LAYOUT
****************************************/
body {
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:14px;
	width: 100%;
}
 
 #featureContent, #main, #footer {
	width: 950px;
	margin: 0px auto;
	z-index: 0;
}

/****************************************
 HEADER
****************************************/

#header {
	width: 100%;
	height: 77px;
	padding-top: 15px;
	background: #413e3b;
	position:relative;
	z-index: 5;
}
	#headerContent {
		max-width: 950px;
		margin: 0px auto;
		position: relative;
	}
	h1 {
		display:block;
		background:url(../img/logo-pure-luxury.gif) top left no-repeat;
		width:195px;
		height:23px;
		position: relative;
		margin-top: 17px;
		float: left;
	}
		#headerContent h1 a {
			display:block;
			background:url(../img/logo-pure-luxury.gif) top left no-repeat;
			width:195px;
			height:23px;
			
		}
			#headerContent h1 span { display:none; }
	#phone {
		background: url('../img/text-telephone-number.gif') top left no-repeat;
		height: 15px;
		width: 223px;
		float: right;
		margin-top: 5px;
	}
/****************************************
 NAVIGATION
****************************************/
#navigation {
	float: right;
	height: 30px;
	clear: right;
	position: absolute;
	right: -10px;
	top: 54px;
	width:950px;
	text-align: right;
}
	#navigation ul { float: right; }
		#navigation li { float: left; position: relative; }
			#navigation li a, #navigation li a:visited {
				color: #f4f1ec;
				font-size: 12px;
				display: block;
				height: 23px;
				padding: 0 10px;
				background-image: url('../img/background-navigation-a-hover.gif');
				background-repeat: repeat-x;
				background-position: 0px 23px;
				font-family: Arial, Verdana,  Helvetica, sans-serif;
			}
			#navigation li a:hover, #navigation li a:focus, #navigation li a:active { color: #FFF; }
			#navigation #itemActive a { background-position: bottom!important; }
			#destinationsMenu {
				position: absolute;
				top: 23px; left: 0px;
				border-left: 1px solid #413e3b;
				border-right: 1px solid #413e3b;
				background: #413e3b;
				width: 160px;
				display: none;
				z-index: 10000;
			}
				#destinationsMenu ul {
					float: left;
					padding: 5px 0;
				}							
					#navigation li #destinationsMenu li a {
						display: block;
						padding: 5px 10px 0;
						width: 140px; height: 20px;
						text-align: left;
						background: none;
					}
						

					#navigation #destinationsMenu li.arrow {
						background-color: #413E3B;
						background-image: url('../img/icon-arrow-right.gif');
						background-position: 150px 6px;
						background-repeat: no-repeat;
					}
					#navigation li #destinationsMenu li.hover {
						background-color: #deb45e;
					}
					#navigation #destinationsMenu li.hover-arrow {
						background: #deb45e url('../img/icon-arrow-right.gif') 150px 6px no-repeat;
					}

					#navigation li #destinationsMenu li { position: relative; }
					#navigation li #destinationsMenu li div.sub-menu-inner {
						width: 160px; position: absolute; top:0; right: -162px;
										border-left: 1px solid #413e3b;
						border-right: 1px solid #413e3b;
					}
					#navigation li #destinationsMenu li div.sub-menu-inner ul { margin: 0; padding: 0;}
					#navigation li #destinationsMenu li div.sub-menu-inner ul li { background: #322f2d; }
					#navigation li #destinationsMenu li div.sub-menu-inner ul li a:hover { background: #deb45e; }
					
/****************************************
 FEATURE
****************************************/
#feature {
	height: 333px;
	background: #d8ccbf url(../img/background-feature.jpg) bottom left repeat-x;
	width: 100%;
	position: relative;
	min-width:970px;
}

	#featureContent { padding-top: 15px; }
/****************************************
 MAIN CONTENT
****************************************/
#main { clear: both;}

	#mainContent {
		float: left;
		margin: 20px 0px;
		padding-top:10px;
		width:950px;
	}
	#mainContent .column { 
		overflow:hidden;
		width:450px; 
		}
/****************************************
 FOOTER
****************************************/

#footer {
	height: 115px;
	color: #b1a69a;
	clear: both;
	overflow:hidden;
}
#footerLinks {
	background: #f8f7f6;
	border-top: 1px solid #ded6ce;
	height: 69px;
	padding-top: 15px;
	clear: both;
	overflow:hidden;
	margin:0px auto;
width:950px;
}	
		#footerLinks li {
			float: left;
			margin: 0px 18px;
			height: 55px;
			width: 80px;
			text-align: center;
		}
			#footerLinks li a { height: 55px; display: block; }				
	#footerNavigation {
		border-top: 1px solid #ded6ce;
		float:left;
		height:25px;
		padding-top:10px;
		width:950px;
	}
	
		#footerNavigation li { float: left; }
		#footerNavigation span { margin-right: 3px; }	
		#footerNavigation p { float: right; }
/****************************************
 sIFR
****************************************/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; position: relative; z-index: 1; }
span.sIFR-alternate {
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
}