.banner {
	background-image: url(images/2007_banner_bathroom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.sectioncolor {
	background-color: #E8E8CC;
}
.sectioncolordark {
	background-color: #D0D0B6;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  color: #E8E8CC;
  background-color: #E8E8CC;
  
  }

.hrmain {
  border: 0;
  width: 100%;
  height: 12px;
  color: #E8E8CC;
  background-color: #E8E8CC;
  }
#login {
           font-size: 11px;
           color: #000000;
}
#login hr {  
           border: 0;
           width: 100%;
           height: 1px;
           color: #E5E5D7;
           background-color: #E5E5D7;
           
}
#login input {  
           font-size: 11px;
           color: #000000;
           background-color: #D0D0B6; 
           border: #E5E5D7; 
           border-style: solid; 
           border-width: 1px;
           
}
#login .submit {  
        color: #F1F1E9;
        cursor: pointer;
}
.logintitle {
	font-size: 11px;
	font-weight: bold;
}
#login a:visited, 
#login a:link, 
#login a:active {
        font-size: 9px;
        color: #000000;
	text-decoration: none;
        line-height:9px;
}
#login a.login:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
        line-height:9px;
}


.buttonarrow {
	background-color: #E8E8CC;
	padding: 3px 6px 3px 7px;
	line-height: 22px;
}



/* Search Box */

#search input {  
           font-size: 11px;
           color: #003366;
           background-color: #D0D0B6; 
           border: #D0D0B6; 
           border-style: solid; 
           border-width: 3px;
           
}
#search .submit {  
        color: #F1F1E9;
        cursor: pointer;
}







