/*----------------------------------------------------------------------------------------
resource.css
----------------------------------------------------------------------------------------*/

/* typography
----------------------------------------------------------------------------------------*/
h1.landing {
	height: 176px;
	text-indent: -1000em;
	background: url(/html/img/masthead/masthead_resource_landing.jpg) no-repeat left bottom;
	margin: 0 0 20px 0;
}
.sections h2 { text-indent: -1000em; }
	.sections h2 a {
		background-repeat: no-repeat;
		background-image: url(/html/img/hdr/hdr_resource.gif); 
		height: 24px;
		display: block;
	}
	.sections h2.hdr_plumbing a { 
		width: 123px;
		background-position: left bottom;
	}
	.sections h2.hdr_plumbing a:hover { background-position: left top; }
	
	.sections h2.hdr_connections a { 
		width: 203px;
		background-position: -123px bottom;
	}
	.sections h2.hdr_connections a:hover { background-position: -123px top; }
	
	.sections h2.hdr_heat a { 
		width: 121px;
		background-position: -326px bottom;
	}
	.sections h2.hdr_heat a:hover { background-position: -326px top; }
	
	.sections h2.hdr_boiler a { 
		width: 109px;
		background-position: -447px bottom;
	}
	.sections h2.hdr_boiler a:hover { background-position: -447px top; }
	
	.sections h2.hdr_supplies a { 
		width: 158px;
		background-position: -556px bottom;
	}
	.sections h2.hdr_supplies a:hover { background-position: -556px top; }
	
	.sections h2.hdr_books a { 
		width: 69px;
		background-position: -714px bottom;
	}
	.sections h2.hdr_books a:hover { background-position: -714px top; }

	
.hdr_common_alt.video span {
	background: url(/html/img/icon/icon_video.gif) no-repeat left 1px;
	padding: 0 0 0 21px;
}
.hdr_common_alt.calc { 
	padding-bottom: 10px; 
	margin: 0 0 12px 0;
}
	.hdr_common_alt.calc span {
		background: url(/html/img/icon/icon_calc.gif) no-repeat left top;
		padding: 0 0 0 21px;
	}
	
p strong {
	font-size: 1.1em;
}

/* #sidebar
----------------------------------------------------------------------------------------*/
#sidebar .content { padding-bottom: 0px; }
	
/* #content
----------------------------------------------------------------------------------------*/
#content #content_main { padding: 0 10px 0 0; }
#container #content #content_body.resource_main { padding-top: 0; }
	#content #content_body .content { padding-top: 7px; }
	
.block {  }
#content #content_body .content .col_a {
	float: left;
	width: 519px;
}
#container #content #content_body .col_b {
	float: right;
	width: 221px;
	padding: 13px 0 0 0;
}
	#content #content_body .col_b .sprite { margin: 0 0 20px 0; }

/* .sections
----------------------------------------------------------------------------------------*/
.sections {}
	.sections .section {
		float: left;
		width: 236px;
		margin: 0 21px 20px 0;
	}
	.sections .section.alt { 
		border-left: 1px solid #ebebeb;
		margin-right: 0;
	}
		.sections .section p { zoom: 1; }
		.sections .section p.copy { height: 105px; }
		.sections .section p.view { text-align: right; }
			.sections .section p a { 
			
			}
				.sections .section p a span { 
					position: relative; 
					top: -1px;
				}
		.sections .section .section_content { 
			border-bottom: 1px solid #e7e7e7;
			padding: 0 0 8px 0;
			width: 236px;
			position: relative;
		}
			.sections .section .section_content.bottom { 
				border-bottom: none; 
				margin-bottom: 20px;
			}
		.sections .section.alt .section_content { margin: 0 0 0 21px; }
			.sections .section.alt .section_content.bottom { _margin: 0 -21px 0 21px; }
		.sections .section img {
			padding: 2px;
			background: #fff;
			border: 1px solid #e8e6e4;
			margin: 0 0 4px 0;
		}
	
/* .video
----------------------------------------------------------------------------------------*/
.video {}
	.video img { margin: 0 0 7px 0; }
	#content #content_body .col_b .spritewhite .video h4 {
		font-weight: bold;
		font-size: 1.3em;
		padding: 0;
		margin: 0;
	}
	.video .view {
		float: left;
		background: url(/html/img/icon/icon_video_view.gif) no-repeat left 4px;
		padding: 0 0 0 14px;
	}
	
/* .tools
----------------------------------------------------------------------------------------*/
.tools {}
 .tools ul {}
	.tools ul li { margin: 0 0 12px 0; }
		#content #content_body .col_b .spritewhite .tools ul li h4 {
			font-weight: bold;
			font-size: 1.2em;
			margin: 0 0 3px 0;
		}
		.tools ul li p { 
			font-size: 1.1em; 
			line-height: 1.5;
		}
	
/* #glossary_index
----------------------------------------------------------------------------------------*/
#glossary_index {
	font-size: 1.3em;
	display: block;
	margin: 10px 0;
	font-weight: normal;
	color: #797979;
}
	#glossary_index a { padding: 0 2px; }
	.common_list.inner li { 
		line-height: 1; 
		background-position: left 4px; 
	} 
	

/* .products_compare
----------------------------------------------------------------------------------------*/
.products_compare {
	padding: 3px 0 0 0;
	color: #797979;
	font-size: 1.1em;
	margin: 15px 0 10px;
}
	.products_compare .headings { 
		float: none; 
		width: 160px; 
		font-weight: bold;
		font-size: 1.1em;
		border-left: 1px solid #E9E8E6;
	}
		.products_compare td.headings.sub { 
			font-weight: normal; 
			padding: 0 0 0 20px;
		}
	.products_compare th.headings,
	.products_compare th.product,
	.products_compare th.product.alt,
	.products_compare th { 
		background: #DED7CE url(/html/img/bg/bg_bars_horiz_gray.gif) repeat-x left top;
		border-right: 1px solid #E9E8E6;
		font-size: 1.2em;
		font-weight: bold;
		color: #666666;
	}
		.products_compare .headings h4 {
			color: #797979;
			font-size: 1.2em;
			font-weight: bold;
			margin: 0 9px 0 0;
			padding: 0 5px 4px 0;
		}
	.products_compare .product,
	.products_compare .product.alt {
		float: none;
	}	
	.products_compare th, 
	.products_compare td { 
		border-bottom: 1px solid #E2E2E2;		
		padding: 9px 11px;
	}
	.products_compare td.lead { border-color: #e2e2e2; }
	
.common_list.inner {
	padding-left: 20px;
}
	.common_list.inner li {
	
	}
	
/* .video_library
----------------------------------------------------------------------------------------*/
.video_library {}
	.video_library .section {
		float: left;
		width: 236px;
		padding: 5px 0 20px 0;
	}
	.video_library .section.alt { 
		margin-right: 0;
	}
		.video_library .section .section_content {
			padding: 0;
			position: relative;
		}
			.video_library .section .section_content p { width: 200px; }
			.video_library .section .section_content.bottom { border-bottom: none; }
		.video_library .section.alt .section_content { margin: 0 0 0 11px; }
		.video_library .section img {
			padding: 2px;
			background: #fff;
			border: 1px solid #e8e6e4;
			margin: 0 0 4px 0;
		}
	
/* .spritecontextual
----------------------------------------------------------------------------------------*/
.spritecontextual.videoplayer { width: 476px; }
