@charset "UTF-8";

*{
	padding:0;
	margin:0;
}

body {
	font-family:tahoma, geneva, verdana, arial, sans;
	font-size:12px;
	color:#ded6ce;
	background:#a79a8e;
}

h1{
	font-size:2em;
	font-weight:normal;
}

p{
	margin-top:1em;
	line-height:1.3em;
}

a:link {
	color: #130407;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #130407;
}
a:hover {
	text-decoration: none;
	color: #130407;
}
a:active {
	text-decoration: underline;
	color: #130407;
}

/* */

#siteHolder{
	width:953px;
	height:566px;
	background:url(images/bg_timber.jpg) top left no-repeat;
	margin:30px auto 5px auto;
	padding:6px 6px 0 32px
}

#header{
	width:953px;
	height:107px;
	background:url(/images/bg_header.png) top left no-repeat;
}


#footer{
	width:979px;
	padding:0 6px 0 6px;
	margin:0 auto;
	
}

/* */

#mainMenu{
	float:right;
}

	#mainMenu ul {
		padding:0;
		list-style:none;
	}
	
	#mainMenu li {
		display:inline;
	}
	
    #mainMenu a {
		float:left;
		padding:0 10px 0 10px;
		text-decoration:none;
		display:block;
		height:107px;
	}
	
	#mainMenu a:hover{
		background:url(images/bg_tab.jpg) repeat-x left top;
	}
		
		#indexPage #btnHome a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
		
		#overviewPage #btnOverview a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
		
		#featuresPage #btnFeatures a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
		
		#galleryPage #btnGallery a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
		
		#contactPage #btnContact a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
		
		#neighbourhoodPage #btnNeighbourhood a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
		
		#floorPage #btnFloor a{
			background:url(images/bg_tab.jpg) repeat-x left top;
		}
	
	#mainMenu a span {
		position:relative;
		top:40px;
	  	float:left;
      	color:#ded6ce;
	}
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainMenu a span {float:none;}
    /* End IE5-Mac hack */
    #mainMenu a:hover span {
      color:#ded6ce;
      }

/* */

#contentHolder{
	margin-top:16px;
	height:366px;
	background:#534741 url(images/bg_content.jpg) bottom left no-repeat;
}

#homeContHolder{
	margin-top:16px;
	margin-right:28px;
	height:366px;
}

/* ******************************************************** */
/* **************** Property Landing Page ***************** */
/* ******************************************************** */

#propertyHomeContent{
	float:left;
	width:560px;
	padding:50px 0 0 30px;
}

#propertyHomeContent p{
	padding-left:17px;
	background:url(images/bg_p.jpg) top left repeat-y;
}

#propertyHomeImg{
	float:right;
	text-align:right;
	width:317px;
	height:366px;
	background:#7a7373;
}

/* ******************************************************** */
/* **************** Property Feature Page ***************** */
/* ******************************************************** */

#propertyFeatureContent{
	float:left;
	width:590px;
	padding:20px 0 0 30px;
}

#propertyFeatureContent p{
	padding-left:17px;
	background:url(images/bg_p.jpg) top left repeat-y;
}

#propertyFeatureContent ul{
	margin-top:1em;
	width:280px;
}

#propertyFeatureContent ul li{
	margin:.3em 0 .3em 1.3em;
}


#propertyFeatureImg{
	float:right;
	text-align:right;
	width:317px;
	height:366px;
	background:#7a7373;
}

/* ******************************************************** */
/* **************** Property gallery Page ***************** */
/* ******************************************************** */

#gallerylargeImg{
	width:536px;
	height:366px;
	background:#7a7373;
	float:left;
}

#galleryContent{
	float:right;
	width:375px;
	padding:20px 10px 0 0
}

	.filmStrip{
		padding-left:17px;
	}
	
	.filmStrip p{
		margin:.5em 0 .2em 0;
	}
	
	.filmStrip img{
		padding:3px;
		background:#766a64;
		width:41px;
		height:41px;
		border:none;
		margin:0 8px 8px 0;
	}
	
/* ******************************************************** */
/* ********************* INDEX Page *********************** */
/* ******************************************************** */

#hmBtnHolder{
	width:642px;
	margin:0 auto;
}

.hpBtn{
	width:156px;
	height:365px;
	float:left;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	background:#7a7373;
}

.hpBtn img{
	margin-bottom:8px;
}

.hpBtn a, .hpBtn a:visited{
	color:#ded6ce;
	text-decoration:none;
}

.hpBtn a:hover{
	color:#ded6ce;
	text-decoration:underline;
}



/* ******************************************************** */
/* **************** Contact Page ************************** */
/* ******************************************************** */

#contactContent{
	float:left;
	width:590px;
	padding:50px 0 0 30px;
}

#contactContent h2{
	font-size:1.2em;
	font-weight:bold;
}

.contactDetails{
	width:250px;
	text-align:center;
}

/* ******************************************************** */
/* **************** Neighbourhood Page ************************** */
/* ******************************************************** */

#neighbourhoodContent{
	float:left;
	width:590px;
	padding:50px 0 0 30px;
}

#neighbourhoodContent2{
	float:right;
	width:375px;
	
	padding:50px 10px 0 0
}

#neighbourhoodContent p{
	padding-left:17px;
	background:url(images/bg_p.jpg) top left repeat-y;
}

#neighbourhoodContent2 p{
	padding-left:17px;
	background:url(images/bg_p.jpg) top left repeat-y;
}

#neighbourhoodContent2 ul{
	margin-top:1em;
}

#neighbourhoodContent2 ul li{
	margin:.3em 0 .3em 1.3em;
}


/* SubMenu */

#subMenu{
	margin-top:2em;
}

#subMenu ul {
		padding:0;
		list-style:none;
	}
	
	#subMenu li {
		display:inline;
	}
	
    #subMenu a {
		float:left;
		padding:0 10px 0 10px;
		text-decoration:none;
		display:block;
		height:25px;
	}
	
	#subMenu a{
		background:url(images/bg_subtab.jpg) repeat-x left top;
	}
		
	
#subMenu a span {
	position:relative;
	top:5px;
  	float:left;
   	color:#ded6ce;
}
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #subMenu a span {float:none;}
    /* End IE5-Mac hack */
    #subMenu a:hover span {
      color:#ded6ce;
      }