@import 'Performance_layout_screen.css' screen;
@import 'Performance_layout_print.css' print;
@import 'Performance_layout_handheld.css' handheld;

/* For all browsers that understand min-width */
#container
{
	min-width: 996px;
}



/* First row CSS */
#first_row
{
	position: relative;
	height: 70px;
	
	margin: 0 0 20px 0;
	padding: 0;
}
	
	#first_row_logo
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
		
		margin: 0;
		padding: 0;
	}
	
	#first_row_nav 
	{
		position: absolute;
		right: 0px;
		bottom: 0px;
		
		margin: 0;
		padding: 0;
	}
		
		#first_row_nav ul li
		{
			float: left;
			margin: 0 0 0 3px;
			padding: 0;
			height: 30px;
			overflow: hidden;
			
			list-style: none;
		}
		
		#first_row_nav ul li a
		{
			border: none;
			display: block;
		}
		
		
		/* Rollover effects - "Behind The Scenes" */
		a#nav_behind_the_scenes
		{
			width: 125px;
			background-image: url(/res/img/buttons/button_behind_f2.gif);
		}

		a#nav_behind_the_scenes:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "Our Cover" */
		a#nav_our_cover
		{
			width: 70px;
			background-image: url(/res/img/buttons/button_our_cover_f2.gif);
		}

		a#nav_our_cover:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "Products" */
		a#nav_products
		{
			width: 63px;
			background-image: url(/res/img/buttons/button_products_f2.gif);
		}

		a#nav_products:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "Glowing Reviews" */
		a#nav_glowing_reviews
		{
			width: 115px;
			background-image: url(/res/img/buttons/button_glowing_f2.gif);
		}

		a#nav_glowing_reviews:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "News" */
		a#nav_news
		{
			width: 43px;
			background-image: url(/res/img/buttons/button_news_f2.gif);
		}

		a#nav_news:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "Quote" */
		a#nav_quote
		{
			width: 46px;
			background-image: url(/res/img/buttons/button_quote_f2.gif);
		}

		a#nav_quote:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "Claim" */
		a#nav_claim
		{
			width: 42px;
			background-image: url(/res/img/buttons/button_claim_f2.gif);
		}

		a#nav_claim:hover 
		{
			padding-top: 30px;
		}
		
		
		/* Rollover effects - "Contact Us" */
		a#nav_contact_us
		{
			width: 72px;
			background-image: url(/res/img/buttons/button_contact_f2.gif);
		}

		a#nav_contact_us:hover 
		{
			padding-top: 30px;
		}


/* Row separator CSS, required top stop the collapsing top margin. */
#separator
{
	clear: both;
	
	margin-top: 20px;
	border-top: 2px solid black;
	margin-bottom: 20px;
}



/* Second row CSS */
#second_row
{
}
	
	#second_row_header
	{
		width: 800px;
		margin: 0 auto;
		border: 0px none black;
		height:0px
	}


/* Third row CSS */
#third_row
{
	/* This next rule is required to stop the collapsing top margin on the fourth row */
	overflow: hidden;
}

	#third_row_outer
	{
		/*width: 955px;*/
		width: 996px;       /* 971 */
		margin: 0 auto;
	}
	
		#third_row_subnav
		{
			float: left;
			width: 168px;
			min-height: 1px;
			padding-top:20px
		}
		
		#third_row_content
		{				
			float: left;
			width: 650px;
			position: relative;
		}
			
			/* Subsite only */
			#third_row_column
			{
				float: left;
				width: 650px;
				margin-right: 30px;
            }
            #third_row_column p
            {
                font-size:1.2em;
            }

			#third_row_column_one
			{
				float: left;
				width: 310px;
				margin-right: 30px;
			}
			
			#third_row_column_two
			{
				float: left;
				width: 310px;
			}
				
				#third_row_column_one ul, #third_row_column_two ul
				{
					list-style-image: url(/res/img/bullets/orange-dash.gif);
				}
				
				#third_row_column_one .rounded_bullet, #third_row_column_two .rounded_bullet
				{
					list-style-image: url(/res/img/bullets/orange-disc.gif);
				}
				
				#third_row_column_one ul li:before,  #third_row_column_two ul li:before
				{ 
					display: marker;
					content: url(/res/img/bullets/orange-disc.gif);
				}
		
		#third_row_right
		{
		    float: right;
		    width: 168px;
		    margin-top: 20px;
		}
				


/* Fourth row CSS */
#fourth_row
{
	clear: both;
	margin-top: 10px;
	padding: 0;
	float: left;
	width: 100%;
	height: 40px;
}
	
	#fourth_row_content
	{
		float: left;
		width: 100%;
		margin: 0 auto;
		height: inherit;
		padding: 0;
	}
	
		#fourth_row_contact
		{
			float: left;
			margin-top: 3px;
			margin-left: 3px;
		}
		
		#fourth_row_nav
		{
			float: right;
			padding: 0;
			margin: 0;
			height: inherit;
		}
	
		#fourth_row_nav a, #fourth_row_nav span
		{
			margin: 0 5px 0 30px;
			padding: 0;
			border: none;
		}


/* Fifth row CSS */
#fifth_row
{
	clear: both;
	margin: 10px 0 0 0;
}


/* Miscellaneous options */
a img 
{
	border: 0;
}

ul
{
	margin-top: 10px;
}