#header { border-bottom: 1px solid #999; }
#footer { border-top: 1px solid #999; }

#wrapper {
	width: 100%;
	background: #fff url(/assets/images/bkgd.gif) repeat-y 0 0;
	margin: 0;
}

#container {
	padding-top: 20px;
	float: right;
	margin-right: 25px;
	width: 555px; /* for IE/Win */
}

#container h1 {
	text-align: center;
	border: 1px solid #555555;
	background: #eeeeee;
}

.catdisplay img {
	border: 1px solid #CCCCCC;
}

.catdisplay a:link {
	text-decoration: none;
}

.catdisplay a:visited {
	text-decoration: none;
}

.catdisplay a:active {
	text-decoration: none;
}

.catdisplay a:hover {
	text-decoration: underline;
}

/* fix IE positioning */
* html body #container {
	margin-right: 216px;
}

html>body #container {
	width: 580px; /* all others except IE5/Mac */
}


#sidebar {
	float: left;
	width: 120px;
	/* puts a gentle border around the navbar */
	padding: 5px 14px 12px 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.clearing {
	height: 0;
	clear: both;
}

#catdescription {
  border-bottom: 1px solid gray;
}

#catdescription h1 {
	padding-bottom: 10px;
	text-align: center;
	font-size: 20pt;
	font-family: Times New Roman, Times, serif;
	font-weight: 400;
	color: #333;
}

p.bigfirst:firstletter {
	font-size: 400%;
	display: block;
	float: left;
	margin: 0.06em 0 0;
	height: 3.5em;
	color: #CCC;
}

#pagedesc {
	padding-bottom: 20px;
}

#pagedesc p {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	margin: 10px 20px 20px 20px;
	line-height: 1.1em;
	text-align: left;
}

#caticons {
	margin-top: 20px;
	float: left;
	width: 580px;
}

.catdisplay {
	width: 31%;
	float: left;
	text-align: center;
	padding: 20px 0 20px 0;
	height: 220px;
	margin: 0 6px 0 5px;
	font-family: Times New Roman, Times, serif;
}

* html body .catdisplay {
	margin: 0 4px 0 4px;
}

.catdisplaytitle {
	text-align: center;
	margin: 0;
	padding: 0;
}
.catdisplayprice {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* enable to get box coloring */
/*
.catdisplay {	border: 1px dashed red;}
*/
