
/* ------------------------------------------------- title bar ------------------------------------*/
#wrapper h1 {
	height:40px;
	line-height:40px;
	color:#fff;
	padding:10px 20px;
	margin-bottom:0;/*
	background:#064f96 url(../images/bg-subpage-title.png) 0 0 no-repeat;*/
	background:#000 url(../images/bg-subpage-title.jpg) 0 0 no-repeat;
}

h1#automotive { background:#000 url(../images/bg-subpage-title-automotive.jpg) 0 0 no-repeat; }
h1#construction { background:#000 url(../images/bg-subpage-title-construction.jpg) 0 0 no-repeat; }
h1#industrial { background:#000 url(../images/bg-subpage-title-industrial.jpg) 0 0 no-repeat; }


/* ------------------------------------------------- sidebar ------------------------------------*/
#sidebar.noShadow { background:none; }

#sidebarPhoto {/*
	width:290px;*/
	width:220px;
	overflow:hidden;
	padding:0 0 10px;/*
	background:url(../images/bg-sidebar-photo-shadow.jpg) 0 bottom no-repeat;*/
	background:url(../images/bg-sidebar-photo-shadow-narrow.jpg) 0 bottom no-repeat;
}



/* ------------------------------------------------- main graphic & subnav ------------------------------------*/
#landing {
	position:relative;
	display:block;
	width:940px;
	height:280px;
	margin:3px 0 0 0;
	overflow:hidden;
}

/* ----------------- photo ---------------*/
#landing.automotive { background:url(../images/landing-automotive.jpg) 0 0 no-repeat; }
#landing.construction { background:url(../images/landing-construction.jpg) 0 0 no-repeat; }
#landing.industrial { background:url(../images/landing-industrial.jpg) 0 0 no-repeat; }


/* ----------------- subnav ---------------*/
#landing ul {
	position:absolute;
	top:0;
	left:0;
	margin:20px 0 0 10px;
	padding:0;/*
	width:280px;*/
	width:200px;
	z-index:2;
	list-style:none;
}
#landing ul li {
	font-size:15px;/*
	font-size:16px;*/
	line-height:24px;
	font-weight:bold;
}
#landing ul li a {
	display:block;
	padding:3px 0 3px 25px;
	background:url(../images/bg-promo-arrow-red.gif) 10px 9px no-repeat;	
}
#landing ul li a:hover { background-color:#fff;	}

/* ----------------- subnav bg ---------------*/
#landing #cover {
	position:absolute;
	top:0;
	left:0;
	width:940px;
	height:280px;/*
	background:url(../images/bg-landing-cover.png) 0 0 no-repeat;*/
	background:url(../images/bg-landing-cover-narrow.png) 0 0 no-repeat;
	z-index:1;
}



/* ------------------------------------------------- body copy ------------------------------------*/
#homeText h1 {
	font-size:20px;
	margin-bottom:5px;
	font-weight:normal;
}




/* ----------------- photo gallery ---------------*/
table.gallery td {
	width:22%;
	padding:0 2% 3% 1%;
	text-align:center;
	display:table-cell;
	vertical-align:top;
	font-size:11px;
	line-height:14px;
}
table.gallery td img { margin:auto; }



/* ------------------------------------------------- search results ------------------------------------*/
td.bodyText img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	background:none !important;
}
