f/* CSS Document */

/* 

#0063a5 is the main blue colour
#3f8abb light blue for the mennu mouseovers.
#3f8abb is the blue colour of the title boxes
#004b7e is the dark blue border colour
#bfbfbf is the grey colour
#FFFFFF is white

*/
body
{
	color: #666666;
}

#Content
{
	border-right: #004b7e;
	border-left: #004b7e;
}
	#Content h1
	{
		color: #666666;
		border-left-color: #004b7e;
	}
	#Content h2
	{
		color: #0000AC;
	}
	#BoxedText
	{
		border-color: #004b7e;
	}
	#Breadcrumbs
	{
	}
		#Breadcrumbs a.breadLink
		{
			color: #0063a5;
		}
		#Breadcrumbs a.breadLink:hover
		{
			color: #666666;
		}
		#ArticleTitleUnderline
		{
			color: #0063A5;
		}		
			#ArticleTitleUnderline h1
			{
				color: #0063A5;
			}		
		#ArticleList
		{
		}
			#ArticleList img
			{
			}
			#ArticleList ul
			{
			}
				#ArticleList ul li
				{
				}
					#ArticleList ul li h1
					{
						color: #0063A5;
					}
		#ProductTitleUnderline
		{
			color: #0063A5;
		}		
			#ProductTitleUnderline h1
			{
				color: #0063A5;
			}		
		#ProductList
		{
		}
			#ProductList img
			{
			}
			#ProductList ul
			{
			}
				#ProductList ul li
				{
				}
					#ProductList ul li h1
					{
						color: #0063A5;
					}
	#BottomMenu
	{
		border-top-color: #004b7e;
	}
#Footer
{
	background: #BFBFBF;
	border-bottom-color: #004B7E;
}
#Header
{
	background: #0063A5;
}
	#GreyBar
	{
		background: #BFBFBF;
		border-bottom-color: #004B7E;
		color: #004B7E;
	}
#HeaderPopUp	
{
	background: #bfbfbf;
}
#Menu
{
	background: #0063A5;
}
	#Menu h1
	{
		color: #FFFFFF;
		background: #3f8abb;
		border-color: #004B7E;
	}
	#MenuOptions
	{
		color: #FFFFFF;
	}
		#MenuOptions ul
		{
		}
			#MenuOptions ul li
			{
			}
			#MenuOptions ul li a
			{
				border-color: #3f8abb;
				color: #FFFFFF;
			}
			#MenuOptions ul li:hover
			{
			}
			#MenuOptions ul li a:hover
			{
				border-color: #FFFFFF;
				background: #3f8abb;
			}
				#MenuOptions ul li h2
				{
					color: #FFFFFF;
				}
	#MenuText
	{
		color:#FFFFFF;
	}
	#Promotions
	{
	}
		#Promotions ul
		{
		}
			#Promotions ul li
			{
				background: #FFFFFF;
			}
	#MenuWhite
	{
		background: #FFFFFF;
	}
		#MenuWhite h1
		{
			color: #FFFFFF;
			background: #3f8abb;
			border-color: #004B7E;
		}
a.link
{
	color: #0063a5;
}
a.link:hover
{
	color: #333333;
}