@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------
visual foundry ltd
client:   The Plassey
cpdated:  19.05.09
-----------------------------------------------
The Plassey Luxury Holiday Homes - Color Chart
background:  #faf7ea
 */
 
 
 
html {
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: 100%;
}

body {
	margin: 0 auto;
	background: #faf7ea;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	z-index: 1;
}


/* DIV Layout */

#lhhtophdr {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 960px;
	height: 31px;
	margin-left: -480px;
	background: url(../images/tophdr.jpg) left repeat-x;
	z-index: 2;
}

#lhhtopmenu {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 960px;
	height: 20px;
	margin-left: -218px;
	z-index: 2;
}

#lhhtelno {
	position: absolute;
	top: 73px;
	left: 50%;
	width: 144px;
	height: 24px;
	margin-left: -242px;
	z-index: 3;
}

#lhhflash {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 960px;
	height: 430px;
	margin-left: -480px;
	background-color:#F2EDDB;
	z-index: 2;
}

#lhhlogo {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 136px;
	height: 150px;
	margin-left: -428px;
	background-color:#CCCCFF;
	z-index: 10;
}

#contentback {
	position: absolute;
	left: 50%;
	width: 960px;
	min-height: 100%;
	height: auto;
	margin-left: -480px;
	margin-top: 544px;
	padding-bottom: 250px;
	background-color:#f2eddb;
	z-index: 3;
}




/* contentback DIV Layout */

#contenttxt {
	position: relative;
	top: 80px;
	margin-left: 200px;
	margin-right: 40px;
}

#contenttxt p, #contenttxt li {
	font-size: 80%;
}

#contenttxt p a, #contenttxt li a {
	color: #bf9a19;
	text-decoration: none;
}

#contenttxt p a:hover, #contenttxt li a:hover {
	color: #bf9a19;
	text-decoration: underline;
}


