/*
	Buttsbury Home Website Stylesheet
	By Richard Delph, 9th December 2009
*/

body {
	background: url(/images/body-bg.jpg) no-repeat center 11px #d1d1cb;
	text-align: center;
	color: #666;
	font-family: Arial, sans-serif;
}

p {
	font-size: 0.71875em; /* 11.5px */
	line-height: 1.5em;
	margin: 1.5em 0;
}

#page-wrapper {
	margin: 11px auto 41px auto;
	text-align: left;
	width: 924px;
	background: url(/images/page-wrapper-bg.jpg) no-repeat center top #fff;
}

#header-wrapper {
	width: 924px;
	height: 144px;
	overflow: hidden;
	background: url(/images/header-bg.jpg) no-repeat left top;
}

#logo {
	float: left;
	width: 592px;
	height: 119px;
	background: url(/images/logo.jpg) no-repeat left top;
	text-indent: -999em;
	margin: 15px 0 0 20px;
}
#address { display: none; }

#content-wrapper {
	width: 924px;
}

#footer-wrapper {
	clear: both;
	width: 858px;
	overflow: hidden;
	margin: 20px auto 10px auto;
}


/* content bits */
#image-strip {
	width: 924px;
	height: 99px;
	overflow: hidden;
	border-width: 11px 0;
	border-style: solid;
	border-color: #fff;
}

/* image gallery styles */
#image-gallery {
	position: relative;
	clear: left;
	float: left;
	width: 373px;
	overflow: hidden;
}
#main-image {
	position: relative;
	width: 334px;
	height: 212px;
	background: url(/images/main-image-frame.png) no-repeat left top;
	padding: 25px 0 0 39px;
}
#main-image img {
	position: absolute;
	
}
#thumbnails {
	margin: 0 0 0 32px;
}
a.thumbnail {
	display: block;
	float: left;
	width: 151px;
	height: 80px;
	background: url(/images/thumbnail-frame.png) no-repeat left top;
	padding: 6px 0 0 6px;
	margin-right: 2px;
}
/* end image gallery styles */

/* main text col styles */
#text-col {
	position: relative;
	float: left;
	margin-left: -13px;
	top: 10px;
	width: 531px;
}

#text-col h2 {
	font-size: 0.9375em; /* 15px */
	margin: 1em 0;
}
#text-col h3 {
	font-size: 0.8125em; /* 13px */
	margin: 1em 0;
}

#text-col ul {
	font-size: 0.71785em;
	list-style-position: outside;
	line-height: 1.5em;
	padding-left: 2.5em;
	margin: 0;
}

#text-col ul ul { font-size: 1em; }

ul.noindent { padding-left: 0; margin-left: 0; }
ul.lspinside { list-style-position: inside; }

#text-col a { color: #666; }

#quote {
	position: relative;
	left: -5px;
	margin: 20px 0;
}

#buttons {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
#pdf-download, #booking {
	display: block;
	width: 246px;
	height: 28px;
	text-indent: -999em;
	background-position: left top;
	background-repeat: no-repeat;
}
#pdf-download {
	float: left;
	background-image: url(/images/button-pdf-download.gif);
}
#booking {
	float: right;
	background-image: url(/images/button-booking.gif);
}

/* footer element styles */
#managing-agent-details {
	text-align: center;
	color: #000;
	width: 100%;
	overflow: hidden;
}
#managing-agent-details p {
	font-size: 0.55em;
	margin: 0;
}
#footer-wrapper a {
	color: #666;
	text-decoration: none;
}
#footer-wrapper a:hover {
	text-decoration: underline;
}
#managing-agent {
	width: 858px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/hr.gif) no-repeat left 6px;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
}
#realtors a {
	display: block;
	width: 71px;
	height: 41px;
	text-indent: -999em;
	margin: 20px auto;
	background: url(/images/realtors.gif) no-repeat left top;
}

#copyright {
	float: left;
	color: #a9a9a9;
}
#terms-and-conditions {
	float: right;
}
#terms-and-conditions a {
	color: #a9a9a9;
}
/* end footer bits */