/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Sans-Serif;
	color: #392947;
	background:url(/sitefiles/site-bkgd.gif) bottom fixed repeat-x;
	background-color:#473358;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 763px; margin: 0 auto; position: relative; background-color:#ffffff; }
#page 	{ text-align: left; background-color:#ffffff; float:left; width:100%; }
#content { padding-left:14px; padding-top:14px; }
#header { height:105px; background:url(/sitefiles/topbanner.gif) no-repeat; }

.col { float: left; margin-right: 14px; width: 93px; }

.span-1 { width: 93px; }
.span-2 { width: 200px; }
.span-3 { width: 307px; }
.span-4 { width: 414px; }
.span-5 { width: 521px; }
.span-6 { width: 628px; }
.span-7 { width: 735px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.4em; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	color:#2c7157;
	}

h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 {
	width:225px;
	float:left;
	padding:14px 0 0 11px;
}

h1 a {
	display:block;
	background-image:url(/sitefiles/logo.gif);
	background-repeat:no-repeat;
	width:225px;
	height:78px;
}

h1 span, h2 span, h3 span { display: none; }

a:link, a:visited { color: #563a6e; text-decoration: none;}
a:hover { color: #2c7157; text-decoration: underline; }

.contrast { color: #2c7157; }


/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* Main Search ----------------------------------------------- */
.quick-search-input { width: 320px; margin-top: 4px; }

.searchRow { margin: 0; clear: left; }
.searchLabel {
	font-size: 1.2em;
	margin: 0 14px 14px 0;
	float: left;
	width: 120px;
	text-align: right;
	color: #473358;
	font-weight: bold;
	display: inline;
	}

.searchValue { float: left; width: 210px; margin: 0 0 14px 0; }
.searchValue select { width: 200px; }

.standard-form { border-bottom: 1px dotted #6e5c77; margin-bottom: 14px;}
.standard-form dt { color: #473358; font-weight: bold; }

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav { float:left; margin: 65px 0 0 25px; }

#nav ul { font-family: Arial, sans-serif; font-size:1.2em; font-weight:bold; list-style-type: none; margin: 0;;}
#nav li {
	display: inline;
	padding-left: 12px;
	list-style-type: none;
	float: left;
	background: url(/images/disc.gif) no-repeat center left; margin-right: 18px;
	}

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* Slideshow ------------------------------------------------- */
#slideshow { margin-bottom: 14px; height: 262px; width: 723px; padding: 6px; background-color: #ccc; }
#slides { margin: 0; padding: 0; list-style: none; float: left; }
#slides li { width: 423px; height: 260px; position: absolute; border: 1px solid #362743; background-color: #362743; }
#slides .image { }
#slides .details {  }

.details h2 { float: left; display: inline; margin: 0; padding: 3px 5px; font-size: 1em; }
.details h3 { float: right; display: inline; margin: 0; padding: 3px 5px; font-size: 1em; }

.details a:link,
.details a:visited,
.details h3 { color: #fff; text-decoration: none; }


#thumbs { float: right; list-style: none; margin: 0; padding: 0; width: 290px; }
#thumbs li { float: right; margin: 0 0 6px 6px; border: 1px solid #362743; height: 81px; }

#thumbs li.last { margin-left: 0; }

/* --------------------------------------------------------------

    +Search

-------------------------------------------------------------- */

#search { background-color: #eae1ee; padding: 14px 14px 0 14px; text-align: center; margin-bottom: 14px; }
#search-form { width: 400px; text-align: left; margin: 0 auto 0 auto; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

.stats { margin-bottom: 14px; }
.stats table td { padding: 7px; }
.stats td.heading { width: 40%; }
.stats td.pages { width: 20%; text-align: right; }

.result-item { background-color: #eae1ee; margin-bottom: 9px; padding: 9px; float: left; }

.result-item .property-image { float: left; width: 133px; text-align: center; margin-right: 9px; }
.result-item .property-image img { border: 1px solid #362743; margin: 0; }

.result-item .propdetails { width: 375px; float: left; margin-right:9px; }
h3.address { font-size: 1.4em; margin: 0; }
.result-item .propdetails p { margin: 0; }

.result-item .summary { width: 80px; float: left; margin-right: 9px; }
.result-item .summary ul { margin: 0; padding: 0; list-style: none; }

.result-item .more-details { width: 100px; float: left; text-align: right; }

/* --------------------------------------------------------------

    +Brochure

-------------------------------------------------------------- */

#brochure { position: relative; }

#brochure-controls { position: absolute; top: 5px; right: 10px; }
#brochure-controls ul { list-style: none; margin: 0; padding: 0; }
#brochure-controls li { display: inline; float: left; }

#back-to-results { width: 715px; background-color: #eae1ee; padding: 9px;}

#brochure-details { width: 384px; float: left; margin-right: 14px; }
#brochure-images { width: 336px; float: left; }

#brochure h3.address { font-size: 2.8em; font-weight: normal; font-family: Arial; color: #362743; }
#brochure h3.postcode { font-weight: normal; color: #362743; }

#brochure h4 { color: #2c7157; }
#brochure h4.status { font-size: 1.1em; margin: 0; }
#brochure h4.price { font-size: 2.8em; font-weight: normal; font-weight: normal; font-family: Arial; }

#brochure h5 , #brochure .comprises h3 { color: #473358; font-size: 1.4em; }

#brochure-images #main-image {
	width: 336px;
	height: 225px;
	border: 1px solid #473358;
    display: table-cell;
	vertical-align: middle; /* Vertical Centering in Gecko based browsers */
	text-align: center;
	}

#brochure-images #main-image img { border: none; vertical-align: middle; }

#brochure-images .thumbnail {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
	height: 71px;
	border: 1px solid #473358;
	text-align: center;
	}

#brochure-images .thumbnail div {
	width: 103px;
	height: 71px;
	vertical-align: middle;
	display: table-cell;
	}

#brochure-images .thumbnail.last { margin-right: 0; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { clear:both; }
#footer p { padding: 14px; margin:0; border-top:1px solid #dcdcdc; height: 1%; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

.center { text-align: center; }

/* --------------------------------------------------------------

		+Lightbox Styles

-------------------------------------------------------------- */

#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox span { font-size: 100%; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background: transparent url(/images/lightbox/blank.gif) no-repeat; display: block;  }
#prevLink { left: 0; float: left; background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;}
