

/* --Standard CSS-- */


body {
	margin           : 0px 0px 0px 0px;
	color : #000;
	background-color: #fff;
 	font-family      : Arial, Helvetica, sans-serif;
 	 font-size        : 12px;
	}

td, tr, p, div {
	text-align: justify;
	}

a:link, a:visited {
  	color            :  #C61425;
	font-weight:bold;
  	text-decoration  : none;
	}


a:hover {
  	color            : #A186A2;
	}


div#maincontent  a:hover {
  	text-decoration  : underline;
	}


ul {
 	 margin           : 0px 0px 0px 0px;
	}


hr {
	margin-top:10px;
	margin-bottom:10px;
	color: #ccc;
	width            : 100%;
	}

.title {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color            : #000099;
	}

.pathway {
  	font-size: 12px;
 	 color: #000000;
	}

a.pathway:link, a.pathway:visited {
	  color            : #333;
	  font-weight      : normal;
	}

a.pathway:hover {
 	 color            : #333;
 	 font-weight      : normal;
  	text-decoration   : underline;
	}

/* --Default Class Settings-- */


.bullet {
	margin  : 15px 0px 5px 0px;
	}

.bullet2 {
	margin  : 5px 0px 5px 0px;
	}


.pathwaydiv {float:left; width:217px;}


/*** --MENU CSS-- ***/





#mainmenuwrap {
	padding-top:15px;
	padding-left:148px;
	position:relative;
	z-index:99;
	}


#mainmenuwrap2 {

	background-position:top right;
	background-repeat:no-repeat;
	padding-right:7px;
	}


#mainmenu {

	}

#mainmenu ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


#mainmenu li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	white-space: nowrap;
	}


#mainmenu a{
	display:block;
	font-weight:normal;
	color: #000;
	text-align: center;


	font-size:13px;
	line-height: 16px;

	border-right:1px solid #C61425;

	padding-right:7px;
	padding-left:7px;
	}






#mainmenu a:link  {}


#mainmenu a:visited{}


#mainmenu a:hover {
	color:#C61425;
	}




#mainmenu li#current a{

	}

#mainmenu li.active a{

	}


#mainmenu a#active_menu_hover {

}





#mainmenu li ul {
	padding-top:10px;
	}

#mainmenu li ul li  {
	margin: 0;
	height:31px;	
	clear:both;
	}



#mainmenu li ul li a
{
	display:block;
	color: #000;
	font-size:11px;
	
	width:119px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:114px;
	padding-left:5px;

	text-align:left;
	line-height: 30px;
	background:#F3F7FA;
	border:1px solid #C61425;
	text-decoration:none;
	font-size:11px;	
	height: 31px;

}



#mainmenu li ul li a:link  
{}



#mainmenu li ul li a:visited
{}



#mainmenu li li a:hover {
	background:#fff;
	color: #000;
	}


#mainmenu li  li  a {
	color: #000;
	}


#mainmenu li li#current  a {
	color: #000;
	}


#mainmenu li#current  li a {
	color: #000;
	}



#mainmenu li.active  li  a {
	color: #000;
	}




#mainmenu li li { /* all list items */
	float: left;
	width: 119px; /* width needed or else Opera goes nuts */
}

#mainmenu li ul { /* second-level lists */
	position: absolute;
	padding-bottom:14px;
	margin-left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainmenu li ul ul { /* third-and-above-level lists */
	margin: 0;
}

#mainmenu li:hover ul ul, #mainmenu li.sfhover ul ul {
	margin-left: -999em;
}



#mainmenu li:hover ul, #mainmenu li.sfhover ul { /* lists nested under hovered list items  LEVEL 1*/
	margin-left:0;
}


#mainmenu li li:hover ul, #mainmenu li li.sfhover ul { /* lists nested under hovered list items LEVEL2 */
	margin-left:129px;
	background-image:url(../images/submainmenufootWWW.gif);
	margin-top:25px;

}










/*** --JOOMLA CSS-- ***/


#rightmods{
	padding: 0px 0px 0px 0px;
	text-align:right;
	}

.outer {
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
	}

a.sublevel:hover {
	color: #000000; text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	font-weight: normal;
	}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        border-left: solid 0px #000000;
        border-right: solid 0px #000000;
        border-top: solid 0px #000000;
        border-bottom: solid 0px #000000;
	}


.footer {
	background-color: #66ccff;
	}

.moduletable table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size:11px;
        }

.moduletablelogin td {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	padding:2px 10px 10px 2px;
	margin: 10px 0px 0px 20px;
	}

table.moduletable td {
	font-size: 11px;
	color: #040C40;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

table.moduletable th {
	 font-size: 14px;
	color: #000099;
	vertical-align: top;
	}

.poll {
	font-size        : 10px;
	color            : #666666;
	line-height      : 14px;
	}

.sectiontableheader {
	background-color : #fff;
	color            :#7F9FC7;
	}

.sectiontableentry1 td{
	background-color : #F0F0F0; 
	padding:5px;
	}

.sectiontableentry2 td{
	 background-color : #E0E0E0; 
	padding:5px;
	}

.small {
	 font-size        : 10px;
	
	text-decoration  : none;
	font-weight      : normal;
	}

.smalldark {
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
	}


.contentpane {
}

.contentpaneopen {
	text-align:left;
	}

.contentheading, .componentheading {
	padding-top:25px; padding-bottom:10px;
	font-size        : 24px;
	text-align       : left;
	padding-left:0px;
	color:#C61425;
	}


.componentheadingnews {
	padding-top:25px; padding-bottom:10px;
	margin-bottom:5px;
	font-size        : 24px;
	text-align       : left;
	padding-left:0px;
	color:#C61425;
	border-bottom:2px solid #ccc;
	width:600px;
	}


.contentheadingnews {
	padding-top:15px; 
	font-size        : 16px;
	text-align       : left;
	padding-left:0px;
	color:#C61425;
	
	}



.createdate {
	font-size        : 10px;
	color            : #999999;
	text-align       : left;
	}

.button {
	font-style       : normal;
	font-size        : 10px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #000000;
	border           : 1px solid #333;
	}



.button2 {
	font-style       : normal;
	font-size        : 11px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #333;
	border           : 1px solid #333;
	}


.button2:hover {
	border           : 1px solid #C61425;
	color            : #C61425;
	}



.button3 {
	font-style       : normal;
	font-size        : 11px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #333;
	border           : 1px solid #333;
	}



.inputbox {
	font-size        : 11px;
	color            : #000;
	background-color : #fff;
	border           : 1px solid #C61425;
	}



.inputbox2 {
	font-size        : 11px;
	color            : #000;
	background-color : #fff;
	border           : 1px solid #C61425;
	width:150px;
	}


.inputbox3 {
	font-size        : 11px;
	color            : #fff;
	background-color : #C61425;
	border           : 1px solid #C61425;
	margin-bottom:4px;
	}

.input {
	font-size        : 11px;
	color            : #000;
	background-color : #fff;
	border           : 1px solid #C61425;
	}




.inputgo {
	font-size        : 11px;
	color            : #fff;
	background-color : #C61425;
	border           : 1px solid #C61425;
	width:150px;
	}


.inputgo:hover {
	border           : 1px solid #C61425;
	}




.buttonlogin{
	background-color : #fff;
	border           : 1px solid #333;
	color            : #666;
	margin-top: 5px;
	font-size        : 11px;
	}


.searchbut2{
	background-color : #fff;
	border           : 1px solid #333;
	color            : ##333;
	width:26px;
	line-height:16px;
	font-size        : 14px;
	text-align:center;
	}


.searchbut {
	width:40px;
	background-color : #333;	
	color            : #000;	
	font-size        : 11px;
}




/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #333; 
        font-weight: bold;
        }

a.category:link, a.category:visited {
	color            : #333333;
	font-weight      : bold;
	}

a.category:hover {
  	color            : #7B8DA1;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {

	padding-bottom:20px;
        font-weight: bold;
        font-size : 10pt;
	color:#000000;
        text-align: center;
}



/*** --CONTENT  CSS-- ***/



#maincontentwrap {
	padding:0px 0px 0px 0px;
	}

#maincontent {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	line-height: 1.25;	
 	}



#maincontent strong {
	color:#333333;
}




div#maincontent  ul {
	list-style:none;
	padding-left:0px;
	padding-top:0px;
	}

div#maincontent  li {
	list-style:none;
 	background: url(../images/bullet.png) no-repeat 0 50%;
	padding: 0px 0px 0px 10px;
	margin:0px 0px 5px 40px;
	line-height:20px;
	}



div#proplist  ul {
	padding-left:0px;
	padding-top:0px;
	}

div#proplist  li {

	padding: 0px 0px 0px 0px;
	margin:0px 0px 5px 20px;
	line-height:14px;
	}


/*** --LAYOUT  CSS-- ***/


body,
html{
	margin:0;
	padding:0;
	}


div#bodywrap {
	text-align:center;
	padding-bottom:20px;
	}


div#wrapperouter {
	border-top:20px solid #C61425;
	
	}

div#wrapper {
	height: 100%;
	width: 980px;
	margin:0 auto;
	background-color:#fff;


	}




div#wrapperinner {
	
	}


div#logowrap{
	padding-top:40px;
	padding-right:10px;
	}


div#numberwrapouter{
	width:980px;
	margin:0 auto;
	height:45px;
	}


div#numberwrap{
	padding-top:10px;
	padding-bottom:5px;
	float:right;
	}




div#topright{
	border-top:20px solid #fff;
	}




div#middle{
	background-color:#fff;
	clear:both;
	}



#tdleft {
	border-right:20px solid #C61425;
	}



#tdright {
	background-color: #F0F0F0;
	}


div#searchwrap{
	padding-bottom:20px;
	width:200px;
	background-color: #F0F0F0;
	}


div.searchwrap2{
	padding-top:2px;
	}


div#searchtop{
	padding-top:5px;
	color:#C61425;
	font-size:14px;
	text-align:center;
	line-height:25px;
	}


div#searchinner{
	padding-top:10px;
	width:150px;
	margin:0 auto;
	}



div#footerwrap {
	clear:both;
	border-top:20px solid #C61425;
	background-image:url(../images/footer.png);
	height:200px;
	}



div#footerwrap2 {

	}



div#footer {
	width:980px;
	margin:0 auto;
	height:32px;
	line-height:30px;
	font-size:10px;
	color:#000;
	}



div#footer a:link {color:#000;}
div#footer a:visited {color:#000;}
div#footer a:hover {color:#ccc;}








/*** --FORM  CSS-- ***/


form {margin: 0; padding:0; }




/*** --CUSTOM  CSS-- ***/


.mods {
	margin-top:10px;
	padding-left:6px;
	border-left: 4px solid #fff;
	}

.front {
	text-align:center;
	margin:0 auto;
	}

.floatright {
	float:right;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:10px;
	}

.floatleft {
	float:left;
	padding-right:20px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	}


h3 	{
	font-size:14px;
	color:#C61425;
	}

h2 {
	font-size:14px;
	color:#C61425;
	}

h1 {
	font-size:16px;
	color:#C61425;
	}







/*** --com_propertyLabUser CSS-- ***/

.locationitem {
	float:left;
	width:200px;
	line-height:20px;
	}


.required {
	color:#C61425;
	}


/*** --com_propertyLab Administration CSS-- ***/


legend {
	font-weight:bold;
	color:#000000;
	}


fieldset {
	margin-bottom:20px;
	border: 1px solid #C61425;
	padding-left:30px;
	}


.imagemanager img {
	border:1px solid #C61425;
	margin-right:20px;
	}


.imagemanagerwrap {
	padding-left:20px;
	padding-bottom:10px;
	}


.imagemanagertd {
	border-bottom:1px solid #C61425;
	}



.imageup {
	background-image:url(../images/up.png);
	background-position: 0px -25px;
	float:left;
	margin-right:5px;
}


.imageup a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/up.png);
	}


.imageup a:hover{
	background-position: 0px -25px;
	}


.imagedown {
	float:left;
	background-image:url(../images/down.png);
	background-position: 0px -25px;
	margin-right:5px;
}

.imagedown a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/down.png);
	}


.imagedown a:hover{
	background-position: 0px -25px;
	}


.imagedelete {
	float:left;
	background-image:url(../images/delete.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.imagedelete a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/delete.png);
	}


.imagedelete a:hover{
	background-position: 0px -25px;
	}



.propertydelete {
	background-image:url(../images/delete.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertydelete a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/delete.png);
	}


.propertydelete a:hover{
	background-position: 0px -25px;
	}





.propertypublished {
	background-image:url(../images/published.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertypublished a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/published.png);
	}


.propertypublished a:hover{
	background-position: 0px -25px;
	}


.propertyunpublished {
	background-image:url(../images/unpublished.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertyunpublished a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/unpublished.png);
	}


.propertyunpublished a:hover{
	background-position: 0px -25px;
	}




.propertyedit {
	background-image:url(../images/editproperty.png);
	background-position: 0px -25px;
	margin-right:5px;
}


.propertyedit a{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../images/editproperty.png);
	}


.propertyedit a:hover{
	background-position: 0px -25px;
	}



.propertyadd {
	background-image:url(../images/add.png);
	background-position: 0px -25px;
	background-repeat:no-repeat; 
	width:300px;
}


.propertyadd a{
	display:block;
	height:25px;
	line-height:25px;
	padding-left:30px;
	background-image:url(../images/add.png);
	background-repeat:no-repeat; 
	color:#ccc;
	}


.propertyadd a:hover{
	background-position: 0px -25px;
	color:#999;
	}




/*** --com_propertyLab Home Page CSS-- ***/


#latesttop {
	font-size:14px;
	text-align:center;
	padding-top:20px;
	color:#C61425;
	}


#latestwrap {
	clear:both;
	border-top:20px solid #fff;
	background-color: #F0F0F0;
	padding-bottom:20px;
	}


.latestouter {
	padding-top:6px;
	}


.latestwrap {
	width:200px;
	padding-bottom:10px;
	}	


.latestinner {
	padding: 0px 0px 0px 9px;
	}


#latestinner {
	width:200px;
	}


.latesttitle {
	color:#000;
	font-size:13px;
	line-height:16px;
	padding-bottom:5px;
	}


.latestimlink {

	}


.latestimlink a{

	}


.latestimlink a:hover{

	}


.latestinner img {
	border:1px solid #000;
	}




.latestlink {

	width:182px;
	font-size:11px;
 	background: url(../images/latlinkback.png) no-repeat 0 -24px;
	}


.latestlink a{
	display:block;
 	background: url(../images/latlinkback.png) no-repeat 0 0;
	color : #C61425;
	line-height:24px;
	height:24px;
	}


.latestlink a:hover{
	color:#000;
 	background-position: 0 -24px;
	}




/*** --com_propertyLab Property Search CSS-- ***/

.searchwrap {
	clear:both;
	border-top: 1px solid #C61425;
	font-size:12px;
	}


.searchbox1 {
	margin:5px 0 5px 0;
	padding:5px;
	background-color:#F0F0F0;
	}


.searchbox2 {
	margin:5px 0 5px 0;
	padding:5px;
	background-color:#FCFCFC;
	}

.searchthumb {
	padding-right:20px;
	}


.searchthumb3 img{
	margin-right:20px;
	border: 1px solid #C61425;
	}

.searchthumb a img{
	border: 1px solid #C61425;
	}

.searchthumb a:hover img {
	border: 1px solid #fff;
	}

.searchttext {
	float:left;
	}


div#pagenavigation ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


div#pagenavigation li {
	float:left;
	list-style-type: none;
	margin: 0px; 
	padding-right:2px;
	padding-left:0px;
	white-space: nowrap;
	background-image:none;
	}



div#pagenavigation a{
	display:block;
	line-height:14px;
	margin-top:4px;
	padding-left:3px;
	padding-right:3px;
	color : #fff;
	background-color : #C61425;
	border:1px solid #C61425;
	}


div#pagenavigation a:hover {
	border:1px solid #F0F0F0;
	}


div#pagenavigation a#activepage {
	color : #C61425;
	background-color : #F0F0F0;
	border:1px solid #C61425;
	color:#000;
	}



div#pagenavigation2 ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


div#pagenavigation2 li {
	float:left;
	list-style-type: none;
	margin: 0px; 
	padding-right:2px;
	padding-left:0px;
	white-space: nowrap;
	background-image:none;
	}



div#pagenavigation2 a{
	display:block;
	line-height:14px;
	margin-top:4px;
	padding-left:3px;
	padding-right:3px;
	color : #fff;
	background-color : #C61425;
	border:1px solid #C61425;
	}


div#pagenavigation2 a:hover {
	border:1px solid #F0F0F0;
	}


div#pagenavigation2 a#activepage2 {
	color : #000;
	background-color : #F0F0F0;
	border:1px solid #C61425;
	}


.pricesearch {
	line-height:24px;
	padding-left:30px;
	background:url(../images/price.gif) no-repeat top left;
	margin-bottom:10px;
	font-weight:bold;
	} 


.addresssearch {
	line-height:24px;
	padding-left:30px;
	background:url(../images/address.gif) no-repeat top left;
	margin-bottom:10px;
	} 


.bedssearch {
	line-height:24px;
	padding-left:30px;
	background:url(../images/beds.gif) no-repeat top left;
	} 

.pricesearch2 {
	line-height:24px;
	padding-left:30px;
	background:url(../images/price.gif) no-repeat top left;
	margin-bottom:10px;
	font-weight:bold;
	} 


.addresssearch2 {
	line-height:24px;
	padding-left:30px;
	background:url(../images/address.gif) no-repeat top left;
	margin-bottom:10px;
	} 


.bedssearch2 {
	line-height:24px;
	padding-left:30px;
	background:url(../images/beds.gif) no-repeat top left;
	} 


.detailssearch {
	float:right;
	padding-right:20px;
	background:url(../images/details.gif) no-repeat 0px -24px;
	} 


.detailssearch a{
	display:block;
	padding-left:30px;
	line-height:24px;
	font-weight:bold;
	color : #C61425;
	background:url(../images/details.gif) no-repeat 0px 0px;	}

.detailssearch a:hover{
	color:#AEA29B;
	background-position: 0px -24px;
	}




.detailssearch2 {
	float:right;
	padding-right:20px;
	background:url(../images/details.gif) no-repeat 0px -24px;
	} 

.detailssearch2 a{
	display:block;
	padding-left:30px;
	line-height:24px;
	font-weight:bold;
	color : #C61425;
	background:url(../images/details.gif) no-repeat 0px 0px;	}

.detailssearch2 a:hover{
	color:#AEA29B;
	background-position: 0px -24px;
	}



/*** --com_propertyLab Property View CSS-- ***/


#plab_photo_back {
	width:528px;
	border:3px solid #C61425;
	margin: 25px auto;
	}


#plab_photo_back2 {
	padding:10px;
	border:3px solid #C61425;
	}



#plab_photo_main {
	width:528px;
	background-image:url(../images/imagemain.png);
	background-repeat:no-repeat; 
	}


#plab_photo_inner {
	padding-top:16px;
	padding-left:14px;
	}

#plab_photo_inner img{
	border:1px solid #C61425;
	}


#plab_view_thumbs  {
	}


div#plab_view_thumbs_inner  {
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	}

div#plab_view_thumbs ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


div#plab_view_thumbs li {
	float:left;
	list-style-type: none;
	margin: 0px; 
	padding:1px;
	white-space: nowrap;
	background-image:none;
	}


#plab_view_thumbs a {
	float:left;
	border:1px solid #C61425;
	}


#plab_view_thumbs a:hover {
	border:1px solid #000;
	}


#plab_view_thumbs #livethumb a {
	border:1px solid #fff;
	}


#plab_view_thumbs img {
	}


#plab_photo_footer {
	clear:both;
	width:428px;
	background:url(../images/imagebot.png) no-repeat bottom left;
	margin: 0 auto;
	}


#plab_photo_footer_inner {
	line-height:20px;
	padding-left:14px;
	padding-top:5px;
	color:#C61425;
	}


#plab_address {
	background:url(../images/address.gif) no-repeat top left;
	line-height:25px;
	padding-left:32px;
	color:#000000;
	}


#plab_price {
	margin-top:10px;
	margin-bottom:10px;
	background:url(../images/price.gif) no-repeat top left;
	line-height:24px;
	padding-left:32px;
	color:#000000;
	}



#plab_map {
	background:url(../images/map.gif) no-repeat top left;
	line-height:24px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	}


#plab_map a{
	color:#000000;
	}

#plab_map a:hover{
	color:#000000;
	}


#plab_bedrooms {
	background:url(../images/beds.gif) no-repeat top left;
	line-height:24px;
	margin-left:2px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:10px;
	}


#plab_features {
	background:url(../images/features.gif) no-repeat top left;
	line-height:24px;
	margin-left:2px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:10px;
	}



#plab_features  ul {
	list-style:none;

	}

#plab_features  li {
	line-height:16px;
	list-style:none;
 	background: url(../images/bullet.png) no-repeat 0 50%;
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 40px;
	}


#plab_details {
	background:url(../images/details.gif) no-repeat top left;
	line-height:24px;
	margin-left:2px;
	padding-left:30px;
	font-weight:bold;
	margin-bottom:10px;
	}


#plab_details_intro {
	margin-left:2px;
	padding-left:30px;
	margin-bottom:10px;
	font-weight:bold;
	}


#plab_details_full {
	padding-left:30px;
	margin-left:2px;
	margin-bottom:10px;
	}


#send2friend {
	float:left;	
	background:url(../images/sendtofriend.gif) no-repeat 0 -24px;
	}


#send2friend a{
	float:left;	
	color:#2B027C;
	font-weight:bold;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../images/sendtofriend.gif) no-repeat top left;
	}


#send2friend a:hover{
	background-position:0 -24px;
	color:#C61425;
	}




#addtobasket {
	float:left;
	background:url(../images/addtobasket.gif) no-repeat 0 -24px;	margin-left:20px;
	}


#addtobasket  a{
	float:left;	
	color:#2B027C;
	font-weight:bold;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../images/addtobasket.gif) no-repeat top left;
	}


#addtobasket  a:hover{
	background-position:0 -24px;
	color:#C61425;
	}



#printdetails {
	float:left;
	background:url(../images/print.gif) no-repeat 0 -24px;
	margin-left:20px;
	}


#printdetails a{
	float:left;	
	color:#2B027C;
	font-weight:bold;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:30px;
	background:url(../images/print.gif) no-repeat top left;
	}


#printdetails a:hover{
	background-position:0 -24px;
	color:#C61425;
	}



#emailform {
	padding-top:30px;
	padding-bottom:10px;
	}


.enquiryline {
	padding-top:5px;
	}



input.enquiry-btn2{
	width: 126px;
	height: 28px;
	background: url(../images/sendenquiry.png) no-repeat;
	outline: none;
	}


.enquiry-btn2:hover{
	width: 126px;
	height: 28px;
	background: url(../images/sendenquiry.png) no-repeat 0 -28px;
	}


.enquiry-btnover2{
	width: 126px;
	height: 28px;
	background: url(../images/sendenquiry.png) no-repeat 0 -28px;
	}




input.send-btn2{
	width: 166px;
	height: 32px;
	background: url(../images/sendfriend.png) no-repeat;
	outline: none;
	}


.send-btn2:hover{
	width: 166px;
	height: 32px;
	background: url(../images/sendfriend.png) no-repeat 0 -32px;
	}


.send-btnover2{
	width: 166px;
	height: 32px;
	background: url(../images/sendfriend.png) no-repeat 0 -32px;
	}


input.findproperties{
	width: 166px;
	height: 32px;
	background: url(../images/findproperties.png) no-repeat;
	outline: none;
	}


.findproperties:hover{
	width: 166px;
	height: 32px;
	background: url(../images/findproperties.png) no-repeat 0 -32px;
	}


.findproperties{
	width: 166px;
	height: 32px;
	background: url(../images/findproperties.png) no-repeat 0 -32px;
	}



.colour{
	color : #333;
	}

.boldcolour{
	font-weight:bold;
	color : #333;
	}




#slideshow {
    position:relative;
    height:350px;
}


#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;


}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}



#slider {
    width: 600px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    	position: absolute;
	z-index:0;
	overflow: hidden; /* important */
}



pre { display:none }


#slider {
    width: 600px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important *	
z-index:1;
	overflow: hidden; /* important */
}



#sliderContent {
    width: 600px;
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;

}




#slider ul {
	margin:0;
	padding:0;
}


#slider li {
	margin:0;
	padding:0;
}


.sliderImage span {
    	position: absolute;
	left: 0;
	top:0;
	font-size:18px;
	padding-left:10px;
	padding-top:15px;

	width:600px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:590px;

	color:#fff;

	background-color: #C61425;
	filter: alpha(opacity=75); /* here you can set the opacity of box with text */
	-moz-opacity: 0.75; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.75; /* here you can set the opacity of box with text */
	opacity: 0.75; /* here you can set the opacity of box with text */
	color:#fff;
	display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}


.sliderImage span a{
	color:#fff;
	font-weight:normal

	}


.sliderImage span a:hover{
	color:#000;
	}

.sliderImage span a:visited{
	color:#ffffff;
	}


.contentpaneopennews a img {
	border:1px solid #fff;
	}


.article_separator {
	border-bottom:1px solid #ccc;
	width:600px;
	display:block;
	height:20px;
	}





