/* --------------------------------------------- ROOT
 * ----------------------------------- Catalog
 * 
 * This file includes all styling for the 'About' section.
 * 
 * Benjamin Brygger, LCD 2009
 */

@media screen {

/*
 * Body
 */

/*
 * Header
 */

#catalog a {
	background-position: -145px 0;
}
#catalog a:visited {
	background-position: -145px 0;
}

/*
 * General Type
 */

h1 {
	background: url(_images/header1.png) no-repeat;
}
h3 {
	margin: 0 0 20px 0;
}

/*
 * Section
 */

/*
 * Content
 */

#content .margins {
	margin: 0 110px 0 130px;
}
	.category {
		background-image: url(_images/rule160.png);
		background-position: 0 60px;
	}
		.category .subCategory {
			float: left;
		}
			.category ul {
				position: relative;
				float: left;
				height: 127px;
				width: 80px;
				left: -10px;
				margin: 13px 40px 0 0;
			}
				.category li {
					display: block;
					height: 15px;
					margin: 0 0 5px 0;
					/**/
					line-height: 15px;
				}
					.category a {
						display: block;
						padding: 0 5px 0 10px;
						/**/
						color: #007EA6;
						text-decoration: none;
					}
						.category a:visited {
							background: #fafafa;
							/**/
							color: #5c5c5c;
						}
						.category a:hover {
							background: #edf6f9;
							/**/
							color: #007EA6;
						}

} /* End of Screen */

@media print {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

/*
 * Section
 */

/*
 * Content
 */
.category:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
	.category .subCategory {
		float: left;
	}
		.category ul {
			position: relative;
			float: left;
			height: 127px;
			width: 80px;
			left: -10px;
			margin: 0 40px 0 0;
		}
			.category li {
				display: block;
				height: 15px;
				margin: 0 0 5px 0;
				/**/
				line-height: 15px;
			}
				.category a {
					display: block;
					padding: 0 5px 0 10px;
				}
	
} /* End of Print */