﻿body{
	background: #ffffff url('../Images/fineweld/bg_body.jpg') repeat-x left top;
}

#headertop h1{
	margin: 15px 0 0 0;
	padding: 0;
	position: relative;	
	text-align: left;
	z-index: 1000;
	background: transparent;
	text-indent: -9999px;
	display: block;
	height: 79px;
	width: 455px;
}

#headertop h2{
	margin: -35px 0 0 765px;
	padding: 0;
	position: relative;	
	text-align: left;
	z-index: 1000;
	background: transparent;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 45px;
}

#headertop h1 a{
	margin: 0;
	padding: 0;		
	width: 455px;
	height: 79px;
	min-height: 79px;
	display:block;
	background: url('../Images/fineweld/fineweld_logo.jpg') no-repeat left top;
}

#headertop h2 a{
	margin: 0 0 0 0;
	padding: 0;		
	width: 165px;
	height: 40px;
	min-height: 40px;
	display:block;
	background: url('../Images/olin_division_logo.jpg') no-repeat left top;
}

.searchbutton{	
	margin: 0;
	padding: 0;
	float: right;
	height: 22px;
	min-height: 22px;
	width: 70px;
	background: transparent url('../Images/fineweld/btn_search.gif') top left no-repeat;
	display: block;
	text-indent: -9999px;
}

#content h2{
	color: #E35900;
}

#olinfooter{
	background: #ffffff url('../Images/fineweld/bg_footer.jpg') no-repeat left top;	
}

#sidenav h3{
	margin: 0;
	padding: 0 0 0 12px;
	color: #E35900;
	font-size: 130%;
	font-weight: normal;
}

#sidecontent h3{
	margin: 0;
	padding: 0 0 0 12px;
	color: #ffffff;
	background: #E35900 url('../Images/fineweld/bg_contactheader.jpg') repeat-x left top;
	line-height: 33px;
	font-size: 85%;
}

* html #contentwrapper{
	padding: 0 0 12px 0;
}


/***********  Menu Item Stuff ****************/
/* Make the hovered list color persist */
#topnav #menu li:hover > a {
	padding-bottom: 3px; 
	border-bottom: 7px solid #E35900;
}
#topnav #menu > li:hover > ul > li:hover > a{	
	background: #E35900;
	color: #ffffff;	
}
* html #topnav #menu li a:hover {
	padding-bottom: 3px;
	border-bottom: 7px solid #E35900;
	position: relative;
}
* html #topnav #menu li a:hover ul li a:hover{
	background: #E35900;
	color: #ffffff;
}








