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

Default Blue - #00447D

----------------
*/

/* CSS Reset */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* CSS Reset */

html {
	background: #112742;
}

body {
	font: .9em Verdana, Geneva, 'Helvetica Neue', Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

h1 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.3em;
	color: #00A2DF;
}

h2 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
}

h3 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
}

p {
	line-height: 140%;
	padding: 5px 0 5px 0;
}

.defaultList {
	margin: 20px 20px;
}

.defaultList li {
	background: url(../images/bullet.png) left center no-repeat;
	padding-left: 20px;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignJustify {
	text-align: justify;
}

.highLight {
	color: red;
}

.blue-font {
	color: #00A2DF;
	}

.clear {
	clear: both;
}

.divider {
	border-bottom: 1px solid #bbb;
	height: 1px;
	margin: 5px 0;
	clear: both;
}

#header {
	text-align: center;
	height: 60px;
}

.container { /* You can use this multiple times to hold content */
	width: 90%;
	background-image: url('../images/bg-pixel.png');
	background-repeat:repeat;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
	text-align: justify;
}

.container2 { /* You can use this multiple times to hold content */
	width: 90%;
	background:#FFF;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
	text-align: justify;
}

.container table, .container2 table {
	width: 100%;
}

.container table td, .container2 table td {
	padding: 3px;
}

#footer-contain {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-image: url('../images/bg-pixel.png');
	background-repeat:repeat;
	border-top: 1px solid #bbb;
}

#socialNetworking {
	text-align: center;
	width:80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom:10px;
}

.socialIcon {
	height: 30px;
	width: 30px;
	float:left;
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	}
	
.clearfix {
	clear:both;
	}

/* ========================== */
/* ! Search and form styles   */
/* ========================== */
select {
	width: 100%;
	height: 35px;
	margin: 5px 0;
	font: bold 1em Verdana, Geneva, sans-serif;
}

#address_keywordSales, #address_keywordLettings {
	width: 92%; /* Compensates for padding and aligns with the rest of the elements in the search */
	height: 25px;
	padding: 10px;
	color: #00447D;
	border: 1px solid #bbb;
	border-radius: 8px;
	font: 1.2em Verdana, Geneva, sans-serif;
}

input[type="text"]:focus {
	background: #faffbd;
}

input[type="tel"]:focus {
	background: #faffbd;
}

input[type="email"]:focus {
	background: #faffbd;
}

#contactForm input, #registerForm input, #valuationForm input {
	width: 92%; /* Compensates for padding and aligns with the rest of the elements in the search */
	height: 25px;
	padding: 10px;
	font-size: 1.2em;
	color: #444;
	border: 1px solid #bbb;
	border-radius: 8px;
}

#contactForm select, #registerForm select, #valuationForm select {
	font-size: 1em;
	font-weight: normal;
	width: 92%;
	height: 35px;
	margin: 5px 0;
	}
	
.selecttext {
	text-align:left;
	font-size: 1.2em;
	color: #444;
	margin-left: 5px;
}	

textarea {
	border: 1px solid #bbb;
	padding: 10px;
	width: 92%;
	color: #444;
	border: 1px solid #bbb;
	border-radius: 8px;
	font: 1.2em Verdana, Geneva, sans-serif;
}

textarea:focus {
	background: #faffbd;
}

.formhoney {
	visibility: hidden;
	display: none;
}

label.error {
	color: red;
	display: block;
	white-space: nowrap;
}

/* These are to compensate for Internet Explorer mobile width issues */
.halfWidth {
	width: 50%;
}

.fullWidth {
	width: 100%;
}

button {
	background: #00A2DF url(../images/button-bg.jpg) repeat-x;
	border: 1px solid #00A2DF;
	height: 44px;
	width: 100%;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	border-radius: 5px;
	cursor: pointer;
	font: 600 0.9em/40px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

.btn { /* This duplicates the look and feel as the button styles above for links */
	background: #00A2DF url(../images/button-bg.jpg) repeat-x;
	display: block;
	border: 1px solid #00A2DF;
	height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	border-radius: 5px;
	font: bold 0.9em/44px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

.btn-bottom { /* This duplicates the look and feel as the button styles above for links */
	background: #00A2DF url(../images/button-bg.jpg) repeat-x;
	display: block;
	border: 1px solid #00A2DF;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 90%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 1px #000;
	border-radius: 5px;
	margin: 10px auto;
}
/* ========================== */
/* ! Search and form styles   */
/* ========================== */

/* ========== */
/* ! Navbar   */
/* ========== */
#navBar {
	position: relative;
	height: 50px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
}

#navLogo {
	width: 200px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
}

#navLogo img {
	height: 50px;
}


#leftNav {
	position: absolute;
	background: url(../images/rectangle-buttons.png) left center no-repeat;
	top: 10px;
	width: 56px;
	height: 34px;
	left: 10px;
	text-align: center;
}

#leftNav a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	text-shadow: 0px -1px 1px #000;
	text-transform: uppercase;
}

#leftNav a img, #rightNav a img {
	margin: 5px 0 0 0;
}

#rightNav {
	position: absolute;
	background: url(../images/rectangle-buttons.png) right center no-repeat;
	top: 10px;
	width: 56px;
	height: 34px;
	right: 10px;
	text-align: center;
}

#rightNav a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	text-shadow: 0px -1px 1px #000;
}

@media screen and (orientation:landscape) {
	.absolute {
		position: absolute!important;
		z-index: 9999!important;
		top: 0!important;
		left: 0!important;
		width: 96%!important;
	}
}

@media screen and (orientation:portrait) {
	.absolute {
		position: absolute!important;
		z-index: 9999!important;
		top: 0!important;
		left: 0!important;
		width: 94%!important;
	}
}
/* ========== */
/* ! Navbar   */
/* ========== */

/* ================== */
/* ! Search Results   */
/* ================== */

.property-head {
	overflow:hidden;
	background-color:#FFF;
	display:block;
	color:#00447D;
	padding:5px 0 10px;
}

.filter {
	color:#00447D;	
	height:25px;
	width:100%;
	text-decoration:none;
	color: #FFF;
	cursor: pointer;
}

.filter-button {
	width: 95%;
	text-align:center;
	border: 1px solid #00A2DF;
	border-radius: 5px;
	background: #00A2DF url(../images/button-bg.jpg) repeat-x;
	display:block;
	margin: 10px auto;
	height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	font: bold 0.9em/44px Verdana, Geneva, sans-serif;
	text-shadow: 0px -1px 1px #000;
	}

.close {
	color:#FFF;
	text-decoration:none;
	text-shadow: 0px -1px 1px #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #00A2DF url(../images/button-bg.jpg) repeat-x;
	display:block;
	margin-right:auto;
	text-align:center;
	margin-left:auto;
	width:95%;
	height: 44px;
	font: bold 0.9em/44px Verdana, Geneva, sans-serif;
	margin-top: 5px;
}

.open {
	padding:0px 0 10px;
	width:100%;
	position:absolute;
	top:130px;
	clear:both;
	overflow:hidden;
	z-index:5000;
	background-color:#FFF;
	display:none;
}

.searchForm {
	padding:10px
}

.searchForm select {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	height: 35px;
	margin: 5px 0;
}

.searchForm input {
	width:98%;
	padding:1%;
	float:left;
	margin:0 0 10px 0
}

.searchForm .locationButton {
	margin:0 0px 10px;
	float: left;
	clear: both;
	width: 100%;
	}

.searchForm .left {
	width:49%;
	float:left
}

.searchForm .right {
	width:49%;
	float:right
}

.searchForm button {
	margin-top: 10px;
}

.searchResults {
	width: 100%;
}

.searchResults td {
	border-bottom: 1px dashed #ccc;
	vertical-align: middle;
}

.searchResults a {
	text-decoration: none;
	font-size: 14px;
}

#resultsTotal {
	color: #999;
	font-size: 14px;
	text-align: center;
}

.resultsAddress {
	color: #333;
}

.resultsPrice {
	color: #00A2DF;
	font-weight: bold;
}

.resultsImage {
	position:relative;
	}

.resultsImage img {
	border: 1px solid #00A2DF;
}

.corner-flag {
	position:absolute;
	border:none!important;
	top: 2;
	left: 2;
	}

#googlemap {
	width: 100%;
	height: 400px;
}

.pagination {
	margin: 10px 0 10px 0;
	text-align: center;
	background: #FFF;
	height: 44px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	font-size: 0.9em;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 264px;
}

.pagination li {
	float: left;
	margin-top: 5px;
}

.pagination li a {
	display: block;
	width: 132px;
	height: 34px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 1px #000;
}

.pagination a:hover {
	text-decoration: none;
}

.pagination li .pref {
	background: url(../images/pagination-bg.png) left;
}

.pagination li .next {
	background: url(../images/pagination-bg.png) right;
}

a.fees-link:link, a.fees-link:visited, a.fees-link:hover, a.fees-link:active {
	color: #00A2DF;
	text-decoration:underline;
}

/* ================== */
/* ! Search Results   */
/* ================== */

/* ================ */
/* ! Full Details   */
/* ================ */
#propAddress {
	color: #00A2DF;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0 10px 0;
}

#propPrice {
	background: #00A2DF;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow: 0px -1px 1px #000;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


a.fees-link-white:link, a.fees-link-white:visited, a.fees-link-white:hover, a.fees-link-white:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:0.8em;
}

#propMainImg .img1, #propMainImg .img2, #propMainImg .img3, #propMainImg .img4, #propMainImg .img5, #propMainImg .img6, #propMainImg .img7, #propMainImg .img8, #propMainImg .img9, #propMainImg .img10, #propMainImg .img11, #propMainImg .img12, #propMainImg .img13, #propMainImg .img14, #propMainImg .img15, #propMainImg .img16, #propMainImg .img17, #propMainImg .img18, #propMainImg .img19, #propMainImg .img20, #propMainImg .img21, #propMainImg .img22, #propMainImg .img23, #propMainImg .img24, #propMainImg .img25 { /* This is a bit of a dirty hack, I don't like doing it but I've not found a better way yet */
	display: none;
}

#propMainImg img {
	width: 100%;
}

#propMainImg {
	position:relative;
}

#propMainImg ul li a img { /* Removes spacing issue from the bottom of the image */
	display: block;
}


#moreImages {
	color: #fff;
	position: absolute;
	background: url(../images/moreImages-bg.png);
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}

#moreImages a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 1px #000;
	font-size: .8em;
	line-height: 20px;
}


@media screen and (orientation:portrait) {
	#propMainImg {
		overflow: hidden;
	}
	
	#propMainImg img {
		width: 100%;
	}
}

@media screen and (orientation:landscape) {
	#propMainImg {
		overflow: hidden;
		height: 285px;
	}
	
	#propMainImg img {
		width: 100%;
	}
}

@media screen and (max-device-width: 1024px) {
	#propMainImg {
		height: auto;
	}

	#propMainImg img {
		width: 100%;
	}
}

.imgFullWidth {
	width: 100%;
}

#propFeatures {
	background: #00A2DF;
	padding: 10px 0;
	width: 100%;
	text-shadow: 0px -1px 1px #000;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#propFeatures li {
	padding: 0;
	display: inline;
	font-size: .9em;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

#propFeatures li img {
	margin-right:5px;
}

#propDescr {
	margin: 20px 0;
}

#proplongDescription {
	margin: 20px 0;
}

.imgList img {
	border: 1px solid #bbb;
	width: 100%;
}
/* ================ */
/* ! Full Details   */
/* ================ */

/* ========================= */
/* ! Pop up Balloon styles   */
/* ========================= */
#popupBalloon {
	width: 200px;
	height: 230px; /* change according to your agents property image dimensions, portrait, landscape etc. */
	text-align: center;
}

#popupBalloon a {
	text-decoration: none;
}

#popupImage img {
	border: 1px solid #bbb;
	width: 100%;
	height: 130px; /* change according to your agents property image dimensions, portrait, landscape etc. */
}

#popupAddress {
	margin: 5px 0;
}

#popupAddress a {
	color: #000;
}

#popupPrice {
	margin: 5px 0;
}

#popupPrice a {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
/* ========================= */
/* ! Pop up Balloon styles   */
/* ========================= */
