body {
	background-color: #F46F22;
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #421809;
}

p, h1, h2, h3 {
	margin: 0px;
}

a:link {
	color: #F46F22;
	font-weight: bold;
}
a:visited {
	color: #F46F22;
	font-weight: bold;
}
a:hover {
	color: #421809;
	font-weight: bold;
}
a:active {
	color: #F46F22;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
}

.orange-text {
	color: #F46F22;
}

#wrapper {
	background-color: #FFF;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 94px;
	width: 990px;
}

#logo {
	float: left;
	width: 308px;
	display: inline;
}

#opening-hours {
	width: 420px;
	display: inline;
	float: right;
	font-size: 1.4em;
}

#menubar {
	width: 990px;
	height: 30px;
	clear: both;
	float: left;
	display: inline;
}

.tabmenu {
	text-align:center;
	font-size: 13px;
	clear: both;
	height: 30px;
	margin: 0;
	padding: 0;
}

.tabmenu ul {
	margin:0;
	padding:0;
}
.tabmenu li {
	float: left;
	list-style:none;
}
.tabmenu li a {
	color:#FFF;
	text-decoration:none;
	width:109px;
	display:block;
	background-image: url(images/button-orange.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 2.5em;
	margin-right: 1px;
	font-weight: bold;
}

.tabmenu li a:visited {
	color: #FFF;
	background-image: url(images/button-orange.jpg);
	background-repeat: repeat-x;
}

.tabmenu li a:hover {
	color: #290100;
	background-image: url(images/button-orange-over.jpg);
	background-repeat: repeat-x;
}
.tabmenu li a.active {
	font-weight:bold;
}

.current a:link, .current a:visited,
.current a:hover, .current a:active {
	color: #290100;
}

#date {
	float: left;
	width: 280px;
	display: inline;
	background-color: #DFCDBB;
	height: 30px;
	line-height: 2.2em;
	text-align: center;
}

#news-scroll {
	background-color: #DFCDBB;
	height: 30px;
	float: left;
	width: 710px;
	font-size: 18px;
	color: #421809;
	line-height: 1.5em;
	display: inline;
}

A.white-link:link {
	color: #FFF;
	text-decoration: none;
}

A.white-link:visited {
	color: #FFF;
	text-decoration: none;
}

A.white-link:hover {
	color: #CCC;
	text-decoration: none;
}

A.plain-link:link {
	color: #421809;
	text-decoration: none;
	font-weight: normal;
}

A.plain-link:visited {
	color: #421809;
	text-decoration: none;
	font-weight: normal;
}

A.plain-link:hover {
	color: #421809;
	text-decoration: none;
	font-weight: normal;
}

#leftcol {
	display: inline;
	clear: both;
	float: left;
	width: 280px;
	margin-top: 15px;
}

#property-search {
	width: 248px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F46F22;
	border-bottom-color: #F46F22;
	border-left-color: #F46F22;
	margin-bottom: 20px;
}

#property-search select {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.leftmenu {
	width:250px;
	text-align:left;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.leftmenu ul {
	margin:0;
	padding:0;
}
.leftmenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.leftmenu li a {
	color:#FFF;
	text-decoration:none;
	width:215px;
	display:block;
	margin: 0;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 20px 35px;
	font-size: 16px;
	font-weight: bold;
}

.leftmenu li a:visited {
	color: #FFF;
	font-weight: bold;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
}


.leftmenu li a:hover {
	color: #411308;
	font-weight: bold;
	background-image: url(images/button-over.jpg);
	background-repeat: no-repeat;
}


.leftmenu li a.active {
	font-weight:bold;
}

#menubox {
	width: 250px;
	margin-left: 15px;
	clear: both;
}

.menubox-tab {
	width:100%;
	padding: 0;
	margin: 0;
}
.menubox-tab ul {
	margin:0;
	padding:0;
}
.menubox-tab li {
	float: left;
	margin-right: 1px;
	list-style:none;
	margin-top: 1px;
}
.menubox-tab li a {
	color:#FFF;
	width:85px;
	display:block;
	height: 30px;
	background-image: url(images/button-small.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 0px 5px 35px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.menubox-tab li a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/button-small.gif);
	background-repeat: no-repeat;

}

.menubox-tab li a:hover {
	color: #411308;
	text-decoration: none;
	background-image: url(images/button-over-small.gif);
	background-repeat: no-repeat;

}
.menubox-tab li a.active {
	font-weight:bold;
}


#midcol {
	width: 430px;
	display: inline;
	float: left;
	margin-top: 15px;
}

#midcol p {
	text-align: justify;
}

#rightcol {
	display: inline;
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.column-heading {
	background-image: url(images/button-orange.jpg);
	height: 30px;
	width: 250px;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.7em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.orange-box {
	width: 238px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F46F22;
	border-bottom-color: #F46F22;
	border-left-color: #F46F22;
	text-align: center;
	padding: 5px;
}

.thumb-pic {
	height: 119px;
	width: 180px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#content-full {
	width: 695px;
	display: inline;
	float: left;
	margin-top: 15px;
}

#content-full p {
	text-align: justify;
}

#content-full h1 {
	margin-bottom: 5px;
}

#content-full h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

.pic-right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.article {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(images/fadeline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.team-text {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(images/fadeline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 180px;
}

.team-pic {
	float: left;
	height: 180px;
	width: 196px;
	margin-right: 10px;
}

.formselect {
	font-size: 11px;
	width: 180px;
	border: 1px solid #999999;
	font-family: verdana, Helvetica, sans-serif;
}

.forminput {
	color: #000000;
	font-size: 11px;
	border: 1px solid #999999;
	font-family: verdana, Helvetica, sans-serif;
	width: 180px;
}

.formtextarea {
	border: 1px solid #999999;
	width: 180px;
	font-size: 11px;
	font-family: verdana, Helvetica, sans-serif;
}

ul.ticks li {
	list-style-image: url(/images/tick.gif);
	padding:0;
	line-height: 1.5em;
}

#register-link {
	background-image: url(images/register-small.jpg);
	background-repeat: no-repeat;
	height: 308px;
	width: 250px;
	margin-top: 15px;
	margin-left: 15px;
}




/* thumbnails */

.thumbnails-header {
	width: 473px;
	float: left;
	height: 30px;
	margin-left: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 2em;
	padding-right: 5px;
	background-color: #F46F22;
	padding-left: 5px;
	background-image: url(images/button-orange.jpg);
	background-repeat: repeat-x;
}

.thumbnails-photo {
	width: 207px;
	display: inline;
	float: left;
	height: 180px;
	text-align: center;
}

.thumbnails-description {
	width: 478px;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.full-details-button {
	float: right;
	background-image: url(images/red-button.gif);
	height: 22px;
	width: 95px;
	font-size: 16px;
	line-height: 1.3em;
	display: inline;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-left: 25px;
}


#content-result {
	width: 960px;
	display: inline;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#content-result p {
	text-align: justify;
}

#content-result h1 {
	margin-bottom: 5px;
}

#content-result h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#result-left {
	display: inline;
	float: left;
	width: 665px;
}

#result-heading-bar {
	width: 645px;
	float: left;
	color: #FFF;
	background-image: url(images/button-orange.jpg);
	background-repeat: repeat-x;
	height: 30px;
	display: inline;
	padding-right: 10px;
	line-height: 2.5em;
	padding-left: 10px;
}

#result-heading-bar h1 {
	font-size: 1.3em;
}

#result-box {
	display: inline;
	clear: both;
	float: left;
	width: 663px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F46F22;
	border-left-color: #F46F22;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F46F22;
	padding-bottom: 10px;
}


#result-img {
	width: 640px;
	display: inline;
	text-align: center;
	margin-top: 10px;
	clear: both;
	margin-left: 10px;
	float: left;
}

#result-rightcol {
	display: inline;
	float: left;
	width: 280px;
	margin-left: 15px;
	}
	
#result-rightcol h2 {
	font-size: 18px;
	font-weight: normal;
	color: #F46F22;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 250px;
	text-align: center;
	margin-left: 15px;
}

#result-shortlist {
	width: 250px;
	margin-left: 15px;
}

#result-shortlist p {
	text-align: center;	
}
		

.result-links {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}


.result-links ul { margin:0; padding:0; }

.result-links li { margin:0; padding:0; list-style:none;background-image:none;  }

.result-links li a {
	color:#F46F22;
	text-decoration:none;
	width:220px;
	display:block;
	margin:0;
	font-size: 1em;
	padding-left: 30px;
	height: 20px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F46F22;
	padding-top: 5px;
}

.result-links li a:hover {
	color: #421809;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F46F22;
}

.result-links .map-link {
	background-image: url(images/icon-map.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .aerial-link {
	background-image: url(images/icon-aerial.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.result-links .floorplan-link {
	background-image: url(images/icon-floorplan.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .epc-link {
	background-image: url(images/icon-epc.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .print-link {
	background-image: url(images/icon-print.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .slideshow-link {
	background-image: url(images/icon-slideshow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .viewing-link {
	background-image: url(images/icon-house.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .callback-link {
	background-image: url(images/icon-phone.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .shortlist-link {
	background-image: url(images/icon-heart.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .email-link {
	background-image: url(images/icon-email.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.result-links .info {
	background-image: url(images/icon-squares.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#property-description {
	width: 635px;
	clear: both;
	float: left;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#special-offer {
	width: 250px;
	margin-left: 15px;
	color: #421809;
	margin-bottom: 20px;
}

#special-offer h2 {}

.small-text {
	font-size: 11px;
}


#map-property-box {
	width: 695px;
	float: left;
	display: inline;
	}

#map-property-box h2 {
	background-image: url(images/button-orange.jpg);
	height: 30px;
	font-size: 17px;
	color: #FFF;
	line-height: 1.7em;
	text-align: center;
}

.map-properties {
	width: 224px;
	border: 1px solid #F46F22;
	margin-right: 2px;
	margin-left: 3px;
	display: inline;
	float: left;
	text-align: center;
	padding-top: 10px;
}



#footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	line-height: 2.5em;
	text-align: center;
	color: #FFF;
}
