/***************************************
*
*	Headers
*
****************************************/


h1 {
	height: 92px;
	text-indent: -9999999px;
}

h2 {
	font-size: 1.9em;
	color: #4788a0;
	margin-bottom: 23px;
}
	
	h2 strong {
		display: block;
		color: #174053;
	}
	
/***************************************
*
*	Rotating Banner Section
*
****************************************/

/* Z-index fix  */
#wrap,
#home_header_slideshow_wrapper,
#sales {
	position: relative;	
}

#sales {
	z-index: 200;	
}

#home_header_slideshow_wrapper,
#home_header_slideshow div {
	height: 350px;
	width: 980px;	
}

#home_header_slideshow,
#home_header_slideshow div {
	float: left;	
}


#home_header_slideshow img {
		display: block;
}

#sales {
	float: left;	
}

#sales {
	float: left;
	width: 980px;
	height: 102px;	
	color: #fff;
	margin-top: -102px;
}
	
	#sales ul {
		float: left;
		color: #fff;
		padding: 20px 1px 0 1px;
	}
	
		#sales li {
			float: left;
			height: 82px;			
			line-height: 1.3em;
			font-size: 0.75em;
		}
			
			#sales li a {
				display: block;
				height: 54px;
				color: #fff;
				text-decoration: none;
			}
			
				#sales li a:hover {
					text-decoration: underline;
				}
			
			#sales li a strong {
				display: block;
				color: #8cb3c9;
				font-size: 1.2em;
				font-weight: bold;
				padding: 0 0 2px 0;
				margin: 0 0 4px 0;
				height: 18px;
			}
			
				#sales li a:hover strong {
					text-decoration: none;
				}

		
		#sales .eggs {
			width: 186px;
			padding: 0 40px 0 100px;
			background: transparent url('/images/eggs_logo.gif') no-repeat 45px 13px;
		}
		
		#sales .smolt {
			width: 205px;
			padding: 0 34px 0 87px;
			background: transparent url('/images/smolt_logo.gif') no-repeat 25px 13px;
		}
		
		#sales .salmon {
			width: 210px;
			padding: 0 29px 0 87px;
			background: transparent url('/images/salmon_logo.gif') no-repeat 25px 20px;
		}
			
/********************************
*
*	Main Content
*
********************************/

	/***************************
	*	Text Area
	***************************/
	
	#main_content .text_area {
		width: 300px;
		margin: 20px;
		float: left;
		color: #262626;
	}
	
		#main_content .text_area p {
			font-size: 0.75em;
			line-height: 1.4em;
		}
		
		#main_content .text_area p.larger {
			font-size: 1em;
			line-height: 1.4em;
			color: #36687a;
		}
		
		#main_content .text_area a {
			color: #134764;
			font-weight: bold;
			text-decoration: none;
		}
		
		#main_content .text_area a:hover {
			text-decoration: underline;
		}
		
		#main_content .text_area ul, 
		#main_content .text_area ol {
			margin: 5px 0 10px 5px;
			color: #092331;
			font-size: 0.8em;
		}
		
		#main_content .text_area ul li {
			list-style-type: disc;
			list-style-position: outside;
			margin-left: 10px;
		}
		
		#main_content .text_area ol li {
			list-style-type: decimal;
			list-style-position: outside;
			margin-left: 15px;
		}
		
		#main_content .text_area strong {
			font-weight: bold;
		}
		
		#main_content .text_area em {
			font-style: italic;
		}
		
		#main_content .text_area img.image_left {
			float: left;
			margin: 10px 15px 10px 0;
			border: 1px solid #A5A5A5;
		}
		
		#main_content .text_area img.image_right {
			float: right;
			margin: 10px 0 10px 15px;
			border: 1px solid #A5A5A5;
		}
	
	/************************************
	*	News & Locations
	************************************/
	
	#main_content #news_locations {
		width: 320px;
		float: right;
		margin: 23px 0 0 0;
	}
		
		#main_content #news_locations .yui-nav li {
			margin: 0 2px 0 0;
		}
		
		#main_content #news_locations .yui-nav li a {
			display: block;
			padding-top: 7px;
			height: 28px;
			font-size: 0.9em;
			color: #fff;
			text-decoration: none;
		}
		
		#main_content #news_locations .yui-nav li .news {
			width: 58px;
			padding-left: 11px;
			background: #6b9eb1 url('/images/news_tab.gif') no-repeat left top;
		}
		
		#main_content #news_locations .yui-nav li .locations {
			width: 79px;
			padding-left: 9px;
			background: #6b9eb1 url('/images/locations_tab.gif') no-repeat left top;
		}
		
		#main_content #news_locations .yui-nav li.selected a,
		#main_content #news_locations .yui-nav li a:hover {
			height: 29px;
			margin-bottom: -1px;
			color: #173b51;
		}
		
		#main_content #news_locations .yui-nav li.selected a.news,
		#main_content #news_locations .yui-nav li a.news:hover {
			background: #e5e8e9 url('/images/news_tab_active.gif') no-repeat left top;
		}
		
		#main_content #news_locations .yui-nav li.selected a.locations,
		#main_content #news_locations .yui-nav li a.locations:hover {
			background: #e5e8e9 url('/images/locations_tab_active.gif') no-repeat left top;
		}
		
		#main_content #news_locations .yui-content {
			width: 300px;
			height: 191px;	
			padding: 1px 0 0 0;
			background: #dcdfe0 url('/images/news_locations_bg.gif') no-repeat left top;		
		}
		
			#main_content #news_locations .yui-content #news {
				padding: 20px 6px;
			}
			#main_content #news_locations .yui-content #locations {
				width: 298px;
				height: 190px;
				margin: 0 1px 1px 1px;
				background: transparent url('/images/home_locations_map.gif') no-repeat left top;
				position: relative;
			}
			
				#main_content #news_locations .yui-content #locations p {
					width: 279px;
					height: 30px;					
					position: absolute;
					top: 151px;
					left: 10px;
				}
				
					#main_content #news_locations .yui-content #locations p a {
						position: absolute;
						top: 0;
						left: 0;
						width: 264px;
						height: 23px;
						color: #fff;
						text-decoration: none;
						padding: 7px 0 0 15px;
						font-size: 0.8em;
					}
					
						#main_content #news_locations .yui-content #locations p a:hover {
							background: transparent url(/images/home_location_but_active.gif) no-repeat left top;
						}
			
			#main_content #news_locations .yui-content #news a {
				float: left;
				padding: 6px 4px;
				text-decoration: none;
				color: #262626;
			}
			
				#main_content #news_locations .yui-content #news a.bottom {
					margin-top: 20px;
				}
				
				#main_content #news_locations .yui-content #news a:hover {
					background-color: #eeeff0;
				}
				
			#main_content #news_locations .yui-content #news img {
				width: 56px;
				height: 56px;
				border: 1px solid #acb3b7;
				float: left;
				margin: 0 10px 0 0;
			}
			
			#main_content #news_locations .yui-content #news a h4,
			#main_content #news_locations .yui-content #news a p {
				float: left;
				width: 212px;
			}
			
			#main_content #news_locations .yui-content #news a h4 {
				float: left;
				line-height: 0.75em;
				margin-bottom: 3px;
			}
			
			#main_content #news_locations .yui-content #news a h4 {
				color: #356678;
				text-decoration: none;
				font-weight: bold;
				font-size: 0.75em;
				padding-bottom: 3px;
			}
			
			#main_content #news_locations .yui-content #news a p {
				float: right;
				font-size: 0.75em;
			}
			