﻿html {
    overflow-y: scroll;
}

body {
    text-align: center;
    min-width: 820px;
    color: #333;
	background: url(../Images/BodyBG.gif);
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
	margin: 0;
}

h1 {
    font-size: 24px;
    margin: 8px 0;
}

h2 {
    font-size: 18px;
    margin: 9px 0;
}

h3 {
    font-size: 14px;
    margin: 10px 0;
}

h4 {
    font-size: 12px;
    margin: 13px 0;
}

p {
    margin: 13px 0;
}

th {
    text-align: left;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/** --------------- Links --------------- **/

a:link, a:visited {
    text-decoration: none;
    color: #0000ff;
}

a:hover {
    text-decoration: underline;
}

a.RedLink {
	color: #ff0000;
}

a.FooterLink, #PoweredBy a {
    color: #fff;
}

a.UnderLink, a.FooterLink, #PoweredBy a {
    text-decoration: underline;
}

.UnderLink:hover, .FooterLink:hover, #PoweredBy a:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

.PageTitle {
	color: #000;
}

.RequiredField {
	color: #ff0000;
	font-weight: bold;
}

/** --------------- Layout --------------- **/

#Container {
    text-align: left;
    width: 800px;
    background-color: #fff;
    border: solid 3px #cc0000;
    margin: 0 auto;
}

#AdvancedSearch, #SearchResults, #OurTeam, #ContactUs, #EnquiryForm {
    padding: 0 40px 10px 40px;
}

#CitySearch {
    padding: 0 0 10px 40px;
}

#PropertyDetails {
    padding: 0 10px;
}

#Email {
    padding-left: 10px;
}

body#EmailBody, body#ExchangeRatesBody {
    text-align: left;
    min-width: 520px;
    background: #fff;
}

/** --------------- Master Page --------------- **/

#Header {
	height: 200px;
	background: url(../Images/Header.jpg) no-repeat;
}

#Footer {
	clear: both;
	color: #fff;
	background-color: #cc0000;
	padding-top: 5px;
}

#PoweredBy {
    text-align: center;
    color: #000;
    font-size: 11px;
    padding-top: 20px;
}

/** --------------- Top Navigation --------------- **/

#TopNavigation {
    height: 28px;
	background-color: #cc0000;
	font: bold 13px/23px Tahoma;
}

#TopNavigation li {
    float: left;
}

#TopNavigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 2px 19px;
}

ul.Sub1, ul.Sub2 {
    position: absolute;
    left: -999em;
    height: auto;
    background-color: #cc0000;
    border: solid 1px #444;
    margin: 0 0 0 11px;
}

ul.Sub1 li, ul.Sub2 li {
    line-height: 22px;
    padding: 2px 0;
}

ul.Sub1, ul.Sub1 li {
    width: 8.9em;
}

ul.Sub2, ul.Sub2 li {
    width: 12.7em;
}

#TopNavigation ul.Sub1 a, #TopNavigation ul.Sub2 a {
	font-weight: normal;
    padding: 0 0 0 8px;
}

#TopNavigation ul.Sub1 a {
    width: 8.25em;
}

#TopNavigation ul.Sub2 a {
    width: 12.1em;
}

#TopNavigation li:hover ul, #TopNavigation li.sfhover ul {
	left: auto;
}

#TopNavigation li:hover, #TopNavigation li.sfhover {
	background: none;
}

#TopNavigation a:hover {
	color: #000;
}

#Content {
    clear: both;
}

/** --------------- Homepage --------------- **/

#LeftContent {
    float: left;
    text-align: justify;
    width: 480px;
    font: normal 13px Arial;
    padding: 0 0 10px 20px;
}

#LeftContent ul li {
	background: url(../Images/Bullets.gif) no-repeat 0 4px;
    padding-left: 25px;  
}

#Slogan {
    text-align: center;
    color: #cc0000;
}

#RightContent {
    float: right;
    width: 188px;
    padding: 15px 20px 0 0;
}

#Box {
    text-align: center;
    width: 188px;
    background: url(../Images/RcTl.png) no-repeat;
}

#RefContent, #FpContent {
    background: url(../Images/RcR.png) repeat-y right top;
}

#FpContent {
    font-size: 11px;
    padding-top: 3px;
}

#Top {
    background: url(../Images/RcTr.png) no-repeat right top;
}

#Bottom {
    background: url(../Images/RcBl.png) no-repeat left bottom;
}

#Bottom div {
    background: url(../Images/RcBr.png) no-repeat right bottom;
}

#Top, #Top div, #Bottom, #Bottom div {
    height: 5px;
    font-size: 1px;
}

/** --------------- Panels --------------- **/

a.CitySearchLink, .AdvDetailsPanel, .ResultsPanel, .DetailsSubPanel {
	font-size: 13px;
	font-weight: bold;
	padding: 0 2px;
}

a.CitySearchLink, .AdvDetailsPanel, .ResultsPanel {
	color: #444;
	background-color: #ddd;
	border: solid 1px #ccc;
}

.DetailsSubPanel {
	color: #eee;
	background-color: #555;
	border: solid 1px #aaa;
}

a.CitySearchLink {
	display: block;
	text-decoration: none;
	text-align: center;
}

a.CitySearchLink:hover {
	color: #b22222;
}
	
/** --------------- Search Pages --------------- **/	

.PropertiesFound {
	color: #b22222;
	font-weight: bold;
}
	
.ResultsPanel {
	width: 99%;
}

.ResultsPanel th {
	width: 283px;
}

.ResultsPanel td {
	white-space: nowrap;
}

#CatchPhrase {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

#Paging {
    border: solid 1px #bbb;
    margin-bottom: 4px;
}

#ImageColumn {
    vertical-align: top;
    width: 405px;
    padding-bottom: 10px;
}

#FeaturesColumn {
    vertical-align: top;
    padding: 5px 0 10px 23px;
    border-left: solid 1px #ccc;
}

#DetailsPrice {
    color: #fefefe;
	font-weight: bold;
}

#DetailsRef {
    color: #ff0000;
}

#DetailsRef th {
    width: 222px;
    padding: 5px 2px 3px 2px;
}

#DetailsContact th {
    width: 38%;
    padding-left: 2px;
}

#AgentName {
    font-weight: bold;
    text-transform: uppercase;
}

.DetailsAltRow td {
	background-color: #f0f0f0;	
}

.DetailsRow td, .DetailsAltRow td, #DetailsContact td {
	padding: 3px 2px;	
}

/** --------------- Other --------------- **/

select, input, textarea {
	width: 205px;
	color: #444;
	font-family: Arial;
	font-size: 14px;
}

.Buttons {
    width: 62px;
    height: 18px;
    border: 0;
}

.GreenBulletSmall, #AdvancedSearch li {
	background: url(../Images/BulletGreenRoundSmall.gif) no-repeat 0 6px;
    padding-left: 10px;  
}

