body {
    background: #e6e6e6 url(images/linebkg.png) repeat top left;
    /*background: url(../images/bg/light_body.gif) repeat-y top center;*/
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    line-height: 14px;
    margin: 0px;
    border: 0px;
}
p {
    margin-bottom: 1em;
}
img { border: 0;padding: 0;margin: 0; }

* {
    padding: 0;
    margin: 0;
}

* html {
    height: 100%;
}

h1 {
    font-family: arial, helvetica;
    font-size: 24px;
    color: #061A3B;
	font-weight:lighter;
	letter-spacing: -0.3px;
	line-height: 18px;
}

h1.orange {
    color: #F29522;
    padding: 0 0 5px 0;
}
h1.darkorange {
    color: #EA6422;
    padding: 0 0 5px 0;
}
	
h2 {
    font-family: arial, helvetica;
    font-size: 15px;
	line-height: 17px;
    color: #000099;
 	border-bottom: 1px solid #dbddde;
	display: block;	
	font-weight:lighter;
	padding: 0px;
	margin: 0px;	
	}
	
h3 {
    font-family: arial, helvetica;
    font-size: 11px;
    color: #333;
 	line-height: 14px;
	font-weight: normal;
	margin-left: 20px;
	text-align:left;
	
	
	}
	

.fontbiggestclass {
    font-size: 16px;
    /*line-height: 35%;*/
    line-height: 20px;
}

.fontnormalclass {
    font-size: 11px;
    /*line-height: 16%;*/
    line-height: 14px;
}
.fontsmallestclass {
    font-size: 9px;
    /*line-height: 13%;*/
    line-height:13px;
}

#container {
    width: 880px;
    margin: auto;
    /*background: url(images/bgrepeat.png) repeat-y top center;*/
}

#border {
    width: 842px;
    border: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    margin: auto;
    background: url(images/divider.png) repeat top left;
    position: relative;
    /*background: #adeade;*/
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000099;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000099;
	text-decoration: none;
	font-weight: bold;



}

a:hover {
	color:#152692;
	text-decoration: none;
	color: #061A3B;
	font-weight: bold;

}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000099;
	text-decoration: none;
	font-weight: bold;



}



/*******************************************************************************
    Generic STYLESHEET
*******************************************************************************/

#whitebgholder {
    width: 842px;
    background: #fff;
    display: block;
}

#content {
    width: 410px;
    background: #fff;
    margin-left: 216px;
    float: left;
    display: inline;
    margin-bottom:20px;
    text-align: justify;
	margin-top: 5px;
}
* html #content {
    overflow: hidden;
}

#gleft {
    width: 201px;
    float: left;
    margin-left: -626px;
    background: #fff;
}
#gleft ul { list-style: none; margin: 0;padding: 0; }
#gright {
    width: 201px;
    float: right;
}
#gright ul { list-style: none; margin: 0;padding: 0; }   

#footer {
    clear:both;
    width: 842px;
	
}


#g-footer-click {
    width: 622px;
    height: 60px;
    float: left;
}

#bottom {
    margin: auto;
	margin-top: 5px;
	height: 40px;
    width: 852px;
	background:#061A3B;
	font-size: 10px;
	color:#666666;
	padding-top: 6px;
	
		
}
#bottom a:link,#bottom a:visited {
	font-size: 10px;
    color: #999;
    text-decoration: none;
	
}
#bottom a:hover {
	color:#fff;
	
}
#bottom-left {
    width: 410px;
    float: left;
	padding-left: 17px;
}
#bottom-right {
    width: 410px;
    float: right;
    text-align: right;
	padding-right: 12px;
}


/*******************************************************************************
    Homepage STYLESHEET
*******************************************************************************/
.icons img {
    margin: 0;
}

.nolink:link,.nolink:visited,.nolink:hover,.nolink:active {
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}


/*******************************************************************************
    Construction STYLESHEET
*******************************************************************************/
#c-toplogo {
    width: 842px;
    height: 107px;
    background: url(images/c-toplogo.png) no-repeat;
    display: block;
}

#c-topimage {
    width: 842px;
    height: 229px;
    background: url(images/c-topimage.png) no-repeat;
}

#c-fontbox {
    width: 808px;
    height: 30px;
    background: #fff;
    padding: 10px 17px 0;
}

/* for the left links */

#c-About_Us,
#c-Our_Services,
#c-Our_Portfolio,
#c-Properties_for_Sale,
#c-Jobs_and_Careers,
#c-Latest_News,
#c-Contact {
    width: 201px;
    height: 27px;
    display:block;
    text-indent: -5000em;
    outline: none;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}
    #c-About_Us { background: url(images/c-aboutus.png); }
    #c-Our_Services { background: url(images/c-ourservices.png); }
    #c-Our_Portfolio { background: url(images/c-ourportfolio.png); }
    #c-Properties_for_Sale { background: url(images/c-propertiesforsale.png); }
    #c-Jobs_and_Careers { background: url(images/c-jobscareers.png); }
    #c-Latest_News { background: url(images/c-latestnews.png); }
    #c-Contact { background: url(images/c-contact.png); }
    
    #c-About_Us:hover,
    #c-About_Us.sel{ background-position: bottom; }
	
	#c-Our_Services:hover,
    #c-Our_Services.sel{ background-position: bottom; }
	
	#c-Our_Portfolio:hover,
    #c-Our_Portfolio.sel{ background-position: bottom; }
	
	#c-Properties_for_Sale:hover,
    #c-Properties_for_Sale.sel{ background-position: bottom; }
	
	#c-Jobs_and_Careers:hover,
    #c-Jobs_and_Careers.sel{ background-position: bottom; }
	
	#c-Latest_News:hover,
    #c-Latest_News.sel{ background-position: bottom; }
    
/* for the right links */

#c-Make_an_Enquiry,
#c-Callback_Request,
#c-Quote_Request,
#c-Client_Opinion {
    width: 201px;
    height: 55px;
    display: block;
    text-indent: -10000em;
    outline: none;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}
    #c-Make_an_Enquiry { background: url(images/c-makeanenquiry.png); }
    #c-Callback_Request { background: url(images/c-callbackrequest.png); }
    #c-Quote_Request { background: url(images/c-quoterequest.png); }
    #c-Client_Opinion { background: url(images/c-clientopinion.png); }
	
	#c-Client_Opinion:hover,
    #c-Client_Opinion.sel{ background-position: bottom; }
	
	#c-Make_an_Enquiry:hover,
    #c-Make_an_Enquiry.sel{ background-position: bottom; }
	
	#c-Quote_Request:hover,
    #c-Quote_Request.sel{ background-position: bottom; }
	
	#c-Callback_Request:hover,
    #c-Callback_Request.sel{ background-position: bottom; }

#c-footer-plumbing {
    width: 219px;
    height: 55px;
    background: url(images/footer-plumbing.png) no-repeat;
    float: left;
}

#footer-click-plumbing {
    width: 622px;
    height: 55px;
    background: url(images/footer-clickplumbing.png) no-repeat top left;
    display: block;
    text-indent: -5000em;
}
#footer-click-plumbing:hover { background-position: bottom; }

/*******************************************************************************
    Plumbing STYLESHEET
*******************************************************************************/

#p-fontbox {
    width: 808px;
    height: 30px;
    background: #fff;
    text-align: right;
    padding: 10px 17px 0;
}
#p-toplogo {
    width: 842px;
    height: 107px;
    background: url(images/p-toplogo.png) no-repeat;
    display: block;
}

#p-topimage {
    width: 842px;
    height: 229px;
    background: url(images/p-topimage.png) no-repeat;
}

/* for the left links */

#p-About,
#p-Services,
#p-Renewable_Energy,
#p-Jobs_and_Careers,
#p-Portfolio,
#p-Contact {
    width: 201px;
    height: 27px;
    display:block;
    text-indent: -5000em;
    outline: none;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}
    #p-About { background: url(images/p-aboutus.png); }
    #p-Services { background: url(images/p-services.png); }
    #p-Renewable_Energy { background: url(images/p-energy.png); }
    #p-Jobs_and_Careers { background: url(images/p-jobscareers.png); }
    #p-Portfolio{ background: url(images/p-ourportfolio.png); }
    #p-Contact { background: url(images/p-contact.png); }
	
	#p-About:hover,
    #p-About.sel{ background-position: bottom; }
	
	#p-Services:hover,
    #p-Services.sel{ background-position: bottom; }
	
	#p-Renewable_Energy:hover,
    #p-Renewable_Energy.sel{ background-position: bottom; }
	
	#p-Jobs_and_Careers:hover,
    #p-Jobs_and_Careers.sel{ background-position: bottom; }
	
	#p-Portfolio:hover,
    #p-Portfolio.sel{ background-position: bottom; }
	
	#p-Contact:hover,
    #p-Contact.sel{ background-position: bottom; }
    
/* for the right links */

#p-Make_an_Enquiry,
#p-Callback_Request,
#p-Quote_Request,
#p-Client_Opinion {
    width: 201px;
    height: 55px;
    display: block;
    text-indent: -10000em;
    outline: none;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}
    #p-Make_an_Enquiry { background: url(images/p-makeanenquiry.png); }
    #p-Callback_Request { background: url(images/p-callbackrequest.png); }
    #p-Quote_Request { background: url(images/p-quoterequest.png); }
    #p-Client_Opinion { background: url(images/p-clientopinion.png); }
	
	#p-Make_an_Enquiry:hover,
    #p-Make_an_Enquiry.sel{ background-position: bottom; }
	
	#p-Callback_Request:hover,
    #p-Callback_Request.sel{ background-position: bottom; }
	
	#p-Quote_Request:hover,
    #p-Quote_Request.sel{ background-position: bottom; }
	
	#p-Client_Opinion:hover,
    #p-Client_Opinion.sel{ background-position: bottom; }
	
	
#p-footer-construction {
    width: 219px;
    height: 55px;
    background: url(images/footer-construction.png) no-repeat;
    float: left;
}

#footer-click-construction {
    width: 622px;
    height: 55px;
    background: url(images/footer-clickconstruction.png) no-repeat top left;
    display: block;
    text-indent: -5000em;
}
#footer-click-construction:hover { background-position: bottom; }

/*******************************************************************************
    Homepage STYLESHEET
*******************************************************************************/
#left {
    width: 420px;
    /*border-right: 1px solid #fff;*/
    float: left;
    margin-right: 2px;
    display: block;
    background: #fff;
}

#right {
    position: relative;
    float: right;
    display: block;
    width: 420px;
    background: #fff;
    /*background: #ed44aa;*/
    /*border-left: 1px solid #fff;*/
}
#construction-logo {
    width: 420px;
    height: 108px;
    display:block;
    background:url(images/construction-logo.png);
    border-bottom: 2px solid #fff;
}

#construction-image{
    width: 420px;
    height: 228px;
    display:block;
    background:url(images/construction-image.png);
}
#plumbing-logo {
    width: 420px;
    height: 108px;
    display:block;
    background:url(images/plumbing-logo.png);
    border-bottom: 2px solid #fff;
}

#plumbing-image{
    width: 420px;
    height: 228px;
    display:block;
    background:url(images/plumbing-image.png);
}
#leftfont {
    padding-top: 5px;
    height: 20px;
    width: 400px;
    margin-left: 20px;
	
}
#rightfont {
    padding-top: 5px;
    height: 20px;
    width: 400px;
    text-align: right;
    margin-right: 20px;
}

#leftrightcontent {
    margin-left: 210px;
    width: 210px;
    float:left;
    display: inline;
    /*background: #ffccaa;*/
}
* html #leftrightcontent {
    overflow: hidden;
}

#leftlinks {
    margin-left: -420px;
    width: 210px;
    float: left;
}
    #leftlinks ul {
        list-style-type: none;
    }
        #left-About,
        #left-Services,
        #left-Portfolio,
        #left-Clients,
        #left-Contact {
            display: block;
            text-indent: -5000em;
            width: 202px;
            height: 27px;
            background-position: top;
            border-bottom: 1px solid #fff;
        }
        #left-About { background: url(images/left-about.png) no-repeat; }
        #left-Services { background: url(images/left-services.png) no-repeat; }
        #left-Portfolio { background: url(images/left-portfolio.png) no-repeat;}
        #left-Clients { background: url(images/left-clients.png) no-repeat; }
        #left-Contact { background: url(images/left-contact.png) no-repeat; }

#rightleftcontent {
    margin-left: 10px;
    width: 210px;
    float:left;
    display: inline;
    /*background: #33ddaa;*/
}
* html #rightleftcontent {
    overflow: hidden;
}
#rightlinks {
    width: 210px;
    position: absolute;
    float:right;
    right: -8px;
    /*margin-left: 211px;*/
}

#rightlinks ul {
        list-style-type: none;
    }
        #right-About,
        #right-Services,
        #right-Portfolio,
        #right-Clients,
        #right-Contact {
            display: block;
            text-indent: -5000em;
            width: 202px;
            height: 27px;
            background-position: top;
            border-bottom: 1px solid #fff;
        }
        #right-About { background: url(images/right-about.png) no-repeat; }
        #right-Services { background: url(images/right-services.png) no-repeat; }
        #right-Portfolio { background: url(images/right-portfolio.png) no-repeat; }
        #right-Clients { background: url(images/right-clients.png) no-repeat; }
        #right-Contact { background: url(images/right-contact.png) no-repeat; }



/*******************************************************************************
    forms STYLESHEET
*******************************************************************************/


div.submit-inputs {
}

div.submit-inputs label {
    margin-top: 4px; 
    float: left;
    width: 120px;
}
div.submit-inputs div.cls {
    height: 0px;
    margin: 5px 0;
    
}

.bigform {
    margin-top: 35px;
}

.bigform .submit {
    margin-left:120px;
}
.bigform .form-text, .bigform .form-text-variable, .bigform textarea, .bigform select, .bigform .form-brief, .jobform .t {
    font-size: 126%;
    font-family: 'lucida grande', 'myriad pro', sans-serif, verdana, 'helvetica neue', helvetica, arial;
    
    background: #FFF url(images/form_back.gif) repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #B5B5B5 #C4C4C4 #C4C4C4 #B5B5B5;
    color: #5f6e7c;
    padding: 2px;
    
}

.bigform .form-text:focus, .bigform .form-text-variable:focus, .bigform textarea:focus, .bigform select:focus, .bigform .form-brief:focus, .jobform .t:focus {
    background: #fff;
    border-style: ridge;
    border-width: 1px;
    border-color: #808080 #A0A0A0 #C4C4C4 #A0A0A0;
    color: #5f6e7c;
}
    

.bigform select {
    padding: 1px 0;
}

.bigform textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.bigform input {
	font-size: 126%;
	padding: 3px 7px !important;
}

.bigform div {
	padding-bottom: 1em;
	clear: left;
}

.bigform .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	font-size: 100%;
	margin-top: 2px;
	padding: 3px 10px;
}

.button2 {
	color: #777;
}

.bigform .form-text,.jobform .t {
	width: 260px;
	padding: 3px;
}

.bigform .form-brief {
	width: 200px;
} /*IE6*/

.bigform .form-text-variable {
	width: 96%;
}

.bigform textarea,.jobform textarea  {
	height: 7em;
        width: 268px;
        padding: 3px;
	/*width: 95%;*/
}

.bigform label {
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #5f6e7c;
	margin: 0.7em 0 0.1em 0;
}

.bigform label span {
	font-size: 80%;
	font-weight: normal;
	color: #a5cc7a;
	letter-spacing: 0;
}

.bigform label.form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.bigform .form-field {
	padding-bottom: 1em;
}

.form-url-text {
	font-size: 126%;
	font-weight: normal;
}


.cls {
    clear: both;
    display: block;
    height: 1px;
}

.editbox {
    width: 410px;
    font: inherit;
}
#edittext {
        float: right;
        display: block;
        clear: both;
}
#savetextholder, #canceltextholder {
    float: right;
    width: 70px;
    height: 20px;
    background: #ccddaa;
    text-align: center;
    margin: 0 4px;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
} #savetextholder { width: 140px; }


/** .....EDIT BOX............................. **/


.editboxholder {
    background: url(/images/editbox-bg.png) repeat-y 0 100%;
    padding: 1px;
    position: relative;
}
.editbox {
    border-top: 1px solid #959598;
    border-left: 1px solid #959598;
    border-bottom: 1px solid #959598;
    border-right: 1px solid #959598;
    background: #fff;
}

.submitbutton {
    position: relative;
    display: inline;
    background: #CACBCE;
    border: 1px solid #959598;
    color: #101416;
    font-family: arial, Fixedsys, Impact, arial;
    /*margin: 0 4px;*/
    padding: 1px;
    cursor: pointer;
}
.submitbutton:hover {
    border-color: #69696B #959598 #959598 #69696B;
    color: #0F7A87;
    background: #E0E0E2;
}
.over {
    background: url(/images/textarea_background.gif) repeat !important;
    cursor: pointer;
}
.hidden {display: none !important;}

.validation-failed {
    border: 1px solid #f00;
}
.validation-passed {
}
.validation-advice {
    margin: 0px 2px 0px 120px;
    font-style: italic;
    padding: 2px; 
    color:#fff; 
    background-color:#f00;
    width: 182px;
}
.warning {
    border: 1px solid #c66;
}
.warning-advice {
    margin: 2px;
    padding: 2px;
    color:#fff;
    background-color:#bbb;
}

.job {
        padding-bottom:10px;
        /*border-bottom:1px solid #ddd;*/
        border-style: solid;
        border-width: 1px;
        border-color: #B5B5B5 #C4C4C4 #C4C4C4 #B5B5B5;
        color: #5f6e7c;
        padding: 5px;
        margin-bottom:10px;
}
.jobtitle {
    color: #666;
}
    .jobtitle span {
        font-weight: bold;
        font-family: tahoma;
        font-size: 14px;
        color: #061A3B;
        margin-left: 0.3em;
    }

.jobposted {
    color: #999;
    font-size: 10px;
    display: block;
}
.jobthumb {
    /*width: 52px;
    height:52px;*/
    /*background:#fff;
    border:1px solid #B41017;
    text-align:center;
    vertical-align:center;
    */
    float:right;
}
.jobthumb img {
    padding: 3px;
    border:1px solid #B41017;
    /*margin:  0 0 1em 2em;*/
}
.jobcontent {
    color: #666;
    display: block;
}
    .jobcontent blockquote {
        color: #061A3B;
        margin-left: 1em;
    }

.jobapply {
    border-top: 1px solid #C4C4C4;
    padding: 5px 0;
    margin: 5px 0;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
        cursor: pointer;
}

.tflash {
    background: #FF0720;
}
.tnorm {
    background: #eee;
}

.done {
    background: #B2D281;
    color: #325B0A;
    font-weight: bold;
}
.donesub {
    background: #DDEEC2;
}

.tcomp {
    position: absolute;
    font-size: 9px;
    font-family: 'Andale Mono', sans-serif;
    right: 0px;
}
.tcomp label {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
}


/** .....FORMS............................... **/

form.general {
}

/* 10/07/07 - thatch - Fixed opera bug; removed form.general from inputs */
form.general fieldset{
    border:none;
    /*margin:2px 5px 2px 8px !important;*/
    margin:0;padding:0;
}
.ajax-loading {
    padding: 20px 0;
    background: url(/images/spinner.gif) no-repeat center;
    z-index: 99999;
}
form.general fieldset legend{
    color:#cc0033;
}

form.general br {
    display: none;
}

form.general label {
    position: relative;
    width: 120px;
    float: left;
    padding: 2px 0;
}
form.general input.t{
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
}
form.general input.ts{
    background-color: #F4F4F4;
    border-color: #CBCBCB #B2B2B2 #B2B2B2 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 143px !important;
    width: 149px;
    /*width: 154px;*/
    margin-left: 0px;
    margin-right: 0px;
}
form.general input.t:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
form.general input.ts:focus {
background: #E0E0E0;
    border-color: #B2B2B2 #CCCCCC #D3D3D3 #B2B2B2;
}
form.general textarea {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
    height: 100px;
    font: inherit;
}
form.general textarea:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
form.general option {
    background: #F4F4F4;
    padding: 1px 0px 1px 5px;
}
form.general select {
    background: #F4F4F4;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
}

.pages {
    width: 550px;
    padding: 1em;
    margin: 2.9em 0 1em;
    clear: left;
    font-size: 85%;
    font: 83%/1.4 arial, helvetica, sans-serif;
}

.pages a, .pages span{
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}


.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
    vertical-align:middle;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
    color: #2E6AB1;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a.nextprev {
    font-weight: bold;
    color: #2E6AB1;
}

.pages span.nextprev {
    border: 1px solid #ddd;
	color: #666;
    color: #2E6AB1;
}

.pages span.sep {
    border: 1px solid #ffffff;
    vertical-align: bottom;
    color: #000000;
    margin-top:1em;
    padding: 0;
    font-weight: bold;
}
.moar:link,.moar:visited,.moar:hover {
    color: #666;
    font-weight: bold;
}
.news {
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
}
.newstitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000066;
}
.newsposted {
    color: #999;
    font-size: 10px;
    display: block;
	font-style: italic;
}
.newsthumb {
    float:right;
}
.newsthumb img {
    border:1px solid #666666;
	margin-left: 15px;
}
.newscontent {
    color: #666;
    font-size: 11px;
    display: block;
}



/***************************************************************************
 * key properties
 **************************************************************************/
.property { width: 410px; float: left; padding: 10px 0 25px 0; border-bottom: 1px solid #cbcbcb;display:block;}
.property .pname { margin: 0; padding: 4px 0 6px 0; font-size: 14px;font-weight: bold;}
.property img { float: left;padding-right:30px;}
.property .keypoints { margin: auto;text-align: left; }
.property .keypoints ul { margin: 0; padding: 0 0 0 3px; }
.property .keypoints ul li { margin: 0; padding: 0 0 0 2px; }
.property .keypoints .more { padding: 8px 0 0 0; }
.property .keypoints .updown {background:#DCDAC9;padding:6px;float: left; font-style: italic;margin-top:15px; }
.property .keypoints .updown .minititle { font-style: normal; font-weight: bold; }