/* ========= Editable Stylesheet basic1_base.css ============ 
Please follow the steps below to edit your stylesheet.
There are 10 steps in all.
Layout - Basic 1 (This template must be used in conjunction with Basic1.css)
=======================================================*/

/***************DO NOT REMOVE******************/
    @import url(basic1_custom.css);
/*********************************************/
	
/* --------------------------------------------------
1. Background Colours / Images
-----------------------------------------------------*/

/*background  colour for all pages*/	
body, html {
	background-color: #fef2e3;
	}
/*body pages content area - 2column, 3column*/		
body#home #main {
	background-image: url(../img/3column_menuleft.gif);
	}
	
/* --------------------------------------------------
2. Header
-----------------------------------------------------*/

/*header attributes*/
body#home #header, body#home #header h1#logo, body#home #header #bannerIMG, #header, #header h1#logo, #header #bannerIMG { /*Optional - Override header height on all pages*/
	height:145px; 
	}
#header {
	background:;
	}	
	
/* --------------------------------------------------
3. Menu
-----------------------------------------------------*/

/*main menu items*/
#menu li a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #e8f2df;
	}
/*main menu items hover*/
#menu a:hover {
	color: #FFF;
	background-color: #74bb3d;
	}
	
/*submenu bottom border*/
#menu ul ul {
	border-bottom: 1px solid #e8f2df;
	}
/*submenu item hover*/
#menu li li a:hover {
	background-color: transparent;
	color: #74BB3D;
	}

/*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.finance #mm_finance,
body.about #mm_aboutUs,
body.contact #mm_contactUs {
	background-color:#74bb3d;
	}
/* shows subnav based on page context */	
body.buying ul#buyList,
body.selling ul#sellList,
body.renting ul#rentList,
body.about ul#aboutList,
body.finance ul#financeList {
	display: block;
	}
		
/* --------------------------------------------------
4. Text
-----------------------------------------------------*/
/*body text*/
body {
	color: #333333;
	}
	
/*paragraph text*/
p {
	font-size: 1em;
	}
	
/*general links*/
a:link,
a:visited {
	color: #970660;
	}	

a:hover {
	color: #b24f8c;
	}

/*page heading*/
h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #970660;
	}
	
/*page subheading*/
h3 {
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #970660;
	}

/*footer text*/
#footer p {
	font-size: 0.9em;
	}
/*footer links*/
#footer,
#footer a:link,
#footer a:visited {
	color: #fef2e3;
	text-decoration: none;
	}
/*footer link hover*/
#footer a:hover {
	color: #FFF;
	}

/*disclaimer text (mainly used for calcs)*/
.disclaimer {
	font-size: 0.9em;
	}

/* --------------------------------------------------
5. All Forms (including calcs)
-----------------------------------------------------*/

/*fieldset border*/
form fieldset {
	border: 1px solid #2d3b2b;
	}
/*fieldset heading*/
form legend {
	color: #2d3b2b;
	font-weight: bold;
	}
/*required fields text*/
form em span,
form .required {
	color: #459706;
	font-weight: bold;
	}
/*submit button*/
form fieldset.submit input {
	background-color: #459706;
	border: none;
	color: #fff;
	}

/* --------------------------------------------------
6. Home Page Elements
-----------------------------------------------------*/

/*Quick Search
-------------------*/
		
/*quicksearch button*/
body#home #sub-section form .submit input {
	font-size: 0.9em;
	font-weight: bold;
	}

/*Property of the Week
-------------------*/

#pow {
	border-top: 1px solid #c7c7c7;
	padding-top: 10px;
	}
#pow img {
	border: none;
	float: left;
	margin-right: 5px;
	}
#pow h3 {
	text-transform: uppercase;
	color: #2f3254;
	}
#pow a {
	color: #2f3254;
	text-decoration: none;
	font-weight: bold;
	}	


/* --------------------------------------------------
7. Integrated Search
-----------------------------------------------------*/

/* Property Search 
-------------------*/

/*search box*/
body#listing #filter {
	background-color: #e8f2df;
	}	
/*heading*/	
body#listing #filter h3 {
	color: #2D3B2B;
	}
/*field labels*/	
body#listing #filter label,
body#listing #filter strong {
	color: #2D3B2B;
	}	
/*search box input fields*/
body#listing #filter select,
body#listing #filter input {
	background-color: #FFF;
	border: 1px solid #999;
	color: #666;
	}
/*search box button*/
body#listing #filter input.button {
	background-color: #2D3B2B;
	border: none;
	color: #fff;
	}

/* Property Results 
-------------------*/

/*results bottom border*/
body#listing .property {
	border-bottom: 1px solid #E8F2DF;
	}
/*results property image*/
body#listing .property .image img {
	border: 1px solid #2D3B2B;
	}
/*results property title*/
body#listing .property .details h3 {
	font-size: 1.2em;
	font-style: italic;
	color:#2D3B2B;
	}
/*results bed bath car text*/
body#listing .property .features {
	font-weight: bold;
	color: #333;
	}
/*results price text*/
body#listing .property h4 {
	font-size: 1em;
	font-style: italic;
	}

/* Property Details 
--------------------*/

/*details property address*/
body#detail #content h3 {
	font-size: 1.4em;
	margin: 0;
	padding:0;
	}
/*details property title*/
body#detail #content h4 {
	font-size: 1.2em;
	}
/*section heading*/
body#detail #content h5 {
	font-size: 1.1em;
	font-style: italic;
	color: #2D3B2B;
	background-color: #E8F2DF;
	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 #2D3B2B;
	}
/*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: #E8F2DF;
	font-family: Arial, Helvetica, sans-serif;
	}
/*navigation text*/
#customSlideshow .navigation {
	color: #333;
	font-size:80%;
	background: none;
	}
/*navigation links*/
.navigation a:link {
	color: #970660;
	text-decoration:none;
	}	
.navigation a:hover, 
.navigation a:visited  {
	text-decoration: underline;
	color: #b24f8c;
	} 	

/* --------------------------------------------------
8. Change Staff Details
-----------------------------------------------------*/

/*staff member bottom border*/
body#staff dl {
	border-bottom: 1px solid #CCC;
	}
/*staff name*/
body#staff dl dt.name {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	}
/*staff position*/
body#staff dl dd.position {
margin-top: 25px;
	font-weight: bold;
	}
/*staff contact*/
body#staff dl 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: url(../img/anim01.jpg);
height: 145px;
width: 464px;
overflow: hidden;
float: right;
}
		
/* --------------------------------------------------
Any customisation to go here
-----------------------------------------------------*/