body {
	margin: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	height:100%
	}

h1 {
	font-size: 24px;
	font-weight: 600;
}

h2 {
	font-size: 20px;
}

A:link{
	color: #0000FF;
	text-decoration: none;
}
A:visited{
	color: #0000FF;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.maintitle-box {
	background-image: url(./images/flowers0.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative;
	float:left;
	width: 992px;
	background-color: #77B7F4;
	border-bottom-color: #99CC99;
	border-bottom-style: ridge;
	margin: 0px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	font: Verdana, Arial, Helvetica, sans-serif;
	}

.productbox {
	margin: 10px;
	padding: 5px;
	border: none;
}

.maincol {
	position: absolute;
	left: 130px;
	display: table;
	width: 843px;
	background-color: #FFBF99;
	margin: 0px 0px 0px 4px;
	padding: 10px;
	height: 100%;
}

* html maincol {
  display: inline-block;
  width: 100%;
  width: auto;
}
.maincol p:after {
  display: block;
  line-height: 0;
  height: 0;
  content: "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - -  - - - - - - - - - - - -";
}

.topleft {
	position: absolute;
	left: 134px;  /*beginning of FRONT PAGE DIVS (4px spacing between each div)*/
	width: 275px;
	height: 400px;
	background-image:url(./images/topleft.jpg);
}

.topmiddle {
	position: absolute;
	left: 413px;
	width: 275px;
	height: 300px;
	background-image:url(./images/topmiddle.jpg);
}

.topright {
	position: absolute;
	left: 692px;
	width: 305px;
	height: 300px;
	background-image:url(./images/topright.jpg);
}

.midleft {
	position: absolute;
	left: 134px;
	top: 704px;
	width: 275px;
	height: 300px;
	background-image:url(./images/midleft.jpg);
}

.midright {
	position: absolute;
	left: 413px;
	top: 604px;
	width: 584px;
	height: 400px;
	background-image:url(./images/midright.jpg);
}

.bottom {
	position: absolute;
	left: 134px;
	top: 1008px;
	width: 863px;
	height: 100px;
	background-image:url(./images/bottom.jpg);
}

#b1 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 294px;
	height: 84px;
	background-image:url(images/ShowerBuzzLinkB.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* begin--------navigation menu----------*/

#menuholder {
	width: 110px;
	clear:left;
	float: left;
	height: 100%;
	margin: 0px 4px 0px 0px;
	padding: 0px;
}
 
#menuholder div {
	float: left;
	height: 100%;
	margin: 0px;
	padding: 5px;
	color: #363636;
	background-color: #E1ECCA;
	border: 1px solid black;
} 


#menu {
	font-size: 18px;
	position: static;
	float: left;
	width: 110px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 4px;
	margin-left: 0;
	padding: 0;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
	
/* end--------navigation menu----------*/