@import url('reset.css');


/* ----- GLOBAL ----- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #000;
	background: #771a3b url('/images/bg_body.gif') repeat-x 0 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

small,
cite {
	font-size: 0.75em;
	font-style: italic;
}


/* ----- STRUCTURAL ----- */

div#container {
	margin: 0 auto;
	padding: 0 0;
	width: 800px;
}

div#header {
	position: relative;
	height: 457px;
}

div#header #slideshow {
	position: absolute;
	height: 285px;
	right: 0;
	top: 172px;
	background: #fff;
}

div#header #slideshow div#photos {
	float: left;
	width: 535px;
	height: 285px;
}

div#header #slideshow div#photos img {
	width: 535px;
	height: 285px;
}

div#main {
	clear: left;
	padding: 10px 31px 30px;
	width: 738px;
	font-size: 0.75em;
	background: #fff;
}

div#content {
	float: left;
	width: 504px;
}

div#sidebar {
	width: 203px;
	margin-left: 31px;
	float: right;
}


/* ----- LOGO ----- */

h1#logo, h2#tagline {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

h1#logo {
	position: absolute;
	width: 488px;
	height: 99px;
	left: 0;
	top: 30px;
	margin-left: -23px;
}

h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/h1_heritage-packaging-logo.gif') no-repeat 0 0;
	text-indent: -5000px;
}


/* ----- HEADER ----- */

div#header img.machine {
	position: absolute;
	right: 0;
	top: 8px;
	margin-right: -32px;
	z-index: 5;
}

div#header #slideshow h2#tagline {
	float: right;
	width: 205px;
	padding: 54px 30px 15px 30px;
	font-family: Georgia;
	font-size: 1.125em;
	font-style: italic;
	line-height: 133%;
	color: #333;
}

div#header #slideshow a {
	float: right;
	width: 235px;
	font-size: 0.8125em;
	text-decoration: none;
	color: #333;
}

div#header #slideshow a:hover {
	text-decoration: underline;
	color: #000;
}


/* ----- NAVIGATION ----- */

ul#navigation {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 36px;
	list-style-type: none;
	background: #451022 url('/images/bg_navigation.gif');
}

ul#navigation li {
	float: left;
	margin: 0;
	padding: 0;	
	line-height: 28px;
}

li#home {
	width: 108px;
}

li#products-services {
	width: 201px;
}

li#proven-solutions {
	width: 181px;
}

li#quick-references {
	width: 182px;
}

li#about-us {
	width: 128px;
}

ul#navigation li a {
	display: block;
	width: 100%;
	height: 28px;
	color: #FFF;
	font-size: 0.8125em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-bottom: 8px solid #fff;
}

ul#navigation li a:hover,
ul#navigation li.current a {
	border-bottom: 8px solid #ddb01c;
	background: #333;
}


/* ----- MAIN ----- */

div#content h1,
div#content h2,
div#content h3,
div#content h4 {
	margin: 1.0em 0;
}

div#content h1 {
	font-size: 2.0em;
}

div#content h2 {
	font-size: 1.75em;
	line-height: 1.25em;
	margin-top: 1.6875em;
}

div#content h3 {
	margin-top: 2.4em;
}

div#content h3,
div#sidebar h3 {
	display: block;
	padding-bottom: 0.25em;
	font-size: 1.25em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #c5c5c5;
}

div#content h4 {
	font-size: 1.0em;
	margin-top: 2.0em;
}


div#main a,
div#main a:visited {
	color: #771a3b;
}

div#main a:hover {
	color: #99224c;
}

div#content p {
	text-align: justify;
}

div#content ul {
	padding-bottom: 0.25em;
}

div#content ul li {
	margin-bottom: 1.0em;
}

div#content ul#examples {
	margin: 1.0em -30px -30px 0;
	padding: 0px;
	list-style-type: none;
	width: 534px;
}

div#content ul#examples li {
	float: left;
	display: block;
	height: 139px;
	width: 139px;
	margin: 0 30px 30px 0;
	padding: 9px 0px 0px 9px;
	background: url('/images/bg_examples.gif') top left no-repeat;
}

div#content ul#examples a {
	float: left;
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	overflow: hidden;
}

div#content ul#examples a img {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

a.video {
	padding-left: 20px;
	background: transparent url('/images/icon-movie.png') 0px 0px no-repeat;
}

/* ----- SIDEBAR ----- */

div#sidebar h3 {
	padding-top: 5.4875em;
	color: #878686;
}

div#sidebar ul {
	width: 218px;
	margin: 0;
	margin-right: -15px;
	padding: 0;
	list-style-type: none;
}

div#sidebar ul li {
	margin-bottom: 0.75em;
}

div#sidebar ul a {
	display: block;
	font-size: 0.75em;
	line-height: 133% !important;
	text-decoration: none;
}

div#sidebar ul a:hover {
	text-decoration: underline;
}

div#sidebar small strong {
	color: #000;
	font-style: normal;
}

div#sidebar span#go-back {
	display: block;
	margin-top: 11.5em;
	font-size: 0.75em;
	font-style: italic;	
}

div#sidebar span#go-back2 {
	display: block;
	margin-top: 3.75em;
	font-size: 0.75em;
	font-style: italic;	
}

div#sidebar span#go-back a,
div#sidebar span#go-back2 a {
	text-decoration: none;
}

div#sidebar span#go-back a:hover,
div#sidebar span#go-back2 a:hover {
	text-decoration: underline;
}

/* ----- FOOTER ----- */

div#footer {
	margin-bottom: 16px;
}

div#footer p {
	font-size: 0.6875em;
	text-align: center;
}

div#footer p,
div#footer a {
	color: #FFF;
}