/* CSS Document */

.extended {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
	font-style: normal;
}
.categories, .categories a {
	font-size: 14px;
	color: #777777;
	text-decoration: none;
	text-transform: lowercase;
}
.manufacturers, .manufacturers a{
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99BbBB;
	margin: 0px;
	background-image: url(http://www.sparrows-corner.com/mailorder/templates/sparrows-corner/img/bg_paper.jpg);
}


.categories a:hover, .manufacturers a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.main_box {
	border: 1px dashed #533F3F;
}
