/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/

--- Colour Swatch ---
Scarlet/Red - #a32638
Pastel Red - #efdcd6
Green - #007a3d
Grey #808284
--- Colour Swatch ---

*/

html {
	padding-top: 10px;
}

body {
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

/* =============== */
/* ! Text Styles   */
/* =============== */
h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 16px;
	padding: 5px 0 5px 0;
}

p {
	line-height: 1.3em;
	padding: 5px 0 5px 0;
}

.largeIntro {
	font-size: 60px;
}
/* =============== */
/* ! Text Styles   */
/* =============== */

#wrapper {
	background: url(../imgs/leaf_bg.jpg) right 130px no-repeat;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #a32638;
}

#header {
	background: url(../imgs/leaf_banner.jpg) right no-repeat;
	height: 123px;
	margin-bottom: 40px;
}

.logo {
	margin-left: 25px;
	width: 188px;
	height: 123px;
	float: left;
}

#pageContent {
	width: 750px;
	min-height: 465px;
	margin: 0 auto;
}

a {
	color: #a32638;
	text-decoration: none;
}

.inlineList {
	margin: 10px 0 10px 0;
}

.inlineList li {
	background: url(../imgs/leaf_bullet.png) left no-repeat;
	display: inline;
	padding: 10px 0 10px 25px;
	margin-right: 40px;
}

.inlineList li a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

.inlineList li a:hover {
	color: #a32638;
}

.defaultList {
	margin: 10px 0 10px 0;
	list-style: none;
}

.defaultList li {
	background: url(../imgs/leaf_bullet.png) left no-repeat;
	padding: 10px 0 10px 25px;
}

.defaultList li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

.defaultList li a:hover {
	color: #a32638;
}

#extraLinks {
	float: right;
	margin-top: 20px;
	list-style: none;
}

#extraLinks a {
	color: #000;
}

#extraLinks a:hover {
	color: #a32638;
}

#extraLinks li {
	padding: 10px 0 10px 40px;
}

#extraLinks .email {
	background: url(../imgs/email_bullet.png) left center no-repeat;
}

#extraLinks .map {
	background: url(../imgs/map_bullet.png) left center no-repeat;
}

#extraLinks .info {
	background: url(../imgs/info_bullet.png) left center no-repeat;
}

#contactUsMap {
	border: 1px solid #a32638;
	width: 750px;
	height: 550px;
	clear: both;
}

.divider {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0 10px 0;
	background: #a32638;
}

.clear {
	clear: both;
}

/* ================= */
/* ! Navbar Styles   */
/* ================= */
#navBar {
	width: 712px;
	float: right;
	text-align: center;
	margin-top: 90px;
}

#navBar li {
	display: inline;
}

#navBar li a {
	text-decoration: none;
	color: #fff;
	padding-right: 8px;
	margin: 0 3px 0 3px;
	border-right: 1px solid #fff;
}

.navBarNoBorder {
	border-right: none!important;
	padding-right: 0!important;
}

#navBar li a:hover {
	text-decoration: underline;
}

#home #navBar .home a,
#about #navBar .about a,
#sales #navBar .sales a,
#lettings #navBar .lettings a,
#newhomes #navBar .newhomes a,
#auctions #navBar .auctions a,
#valuations #navBar .valuations a,
#contact #navBar .contact a {
	text-decoration: underline;
}
/* ================= */
/* ! Navbar Styles   */
/* ================= */

#form {
	width: 500px;
	padding: 10px;
	float: left;
}

#form input {
	width: 300px;
}

#form select {
	width: 300px;
}

#form textarea {
	width: 300px;
}

#form input:focus {
	background: #efdcd6;
}

#form textarea:focus {
	background: #efdcd6;
}

label.error {
	color: #a32638;
	display: block; /* This fixes IE ignoring width and pushing the text out of the form block */
	white-space: nowrap; /* This is so beautiful, why I have I not discovered your exquisite use before? */
}

.btnStyle {
	background: #a32638;
	border: 1px solid #a32638;
	width: 200px!important;
	height: 30px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

btnStyle:hover {
	background: #808284;
	border: 1px solid #a32638;
}

/* ===================== */
/* ! Latest Properties   */
/* ===================== */
.latestProp {
	width: 220px;
	float: left;
	margin: 10px 25px 0 0;
	text-align: center;
}

.latestProp img {
	border: #a32638 1px solid ;
}

.latestPrice {
	
}

.latestLink a:hover {
	color: #000;
}
/* ===================== */
/* ! Latest Properties   */
/* ===================== */

/* ========================= */
/* ! Search Results Styles   */
/* ========================= */
.pagination {
	float: right;
}

.thumbProperty {
	clear: both;
	margin: 10px 0 10px 0;
	overflow: auto;
}

.thumbAddress {
	background: #a32638;
	color: #fff;
	overflow: auto;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.thumbPropAddress {
	float: left;
	width: 530px;
}

.thumbPrice {
	float: right;
	width: 200px;
	text-align: right;
}

.thumbDetailsLink {
	color: #a32638;
	font-weight: bold;
	float: right;
}

.thumbDetails {
	overflow: auto;
}

.thumbImage {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	border: #a32638 1px solid;
}

.thumbShortDescrip {
	float: right;
	width: 535px;	
}

.smlDivider {
	background: #a32638;
	height: 1px;
}

.thumbList {
	text-align: center;
	margin: 5px 0 0 0;
}

.thumbList li {
	display: inline;
	padding: 0 70px 0 70px;
}
/* ========================= */
/* ! Search Results Styles   */
/* ========================= */

/* ======================= */
/* ! Full Details Styles   */
/* ======================= */
#propAddress {
	background: #a32638;
	color: #fff;
	overflow: auto;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#propLocation h1 {
	font-size: 20px;
	float: left;
}

#propPrice {
	float: right;
	width: 200px;
	font-size: 20px;
	text-align: right;
}

#propImages {
	overflow: auto;
}

#mainImage {
	border: #a32638 1px solid ;
	width: 570px;
	float: left;
}

#propThumbs {
	float: right;
	width: 160px;
}

#propThumbs img {
	border: #a32638 1px solid ;
}

#longDescr ul {
	margin-left: 20px;
}

#propFeatures {

}

#floorPlan {

}

#floorPlanImg {

}

#EPC {

}

#googleMapHolder {
	width: 750px;
	padding: 2px;
	border: #a32638 1px solid ;
}

#googlemap {
	width: 748px;
	height: 400px;
	border: 1px solid #bbb;
}

#misrepFooter {
	text-align: center;
}
/* ======================= */
/* ! Full Details Styles   */
/* ======================= */

/* ================= */
/* ! Footer Styles   */
/* ================= */
#footer {
	background: #a32638;
	color: #fff;
	padding: 10px;
	margin-top: 30px;
	clear: both;
}

.footerMargin {
	margin-left: 60px;
}

#footerCopy {
	font-size: 9px;
}

#footerCopy a {
	color: #fff;
	text-decoration: none;
}

#footerCopy a:hover {
	text-decoration: underline;
}
/* ================= */
/* ! Footer Styles   */
/* ================= */