/* ========= Editable Stylesheet soft1_base.css ============ 
Please follow the steps below to edit your stylesheet.
There are 10 steps in all.
Layout - Soft Layout 1 (This template must be used in conjunction with Business1.css)
=======================================================*/

/***************DO NOT REMOVE******************/
    @import url(soft1_custom.css);
/*********************************************/
	
/* --------------------------------------------------
1. Background Colours / Images
-----------------------------------------------------*/

/* body background colour */
body { 
	background-image: url(../img/2column_menuleft.gif);
	background-color: #fff; 
	}
	
/* background image for content area on home page - 2column, 3column */
body#home #main { 
	background-image: url(../img/2column_menuleft.gif); 
	}
/*body pages content area - 2column, 3column*/		
#main { 
	background-image: url(../img/2column_menuleft.gif); 
	}	

/* --------------------------------------------------
2. Header
-----------------------------------------------------*/

/*header attributes*/
body#home #header, body#home #header h1#logo, body#home #header #bannerIMG, #header, #header h1#logo, #header #bannerIMG, #animation { /*Optional - Override header height on all pages*/
	height:170px; 
	}
	
#header {
	background:#fff;
	height: 170px;
	}

/* --------------------------------------------------
3. Menu
-----------------------------------------------------*/

/*main menu buttons - modify width's to suit the text*/
#mm_home {
	width: 169px;
	background-image: url(../img/mm_home.gif);	
	border-bottom: 1px solid #fff;
	}	
#mm_buying {
	width: 169px;
	background-image: url(../img/mm_buying.gif);	
	border-bottom: 1px solid #fff;	
	}	
#mm_selling {
	width: 169px;
	background-image: url(../img/mm_selling.gif);
	border-bottom: 1px solid #fff;		
	}	
#mm_renting {
	width: 169px;
	background-image: url(../img/mm_renting.gif);	
	border-bottom: 1px solid #fff;	
	}	
#mm_property {
	width: 169px;
	background-image: url(../img/mm_property.gif);	
	border-bottom: 1px solid #fff;	
	}	
#mm_news {
	width: 169px;
	background-image: url(../img/mm_news.gif);		
	border-bottom: 1px solid #fff;
	}		
#mm_profile {
	width: 169px;
	background-image: url(../img/mm_profile.gif);
	border-bottom: 1px solid #fff;		
	}	
#mm_contactUs {
	width: 169px;
	background-image: url(../img/mm_contactus.gif);	
	border-bottom: 1px solid #fff;	
	}	

/*main menu items*/
#menu li a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	}
/*main menu items hover*/
#menu a:hover {
	color: #fff;
	background-color: #ec0390;
	}
/*submenu bottom border*/
#menu ul ul {
	border-bottom: 1px solid #fff;
	}
/*submenu item hover*/
#menu li li a:hover {
	background-color: #ec0390;
	color: #fff;
	}

/*activates rollover button based on page context - make sure to put a class on the body tag for new pages*/
body#home #mm_home,
body.buying #mm_buying,
body.selling #mm_selling,
body.renting #mm_renting,
body.property #mm_property,
body.news #mm_news,
body.profile #mm_profile,
body.contact #mm_contactUs {
	background-position: 0 -31px;
	}
	
/* shows subnav based on page context */	
body.buying ul#buyList,
body.selling ul#sellList,
body.renting ul#rentList,
body.property ul#propertyList,
body.news ul#newsList,
body.profile ul#profileList,
body.contactUs ul#contactList {
	display: block;
	}
	
/* --------------------------------------------------
4. Text
-----------------------------------------------------*/

/*body text*/
body {
	color: #000;
	}
	
/*paragraph text*/
p {
	font-size: 1em;
	}

/*general links*/
a:link,
a:visited {
	color: #ec0390;
	}
	
a:hover {
	color: #ec0390;
	}

/*page heading*/
h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #ec0390;
	}
	
																
	
/*page subheading*/
h3 {
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #ec0390;
	}
	
/*footer text*/
#footer p {
	font-size: 0.9em;
	}
/*footer links*/
#footer,
#footer a:link,
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
/*footer link hover*/
#footer a:hover {
	color: #CC0000;
}
/*disclaimer text (mainly used for calcs)*/
.disclaimer {
	font-size: 0.9em;
	}

/* --------------------------------------------------
5. All Forms (including calcs)
-----------------------------------------------------*/

/*fieldset border*/
form fieldset {
	border: 1px solid #ec008c;
	}
/*fieldset heading*/
form legend {
	color: #231f20;
	font-weight: bold;
	}
/*required fields text*/
form em span,
form .required {
	color: #B90000;
	font-weight: bold;
	}
/*submit button*/
form fieldset.submit input {
	background-color: #ec0390;
	border: none;
	font-weight: bold;
	color: #fff;
	}

/* --------------------------------------------------
6. Home
-----------------------------------------------------*/

/*Quick Search
-------------------*/

/*quicksearch button*/
body#home #sub-section form .submit input {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	}

/*Property of the Week
-------------------*/

#pow {
	border-top: 1px solid #c7c7c7;
	}
#pow img {
	border: none;
	}
#pow h3 {
	text-transform: uppercase;
	color: #231f20;
	}
#pow a {
	color: #231f20;
	text-decoration: none;
	font-weight: bold;
	}	

/* --------------------------------------------------
7. Integrated Search
-----------------------------------------------------*/

/* Property Search 
-------------------*/

/*search box*/
body#listing #filter {
	background-color: #fff;
	}	

/*heading*/	
body#listing #filter h3 {
	color: #ec0390;
	}

/*field labels*/	
body#listing #filter label,
body#listing #filter strong {
	color: #231f20;
	}	
	
/*search box input fields*/
body#listing #filter select,
body#listing #filter input {
	background-color: #FFFFFF;
	border: 1px solid #231f20;
	color: #000;
	}
	
/*search box button*/
body#listing #filter input.button {
	background-color: #231f20;
	border: none;
	color: #fff;
	font-weight: bold;
	}

/* Property Results 
-------------------*/

/*results bottom border*/
body#listing .property {
	border-bottom: 1px solid #CCC;
	}
/*results property image*/
body#listing .property .image img {
	border: 1px solid #ec0390;
	}
/*results property title*/
body#listing .property .details h3 {
	font-size: 1.2em;
	font-style: italic;
	color: #ec0390;
	}
/*results bed bath car text*/
body#listing .property .features {
	font-weight: bold;
	color: #000;
	}
/*results price text*/
body#listing .property h4 {
	font-size: 1em;
	font-style: italic;
	color: #ec0390;
	}

/* Property Details 
--------------------*/

/*details property address*/
body#detail #content h3 {
	float: left; /*this keeps heading inline with icons*/
	font-size: 1.4em;
	margin: 0;
	padding:0;
	color: #231f20;
	}

/*details property title*/
body#detail #content h4 {
	font-size: 1.2em;
	color: #ec0390;
	}

/*section heading*/
body#detail #content h5 {
	font-size: 1.1em;
	font-style: italic;
	color: #ec0390;
	border-top: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	background-color: #ffe4f4;
	margin: 0 0 0.5em 0;
	}
	
/*details bed bath car text*/
body#detail #addressbar p {
	font-weight: bold;
	}
	
/*details property images*/
body#detail .images img {
	border: 1px solid #ec0390;
	}
	
/*click for enlargements text*/
body#detail #extradetails .images p {
	font-weight: bold;
	font-size: 0.8em;
	}
	
/*agent details headings*/
body#detail #extradetails dl dt {
	font-weight: bold;
	}

/* Slideshow 
------------------*/

/*background color*/
#customSlideshow {
	background-color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	}
/*navigation text*/
#customSlideshow .navigation {
	color: #999;
	font-size:80%;
	background: none;
	}
/*navigation links*/
.navigation a:link {
	color: #FFF;
	text-decoration:none;
	}	
.navigation a:hover, 
.navigation a:visited  {
	text-decoration: underline;
	color: #CCC;
	} 	

/* --------------------------------------------------
8. Change Staff Details
-----------------------------------------------------*/

/*staff member bottom border*/
dl.staffmember {
	/*border-bottom: 1px solid #CCC;*/
	height:auto;
	}
	
dl.staffmember dt.photo {
	float:left;
	padding-right:15px;
	padding-top:15px;
	height:125 px;
	}
	
dl.staffmember dt.a {
	padding-bottom:20px;
	}


body#staff dl {
	border-bottom: 1px solid #CCC;
	}
/*staff name*/
dl.staffmember dt.name {
	color: #273574;
	font-weight: bold;
	font-size: 1.2em;
	/*font-style: italic;*/
	}
/*staff position*/
dl.staffmember dd.position {
	font-weight: bold;
	}
/*staff contact*/
dl.staffmember dd.contact {
	font-weight: bold;
	}

/* --------------------------------------------------
9. PDF
-----------------------------------------------------*
//*download pdf icon and link*/ 
#buttonPdf a {
	background-image: url(../img/ico_pdf.gif);
	} 
#buttonDownload a { 
	background-image: url(../img/ico_acrobat.gif);
	}

/* --------------------------------------------------
10. Home Page Hero Image/ Animation 
-----------------------------------------------------*/
/*use this div for either an animation or static background image (465px x 146px)*/
#animate { background-image:;
			height:170px;
			float: right;
			}				
		
/* --------------------------------------------------
Any customisation to go here
-----------------------------------------------------*/	

body#home #content {
  width: 570px;
}

