﻿.content h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: none;
	color: #1667C2;
}

.product-pods {
	padding-top: 30px;
}

.pod {
	background: url(../Images/pod-footer.png) 0 100% no-repeat;
	padding-bottom: 11px;
	margin: 0 0 10px;
}

	.pod .pod-header {
		background: url(../Images/pod-header.png) no-repeat;
		padding: 5px 9px 0;
	}

		.pod .pod-header h3 {
			margin: 0;
		}
		
			.pod .pod-header h3 a {
				padding: 8px 0 0 30px;
				height: 20px;
				font-weight: normal;
				text-transform: uppercase;
				display: block;
			}
		
	.pod .pod-bg {
		background: url(../Images/pod-bg.png) repeat-y;
		padding: 0 9px 1px;
	}
	
		.pod .gradient {
			background: #E3E6E9 url(../Images/pod-gradient.png) 0 100% repeat-x;
			padding: 10px 5px 3px 20px;
		}
		
		.pod .gradient p a {
			font-size: 0.9em;
			font-weight: bold;
			color: #213246;
		}
		
	.pod p {
		line-height: 1.5em;
		margin: 0 0 7px;
	}
		
	/* different pod colors */
	.packaging .pod-header h3 a {
		background: url(../Images/pod-arrow-red.gif) no-repeat;
	}
	
	.packaging a {
		color: #9E2F2F;
	}
	
	.packaging .illus {
		float: right;
		width: 141px;
		height: 120px;
	}
	
	.conveying .pod-header h3 a {
		background: url(../Images/pod-arrow-green.gif) no-repeat;
	}
	
	.conveying a {
		color: #418372;
	}
	
	.conveying .illus {
		float: right;
		width: 148px;
		height: 100px;
	}
	
	.case .pod-header h3 a {
		background: url(../Images/pod-arrow-yellow.gif) no-repeat;
	}
	
	.case a {
		color: #EFA01B;
	}
	
	.case .illus {
		float: right;
		width: 159px;
		height: 109px;
	}
	
.print-footer {
	display: none !important;
}
