#main_content {
	background-color: #ececec;	
}

#top_megalug {
	position: absolute;
	top: 15px;
	right: 45px;
}	

h2.related_products {
	margin-left: 30px;
	color: #0077c0;
}

.related_sep {
	width: 920px;
	height: 1px;
	margin: 0 auto;	
	border-bottom: 1px dotted gray;
}

.product_wrapper {
	width: 920px;
	margin: 30px;
}

	.product_top_angler {
		display: inline-block;
		min-width: 300px;
		height: 43px;
		position: relative;
		background-color: #0077c0;
	}

		.product_top_angler > h2 {
			margin: 11px 20px 0px;	
			color: white;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: normal;
		}

		.product_top_angler > img {
			position: absolute;
			top: 0px;
			right: -43px;
		}

	.product_contents {
		width: 860px;
		min-height: 323px;
		position: relative;
		padding: 0px 30px 30px;
		background-color: white;	
	}

		.product_sub_category {
			position: absolute;
			top: 10px;
			left: 20px;
			font-size: 11px;
			color: #989798;
		}
		
			.product_sub_category h3 {
				margin: 0px;	
				font-weight: normal;
			}

		.product_image_col {
			width: 300px;
			height: 248px;
			
			float: left;
		}

			.product_image_wrapper {
				width: 300px;
				height: 248px;
				margin-top: 44px;
				position: relative;
				
				float: left;
			}

				.product_image_box {
					width: 300px;
					height: 248px;
					
					position: absolute;
					top: 0px;
					left: 0px;
					z-index: 20;
					
					background-image: url('/images/subpages/pic_window.png');
					background-repeat: no-repeat;
					background-position: top left;
				}
				
				.product_image {
					position: absolute;
					width: 298px;
					height: auto;
					top: 0px;
					left: 2px;
					z-index: 10;	
				}
				
				.product_image.product, .product_image_box.product {
					visibility: hidden;	
				}
				
			.installed_view_button, .product_view_button {
				margin-top: 20px;
				padding: 5px 10px;
				font-size: 9.5px;
				color: white;
				text-transform: uppercase;
				cursor: pointer;
				float: left;
			}
			
			.installed_view_button.active, .product_view_button.active {
				background-color: #0077c0;
			}
			
			.installed_view_button.inactive, .product_view_button.inactive {
				background-color: #989798;
			}
			
			.product_view_button {
				margin-left: 4px;	
			}
				
		.product_details_col {
			width: 530px;	
			margin-top: 40px;
			margin-left: 30px;
			float: left;
		}
		
			.product_details_col > h2 {
				margin: 0px;
				font-size: 28px;
				font-weight: normal;
				color: #0077c0;	
			}
		
			.product_text_col {
				width: 300px;	
				float: left;
			}
			
				.product_short_description {
					margin-top: 10px;
					font-size: 18px;	
					font-weight: normal;
					color: #0077c0;	
				}
				
				.product_long_description {
					font-size: 14px;
					line-height: 22px;
					color: #60696d;	
				}
				
					.product_long_description ul {
						margin: 0;
						padding-left: 16px;	
					}
					
					.product_long_description ul ul {
						margin: 0;
						padding-left: 16px;	
					}
			
			.product_links_col {
				width: 170px;	
				margin-left: 30px;
				float: left;
			}
			
				.product_links_col > ul {
					margin: 10px 0px 0px;
					padding: 0px;
					list-style-type: none;	
				}
				
					.product_links_col > ul > li > a {
						display: block;
						width: 184px;
						margin-bottom: 12px;
						padding: 5px 10px;
						font-size: 12px;
						color: white;	
						text-transform: uppercase;
						text-decoration: none;
						background-color: #c81919;
					}
					
				.product_links_col img.separator {
					display: block;	
				}
					
				.submittal_link {
					position: relative;
					width: 204px;
					margin-top: 12px;
					font-size: 12px;
					text-transform: uppercase;
				}
					
					.submittal_link a.package_link {
						display: block;
						width: 184px;
						padding: 5px 10px;
						color: white;	
						text-decoration: none;
						background-color: #0077c0;	
					}
					
					.submittal_link .submittal_info {
						position: absolute;
						top: 5px;
						right: 6px;	
						background: transparent;
					}
				
					.submittal_link img.zip_graphic {
						position: absolute;
						top: 1px;
						left: -25px;	
					}

	.product_bottom_angler {
		width: 920px;
		height: 28px;	
		
		background-image: url('/images/subpages/bottom_angler.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
