/* CSS Document    			TO DO:
								- where is the extra line break coming from on the div#row2
								- configure minimum reduction size to width = 770px
								- menu: highlight page selected	
	*/
	body
	{
		margin: 0;
		padding: 0;
		font-size: 90%;
		font-family: "Calibri", georgia, times, "times new roman", serif;
		color: #000;
		background-color: #333;
		min-width: 800px;
		
	}

	/* Hide the following from IE/MAC as this doesn't need the fix... \*/
	#MinWidthContainer {
	padding-left:800px;
	height: 1px; 
	}
	#MinWidthContainer #PageContainer {
	height: 1px; 
	}
	#MinWidthContainer #PageContainer #PageContentContainer {
	margin-left:-800px; 
	position: relative; 
	height: 1px;
	}
	/* End of IE/MAC hide */


	a:link { color: #036; }
	a:visited { color: #066; }
	a:hover, a:active { color: #fff; background-color: #036; }
	
	ul
	{
		list-style-type: square;
		padding: 0;
		margin-left: 30;
	}
	
	ul li 
	{ 
		margin-top: 0px;  
		padding: 2;
	}
	
	.pn  /*product name*/
	{
	font-size: 100%;
	font-weight:normal;
	/*font-weight: italic;*/
	font-variant: small-caps;
	font-family: "Calibri", georgia, times, "times new roman", serif;
	}
	
	.highlight 
	{
    font-family:"Calibri";
	font-size: 14;
	font-weight: bold;
	color: #000;
	/*font-color: 000;*/
	font-variant: small-caps;
	/*letter-spacing: 2px;*/
	}
	
	
	
	
	
	
	
	
	
	
	
	div#header
	{
		color: #fff;
		background-image:    url(graphics/site/head_base.jpg);
		background-repeat: repeat-x;
		background-position: top;
		width: 97%;
		height: 121px;
		margin-left: 20;
		margin-top: 0;
	}
	
	div#header h1
	{
		margin: 0;
		padding: 0;
		background-image:   url(graphics/site/head_logo.jpg);
		background-repeat: repeat-y;
		background-position: top right;
		height: 121px;
	}
	
	
	
	
	
	div#body /* body */
	{
		width: 97%;
		margin-left: 20;
		background-color: #666;
		height: 100%;
		
	}
	
	
	
	
	
	
			
	div#navigation /* body col1*/
	{
		float: left;
		
		background-color: #fff; /*#D3EBEF;*/
		font-family: "Calibri";
		font-size: 17;
		height: 100%;
		width: 175px;
		margin: 0;
		padding: 0;
	}
	
	div#navigation ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	div#navigation ul li 
	{ 
		margin: 0;
		padding: 0;
	}
	
	#navigation ul li a
	{
		display: block;
		width: 135px;
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		color: #000;
		
	}
	
	#navigation ul li a:hover
	{
		color: #fff;
		background-color: #ccc;
		background-image: url(graphics/site/nav_base.jpg);
		background-repeat: repeat-y;
	}
	
	.currentpg  /* applied to currently selected page */
	{
		color: #fff;
		background-color: #ccc;
		background-image: url(graphics/site/nav_base2.jpg);
		background-repeat: repeat-y;
	}
	
	
	
	
	div#left_more /* body col3*/
	{
		height: 100%;	
		background-color: #4E4848;
		padding: 3px;
	}
		
	div#more
	{
		float: right;
		background-color: #fff;/*#D3EBEF;*/
		height: 100%;
		width: 180px;
		margin: 0;
		padding: 0;
		color: #000;
		
		font-family: "Calibri";
		font-size: 16;	
	}
	
	div#more h3  /* find out more graphic */
	{
		margin-top: 0;
		color: #fff;
		padding: .2em;
		background-image: url(graphics/site/more_head.jpg);
		background-position: top right;
		background-repeat: repeat-x;
		height: 70px;
	}
	
	div#more h4
	{
		margin: 0;
		font-size: 14;
		font-weight: normal;
		color: #000066;
		/*font-color: #000066;*/
		font-variant: small-caps;
		letter-spacing: 2px;
		padding: 5;
	}
			
	div#more ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	div#more ul li 
	{ 
		margin: 0;
		padding: 0;
	}
	
	#more ul li a
	{
		display: block;
		width: 145px;
		padding: 3px 5px 3px 20px;
		text-decoration: none;
		color: #000;
		
		
	}
	
	#more ul li a:hover
	{
		color: #fff;
		background-color: #ccc;
		background-image: url(graphics/site/nav_base.jpg);
		background-repeat: repeat-y;
	}
	


	div#content /* body col2*/
	{
		background-color: #E6E6E6; /*#E8F4F7;*/
		height: 100%;
		margin-top: 0px;
		margin-right: 183px;   /* right graphic = 180px */
		margin-bottom: 0px;
		margin-left: 178px;    /* left graphic = 175px */
		padding: 0px;
		line-height: 150%;
	}

	div#content h2
	{
		font-size: 2em;
		color: #036;
		margin: 0;
		padding-top: 1em;
		font-weight: normal;
	}
	
	div#content h3
	{
		font-size: 1.5em;
		color: #036;
		margin: 0;
		padding-top: 1em;
		font-weight: normal;
	}
	
	#cleardiv
	{
		clear: both;
		height: 0;
	}
	
	

	div#footer
	{
		background-image: url(graphics/site/head_base.jpg);
		background-repeat: repeat-x;
		clear: both;
		padding: 5px 0px 5px 0px;
		border-bottom: 1px solid #999;
		text-align: right;
		width: 97%;
		margin-left: 20;
	}
	
	div#footer ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	div#footer li
	{
		display: inline;
		margin-right: 1em;
		font-size: 10;
	}