@charset "utf-8";
/* CSS Document */
body {
	color:#464646;
	font:0.90em Tahoma, Geneva, Arial, sans-serif;
	margin:0; padding:0;
	background:url(../../images/lightGrey.png) top left repeat-x;
	font-size:13px;
}

h1	{
	margin:12px 0 8px 0;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	color:#ff6600;
		
}

#mainContent	{
	min-height:400px;	
}

h2	{
margin:12px 0 8px 0;
	padding:0px;
	font-size:18px;
	font-weight:bold;
		
}

#container	{
	/*background-color: #FFF;*/
	width:968px;
	margin: 0 auto;
	position:relative;
	padding: 0;
	margin-top:30px;
}

#container2	{
	/*background-color: #FFF;*/
	width:968px;
	margin: 0 auto;
	position:relative;

}
#footer {
	background-color: #FFF;
	width:968px;
	margin: 0 auto;
	position:relative;
}

#header	{
	height:105px;
	/*background-color:#fff;*/
	width:968px;
	margin-top:30px;
	position:relative;
}

#header #logo	{
	position:absolute;
	top:0px;
	left:0px;
}

#topLinks {
	position:absolute;
	top:0px;
	left:260px;
}
#topLinks ul {
	margin-top:0px;		
}
#topLinks ul li	{
	float:left;
	list-style:none;
	margin-right:20px;
	text-transform:uppercase;
}
#topLinks ul li a {
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
	color: #7E757C;
}
#searchBox	{
	position:absolute;
	top:0px;
	right:0px;
}

#tagLine	{
	position:absolute;
	bottom:10px;
	left:180px;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
}

#telLine	{
	position:absolute;
	top:5px;
	left:180px;
	font-size:13px;
}

#telLine span	{
	color:#ff6600;
}
#telLine a {
	color: #000;
	text-decoration: none;	
}
#navBar {
	position:absolute;
	bottom:0px;
	right:0px;
	height:36px;
	float:left;
}
#navBar ul.level1 {
	float:left;
	margin:0px;
	padding:0px;
}
#navBar ul.level1 li {
	float:left;
	list-style:none;
	height: 36px;
	font-size: 15px;
	border-left: 1px solid #767676;
	border-right: 1px solid #464646;
}
#navBar ul.level1 li a {
	padding:8px 16px 0 16px;
	height:28px;
	text-decoration:none;
	color:#ebebeb;
	background:url(../../images/navBtn.jpg) top left repeat-x;
	display: block;
}
#navBar ul.level1 a:hover {
	background:url(../../images/topLinkHover.jpg) top left repeat-x;
}

#navBar ul.level1 li a:hover {
	color:#fff;
}

#searchBar	{
	margin-right:5px;	
}

#searchBox span	{
	margin-top:-10px;	
}

#homeContent	{
	margin-top:35px;	
}

#homeAdvert	{
	position:relative;
	height:380px;
	width:968px;
	z-index:1;
}
#homeAdCont {
	height:380px;
	width:968px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.homeAdImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;	
}

#searchTool	{
	background:url(../../images/searchToolBg.png) top left no-repeat;	
	height:134px;
	width:966px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:20;
}

#toolTopMenu {
	position:absolute;
	top:8px;
	left:173px;
	margin:0px;
	padding:0px;
}
.topToolTab	{
	width:150px;
	height:23px;
	background:url(../../images/grey.png) top left no-repeat;	
	float:left;
	margin-right:1px;
	list-style:none;
	color:#5fc0d1;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	display: block;
	text-decoration: none;
}
.topToolTab:hover, .topToolTab.active {
	background:url(../../images/green.png) top left no-repeat;	
	color:#fff;
}
#homeSection1 {
	margin-top:20px;
	/*height:350px;*/
	background:url(../../images/bgbg.png) bottom right no-repeat;	
}

#homeTextBlock {
	width:467px;
	/*height:200px;*/
	margin-right:30px;
	float:left;
	border-top:4px #4b4b4b solid;
}


#homeTextflickerBlock	{
	width:470px;
	/*height:320px;*/
	float:left;
	border-top:4px #4b4b4b solid;
}

#homeSection2	{
	margin-top:30px;


}

#relax	{
	width:376px;
	height:200px;
	padding-top:10px;
	float:left;
	border-top:4px #4b4b4b solid;
}

#footerMenu {
	width: 100%;
	text-align: left;
	margin: 30px 0 20px 0;
	padding-top: 10px;
	border-top: 3px solid #4B4B4B;
	color: #666666;
}
#footerMenu .menuCol {
	float: left;
	width: 102px;
	margin-right: 10px;
}
#footerMenu .menuCol.last {
	margin: 0;
	text-align: center;
	width: 180px;
	float:right;
}
#footerMenu .menuCol.last a {
	height: inherit;
	padding: 0;
}
#footerMenu .menuCol a {
	color: #464646;
	text-decoration: none;
	display: block;
	height: 14px;
	padding: 3px 0px;	
}
#footerMenu .menuCol a.topLink {
	text-transform: uppercase;
}
#footerMenu .menuCol a.current {
	font-weight: bold;
}
#footerMenu .menuCol.seperateMenu a {
	text-transform: uppercase;
}
#bottomMenu, #bottomMenu a {
	color: #464646;
	text-decoration: none;
}
#bottomMenu a.current {
	font-weight: bold;
}

#newsCategories {
	width: 190px;
	margin-right: 28px;
	float: left;
}
#newsCategories h2 {
	
}
#newsCategories a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 5px 0 5px 25px;
	color: #464646;
	border-bottom: 1px dotted #8e8e8e;
	background:url(../../images/orangeArrow.png) 9px 9px no-repeat;
}
#newsCategories a:hover {
background-color:#ebebeb;
}
#newsCategories a.current {
	font-weight: bold;
}
#newsMain {
	float: left;
	width: 730px;
	padding: 10px;
}
#latestNews {
	border-top: 1px solid #d1d1d1;
	margin-top: 5px;
	padding: 5px 5px 0 30px;
}
#latestNews h2 {
	font-size: 17px;
}
#latestNews a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	color: #464646;
	background:url(../../images/home2sellIcon.jpg) 0px 8px no-repeat;
}

#relax h2	{
	background:url(../../images/relaxWith.jpg) top left no-repeat;
	padding-left:113px;
	color:#6fa6ab;
	margin-bottom:20px;
	
}

#newsMain h2	{
	color:#6fa6ab;
	margin-bottom:20px;
	
}


blockquote a	{

	color:#6fa6ab;
	font-weight:bold;
	font-size: 17px;
	text-decoration:none;
}

blockquote a:hover	{
	color:#4b4b4b;
}

#mySiteLoginArea	{
	background:url(../../images/relaxWithBox.jpg) top left no-repeat;
	width:361px;
	height:93px;
	margin-top:10px;
		position:relative;
		padding-top:20px;
		padding-left:15px;
}

#mySiteForm	{
	width:260px;

}

#mySiteForm .textbox	{
	float:right;	
	height:22px;
	width:175px;
	background:url(../../images/roundTextbox.png) top left no-repeat;
	border:0px;
	padding:0 0 2px 5px;
}

/*.register .textbox	{
	height:22px;
	width:175px;
	background:url(../../images/roundTextbox.png) top left no-repeat;
	border:0px;
	padding:0 0 2px 5px;
	margin-bottom:12px;
	margin-top:5px;
	margin-right:10px;
}*/

.register .textbox	{
color: #474444;
    font-size: 11px;
    height: 21px;
    margin-bottom: 10px;
    padding: 5px 0 0 10px;
    width: 170px;
	border:1px solid#c2c2c2 solid;
}

.login .mrTextbox	{
	height:24px;
	width:70px;
	background:url(../../images/mrTextbox.png) top left no-repeat;
	border:0px;
	padding:1px 10px 2px 5px;
	margin-bottom:12px;
	margin-top:5px;
	margin-right:10px;
}

.login .textbox	{
	height:22px;
	width:175px;
	background:url(../../images/roundTextbox.png) top left no-repeat;
	border:0px;
	padding:0 0 2px 5px;
	margin-bottom:12px;
	margin-top:5px;
	margin-right:10px;

}

.login label	{
	font-weight:bold;
	width:100px;
	display:block;

	
}

.login .mrTextbox	{
	height:24px;
	width:70px;
	background:url(../../images/mrTextbox.png) top left no-repeat;
	border:0px;
	padding:1px 10px 2px 5px;
	margin-bottom:12px;
	margin-top:5px;
	margin-right:10px;
}


#mySiteForm .submit	{
	position:absolute;
	bottom:29px;
	right:10px;
	height:33px;
	width:86px;
	background:url(../../images/greySmall.png) top left no-repeat;
	border:0px;
	cursor:pointer;
	text-align: centre;
	overflow: hidden;
	padding-bottom:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.login .submit	{
	height:33px;
	width:86px;
	background:url(../../images/greySmall.png) top left no-repeat;
	border:0px;
	cursor:pointer;
	text-align: centre;
	overflow: hidden;
	padding-bottom:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.mySiteSignUp	{
	color:#6fa6ab;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
}

.searchBox	{
	background:url(../../images/searchBar.png) top left no-repeat;
	width:134px;
	height:20px;
	border:0px;
	padding:0 5px;
	color:#000;
}

.searchBtn	{
	background:url(../../images/searchBtn.png) top left no-repeat;
	width:21px;
	height:21px;
	border:0px;
	color:#fff;
}

.latestPropView	{
	width:178px;
	margin:0 7px 0 7px; 
	float:left;
	color:#fff;
	line-height:22px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.lpTop {
	height:11px;
	background:url(../../images/latestPropTop.jpg) top left no-repeat;
}
.lpImage {
	height: 134px;
}
.lpType	{
	height:23px;
	background-color:#4b4b4b;
	padding-left:15px;
	font-weight:bold;
}
.lpDetails {
	height:70px;
	background:url(../../images/latestPropInfo.jpg) top left no-repeat;
	padding-left:15px;
}
.error {
	font-weight: bold;
	color: #F00;
	float: left;
	font-size: 11px;
}
#viewedPropCont {
	border-top:4px #4b4b4b solid;
	width:576px;
	margin-right:15px;
	padding-top: 10px;
	float: left;
	height: 270px;
}
#viewedProp {
	position: relative;
	height: 260px;
	overflow: hidden;
}
#viewedProp .latestPropView {
	position: absolute;
	height: 250px;
	width: 178px;
}

ul li	{
	list-style:none;	
}

#contact-us label {
	float:left;
	text-align: left;
	width: 70px;
	clear: left;
	padding: 2px 10px 10px 0;
	margin-top:10px;
}
#contact-us input, #contact-us textarea, #contact-us img, #secCode, #contact-us select {
	float: left;
	margin-top:10px;
}

fieldset	{
	border:0px;	
	padding:0px;
	margin:0px;
}

.propertyCont {
	margin-top:15px;
}

#propertySearchHolder {
	height: 135px;
	margin: 20px 0 15px 0;
	position: relative;
}

.buttonPdf	{
	width:137px;
	height:28px;
	background:url(../../images/greyLarge.png) top left no-repeat;
	display:block;
		color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	float:left;
	padding-top:5px;
}

.buttonPlans {
	width:137px;
	height:28px;
	background:url(../../images/greyLarge.png) top left no-repeat;
	display:block;
		color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	float:left;
	padding-top:5px;
}

.buttonVirtual	{
	width:137px;
	height:38px;
	background:url(../../images/greyLarge.png) top left no-repeat;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	float:left;
	padding-top:5px;
}

.guidePrice	{
	font-size:17px;
	font-weight:bold;
	color:#5FC0D1;
}

.saveButton	{

	height:33px;
	width:86px;
	background:url(../../images/greySmall.png) top left no-repeat;
	border:0px;
	cursor:pointer;
	text-align: centre;
	overflow: hidden;
	padding-bottom:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	
}
.buttonSave	{

	height:33px;
	width:86px;
	background:url(../../images/greySmall.png) top left no-repeat;
	border:0px;
	cursor:pointer;
	text-align: centre;
	overflow: hidden;
	padding-bottom:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-left:160px;
}

#searchForm	{
	position:absolute;
	top:61px;
	left:20px;
}

#searchForm label	{
	color:#fff;
}

#searchForm input, #searchForm select	{
	margin-right:20px;
}

#submitSearch	{
	height:44px;
	width:133px;
	background:url(../../images/bigSearch.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	border:0px;
	text-align:left;
	cursor:pointer;
	font-size: 0;
	line-height: 0;
}

.regPageBox	{
	border:1px solid #d1d1d1;
	height:500px;
	width: 966px;
}

.regForm	{
	float:left;
	width:370px;
	margin-left:30px;
}

.profileLinks ul li	{
	float:left;
	padding-right:20px;
}

.regForm label	{
	clear: left;
    float: left;
    padding: 2px 10px 10px 0;
    text-align: left;
    width: 130px;	
}

.property	{
	background:url(../../images/homeSell_bg.jpg) top left repeat-x;	
	padding:10px;
	height:150px;
}

.property img	{
	float:left;
	margin-right:20px;
	
}

.actionBar	{
	width:728px;
	float:right;
	background:url(../../images/actionBar.png) top left;	
	
	margin-top:5px;
	height:35px;
}

.pagination	{
	width:420px;
	float:left;
	margin-right:10px;
}

.pagination	 a	{
	font-size:13px;
	text-decoration:none;
	color:#ff6600;
	font-weight:bold;
	width:10px;
	padding:0 5px;
}

.pagination	 a:hover	{
	font-size:13px;
	text-decoration:none;
	background-color:#ff6600;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
}

.pagination	 a.curr	{
	font-size:13px;
	text-decoration:none;
	background-color:#ff6600;
	color:#fff;
	font-weight:bold;
	padding:0 5px;
}

.sortForm	{
	width:260px;
	float:left;
}

.propsPerPage	{
	width:260px;
	float:left;
}

h3	{
	margin:2px 0;	
}

h4	{
	margin:2px 0;	
	color:#ff6600;
}

.propertyDesc	{
	line-height:20px;
	font-size:11px;
	/*height:60px;*/
	overflow:hidden;
}

.office	{
	float:left;
	width:130px;
	height:35px;
}
.fullDetails, .contactAgent, .save, .delete, .send {
	display:block;
	height:26px;
	text-align:right;
	padding-top:9px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	border-left:1px solid #c2c2c2;
	border-right: 1px solid #f0f0f0;
}
.fullDetails {
	width:120px;
	padding-right:10px;
	background:url(../../images/iconHome.jpg) 10px 6px no-repeat;	
}
.contactAgent {
		width:150px;
	padding-right:10px;
	background:url(../../images/iconAgent.jpg) 10px 6px no-repeat;	
}
.save {
	width:100px;
	padding-right:10px;
	background:url(../../images/iconSave.jpg) 10px 6px no-repeat;	
}

.send {
	width:155px;
	padding-right:10px;
	background:url(../../images/iconSend.jpg) 10px 6px no-repeat;	
}

.fullDetails:hover {
	background:url(../../images/iconHomeHover.jpg) 10px 6px no-repeat;	
}
.contactAgent:hover {
	background:url(../../images/iconAgentHover.jpg) 10px 6px no-repeat;	
}
.save:hover {
	background:url(../../images/iconSaveHover.jpg) 10px 6px no-repeat;	
}

.send:hover {
	background:url(../../images/iconSendHover.jpg) 10px 6px no-repeat;	
}


.save.disabled {
	color:#adadad;
	background-color:#d6d6d6;
	border-left:1px solid #c2c2c2;
	border-right: 1px solid #f0f0f0;
}
.save.disabled:hover	{
	color:#adadad !important;
	background-color:#d6d6d6 !important;
	background:url(../../images/iconSave.jpg) 10px 4px no-repeat !important;	
}
.send:hover, .delete:hover, .fullDetails:hover, .contactAgent:hover, .save:hover {
	background-color:#5c5c5c;
	color:#f0f0f0;
}

.delete {
	width:90px;
}
#numProperties {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.form label {
	float: left;
	clear: left;
	width: 160px;
	text-align: right;
	display: block;
	margin-right: 20px;
}
.form input, .form textarea {
	float: left;
}
.form .submit {
	clear: left;
	margin-left: 180px;
}
.message {
	color: #F00;
	border: 1px solid #F00;
	padding: 5px;
	font-weight: bold;
}

#regPageInfo	{
	float:left;
	width:500px;
	margin-left:30px;
	margin-top:40px;
}

#regPageInfo li	{
padding:6px 0;
margin-left:0;
border-bottom:1px dotted #ff6600;
width:456px;
}

#regPageInfo ul	{
margin:0px;
padding:0 0 0 15px;
}


#leftNav	{
	width:200px;
	float:left;
	margin-right:20px;
}

#accountMain	{
	width:747px;
	float:left;
	
}

.savedProperties	{
	text-align:left;
	text-indent:-9999px;
	background:url(../../images/savedButton.png) top left no-repeat;	
	width:193px;height:38px;
	display:block;
	margin-top:20px;
	overflow:hidden;
	
}

.friendButton	{
	text-align:left;
	text-indent:-9999px;
	background:url(../../images/friendButton.png) top left no-repeat;	
	width:193px;height:38px;
	display:block;
	overflow:hidden;
}

.slidertext {
	text-align: center;
	font-weight: bold;
	color: #464646;
}
.soldStatus {
	padding: 1px 5px;
	background-color: #FF0000;
	color: #FFF;
	font-weight: bold;
}
.printImage {
	display: none;
}