/* CSS Document */
body,td,th,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.capitalise {
	text-transform: capitalize;
}

a:hover {
	text-decoration: none;
	color: #FF5F00;
}
#title {
	background-color: #F00;
}
#title h1 {
	color: #CC0000;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	font-size: 10px;
	padding: 2px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.propinfo {
	padding-left: 10px;
	float: left;
	width: 445px;
}
.prop {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DBDBDB;
	padding-top: 5px;
	width: 600px;
	clear: both;
}
.price {
	float: left;
	width: 102px;
	font-weight: bold;
	font-size: 12px;
}
.bedrooms {
	float: left;
	width: 102px;
	font-weight: bold;
}
.bathrooms {
	float: left;
	width: 102px;
	font-weight: bold;
}
.living {
	float: left;
	width: 136px;
	font-weight: bold;
}
#ftr {
	clear: both;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DBDBDB;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
	color: #A0A0A4;
}
#map {
	clear: both;
	height: 400px
}

.bld {
	font-weight: bold;
}
.views {
	margin-left: 102px;
}
#propinfo p {
	margin-top: 6px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#hdr {
	background-color: #CC0000;
}
.bodywidth {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.white {
	color: #FFFFFF;
}
/* Header Menu */
#menu {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom: 15px;
	background-color: #CC0000;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
#menu li {
  float:left;
  background:url("imgs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#menu a {
  float:left;
  display:block;
  background:url("imgs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#333;
}
#menu #current {
  background-image:url("imgs/left_on.gif");
}
#menu #current a {
  background-image:url("imgs/right_on.gif");
  color:#333;
  padding-bottom:5px;
}
#rnav {
	width: 160px;
	float: right;
	margin-left: 10px;
}
#cnt {
	float: left;
	width: 600px;
}
#rnav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rnav li {
	padding-bottom: 4px;
}
.brddt {
	border: 1px dashed #DBDBDB;
	padding: 5px;
}
.img-shadow {
  float:left;
  background: url(imgs/shadowAlpha.png) no-repeat bottom right !important;
  background: url(imgs/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
.r {
	color: #CC0000;
}	
.o {
	color: #FF5F00;
}
.o a:link {
	text-decoration: none;
}
#details {
	float: left;
	width: 250px;
}
#photos {
	float: left;
	width: 340px;
	margin-right: 10px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DBDBDB;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
}
.error {
	background-color: #FFB9B9;
	border: 1px solid #CC0000;
}

