h1 {
	display: none;
}

#categories {
	background: url(/img/categories.gif);
	min-height:480px;
	height:auto !important;
	height:480px;	
	margin: -16px -16px 0 0;	
}

#categories #firstTwo {	
	float: left;
	width: 448px;
}

#categories #secondFour {	
	float: left;
	width: 448px;
}

#categories #thirdTwo {
	clear: left;
}

#categories .category {
	width: 208px;
	border-right: 16px solid white;
	border-top: 16px solid white;
/*	margin-right: 16px;	*/
	float: left;
}

#categories .category h2 {
	font-size: 14px;
	color: #666666;
	text-transform: lowercase;
	background: #fff;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	line-height: 32px;
	margin: 0;
	padding: 0;
}

#categories .category .categoryImg {
	height: 144px;
	width: 208px;
	border-top: 16px solid white;	
	background-color: silver;
	background-position: top left;
	background-repeat: no-repeat;
}

#categories .category .categoryImg img {
	display: block;
}

#categories .category ul {
	margin: 0;	
	border-top: 16px solid #fff;
	background: #F0F0F0;	
}

#categories .category ul li {
	list-style: none;
/*	display: block;*/
	border-bottom: 1px solid white;		
}

#categories .category ul li h3 {
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	font-size: 13px;	
	line-height: 2.46em;	
}

#categories .category ul li img {
	display: none;	
}

#categories .category a {
	font-size: 13px;	
	line-height: 2.46em;
	padding-left: 8px;
	padding-right: 8px;	
	display: block;	
}

#categories .category a:link, #categories .category a:visited {
	color: #666666;
	text-decoration: none;
	background-position: 100px 100px;
	background-repeat: no-repeat;
}

#categories .category a:hover {
	background-color: #e0e0e0;	
}
