/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: arial, verdana, sans-serif;
}
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/repeating_background.png) repeat-x;
}

#content {
	padding-top: 205px;
	margin-bottom: 10px;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content_product {
	padding-top: 205px;
	padding-left: 95px;
	margin-bottom: 10px;
	position: relative;
}

#main {
	padding-top: 5px;
	padding-left: 5px;
	width: 800px;
}

#main_product {
	padding-top: 5px;
	padding-left: 5px;
	border: 2px solid #D7D1C7;
	min-height: 651px;
}

#outer, #outer_home{
	min-height:100%;
	margin-left:170px;
	margin-bottom:-60px;
	padding-bottom: 6px;
	color: #000000;
	border-right: 2px solid black;
	background-color: white;
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:171px;
	color: #000000;
	background: url(../images/header.png) no-repeat center 5px;
	*background: url(../images/header.png) no-repeat center 5px;
	z-index: 0;
}

#header a {
	color: white;
	font-weight: bold;
	line-height: 1.5em;
}

#header #home_link {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#top_menu {
	height: 26px;
	padding-top: 14px;
	*padding-top: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	padding: 0;
	margin: 0;
	margin-top: 205px;
	background: url(../images/left_menu.jpg) no-repeat left top;
	border: 2px solid #D7D1C7;
	width: 94px;
	float: left;
	height: 656px;
	_height: 375px;
	z-index: 5;
}

#engineering {
	background: url(../images/engineering.png) no-repeat right bottom;
	height: 500px;
	width: 800px;
}

#product_header {
	background: url(../images/product_bar_bkgd.jpg) repeat-x;
	height: 33px;
	text-align: center;
	font-weight: bold;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	color: white;
	height: 18px;
	text-align:center;
	background: url(../images/footer.jpg) repeat-x;
	font-size: .80em;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

#home_image {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#home_background {
	position: absolute;
	right: 177px;
	bottom: 25px;
}