* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	text-align: center;
}

textarea, input, select{
	border: 1px solid #000;
}

.invisible {
	display: none;
}
.cleaner {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	visibility: hidden;
}
#madeby a {
	color: #999;
}

#document {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #231F20;
	height: 134px;
	position: relative;
}
#topimages {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header .headerImage {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
#logo {
	float: left;
}
#columnLeft {
	width: 131px;
	//background-color: #E5E6EA;
	padding-top: 20px;
	padding-bottom: 32px;
	float: left;
}
#background {
	// background-color: #E5E6EA;
	background: url(../images/shared/background.png) repeat-y top left;
}

#menu {
}


#menu li {
	display: block;
	list-style-type: none;
	margin-left: 30px;
	margin-top: 10px;
}
#menu li a {
	display: block;
	position: relative;
	height: 68px;
	width: 69px;
}
#menu li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
h2 {
	font-size: 2em;
	font-weight: lighter;
}
h2 span {
	font-size: 0.8em;
	display: block;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#columnRight {
	float: left;
	width: 639px;
	padding-bottom: 20px;
	//background-color: #FFF;
}
#columnRight #content {
	float: left;
	width: 300px;
	margin-top: 14px;
	padding-left: 20px;
}
#columnRight #teasers {
	float: right;
	width: 287px;
	padding-right: 14px;
}


#columnRight p strong {
	font-size: 1.4em;
	font-weight: normal;
}
#columnRight p {
	margin-top: 10px;
}
#search {
	background-color: #DA266F;
	width: 287px;
	margin-top: 14px;
}

#search form {
	margin-left: 1px;
}

#search select {
	float: left;
	width: 126px;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 0.8em;
}
#search form #button {
	float: right;
	margin-right: 13px;
	margin-top: 7px;
	margin-bottom: 10px;
}
#feturedProperty {
	background-color: #D3D6DC;
	width: 287px;
	margin-top: 16px;
}
#feturedProperty img {
	margin-top: 7px;
	margin-bottom: 11px;
	margin-left: 11px;
}
#footer {
	background: url(../images/shared/logo_footer.png) left bottom no-repeat #C3C3C3;
	height: 140px;	
}
#footer a {
	color: #333;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 1em;
	float: left;
	width: 30%;
}
#footer img {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 12px;
}
#madeby {
	font-size: 0.7em;
	color: #999;
}
#searchResults {
	margin-top: 20px;
}
#searchResults td span {
	color: #FFF;
	display: block;
	margin-left: 5px;
}
#searchResults .searchResultText {
	padding: 15px;
}
.infoButton  {
	color: #FFF;
	background-color: #333;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
}
.enquiryButton  {
	color: #FFF;
	background-color: #DA266F;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 5px;
	margin-top: 6px;
}
#searchResults img {
	padding-top: 15px;
}
#searchResults .searchResultsHeader {
	padding-top: 20px;
}
.nodecoration {
	text-decoration: none;
	color: #FFF;
}
#mailingForm label {
	display: block;
	margin-top: 10px;
}
#mailingForm input {
	width: 200px;
	border: 1px solid #999;
	display: block;
}
#mailingForm select {
	width: 200px;
	border: 1px solid #999;
}
#news {
	background-color: #D3D6DC;
	width: 287px;
	margin-top: 16px;
}
#content p a {
	color: #333;
}
#content ul {
	margin-left: 15px;
	font-size: 12px;
	margin-top: 15px;
}

