@CHARSET "UTF-8";

/*
	SECTIONS PAGE
*/
#section_grid {
	border-collapse: collapse;
	empty-cells: show;
}

.section_cell {
	width: 166px;
	padding: 25px 25px 0px 25px;
	vertical-align: top;
	overflow: hidden;
}

.section_caption {
	position: relative;
	height: 35px;
	width: 166px;
	padding: 5px 5px 0px 5px;
	margin: 0;
	overflow: hidden;
}
.section_caption h1 {
	position: absolute;
	bottom: 0;
	font-size: 18px;
	font-family: verdana;
	color: #349aa9;
	font-weight: normal;
	margin: 0;
}

.section_icon {
	background: url(images/sections/background.png) no-repeat;
	width: 174px;
	height: 113px;
}

.section_icon img {
	margin: 8px;
}

.section_cats {
	padding: 0 5px;
	width: 164px;
	overflow: hidden;
}

.section_cats ul {
	background: #6cb3be;
	margin: 0;
	padding: 0 10px 4px;
}

.section_cats ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.section_cats ul li a, .section_cats ul li a:hover {
	font: normal 12px verdana;
	line-height: 20px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
