/*
	Name:  index_main.css
*/

	html { width: 100%;  height: 100%;  min-width: 600px; }
	
	#content {
		text-align: left;  position: absolute;  top: 58%;  left: 20%;  width: 79.7%;  z-index: 10;  margin: 0px;  border: 0px solid green;
			background: transparent url(../images/hanset_logo-rasterLayerTight1wms1.gif) no-repeat scroll 10px 27px;
			/*url(../images/hanset_logo-rasterLayerTight1wm1.gif)*/
	}
		#content hr { margin: 71px 0px 0px 0px; }
		#content h1 { margin: 0px 0px -5px -4000px; }
		#content h2 { margin: 0px 0px 0px -4000px; }
	
		#nav {
			display: none;  position: absolute;  top: 10px;  left: -104px;  width: 7.4em;  z-index: 20;  text-align: left;  background-color: #FFF;
			font-size: 13px;  letter-spacing: 1px;
		}
			#nav a:link { color: #000;  text-decoration: none; }
			#nav a:visited { color: #000;  text-decoration: none; }
			#nav a:hover { color: #333;  font-style: italic;  text-decoration: underline; }
			#nav a:active { color: #555;  font-style: italic;  text-decoration: none; }

			#nav ul { list-style-type: none;  margin: 0px;  padding: 0px 10px 0px 0px;  border-right: 1px solid #000; }
			#nav li { margin: 0px;  padding: 3px 0px;  white-space: nowrap; }
	
		#imageShow {
			position: absolute;  right: 11%;  top: -225px;  width: 69.7%;  z-index: 30;  text-align: center;  border: 0px solid blue;
		}
			#imageWrap { display: inline; }
		
		/* special print sections */
		#imageShowPrint{ display: none; }
		#logoPrint{ display: none; }

	#metals {
		color: #333;  font-size: 13px;  font-weight: 700;  text-align: center;  letter-spacing: 2px;  white-space: nowrap;
		position: absolute;  left: 1%;  bottom: 2.6em;  width: 98%;  border: 0px solid gray;
	}
		.metalsCircle { font-weight: 200;  vertical-align: 1px; }
	
	#footer {
		color: #333;  font-size: 9px;  letter-spacing: 0.5em;  text-align: center;
		position: absolute;  left: 1%;  bottom: 1.2em;  width: 98%;  border: 0px solid gray;
	}
		#footer a:link { color: #000;  text-decoration: none; }
		#footer a:visited { color: #000;  text-decoration: none; }
		#footer a:hover { color: #000;  font-style: normal;  text-decoration: underline; }
		#footer a:active { color: #000;  font-style: normal;  text-decoration: none; }
		#rightsReserved { color: #888;  font-style: italic;  letter-spacing: 0.1em; }
