/*
Mercat Cross Sitewide CSS
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 2em;
  }

a {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
  }
  
#topleft {
	float: left;
	width: 360px;
	clear: none;
	margin-top: 16px;
}
#buyingfromus {
	float: left;
	width: 100px;
	clear: none;
	margin-top: 16px;
}
.buyfromusbut  {
	background-image: url(../img/buyfromus.png);
	background-position: left top;
	height: 86px;
	width: 86px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 16px;
	margin-right: 10px;
}
.buyfromusbut:hover {
	background-image: url(../img/buyfromus.png);
	background-position: left -87px;
	height: 86px;
	width: 86px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 16px;
	margin-right: 10px;
}

#topright {
	float: right;
	width: 320px;
	text-align: right;
	margin-top: 10px;
}

#lines {
	height: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 7px solid #d18150;
	width: 100%;
	font-size: 0px;
}

#blackline {
	background-color: #000000;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#whiteline {
	height: 2px;
	font-size: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#brownline {
	background-color: #D28353;
	height: 7px;
	font-size: 0px;
}

h1 {
	font-size: medium;
	font-weight: bold;
  }

#address {
	width: 150px;
	margin-top: 43px;
	margin-bottom: 20px;
	margin-left: 40px;
	color: #000000;
	float: left;
  }
  
#address a  {
	color: #000000;
  }
  
#sectiontitlearea {
	width: 80px;
	margin-top: 90px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
}

#sectiontitle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 15px;
}
  
  
#middle {
	background-image: url(../img/middle_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  
#middlewrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bkgrd_middle_line.gif);
	background-repeat: repeat-y;
  }
  
#middlewrapperdev {
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7e4c31;
	background-image: url(../img/innermidbkgrd.gif);
  }
 
 
#devpic {
	width: 474px;
	float: left;
}
  
#devtext {
	width: 394px;
	float: left;
	color: #000000;
	padding: 40px;
}


#leftcol {
	width: 387px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 13px;
	margin-right: 13px;
  }
  
  #leftcolvt {
	width: 170px;
	float: left;
	background-color: #7e4c31;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 100px;
  }
  
#leftcoldev {
	width: 170px;
	float: left;
	background-color: #7e4c31;
	text-align: center;
	margin-top: 0px;
  }
  
#leftcoldev a {
	color: #FFFFFF;
	text-decoration: underline;
}
  
#leftcolholder {
	width: 160px;
	float: left;

  }

#leftcolmain {
	width: 373px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 20px;
  }
  

#nav {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  
#nav a {
color: #d18150;
 }

#nav ul {
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
  }

#nav li {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-top: 0px;
  }


#rightcoldev {
	width: 474px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #c8df8e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
  }
  
#rightcol {
	width: 390px;
	margin-top: 13px;
	float: right;
	margin-bottom: 20px;
  }
  
#rightcolmain {
	width: 335px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 20px;
  }
#skipcontent {
	display: none;
}
  
  
#devlisttext {
	width: 200px;
	color: #00502f;
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 20px;
	float: right;
	padding-right: 20px;
  }

#devthumbpic {
	width: 103px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	float: left;
  }
  
.picborder {
	background-color: #FFFFFF;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;	
	}  

a .picborder {
	border: 1px solid #FFFFFF;
}

a:hover .picborder  {
	border: 1px solid #666666;
}


#breaker {
	width: 100%;
	clear: both;
	height: 0px;
  }


#footer {
	width: 800px;
	font-size: xx-small;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  }

#footer a {
	color: #999999;
}
 
#copyright {
	width: 380px;
	float: left;
	margin-top: 25px;
  }
  
 #botrightcol {
	width: 400px;
	float: right;
	border-left: 1px solid;
	margin-bottom: 20px;
  }

.blackboldtext {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.browntext {
	color: #d18150;
}

.yellowtext {
	color: #7e4c31;
	font-size: x-small;
	font-weight: bold;
}

.downloadpdf a {
	color: #006600;
	text-align: right;
}

  
  
.formfields  {
	width: 180px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #d18150;
}

.sendbut  {
	border: 1px solid #000000;
	color: #FFFFFF;
	background-color: #d18150;
}


#navbut1 {
	height: 20px;
	width: 66px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut1:hover {
	background-image: url(../img/on_home.png);
}


#navbut1current {
	height: 20px;
	width: 66px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut2 {
	height: 20px;
	width: 118px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_thehouses.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut2:hover {
	background-image: url(../img/on_thehouses.png);
}


#navbut2current {
	height: 20px;
	width: 118px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_thehouses.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut3 {
	height: 20px;
	width: 104px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_location.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut3:hover {
	background-image: url(../img/on_location.png);
}


#navbut3current {
	height: 20px;
	width: 118px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_location.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut4 {
	height: 20px;
	width: 101px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_siteplan.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut4:hover {
	background-image: url((../img/on_siteplan.png);
}


#navbut4current {
	height: 20px;
	width: 101px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_siteplan.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut5 {
	height: 20px;
	width: 139px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_specification.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut5:hover {
	background-image: url(../img/on_specification.png);
}


#navbut5current {
	height: 20px;
	width: 139px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_specification.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}



#navbut6 {
	height: 20px;
	width: 90px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut6:hover {
	background-image: url(../img/on_gallery.png);
}


#navbut6current {
	height: 20px;
	width: 90px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut7 {
	height: 20px;
	width: 71px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_etour.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut7:hover {
	background-image: url(../img/on_etour.png);
}


#navbut7current {
	height: 20px;
	width: 71px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_etour.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut8 {
	height: 20px;
	width: 105px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/off_enquiries.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


#navbut8:hover {
	background-image: url(../img/on_enquiries.png);
}


#navbut8current {
	height: 20px;
	width: 105px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(../img/on_enquiries.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}





  



.redtext {
	color: #FFFFFF;
	background-color: #FF0000;
}
#gallerythumbs {
	width: 450px;
	float: left;
	color: #000000;
	padding: 12px;
	text-align: center;
}
.thumbnails {
	padding: 10px;
}
#middlephotos {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7e4c31;
	text-align: center;
	padding: 10px;
}
.whitetext {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}
#mercatlogo {
	float: left;
	width: 140px;
	height: 76px;
	margin-left: 20px;
}
.browntextbold {
	color: #d18150;
	font-weight: bold;
	font-size: x-small;
}



/* end */
.prices {
	color: #d18150;
	font-size: medium;
	font-weight: bold;
}
#flashphotos {
	background-image: url(../img/flashpic_bkgrd.png);
	height: 275px;
	width: 373px;
	padding-top: 13px;
	padding-left: 15px;
}
.browntextboldlarge {
	color: #9E613D;
	font-weight: bold;
	font-size: small;
}
#map {
	background-image: url(../img/map_bkgrd.png);
	height: 499px;
	width: 371px;
	padding-top: 13px;
	padding-left: 15px;
}
#middlesiteplan {
	background-image: url(../img/middle_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	text-align: center;
	height: 514px;
}
.thumbnail {
	text-align: center;
	background-color: #FFFFFF;
	padding: 1px;
	border: 4px solid #FFFFFF;
}
a:hover   .thumbnail  {
	text-align: center;
	border: 4px solid #d18150;
}
#leftcollisting {
	text-align: center;
	padding: 15px;
	float: left;
	width: 170px;
}
#middlewrapperlisting {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#rightcollisting {
	padding: 15px;
	float: right;
	width: 560px;
}
#middlesiteplan {
	background-image: url(../img/middle_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	text-align: center;
}
#leftcolhouses {
	width: 336px;
	padding-left: 28px;
	padding-bottom: 20px;
}
#leftcolhouses a {
	text-decoration: none;
}
#leftcolhouses a:hover {
	text-decoration: underline;
	color: #000000;
}
tr {
	color: #000000;
}
table {
	background-color: #000000;
}
tbody {
	background-color: #FFFFFF;
}
thead {
	background-color: #D28353;
}
#middlegallery {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: center;
}
#middlegallerybkgrd {
	background-image: url(../img/middle_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#leftcolmap {
	width: 387px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 13px;
	margin-right: 0px;
}
#viewing {
	background-color: #D18150;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
}
.normal {
	font-size: 11px;
	font-weight: normal;
}
.homecontact {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.multimap a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	

}
.multimap a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.multimap {
	border: 1px solid #000000;
	background-color: #d18150;
	text-align: center;
	width: 160px;
	float: right;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#leftcolbuying {
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
}
#rightcolbuying {
	width: 500px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 20px;
	float: right;
}


#leftcolbuying  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}


#leftcolbuying li {
	margin: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#leftcolbuying  li a {
	list-style-type: none;
	text-decoration: none;
	padding-left: 15px;
}


#leftcolbuying li a:hover {
	list-style-type: none;
	background-image: url(../img/buyingarrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #666666;
}
#rightcolbuying h1 {
	font-size: medium;
	font-weight: bold;
	text-align: right;
}
#rightcolbuying p.first {
	font-weight: normal;
	color: #9E613D;
	font-size: small;
}
.oldprice {
	text-decoration: line-through;
}
.newprice {
	font-weight: bold;
	color: #FF0000;
}
