/* customized for each section 
	Section: Faucets Colours
        new:  Dark:#C6A208 Light:#E3D285
		original: Dark:#DF4316  Light:#EE7649
*/
h1, h2, h4, .childItem { color: #C6A208; }
   
h3 { background: #C6A208; 
     border: #C6A208;
   }

A:hover { color: #ffffff; /*  ! important */
          background: #E3D285; /*  ! important */
          }

A.childLink:link, A.childLink:visited { 
    color: #C6A208;  
    }

A.childImageLink:link, A.childImageLink:visited { 
    color: #C6A208; 
    }

A.headLink:link, A.headLink:visited { 
    background: #C6A208; 
    color: #ffffff; 
    }

A.titleLink:link, 
A.titleLink:visited { color: #C6A208; }

.lightBg { background: #E3D285 ! important;
          color:#ffffff ! important;
          }

.darkBg { background: #C6A208 ! important;
          color:#ffffff ! important;
		    }

body {  scrollbar-base-color:#E3D285;
  		scrollbar-3dlight-color:#E3D285;
  		scrollbar-arrow-color:#FFFFFF;
  		scrollbar-darkshadow-color:#E3D285;
  		scrollbar-face-color:#C6A208;
  		scrollbar-highlight-color:#FFFFFF;
  		scrollbar-shadow-color:#999999;
  		scrollbar-track-color:#E3D285;
		}


