﻿body{
	background: #ffffff url('../Images/OlinBrass/bg_body.jpg') repeat-x left top;
}

#headertop h1{
	margin: 42px 0 0 0;
	padding: 0;
	position: relative;	
	text-align: left;
	z-index: 1000;
	background: transparent;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 205px;
}

#headertop h1 a{
	margin: 0;
	padding: 0;		
	width: 205px;
	height: 51px;
	min-height: 51px;
	display:block;
	background: url('../Images/OlinBrass/olinbrass_logo_grey.jpg') no-repeat left top;
}

.searchbutton{
	background: transparent url('../Images/OlinBrass/btn_search.gif') top left no-repeat;
}

#olinfooter{
	background: #ffffff url('../Images/OlinBrass/bg_footer.jpg') no-repeat left top;	
}

#content h2{
	color: #B10200;	
}

#sidenav h3{
	color: #B10200;
}

#sidecontent h3{
	margin: 0;
	padding: 0 0 0 12px;
	color: #ffffff;
	background: #B10200 url('../Images/OlinBrass/bg_contactheader.jpg') repeat-x left top;
	line-height: 33px;
	font-size: 85%;
}

.pressrelease a,
.bulletlink a,
#articleLinks a{
	color: #b10200 !important;
	text-decoration: none;
}
.pressrelease a:hover,
.bulletlink a:hover,
#articleLinks a:hover{
	color: #000000 !important;
	text-decoration: none !important;
}

.viewall a{
	margin: 0;
	padding: 0 0 0 13px;
	color: #b10200 !important;
	background: transparent url('../Images/link_bullet.gif') 0 50% no-repeat;
}
.viewall a:hover{
	color: #000000 !important;
	text-decoration: none !important;
}

.contactInfo_wrapper{
	background: #ffffff url('../Images/bg_contactinfo.jpg') repeat-x left top;
}
.contactInfo_wrapper h3{
	background: #B10200 url('../Images/OlinBrass/bg_contactheader.jpg') repeat-x left top;
}
.contactInfo dt.contactTitle{ 
	color: #B10200;
}
.contactInfo dd a{
	color: #B10200 !important;
}

* 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 #fe0000;
}
#topnav #menu > li:hover > ul > li:hover > a{	
	background: #fe0000;
	color: #ffffff;	
}
* html #topnav #menu li a:hover {
	padding-bottom: 3px;
	border-bottom: 7px solid #ff0000;
	position: relative;
}
* html #topnav #menu li a:hover ul li a:hover{
	background: #ff0000;
	color: #ffffff;
}

