body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #06F;
}
a:hover {
	text-decoration:none;
	color:#009;
}
.nav-menu {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #00F;
	border-top: 1px solid #00F;
	margin-bottom: 2px;
}

.nav-menu ul{
	margin: 0;
	padding: 0 0 0 0;
	font: bold 12px Verdana;
	list-style-type: none;
}
.nav-menu li{
  display: inline;
  margin: 0;
}
.nav-menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px 8px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color:#FFF;
	background:url(images/nav-bg.jpg) repeat-x;
}

.nav-menu li a:hover {
	display:block;
	background:#000;
	color:#FFF;
}
.nav-menu li a:visited{
  color:#FFF;
}

#wrapper {
	border: 2px solid #F0F;
	margin:0 auto;
	width: 800px;
	background-color: #FFF;
}

.table-heading {
	color: #FFF;
	background-image: url(images/table-head-bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	padding:3px 0 1px 3px;
	font-weight: bold;
}
.section-header {
	background:url(images/table-head-bg.jpg) repeat-x;
	text-align:left;
	height:20px;
	padding:3px 0 1px 3px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 2px;
}
.section-header h1, .section-header h2, .section-header h3 {
	color:#FFF;
	text-align:left;
}
.section-header a {
	color:#FFF;
	text-align:left;
	text-decoration:none;
}
.section-header a:visted {
  color:#603;
  text-align:left;
  text-decoration:none;
}
.front-page-lastest {
	width:150px;
	float:left;
	text-align:justify;
	padding:0 2px 0 5px;
	font-size:10px;
}
.front-page-featured {
	width:50%;
	float:left;
	text-align:justify;
	padding:0 2px 0 5px;
	font-size:10px;
}
.main-box {
width:500px;
margin:0 auto;
background-color:#D1D1E9;
border:1px #06F solid;
text-align:center;
}
/* BOTTOM NAVIGATION */
.footer-links {
	background-color:#39F;
	font: bold 15px Verdana;
	border-top: 1px solid #000;
	margin-top:8px;
}
.footer-links a {
  line-height:20px;
  text-decoration: none;
  color:#000;
}
.footer-links a:hover {
	 color:#FFF;
}
/* ################################## */
.table-border1 {
	border: 1px solid #BFBEF8;
}

.small-txt {
	font-size: 10px;
}

input, textarea, select {
	border: 1px solid #036;
}
input[type=submit] {
	background-color:#0CF;
	font-weight:bold;
}
input[type=submit]:hover {
	background-color:#6FF;
}

.large-text {
	font-size: 17px;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	color: #000;
	margin: 2px 0 3px 0px;
	font-weight:bold;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}

.warning {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
}
#content {
	clear:both;
	padding-left:6px;
	padding-right: 4px;
}
#in-page-nav  {
	color: #00F;
	line-height:1.8em;
	text-align: center;
	margin-bottom: 5px;
}
#in-page-nav a:hover {
	color:#09F;
	background-color:#FDF;
}
.owner-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #F66;
	border: #000 1px solid;
	margin: 3px 0px 3px 0px;
	padding: 3px 0 3px 4px;
	font-size: 17px;
}
.owner-links a {
	color: #FFF;
	text-decoration:none;
}
.owner-links a:hover {
	color:#333;
	text-decoration: underline;
}
.enquiry {
	font-size: 18px;
	background-color: #D1D1E9;
	width: 250px;
	border: thick ridge #00F;
	margin:6px auto 6px auto;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.enquiry a {
	text-decoration:none;
	color:#00F;
	display: block;
}
.enquiry a:hover {
	display:block;
	background-color:#FFF;
}
.location-nav {
	font-size: 18px;
	background-color: #FFC;
	border: 1px solid #009;
	padding: 3px 0 3px 6px;
}
#shortlist {
	background-color: #39F;
	bottom: 0px;
	border: solid #000 1px;
	color: #FFF;
	font-size: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.shortlist-link {
	float:right;
	background:url(images/nav-bg.jpg) repeat-x;
	font-weight:bold;
	margin-right: 2px;
	border: thin solid #000;
	padding: 2px;
}
.shortlist-link a{
	text-decoration:none;
	color:#FFF;
}
.shortlist-link a:hover{
	text-decoration:underline;
	color:#F00;
}
#shortlist a {
	color: #FFF;
	text-decoration: none;
}
#shortlist a:hover {
	text-decoration:underline;
	color:#F00;
}
.font11 {
	font-size: 11px;
}
