body {
	margin: 0;
	padding: 0;	
	background-attachment: scroll;
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #BCDCF2;
	text-align: center; /* forced IE 5 to center content on page */
}

#center {
/* KLUDGE Makes sure content table is centered on main table in IE */
width: 850px;
margin: 0 auto;
text-align: left;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#banner {
background: url(images/bath-banner.jpg) no-repeat;
margin: 0px;
padding: 0px;
height: 90px;
width: 850px;
}

#banner h1 {
font-size: 1px;
line-height: 1px;
color: #FFFFFF;
letter-spacing: -2000em;
margin: 0px;
padding: 0px;
}

#banner h1 a {
display: block;
height: 90px;
width: 350px;
}

/* NAVIGATION MENU */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at all times.

The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/pro_drop.html Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
=================================================================== */
#multi-level {height:30px; position:relative; z-index:100;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:30px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:113px; background:url(images/button-home_1.jpg) no-repeat;}
.menu li.p2 {width:91px; background:url(images/button-style_1.jpg) no-repeat;}
.menu li.p3 {width:83px; background:url(images/button-size_1.jpg) no-repeat;}
.menu li.p4 {width:170px; background:url(images/button-manufacturer_1.jpg) no-repeat;}
.menu li.p5 {width:134px; background:url(images/button-about_1.jpg) no-repeat;}
.menu li.p6 {width:122px; background:url(images/button-how_1.jpg) no-repeat;}
.menu li.p7 {width:137px; background:url(images/button-map_1.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:113px; background:url(images/button-home_0.jpg) no-repeat;}
.menu li a#style {width:91px; background:url(images/button-style_0.jpg) no-repeat;}
.menu li a#size {width:83px; background:url(images/button-size_0.jpg) no-repeat;}
.menu li a#manufacturer {width:170px; background:url(images/button-manufacturer_0.jpg) no-repeat;}
.menu li a#about {width:134px; background:url(images/button-about_0.jpg) no-repeat;}
.menu li a#how {width:122px; background:url(images/button-how_0.jpg) no-repeat;}
.menu li a#map {width:137px; background:url(images/button-map_0.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#style:hover, .menu li:hover a#style,
.menu li a#size:hover, .menu li:hover a#size,
.menu li a#manufacturer:hover, .menu li:hover a#manufacturer,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#how:hover, .menu li:hover a#how,
.menu li a#map:hover, .menu li:hover a#map {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:-15px; top:30px; background: #C3D7EB; padding:0; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:25px; position:relative; float:left; width:198px; border:1px solid #194D95; border-top: 0;}
.menu :hover ul.sub li a {display:block; font-size:11px; font-weight: bold; height:25px; width:198px; line-height:25px; text-align:center; color:#663300; text-decoration:none;}
.menu :hover ul.sub li a:hover {background:#FFFFFF; color:#194D95; font-weight: bold;}

/* show down image for page you're on */
#home .menu a#home {background:url(images/button-home_1.jpg) no-repeat; cursor: default;}
#style .menu a#style {background:url(images/button-style_1.jpg) no-repeat; cursor: default;}
#size .menu a#size {background:url(images/button-size_1.jpg) no-repeat; cursor: default;}
#manufacturer .menu a#manufacturer {background:url(images/button-manufacturer_1.jpg) no-repeat; cursor: default;}
#how .menu a#how {background:url(images/button-how_1.jpg) no-repeat; cursor: default;}
#map .menu a#map {background:url(images/button-map_1.jpg) no-repeat; cursor: default;}

#undermenu {
margin: 0px;
padding: 0px;
height: 64px;
width: 850px;
}

#undermenu ul {
margin: 0px;
padding: 0px;
}

#undermenu ul li {
display: inline;
}

#undermenu ul li a {
display: block;
float: left;
font-size: 1px;
line-height: 1px;
letter-spacing: -2000em;
height: 30px;
}

#undermenu ul li.left a {
background: url(images/button-under.jpg) no-repeat;
height: 64px;
width: 670px;
}

#undermenu ul li.bbb a {
background: url(images/bbb-online.jpg) no-repeat;
height: 64px;
width: 107px;
}

#undermenu ul li.iapmo a {
background: url(images/iapmo-member.jpg) no-repeat;
height: 64px;
width: 73px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

h1 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #194D95;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #194D95;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194D95;
	font-style: italic;
	font-weight: bold;
}

.contact {
	font-family: Helvetica, Geneva, Arial, Verdana;
	font-size: 14px;
	color: #996666;
	line-height: 16px;
}
.smalltype {
	font-size: 11px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	text-decoration: underline;	
}
a:hover {
	color: #B58879;
	text-decoration: overline;
	font-style: italic;
}