/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

html, body {
border:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333;
background: #6e90aa;
}


#container {
width: 890px;
background: url(../img/container-sides.gif) repeat-y;
margin: 0 auto;
padding: 27px 65px 0 69px;
}

#header {
	height: 74px;
}

#main-banner {
	background: url(../img/main-banner-blue.jpg) right no-repeat;
	height: 205px;
}

#main-banner img {
	float: left;
}

p.tagline {
	float: left;
	width: 231px;
	color: #fff;
	padding: 30px 0 0 26px;
	height: 55px;
}

p.telephone {
	float: left;
	width: 231px;
	color: #fff;
	padding: 17px 0 0 26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	line-height:26px;
}


#content {
	margin:26px 0 30px;
	float: left;
	width: 890px;
	padding: 0 0 20px 0;
}

.type1 {
	background: url(../img/content-divider.gif) 500px 0px repeat-y;
}

#content.type2 {
	background: url(../img/content-divider.gif) 606px 0px repeat-y;
}




#left-col-type1 {
	width: 451px;
	padding: 0 0 0 13px;
	float: left;
}

#left-col-type2 {
	width: 570px;
	padding: 0 0 0 13px;
	float: left;
}

#left-col-type1 a, #left-col-type2 a {
	text-decoration: underline;
}

#left-col-type1 a:hover, #left-col-type2 a:hover {
	text-decoration: none;
}

#right-col-type1 {
	width: 356px;
	float: right;
	padding: 0 8px 0 0px;
}

.flat-item {
	padding: 0 0 10px 0;
	float: left;
	/*border-bottom: 1px solid #e1e1e1;*/
	background: url(../img/flat-item-bottom.gif) bottom repeat-x;
	margin: 0 0 6px 0;
}

.flat-item h3 {
	text-transform: uppercase;
}

#right-col-type1 .last, #right-col-type2 .last  {
	border-bottom: none;
}

.flat-item a:hover {
	text-decoration: underline;
}

.flat-item img {
	margin:12px 19px 36px 0;
	border: 1px solid #dfdfdf;
	float: left;
}

p.property-type {
	color: #313131;
	width: 231px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 12px 0 0 0;
}

p.property-description {
	float: left;
	font-size: 11px;
	line-height: 17px;
}

p.version1 {
	width: 231px;
	margin: 0 0 0 0;
}

p.version2 {
	width: 248px;
	margin: 12px 0 0 0;
}

#right-col-type2 p.property-description {
	width: 248px;
}

#full-details p.property-description {
	line-height: 18px;
}


#right-col-type2 {
	width: 257px;
	float: right;
	padding: 0 8px 0 0px;
}

#right-col-type2 h3 {
	text-transform: uppercase;
}

#flat-images {
	width: 243px;
	float: left;
}

#flat-images img {
	float: left;
	border: 1px solid #e6e8e9;
	margin: 0 0 10px 0;
}

#content a.zoom {
	display: block;
	float: left;
	text-decoration: none;
	padding:4px 6px 4px 24px;
	background: url(../img/zoom-plus.gif) no-repeat 5px 7px;
	margin: -6px 0 0 0;
}

#content a.zoom:hover {
	color: #ffa200;
	background: url(../img/zoom-plus.gif) no-repeat 5px -72px;
}

#full-details {
	width: 324px;
	float: left;
}

.flat-address {
	font-size: 11px;
	font-style: italic;
	line-height: 22px;
}

#property-list {
	float: left;
	border-top: 2px solid #ADACAC;
	width: 560px;
}


.property-list-item {
	border-bottom: 1px solid #e2e2e2;
	padding: 19px 0 19px 0;
	float: left;
	width:560px;
}
	
#content .last-item {
	border-bottom: 1px solid #adacac;
}

.property-list-title {
	width: 181px;
	float: left;
	font-size: 11px;
	padding:0pt 0pt 0pt 5px;
}

.property-list-title p.availability {
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}


.property-list-title a:hover {
	color: #6C9ED0;
}

p.property-list-details {
	width: 253px;
	float: left;
	margin:0 25px 0 65px;
	font-size: 11px;
	line-height: 16px;
}

div.property-list-description {
	width: 284px;
	float: left;
	margin: 0 0 0 57px;
}

div.property-list-description p {
	font-size: 11px;
	line-height: 16px;
}

#page-number {
	height: 70px;
	text-align: center;
	width: 100%;
	padding: 15px 0 0 0;
}

#page-number a {
	font-size: 14px;
	color: #adacac;
	font-weight: bold;
	padding: 0 2px 0 2px;
}

#page-number a:hover {
	color: #6699cc;
	text-decoration: none;
}

#page-number b {
	font-size: 14px;
	color: #6699CC;
}

a .prev {
	width: 63px;
	height: 14px;
	background: url(../img/prev-next.gif) 2px 0 no-repeat;
	padding: 0 10px 0 10px;
}

#content a:hover .prev {
	background: url(../img/prev-next.gif) 2px -18px no-repeat;
	text-decoration: none;
}

a .next {
	width: 63px;
	height: 14px;
	background: url(../img/prev-next.gif) -63px 0 no-repeat;
	padding: 0 10px 0 10px;
}

#content a:hover .next{
	background: url(../img/prev-next.gif) -63px -18px no-repeat;
	text-decoration: none;
}


#footer {
	height: 110px;
	width: 1024px;
	background: url(../img/footer-curve.gif) no-repeat;
	margin: 0 auto;
	text-align: center;
	color: #777;
	padding: 22px 0 0 0;
}

#footer a {
	color: #777;
}

#footer a:hover {
	text-decoration: underline;
}

p.footer-details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	margin-bottom: 11px;
}

p.copyright {
	font-size: 10px;
}

#cover {
	background:#FFFFFF none repeat scroll 0 0;
	height:5px;
	margin:-9px 0 0;
	position:absolute;
	width:370px;
}


#locale {
	width: 260px;
	float: right;
	padding: 18px 0 0;
	overflow: hidden;
}

#category-description {
	width: 560px;
}


#contactForm {
padding:25px 0;
}

#contactForm ul {
margin:0px;
padding:0px;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
width:450px;
}

#contactForm ul:after {
content:".";
height:0px;
clear:both;
visibility:hidden;
display:block;
}

#contactForm ul li {
clear:left;
}

#contactForm ul li input {
display: block;
width: 300px;
float: left;
border:1px solid #999;
padding:3px 0px 3px 3px;
margin:0px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}

#contactForm ul li textarea {
display: block;
width: 300px;
float: left;
border:1px solid #999;
padding:3px 0px 3px 3px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}

#contactForm ul li select {
display: block;
width: 304px;
float: left;
border:1px solid #999;
padding:3px 0px 3px 3px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}

#contactForm ul li label {
text-align: right;
width: 85px;
float: left;
padding:3px 20px 3px 0px;
}

#contactForm input {
margin: 0px 0px 0px 350px;
} 

a.enquire {
	display: block;
	width: 64px;
	height: 24px;
	background: url(../img/enquire-button.gif) no-repeat;
	margin: 5px 0 0 0;
}

a.enquire span {
	display: none;
}

.caption {
	font-size:11px;
	line-height:14px;
	padding:1px 0 0;
	width:170px;
}

.caption p {
	margin: 0;
}

#imgRotate {
	height: 205px;
	width: 607px;
	position: relative;
	overflow: hidden;
	float:left;
}

#imgRotate img {
	position: absolute;
	top: 0;
	left: 0;
}

ul.virtual-tours {
	margin: 20px 0 0 0;
	list-style-type: none;
}

ul.virtual-tours li {
	padding: 0px 0 0 16px;
	background: url(../img/blue-arrow.gif) left 7px no-repeat;
}

#left-col-type1 ul.virtual-tours li a {
	text-decoration: none;
}

#left-col-type1 ul.virtual-tours li a:hover {
	text-decoration: underline;
}

#left-col-type1  h2.virtual-tour {
	color: #C6750B;
	font-weight: bold;
	font-style:normal;
	font-size: 17px;
}




