#holder{
	width: 100%;
}
#outline{
	border: 1px solid #ccc;
	width: 750px;
}
body{
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 30px;
}
#header{
	width: 750px;
	background-image:url(../images/bathrooms_headerbg.jpg);
	background-repeat: none;
	text-align: left;
}
#headerbar{
	width: 750px;
	background: #003366;
	height: 20px;
	color: #fff;
}
#headerbar p{
	font-size: 65%;
	padding: 0px;
	margin: 0px;
}
#headerbar a{
	color: #fff;
	text-decoration: none;
	margin: 0px;
}
#headerbar img{
	margin: 0px;
}
#headerbar a:hover{
	color:#FFCCCC;
	text-decoration: underline;
}
#mainmenu p{
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
	font-size: 70%;
}
#mainmenu a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu a:hover{
	color: #FFCCCC;
}
#footer{
	border-top: 1px solid #ccc;
}
#footer p{
	margin: 0px;
}
.buttonbg{
	background-image:url(../images/bathrooms_buttonbg.jpg);
	background-repeat: none;
}
.buttoncell{
	background-color: #006699;
}
#leftcolumn{
	background: #EFEFEF;
}
#rightcolumn{
	background: #EFEFEF;
}
div.contentarea{
	margin: 10px;
	text-align: left;
}
div.textarea{
	background-image:url(../images/bathrooms_textbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
}
#categories p{
	font-size: 60%;
	line-height: 1.2em;
}
h1{
	color:#003366;
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2{
	color:#006699;
	font-size: 80%;
}
p{
	font-size: 70%;
	line-height: 1.5em;
	margin-top: 3px;
}
a{
	color:#003366;
	text-decoration:none;
}
ul{
	font-size: 70%;
}
li{
	margin-bottom: 5px;
}
form{
	margin: 0px;
}
a:hover{
	color: #990066;
	text-decoration: underline;
}
.detailsection{
	display: inline;
	float: left;
	height: 175px;
	width: 136px;
	background: #EFEFEF;
	margin-left: 5px;
	margin-bottom: 10px;
}
.detailsection img{
	border: 1px solid #ccc;
}
.detailsection p{
	font-size: 65%;
	line-height: 1.2em;
	padding: 3px;
	margin-top: 2px;
}
.cellbackground1{
	background: #EFEFEF;
}
.cellbackground2{
	background: #DDE6ED;
}

.cellbackground1 p{
	margin: 2px;
}
#productscolumn1{
	background-image:url(../images/bathrooms_textbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#productscolumn2{
	background-image:url(../images/bathrooms_textbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#productscolumn2 p{
	margin: 0px;
}
form{
	margin: 0px;
}
input.textinput{
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 9pt;
}
.bigtextinput{
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
input.button{
	background: #fff;
	border: 1px solid #666;
	color: #006699;
	font-weight: bold;
}
select{
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 9pt;
}
.smaller{
	font-size: 65%;
	line-height: 1.2em;
}
.floatleft{
	float: left;
	margin-right: 10px;
}
.floatright{
	float: right;
	margin-left: 10px;
}
.tableheader{background:#B3D8E2;}
.tablerow{background: #E9F1F4;}
.tablerowdarker{background: #D6E3E8;}
#searchForm input.textinput{
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 9pt;
	width: 150px;
	height: 18px;
}
#searchForm p{
	margin: 0px;
}
#searchForm select{
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 9pt;
	width: 150px;
	height: 18px;
}
.gobutton{
	margin: 0px;
	border: 1px solid #fff;
}
.blackbg{
	background: #666;
}
.whitebg{
	background: #fff;
}
.red{
	color: #CC0000;
}