/* Eric Myers Reset CSS v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #1667C2;
}

a:hover {
	text-decoration: underline;
}
/* /Eric Myers Reset CSS */

body {
	background: #BEC2C5 url(../Images/bg-fade.jpg) repeat;
	font: 0.75em Arial, Verdana, sans-serif;
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

.print-logo {
	display: none;
}

.master-wrapper {
	width: 967px;
	margin: 0 auto;
	padding-bottom: 18px;
	background: url(../Images/frame-footer.png) 0 100% no-repeat;
}

.master {
	background: url(../Images/frame-bg.png) repeat-y;
	padding: 0 17px;
	zoom: 1;
}

.header {
	background: url(../Images/header-bg.jpg) 100% 0 no-repeat;
	position: relative;
	zoom: 1;
}

	.header h1 {
		background: url(../Images/automac-logo.gif) no-repeat;
		width: 281px;
		height: 119px;
		text-indent: -9999px;
	}
	
		.header h1 a {
			width: 100%;
			height: 100%;
			display: block;
			outline: none;
		}
	
	.header ul {
		zoom: 1;
	}
	
	.header ul:after {
		content: ".";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	
	.header ul li {
		float: left;
		list-style: none;
	}
	
	.header ul li a {
		float: left;
		height: 42px;
		text-indent: -9999px;
		background-image: url(../Images/nav-all.gif);
		background-repeat: no-repeat;
	}
	
	.header ul li.home a {
		width: 39px;
		background-position: 0 0;
	}
	
		.header ul li.home a:hover,
		.header ul li.home a.selected {
			background-position: 0 -42px;
		}
	
	.header ul li.packing-solutions a {
		width: 117px;
		background-position: -39px 0;
	}
	
		.header ul li.packing-solutions a:hover {
			background-position: -39px -42px;
		}
		
		.header ul li.packing-solutions a.selected,
		.header ul li.packing-solutions a.child-selected {
			background-position: -39px -84px;
		}
	
	.header ul li.conveying-solutions a {
		width: 132px;
		background-position: -156px 0;
	}
	
		.header ul li.conveying-solutions a:hover {
			background-position: -156px -42px;
		}
		
		.header ul li.conveying-solutions a.selected,
		.header ul li.conveying-solutions a.child-selected {
			background-position: -156px -84px;
		}
	
	.header ul li.case-tray-erecting-solutions a {
		width: 209px;
		background-position: -288px 0;
	}
	
		.header ul li.case-tray-erecting-solutions a:hover {
			background-position: -288px -42px;
		}
		
		.header ul li.case-tray-erecting-solutions a.selected,
		.header ul li.case-tray-erecting-solutions a.child-selected {
			background-position: -288px -84px;
		}
	
	.header ul li.services a {
		width: 120px;
		background-position: -497px 0;
	}
	
		.header ul li.services a:hover {
			background-position: -497px -42px;
		}
		
		.header ul li.services a.selected {
			background-position: -497px -84px;
		}
	
	.header ul li.about-automac a {
		width: 168px;
		background-position: -617px 0;
	}
	
		.header ul li.about-automac a:hover {
			background-position: -617px -42px;
		}
	
		.header ul li.about-automac a.selected {
			background-position: -617px -84px;
		}
	
	.header ul li.contact-us a {
		width: 148px;
		background-position: -785px 0;
	}
	
		.header ul li.contact-us a:hover {
			background-position: -785px -42px;
		}
		
		.header ul li.contact-us a.selected,
		.header ul li.contact-us a.child-selected {
			background-position: -785px -84px;
		}
		
		/* second level nav */
		.header ul li ul {
			position: absolute;
			left: 0;
			bottom: 0;
			height: 36px;
			background: #B4CEEB url(../Images/header-line.gif) 100% 100% no-repeat;
			width: 891px;
			padding-left: 42px;
			display: none;
		}
		
		.header ul li.selected ul, .header ul li.child-selected ul {
			display: block;
		}
		
			.header ul li ul li {
				margin-right: 21px;
			}
			
			.header ul li ul li a {
				background: none !important;
				text-indent: 0;
				height: auto;
				width: auto !important;
				color: #1667C2;
				text-transform: uppercase;
				font-size: 0.95em;
				font-weight: bold;
				margin-top: 10px;
				padding-left: 12px;
			}
			
			.header ul li ul li a.selected,
			.header ul li ul li a:hover {
				color: #213246;
				background: url(../Images/nav-sel.gif) 0 50% no-repeat !important;
				text-decoration: none;
			}
	
.footer {
	background: #1667C2;
	padding: 10px 16px 11px;
	color: #FFF;
	clear: both;
	height: 13px;
}

	.footer strong {
		float: left;
	}

	.footer a {
		color: #FFF;
		text-decoration: underline;
	}
	
	.footer a#gw {
		background: transparent url(../Images/greenwire-design.png) no-repeat;
		display: block;
		width: 122px;
		height: 15px;
		text-indent: -9999px;
		float: right;
	}
	
	.ie6 .footer a#gw {
		background: none;
		text-indent: 0;
		width: auto;
		height: auto;
	}
	
	.print-footer {
		display: none;
	}
	
.content {
	background: url(../Images/content-bg.jpg) 100% 0 no-repeat;
	clear: both;
	color: #213246;
	zoom: 1;
	padding-bottom: 50px;
}

	.content h2 {
		color: #213246;
		font-size: 2em;
		font-weight: normal;
		text-transform: uppercase;
		border-left: 39px solid #B4CEEB;
		padding: 44px 0 35px 17px;
	}
	
	.content h2 a {
		font-size: 0.6em;
		margin: 0 0 5px;
		display: block;
	}

.col-a {
	float: left;
	width: 453px;
	margin-right: 25px;
}

	.copy {
		padding-left: 53px;
		zoom: 1;
		
	}
	
	.copy:after {
		content: ".";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	
	.copy h3 {
		margin: 20px 0 10px;
	}
	
	.copy p {
		margin: 0 0 10px;
		line-height: 1.35em;
	}
	
	.copy img.photo {
		margin: 0 0 10px;
		display: block;
	}
	
	.copy ul.list {
		margin: 0 0 15px;
	}
	
		.copy ul.list li {
			margin: 0 0 5px;
			padding-left: 20px;
			background: url(../Images/bullet-blue.gif) 1px 50% no-repeat;
		}
		
	.copy ul.utils {
		border-top: 1px solid #D9DDE2;
		margin: 25px 0;	
	}
	
		.copy ul.utils li a {
			border-bottom: 1px solid #D9DDE2;
			padding: 10px 0 10px 45px;
			font-weight: bold;
			color: #1667C2;
			display: block;
		}
		
		.copy ul.utils li.contact a {
			background: url(../Images/icon-contact-blue.gif) 11px 50% no-repeat;
		}
		
		.copy ul.utils li.location a {
			background: url(../Images/icon-location-map-blue.gif) 11px 50% no-repeat;
		}
		
		.copy ul.utils li.print a {
			background: url(../Images/icon-print-blue.gif) 11px 50% no-repeat;
		}
		
		.copy ul.utils li.pdf a {
			background: url(../Images/icon-pdf-blue.gif) 11px 50% no-repeat;
		}
		
	.copy .vcard {
		line-height: 1.5;
	}
		
	.copy .vcard address {
		font-style: normal;
		float: left;
		margin-right: 30px;
	}
	
	.copy .vcard dl {
		width: 180px;
		float: left;
	}
	
	.ie6 .copy .vcard dl,
	.ie7 .copy .vcard dl {
		float: none;
	}

		.copy .vcard dt {
			float: left;
			clear: both;
			width: 4em;
		}
		
		.copy .vcard dd {
		}
			
/* products */
.product-pods {
	float: left;
	width: 425px;
	padding-top: 44px;
}

	.pod-small {
		width: 183px;
		height: 178px;
		background: url(../Images/pod-small.png) no-repeat;
		padding: 5px 9px 13px;
		float: left;
		margin: 0 5px 5px 0;
	}
	
		.pod-small img {
			display: block;
		}
		
		.pod-small h3 {
			margin: 1px 0 0;
		}
		
			.pod-small h3 a {
				color: #1667C2;
				height: 18px;
				padding-left: 25px;
				padding-top: 3px;
				background: url(../Images/pod-small-arrow-blue.gif) 0 50% no-repeat;
				font: bold 0.9em Arial, Verdana, sans-serif;
				text-transform: uppercase;
				display: block;
			}
			
.product-detail {
	margin-right: 0;
}

	.content .product-detail h2 {
		color: #213246;
	}
	
.product-image {
	float: left;
	/* padding-top: 25px; */
}

	.product-image h3 {
		margin: 20px 0 10px;
	}
	
	.product-image .video {
		padding-left: 40px;
	}
/* /products */

/* about us */
.about-us .copy {
	float: left;
	width: 360px;
	margin-right: 65px;
}

.people {
	float: left;
	width: 400px;
}

	.people .person {
		border-top: 1px solid #7F8D9D;
		padding: 12px 0 15px;
		clear: both;
		zoom: 1;
		line-height: 1.35em;
	}
	
		.people .person .pic {
			float: right;
			padding: 2px 10px 12px;
			margin: 0 0 10px 10px;
			background: url(../Images/pod-xsmall.png) no-repeat;
			position: relative;
			left: 8px;
			zoom: 1;
		}
		
		.people .person h3 {
			font-size: 1.35em;
			margin: 0 0 4px;
		}
		
		.people .person h4 {
			margin: 0 0 8px;
			color: #41566E;
		}
