body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	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-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	width: 852px;
} 
.thrColFixHdr #header {
	background-image: url(images/top.jpg);
	height: 275px;
	width: 852px;
	margin-bottom: 109px;
} 
.thrColFixHdr #firstmenu {
	height: 68px;
	width: 852px;
	padding-top: 275px;
} 
#secondmenu {
	height: 41px;
	width: 852px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #topnote {
	float: left; /* since this element is floated, a width must be given */
	width: 852px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/topbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 38px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	clear: both;
} 
.thrColFixHdr #footer {
	padding: 0;
	background-image: url(images/footerbg.jpg);
	height: 431px;
	width: 852px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#menu {
	height: 41px;
}
#menu ul {
	list-style-type: none;
	height: 41px;
	margin: 0;
	float: left;
	padding: 0;
}
#menu li {
	float: left;
}

#menu #whyus {
	background-image: url(images/whyus.jpg);
	width: 170px;
	height: 41px;
}
#menu #whyus a:link, #menu #whyus a:active, #menu #whyus a:visited {

	height: 41px;
	width: 170px;
	display: block;
}
#menu #whyus a:focus, #menu #whyus a:hover{
	background-image: url(images/whyush.jpg);
	background-repeat: no-repeat;
}



#menu #whyus {
	background-image: url(images/whyus.jpg);
	width: 170px;
	height: 41px;
}
#menu #whyus a:link, #menu #whyus a:active, #menu #whyus a:visited {

	height: 41px;
	width: 170px;
	display: block;
}
#menu #whyus a:focus, #menu #whyus a:hover{
	background-image: url(images/whyush.jpg);
	background-repeat: no-repeat;
}



#menu #testimonials {
	background-image: url(images/testimonials.jpg);
	width: 160px;
	height: 41px;
}
#menu #testimonials a:link, #menu #testimonials a:active, #menu #testimonials a:visited {
	height: 41px;
	width: 160px;
	display: block;
}
#menu #testimonials a:focus, #menu #testimonials a:hover{
	background-image: url(images/testimonialsh.jpg);
	background-repeat: no-repeat;
}



#menu #brochure {
	background-image: url(images/brochure.jpg);
	width: 135px;
	height: 41px;
}
#menu #brochure a:link, #menu #brochure a:active, #menu #brochure a:visited {

	height: 41px;
	width: 135px;
	display: block;
}
#menu #brochure a:focus, #menu #brochure a:hover{
	background-image: url(images/brochureh.jpg);
	background-repeat: no-repeat;
}



#menu #team {
	background-image: url(images/team.jpg);
	width: 166px;
	height: 41px;
}
#menu #team a:link, #menu #team a:active, #menu #team a:visited {

	height: 41px;
	width: 166px;
	display: block;
}
#menu #team a:focus, #menu #team a:hover{
	background-image: url(images/teamh.jpg);
	background-repeat: no-repeat;
}



#menu #callback {
	background-image: url(images/callback.jpg);
	width: 221px;
	height: 41px;
}
#menu #callback a:link, #menu #callback a:active, #menu #callback a:visited {
	height: 41px;
	width: 221px;
	display: block;
}
#menu #callback a:focus, #menu #callback a:hover{
	background-image: url(images/callbackh.jpg);
	background-repeat: no-repeat;
}
#topnote #topnotebg {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	width: 832px;
}
#dearvisitor {
	background-image: url(images/dearvisitortop.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 400px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #483720;
}
#dearvisitorbottom {
	background-image: url(images/dearvisitorbottom.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 400px;
}
#dearvisitor #dearvisitortext {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 70px;
}
#makeanenquiry {
	width:413px;
	float: right;
	margin-top: 7px;
}
#makeanenquiry #enquirytop {
	background-image: url(images/enquirytop.png);
	background-repeat: no-repeat;
	width: 413px;
	height: 80px;
}
#makeanenquiry #enquirycontent {
	background-image: url(images/enquirybg.png);
	background-repeat: repeat-y;
	width: 413px;
	margin-bottom: 0px;
	color: #FFF;
}
#makeanenquiry #enquirybottom {
	background-image: url(images/enquirybottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 413px;
	clear: both;
	margin-top: 0px;
	background-position: top;
}
#enquirycontent #enquiry {
	width: 350px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #434343;
	text-align: right;
	margin-left: 20px;
}
td input {

}
select {
}
select {
	font-size: 11px;
	height: 18px;
	width: 40px;
	margin-right: 10px;
}
#enquiry textarea {
	height: 50px;
	width: 150px;
}
#enquiry #comments {
	display: block;
	padding-right: 155px;
}
#submit {
	width: 70px;
	height: 25px;
}
#highlyrecommended {
	background-color: #FFF;
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 0px;
}
.panelheadtitle {
	background-image: url(images/bulletpoint.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	padding-left: 20px;
	margin-left: 40px;
	text-transform: capitalize;
}
hr {
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
.hlproperty {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.hlproperty .titleproperty {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.hlproperty .titlepropertysmall {
	font-size: 10px;
	color: #666;
	text-align: center;
}
.hlproperty a:link {
	color: #333;
	text-decoration: none;
}
.hlproperty a:visited {
	text-decoration: none;
	color: #333;
}
.hlproperty a:hover {
	text-decoration: none;
	color: #666;
}
.hlproperty a:active {
	text-decoration: none;
	color: #999;
}
.hlproperty .imageproperty {
	height: 113px;
	width: 150px;
	border: 1px solid #666;
}
.hlproperty .specialproperty {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.centredivs {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}
#hlbottom {
	background-image: url(images/rightdowncorner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 73px;
	margin-bottom: 20px;
}
#longtermlettings {
	float: left;
	width: 350px;
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 30px;
}
#longlettinscontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
}
#lettingscorner {
	background-image: url(images/rightdowncorner.png);
	height: 73px;
	width: 200px;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mappanel {
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 350px;
	padding-left: 50px;
	padding-top: 30px;
}
#mapimage {
	background-image: url(images/windsormap.jpg);
	height: 206px;
	width: 191px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#windsorlinks {
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	background-image: url(images/rightdowncorner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 77px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footeraddress {
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	padding-top: 30px;
	padding-left: 50px;
}
.footercolumn {
	background-image: url(images/bulletpoint.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 200px;
	float: left;
	margin-right: 10px;
}
#footercolumnbottom {
	background-image: url(images/bulletpoint.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 400px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
#footerbottomtext {
	background-image: url(images/footercorners.png);
	height: 90px;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
tr td .childlist {
	display: block;
	float: left;
	width: 40px;
	margin-right: 10px;
}
.hidden
{
	visibility: hidden;
	width: 40px;
	margin: 0 5px;
	padding: 5px;
}

.visible
{
visibility: visible;
}
table {
	font-size: 10px;
}
select {

}
table {
	margin-left: 14px;
	padding-right: 10px;
}
.childlist select {
	width: 50px;
}
#topnote #topnotebg #selectproperties {
	height: 70px;
	width: 400px;
	border: 1px solid #DFE1C9;
	margin-right: auto;
	margin-left: auto;
}
#selectproperties #roomsselect {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #413121;
	text-align: center;
	display: block;
}
#selectproperties #goto {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: bold;
	color: #600;
	width: 380px;
	text-align: center;
}
#selectproperties #goto select {
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #443120;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A48E77;
	border-right-color: #CBCA9A;
	border-bottom-color: #CBCA9A;
	border-left-color: #696969;
	height: 20px;
}
#brownfooter {
	background-image: url(images/brownfooterbg.jpg);
	width: 832px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 20px;
}
#brownfooterbottom {
	background-image: url(images/brownfooterbottom.jpg);
	height: 35px;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.widepanel {
	background-color: #FFF;
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 5px;
}
.widecontent {
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.widebottom {
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	margin-bottom: 10px;
}
.property {
	width: 199px;
	float: left;
	padding-right: 12px;
	margin-top: 2px;
}
.property .propertytop {
	background-image: url(images/propertytop.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 199px;
	padding-top: 20px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.property .propertycontent {
	background-image: url(images/propertybg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}
.propertycontent .nobedrooms {
	font-size: 10px;
	color: #666;
	text-align: center;
}
.propertycontent .propertyimage {
	height: 113px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
}
.propertycontent .propertytext {
	text-align: justify;
	height: 100px;
}
.property .propertybutton {
	height: 44px;
	width: 166px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.property .propertybottom {
	background-image: url(images/propertybottom.jpg);
	height: 22px;
	width: 199px;
}
.propertycontent .propertyref {
	font-size: 11px;
	color: #666;
	height: 16px;
	margin-bottom: 5px;
	text-align: center;
}
.smalltext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
#brownfooter .footercolumnone {
	float: left;
	width: 250px;
	margin-top: 10px;
	text-align: center;
	padding-right: 25px;
}
#firstcolumn {
	float: left;
	width: 240px;
	margin-right: 10px;
}
#firstcolumn #propertyname {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #70714F;
	text-align: center;
	height: 25px;
}
#firstcolumn #propertyshortdes {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #473521;
	text-align: center;
}
#firstcolumn .description {
	font-size: 11px;
	text-align: center;
	padding: 0px 10px 0px 10px;
}
#firstcolumn #cabutton {
	height: 56px;
	width: 178px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#firstcolumn #spbutton {
	height: 59px;
	width: 178px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#firstcolumn #backto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #600;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#topnotebg #secondcolumn {
	float: left;
	width: 550px;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 60px;
	margin-bottom: 20px;
}
#features #top {
	background-image: url(images/featurestop.png);
	height: 50px;
	width: 207px;
}
#features {
	float: left;
	width: 207px;
}
#features #content {
	background-image: url(images/featuresbg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
}
#features #bottom {
	background-image: url(images/featuresbottom.png);
	background-repeat: no-repeat;
	height: 24px;
}
#features #content .icon {
	margin-right: auto;
	margin-left: auto;
	width: 90px;
	text-align: center;
}
#features #content .icondes {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}
.widecontent .description {
	width: 450px;
	font-size: 11px;
	float: left;
	padding-left: 40px;
	padding-right: 10px;
}
.widecontent #map {
	float: left;
	height: 350px;
	width: 425px;
	border: 1px solid #666;
}
.widecontent #gallery {
	clear: both;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 120px;
	padding-top: 50px;
}
#gallery table {
	margin: 0px;
	padding: 0px;
}
table tr td .smlheadtext {
	width: 220px;
	background-color: #D9F0EF;
	border: none;
	height: 18px;
}
#firstcolumn #refnumber {
	font-size: 12px;
	text-transform: uppercase;
	color: #49341F;
	height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
#submitbutton {
	height: 20px;
	width: 100px;
}
#topnotebgtwo {

}
iframe {
	border: 1px solid #666;
}
#largemap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.paneltext {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.widecontent #contacttext {
	float: left;
	width: 400px;
	margin-left: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.widecontent #contactform {
	float: left;
	width: 333px;
	margin-left: 30px;
}
#contactform #contacttop {
	background-image: url(images/contacttop.jpg);
	height: 26px;
	width: 333px;
}
#contactform #contactbg {
	background-image: url(images/contactbg.jpg);
	background-repeat: repeat-y;
}
#contactform #contactbottom {
	background-image: url(images/contactbottom.jpg);
	height: 20px;
	width: 333px;
	clear: both;
}
#contactform2 #submitbutton {
	height: 30px;
	width: 80px;
	border: 1px solid #999;
	background-color: #FFF;
}
#contactform2 #textarea {
	width: 250px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #999;
}
#contactform2 .inputbox {
	width: 250px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #999;
}
#contactbg #contactarea {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.widecontent #resourcesleft {
	float: left;
	width: 230px;
	margin-left: 70px;
	background-color: #EDEEDE;
	border: 1px solid #CBCA9A;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 10px;
}
.widecontent #centerpanel {
	float: left;
	width: 230px;
	margin-left: 20px;
	font-size: 11px;
	padding: 10px;
}
.widecontent #rightpanel {
	float: left;
	width: 220px;
	margin-left: 20px;
}
.widecontent #photos {
	background-image: url(images/team.png);
	height: 800px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.widecontent #tabs {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
.widecontent #padding {
	padding-right: 30px;
	padding-left: 30px;
}
#lipsum form table tr td .smlheadtext {
	width: 220px;
	height: 20px;
}
#lipsum select {
	width: 35px;
}
#makeanenquiry #enquirycontent form table tr td #nights {
	background-color: #D9F0EF;
	border: none;
}
.leftpadding {

}
.leftpadding {
	display: block;
	padding-right: 30px;
	padding-left: 30px;
}
#firstcolumn #propertyimage {
	height: 113px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
}
#firstcolumn #romsandbaths {
	text-align: center;
	margin-bottom: 10px;
	height: 25px;
}
#topnote #bottomfeatures {
	height: 42px;
}
#topnotebg #enquiry_pictures {
	float: left;
	width: 400px;
	margin-top: 21px;
	background-image: url(images/setimages.png);
	height: 675px;
}
#container #sitemap {
	background-image: url(images/sitemapbg.png);
	height: 50px;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999;
	padding-top: 10px;
	font-size: 10px;
	position: relative;
}
font b img {
	display: block;
	margin: 10px;
}
#padding p font img {

}
.widecontent #padding p font img {
	display: block;
	margin-right: 10px;
}
#padding .smltext a img {
	display: block;
	margin-right: 10px;
}
#padding h1 font img {
	display: block;
	margin-right: 10px;
}
p span font b a img {
	float: left;
	display: block;
}
.widecontent #padding #leftblock {
	float: right;
	width: 200px;
	margin-left: 20px;
	text-align: center;
}
#padding #rightimages {
	display: block;
	float: right;
	margin-left: 10px;
}
.thrColFixHdr #container #mainContent .widepanel .widecontent #centerpanel p a {
	font-size: 14px;
	font-weight: bold;
}
.thrColFixHdr #container #topnote #topnotebg #makeanenquiry #enquirycontent #form tr td #enquiry-button {
	height: 30px;
	width: 80px;
}
.thrColFixHdr #container #topnote #topnotebg #makeanenquiry #enquirytop2 {
	background-image: url(images/enquirytop2.png);
	height: 85px;
	width: 413px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description {
	background-image: url(images/property-new-top.png);
	float: left;
	width: 642px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-name {
	float: left;
	width: 320px;
	padding-top: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #49341F;
	height: 25px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-gallery {
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #49341F;
	padding-top: 10px;
	width: 320px;
	text-align: center;
	height: 25px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #beds {
	width: 100px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #4C3A26;
	float: left;
	margin-top: 23px;
	padding-left: 70px;
	min-height: 20px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #bathrooms {
	float: left;
	margin-top: 23px;
	font-size: 14px;
	color: #443321;
	width: 100px;
	padding-left: 55px;
	min-height: 20px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #more-pictures {
	font-size: 14px;
	color: #49341F;
	float: left;
	margin-top: 23px;
	width: 300px;
	padding-left: 7px;
	text-align: center;
	margin-bottom: 1px;
	height: 20px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-content {
	background-image: url(images/property-new-bg.png);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 632px;
	margin-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-content-bottom {
	background-image: url(images/property-new-bottom.png);
	height: 42px;
	width: 602px;
	clear: both;
	padding-top: 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}
.thrColFixHdr #container #topnote #topnotebg #buttons {
	float: left;
	width: 179px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-content #property-text {
	width: 308px;
	float: left;
	margin-right: 3px;
	padding-left: 2px;
	padding-right: 2px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-content #property-images {
	float: left;
	width: 314px;
	padding-left: 3px;
}
.thrColFixHdr #container #topnote #topnotebg #property-description #property-content #property-images .image {
	float: left;
	height: 115px;
	width: 152px;
}
.thrColFixHdr #container #topnote #topnotebg #property-first-column {
	float: left;
	width: 308px;
	margin-right: 10px;
	padding-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.thrColFixHdr #container #topnote #topnotebg #property-second-column {
	float: left;
	width: 310px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
}
#property-second-column ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#topnote #topnotebg #picture-gallery {
	background-image: url(images/property-new-gallery-top.png);
	width: 831px;
	padding-top: 54px;
	clear: both;
	float: left;
	background-repeat: no-repeat;
}
#topnotebg #picture-gallery #picture-gallery-content {
	background-image: url(images/property-new-gallery-bg.png);
	background-repeat: repeat-y;
	padding-left: 30px;
	width: 781px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
#topnotebg #picture-gallery #picture-gallery-bottom {
	background-image: url(images/property-new-gallery-bottom.png);
	width: 831px;
	clear: both;
	padding-top: 18px;
	background-repeat: no-repeat;
}
#picture-gallery-content .gallery-pictures {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-top: 5px;
	min-height: 113px;
}
#topnote #topnotebg #animation {
	float: left;
	width: 180px;
	margin-top: 20px;
}
.widecontent #padding #view-map {
	width: 750px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}
tr td #submit-button {
	width: 166px;
	height: 44px;
	background-image: url(images/checkbutton2.png);
	border: none;
	background-color: transparent;
	cursor: pointer;
}
div form table tr .smlheadtext .form-text {
	width: 110px;
	text-align: right;
	font-size: 11px;
	height: 20px;
	margin-top: 5px;
}
#topnote #topnotebg #selectproperties #goto #list {
	background-color: #F7F8EF;
	border: 1px dotted #CBCA9A;
}
.thrColFixHdr #container #mainContent .widepanel .widecontent #padding form table tr td #label {
	width: 150px;
}
.widecontent #padding form table tr td .main-form {
	text-align: right;
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	padding-right: 10px;
}
.tiny-text {
	font-size: 10px;
}
.thrColFixHdr #container #topnote #topnotebg #makeanenquiry #enquirycontent div form table tr .smlbodytext #bedrooms {
	background-color: #D9F0EF;
	border: none;
}
.thrColFixHdr #container #topnote #topnotebg #makeanenquiry #enquirycontent div form table tr .smlbodytext #adults {
	background-color: #D9F0EF;
	border: none;
}
.thrColFixHdr #container #topnote #topnotebg #makeanenquiry #enquirycontent div form table tr .smlbodytext #children {
	background-color: #D9F0EF;
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
}
#testimonials-headtitle {
	font-size: 18px;
	color: #49341F;
	font-family: Tahoma, Geneva, sans-serif;
	width: 180px;
}
#testimonials-content {
	height: 210px;
	width: 180px;
	overflow-x: hidden;
	overflow-y: auto;
}
.from {
	font-size: 11px;
	color: #645231;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D0D19F;
}
.testimonial-message {
	font-size: 11px;
	color: #7D5231;
}
form .requestinputs {
	border: 1px solid #999;
	width: 300px;
}
#padding #image-column {
	width: 230px;
	float: left;
	text-align: center;
}
#padding #text-column {
	float: left;
	width: 350px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #333;
	border-left-color: #333;
	padding: 0px 10px 0px 10px;
}
.widecontent #padding #right-column {
	float: left;
	width: 170px;
	padding-left: 10px;
	text-align: center;
}
.widecontent #eut-description {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.widepanel .widecontent #eut-gallery {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#testimonials-frame {
	float: left;
	height: 250px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}
#hl-iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 220px;
	width: 680px;
}
#container #sitemap #british-logo {
	position: absolute;
	left: 332px;
	top: -7px;
}