@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C6F1FF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-position:center bottom;
	background-repeat: no-repeat;
}
#container {
	width: auto;
	height: auto;
	background-color:#C6F1FF;
	margin: auto;
	margin-top:10px;
}
#header {
	height: 250px;
	background: #C6F1FF;
	background-image:url(../images/header_panorama.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	margin: 0;
	padding; 0;
}
#header p {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-variant:small-caps;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 50px;
	font-weight:bold;
	letter-spacing: 110%;
}
#content {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	height: 350px;
}
#index_text_placeholder {
	width: 450px;
	float:left;
}
#index_text_placeholder a {
	color:#333;
}
#index_text_placeholder a:hover {
	color:#000;
}
#index_text_placeholder p {
	text-align:justify;
	font-size:0.8em;
}
.index_text_placeholder {
	font-style:italic;
	font-size:1em;
	font-weight: bold;
	text-align:left;
}
.index_text_placeholder_colour {
	font-style:italic;
	font-size:1em;
	font-weight: bold;
	text-align:left;
	color: #CD8E00;
}
.index_text_placeholder_plan {
	font-style:italic;
	font-size:0.9em;
	font-weight: bold;
	text-align:left;
}
#index_list_placeholder {
	width: 350px;
	float:right;
	height:310px;
	text-align:left;
	font-size:0.8em;
	background-image:url(../images/nz_marked_new.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#index_list_placeholder ul {
	width: 170px;
}
#index_list_placeholder img {
	padding: 1px;
	margin-top: 5px;
}
#index_list_placeholder img:hover {
	padding: 0;
	margin-top: 5px;
	border: 1px dashed red;
}
#index_list_placeholder .mail_icon img:hover {
	border: none;
	padding: 1px;
}
.mail_icon {
	margin-left:40px;
}
#site_plan_prices table {
	width: 300px;
	display: table;
}
#site_prices_placeholder {
	width: 320px;
	float:left;
}
#site_plan_prices th {
	font-size: 0.9em;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	padding-bottom: 5px;
	padding-top:5px;
}
#site_plan_prices td {
	font-size:0.8em;
	display: table-cell;
}
#site_plan_placeholder {
	width: 480px;
	float:right;
	height:310px;
	text-align:left;
	font-size:0.8em;
	background-image:url(../images/nz_marked_new.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#site_plan_placeholder img {
	border: 1px dashed red;
}
#site_plan_placeholder img:hover {
	border: 1px solid red;
}
#links ul {
	list-style-type: none;
	width: 280px;
}
#links li {
	margin: 3px 0;
	font-size: 0.8em;
}
#links li a {
	border: 1px dotted #999;
	border-width: 1px 0;
	color: #990000;
	display: block;
	padding: 2px;
	padding-left:10px;
	text-decoration: none;
	text-align:left;
}
* html #links li a {  /* make hover effect work in IE */
	width: 280px;
}
#links li a:hover {
	background: #ffffcc;
	border: 1px solid red;
	padding-left: 9px;
}
.lot_details {
	font-size: 0.8em;
}
#photographs {
	margin-top: 20px;
}
.back a {
	color:#333;
	text-decoration:none;
	font-weight:bold;

}
.back a:hover {
	color:#000;
	text-decoration: underline;
}
#footer {
	padding: 0;
	padding-bottom: 7px;
	background-color:#C6F1FF;
	border-top: 1px solid #333;
	height: auto;
}
#footer p {
	text-align:center;
	padding:0;
	margin:0;
	padding-top:10px;
	font-size: 0.7em;
}
#footer p a {
	color:#999;
}
#footer p a:hover {
	color: #000;
}
#menu ul {
	margin-left: auto;
	margin-right:auto;
	padding: 0;
	margin-top: 140px;
	margin-bottom:0;
	list-style-type: none;
	list-style-image: none;
}
#menu li {
	display: inline;
	padding: 5px 5px 5px 5px;
}
#menu ul li a {
	text-align:center;
	font-weight: bold;
	font-size:0.9em;
	color: #CCC;
	height: 17px;
	width: 150px;
	display: inline-block;
	text-decoration:none;
	border: 1px solid white;
	border-bottom:0;
	padding-bottom: 2px;
}
#menu ul li a:hover {
	text-align:center;
	font-weight: bold;
	font-size:0.9em;
	padding-bottom:7px;
	color: black;
	height: 17px;
	width: 150px;
	display: inline-block;
	text-decoration:none;
	border: 1px solid white;
	border-bottom:2px solid red;
	background-color: #CCC;
}
