
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:160px;
	background:#FFFFFF;	
	margin-bottom:-72px;
}
* html #outer{height:100%;margin-left:157px;}/* ie 3 pixel jog*/ 

#outerNoMenu{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	background:#FFFFFF;	
	margin-bottom:-72px;
}
* html #outerNoMenu{height:100%;}/* ie 3 pixel jog*/ 


#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:89px;
	border:solid #D7AD09; 
	border-width:0px 0px 1px 0px;
	background-image:url('../image/baldor_slogan.jpg');
	background-repeat:no-repeat; 
	background-position: right top; 
	overflow:hidden;	
	min-width:800px;
	width:expression(document.body.clientWidth < 800? "800px": "100%" );
	z-index:100;
}

#header #logo {
	height: 50px; 
	position: relative; top: 10px;
	left: 10px;
}

#header #logo #pageTitle{
	white-space:nowrap;
	position: relative;
	line-height: 44px; top: -6px;
	left: 5px;
	font-size:1.1em;
}

#header #nav {
	position: absolute; 
	top: 60px; 
	height: 24px;	
	width: 100%;	
	background-color: #00376F;
	border:1px solid #D7AD09; 
	border-width:1px 0px 1px 0px; 
	margin:0px; 
	padding:0px;
	white-space: nowrap;	
}


#menu {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:105px;/*needed to make room for header*/
	left:-1px;/* line things up exactly*/	
}

* html #menu {margin-right:-3px;}/* three pixel jog*/

#menu #leftcol {
	border-right: 1px solid #D7AD09; 
	border-bottom: 1px solid #D7AD09; 
	border-top: 7px solid #00376F;	
}

* html #mainContent {height:1%;margin-bottom:12px; margin-left:10px;}/* combat IE's 3 pixel jog */


#footer {
	width:100%;
	clear:both;
	height:70px;
	background-color: transparent;
	text-align:center;
	position:relative;
}

* html #footer {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}

#clearheader{height:100px;}/*needed to make room for header*/
#clearfooter{clear:both;height:72px;}/*needed to make room for footer*/

div,p  {margin-top:0;}/*clear top margin for mozilla*/


