/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #9eb0c1; color: #fff; text-shadow: none; }
::selection { background: #9eb0c1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #063765; font-weight: bold; text-decoration: none; }
a:visited { color: #063765; }
a:hover { color: #063765;  text-decoration: underline; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	background: url('../graphics/layout/bg_body.gif') repeat top left #e1e1de;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6f6f6f;
	}

.wrap {
	width: 960px;
	margin: 0 auto;
	background: #f5f5f5;
	}
	
h1{font-size: 24px; margin: 0 0 .67em 0; line-height: 1.2em; color: #6f6f6f;}
h2{font-size: 20px; font-weight: bold; font-style: italic; color: #616161; margin: 0 0 .75em 0; line-height: 1.2em;}
h3{font-size: 18px; font-weight: normal; color: #6f6f6f; margin: 0 0 .83em 0; line-height: 1.2em;}
h4{font-size: 14px; font-weight: normal; margin: 0 0 1em 0; line-height: 1.2em; color: #6f6f6f;}
h5{font-size: 13px; margin: 0 0 1.5em 0; line-height: 1.2em;}
h6{font-size: 12px; margin: 0 0 1.67em 0; line-height: 1.2em;}
	
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}
	
/* =============================================================================
   Header
   ========================================================================== */
   header {
   	background: url('../graphics/layout/bg_header.png') no-repeat top left;
   	width: 960px;
	height: 110px;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 30px;
	position: relative;
   	}

#logo {
padding-left: 20px;
}


#topnav {
	position: absolute;
	top: 0;
	right: 30px;
	text-align: right;
	background: url('../graphics/layout/bg_quicklinks.png') no-repeat top right;
	width: 744px;
	height: 40px;
	}
	
	#topnav ul { list-style: none; padding: 0 50px 0 0; margin: 0; }
	#topnav ul li {
		display: inline-block;
		line-height: 40px;
		padding: 0 20px;
		}
		#topnav ul li a {
			font-size: 10px;
			font-weight: bold;
			color: #315a7f;
			text-transform: uppercase;
			letter-spacing: 1px;
			}
	
	
	
#socialmedia {
	position: absolute;
	bottom: 17px;
	right: 95px;
	text-align: right;
	font-style: italic;
	}
	
	#socialmedia ul { list-style: none; padding: 0; margin: 0; }
	#socialmedia ul li {
		display: inline-block;
		padding: 0 3px;
		line-height: 5px;
		}
   	
#socialmedia .content_image_box {
	background:none !important;
	
}
   /* =============================================================================
  PrimaryNav
   ========================================================================== */
   
   nav {
   	background: url('../graphics/layout/bg_nav.gif') top left transparent repeat;
	height: 50px;
	z-index: 25000;
	position: relative;
	padding-left: 70px;
   	}
   	
   	nav ul {
   		margin: 0;
   		padding-left: 4px;
   		list-style: none;
   		height: 50px;
   		text-align: left;
   		}
   		nav ul li {
			display: inline-block;
			line-height: 49px;
			padding: 0;
			width: 184px;
			text-align: center;
			position: relative;
			background: url('../graphics/layout/bg_nav_divider.gif') center right no-repeat;
			margin-left: -4px;
			}
   			nav ul li a, nav ul li a:visited {
   				font-size: 14px;
   				font-weight: normal;
   				color: #BCD7E8;
   				text-decoration: none;
   				background: none;
   				}

	nav ul li:hover {
		 background: url('../graphics/layout/bg_nav_divider.gif') center right no-repeat #063765;
		 text-decoration: none;
		}
		
		nav ul li a:hover, nav ul li:hover a {
			color: #dfe4e8;
			text-decoration: none;
			}

nav ul li.first {
	width: 0;
	padding: 17px 0;
	}

		/*----------------- Second Tier ---------------------*/
		nav ul li ul {
			position: absolute;
			left: 0;
			top: 48px;
			height: auto;
			width: auto;
			background: #2D2D2D;
			padding: 20px;
			visibility: hidden;
			text-align: left;
			width: 143px;
			}
			nav ul li ul li {
				display: block;
				background: none;
				padding: 3px 10px;
				position: relative;
				border-right: 0 none;
				line-height: 16px;
				text-align: left;
				}
				
				nav ul li ul li:hover, nav ul li ul li a:hover {
					background: none;
					}
								
				nav ul li ul li a {
					color: #9c9c9c;
					font-weight: normal;
					font-size: 12px;
					white-space: nowrap;
					}
					nav ul li ul li a:hover {
						color: #fff;
						}
		
   /* =============================================================================
  Spotlight
   ========================================================================== */			

	#spotlight {	
		float: right;
		width: 559px;
		height: 262px;
		position: relative;
		margin: 0 auto;
		background: url('../graphics/layout/bg_spotlight.png') left bottom no-repeat transparent;
		}
		
		#spotlight ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 559px;
		height: 260px;
		}
		
		#spotlight ul li {
			display: inline-block;
			}
		
#spotlight .content_image_box {
	border: none;
	background: none;
	}
	
#spotlight .content_image img {
	margin: 0px;
	}
	
	#spotlight .collection_item_label {
		display: none;
		}
		
		
   /* =============================================================================
  Products
   ========================================================================== */	
	#products {
		background: url('../graphics/layout/bg_products.gif') no-repeat top left;
		width: 401px;
		height: 262px;
		float: left;
		}
		
		#products ul { 
			list-style: none;
			margin: 0;
			padding: 13px 20px 13px 100px;
			overflow: hidden;
			}
			
			#products ul li {
				height: 52px;
				padding-top: 10px;
				padding-left: 70px;
				}


#products ul li.labels {
	background: url('../graphics/labels.png') center left no-repeat;
	}
	
#products ul li.cartons {
	background: url('../graphics/cartons.png') center left no-repeat;
	}
	
#products ul li.flexible {
	background: url('../graphics/flexible.png') center left no-repeat;
	}
	
#products ul li.other {
	background: url('../graphics/other.png') center left no-repeat;
	}


#products .collection_item_label {
	font-size: 12px;
	font-weight: bold;
	color: #315a7f;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	#products .collection_item_label a { color: #315a7f; }
		
#products .collection_item_description {
	font-size: 12px;
	font-style: italic;
	color: #738da6;
	}
	#products .collection_item_description a { color: #738da6; }
	
	#products .collection_item_description p { margin: 0; }

/* some overrides to compensate for the fdp core ... */ 

#products ul li {
padding-left:0px;
clear:both;
padding-top:4px;
}
#products .content_image_box {
background:none;
}
#products .align_image_left {
    margin: -1px 15px 0 0;
}

   /* =============================================================================
	Main Content Area
   ========================================================================== */		
 
 #tagline h1, #tagline h2, #tagline h3, #tagline h4, #tagline h5, #tagline h6 {
 	font-size: 18px; 
 	font-weight: normal; 
 	margin: 0 0 1em 0; 
 	line-height: 1.2em; 
 	color: #6f6f6f;
 	} 	
 
#main {
	min-height: 352px;
	padding-top: 30px;
	width: 480px;
	padding-left: 70px;
	padding-right: 50px;
	float: left;
	}

#col1, #col2 { float: left; }

#col1 {
	width: 224px;
	}  

#col2 {
	width: 220px;
	padding-left: 36px;
	}
	
/* --------------------- NEWS SECTION --------------------- */
	
#news { 
	float: left;
	width: 300px;
	padding: 30px;
	}
	
	#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
		font-size: 12px;
		color: #6f6f6f;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-bottom: 10px;
		padding-left: 18px;
		background: url('../graphics/layout/bg_news_headline.gif') left bottom no-repeat;
		}

#news ul {
	padding-left: 15px;
	margin: 2em 0;
	}		
	#news ul li {
		list-style-image:url('../graphics/layout/footer_bullet.jpg') !important;
		}
		
	#news .content_news_article_headline, #news .content_news_article_headline a {
		color: #063765;
		text-decoration: underline;
		background: none;
		padding: 0;
		text-transform: none;
		letter-spacing: 0;
		font-weight: normal;
		line-height: 18px;
		}
		
	#news .content_news_article_by_line {
		color: #9b9b9b;
		font-style: normal;
		}
		
	#news .news_archives a {
		color: #063765;
		text-decoration: none;
		font-weight: normal;
		padding-left: 15px;
		}

 /* =============================================================================
		Internal
   ========================================================================== */	
   	
   	#content {
   		float: left;
   		width: 490px;
   		padding: 0px 70px;
   		margin: 2em 0;
   		}
   		
   		#content h1 { font-size: 24px; font-weight: normal; line-height: 24px; color: #484848; font-style: normal; }
   		#content h2 { font-size: 18px; font-weight: normal; line-height: 24px; color: #484848;  font-style: normal; }
   		#content h3, #content h4 { font-size: 14px; font-weight: bold; line-height: 14px; color: #484848; }
   		#content h5, #content h6 { font-size: 12px; font-weight: bold; line-height: 14px; color: #484848; }
   
      
#subnav {
	float: left;
	width: 260px;
	margin: 2em 0;
	padding-right: 70px;
	}
	
	#subnav h1, #subnav h2, #subnav h3, #subnav h4, #subnav h5, #subnav h6 {
		font-size: 12px;
		color: #6f6f6f;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-bottom: 10px;
		padding-left: 18px;
		background: url('../graphics/layout/bg_news_headline.gif') left bottom no-repeat;
		}
   
   #subnav ul {
	padding: 0 0 0 15px;
	margin: 0;
	}
	
	#subnav ul li {
		line-height: 24px;
		list-style-image:url('../graphics/layout/footer_bullet.jpg') !important;
		}
		
		#subnav ul li a {
			font-size: 14px;
			padding: 10px 10px;
			color: #365776;
			text-decoration: none;
			font-weight: normal;
			}
			#subnav ul li a:hover, #subnav ul li.current a {
				color: #222;
				}

		
		#subnav ul li ul {
			background: none;
			width: auto;
			padding: 10px 20px;
			list-style: none;
			}
			
			#subnav ul li ul li {
				line-height: 20px;
				list-style-image: none !important;
				}
				
				#subnav ul li ul li a, #subnav ul li.current ul li a {
					font-size: 12px;
					font-weight: normal;
					padding: 0;
					color: #063765;
					}

		#subnav ul li ul li a:hover, #subnav ul li ul li.current a {
				color: #222;
				}
a.current {
    color: #000000 !important;
}				

   /* =============================================================================
	Footer
   ========================================================================== */				
   
   #footer {
   	background: url('../graphics/layout/bg_footer.gif') repeat-x top left;
	width: 820px;
	min-height: 100px;
	margin: 0 auto;
	padding: 0 70px;
   	}

   	#footer .contactinfo {
   		float: left;
		width: 600px;
		padding-top: 29px;
		padding-left: 100px;
		font-size: 12px;
		color: #b2b2b2;
		background: url('../graphics/layout/logo_footer.gif') left 26px no-repeat;
   		}
   		#footer .contactinfo  a {
   			color: #b2b2b2;
   			font-size: 12px;
   			text-decoration: underline;
   			font-weight: normal;
   			}
   			#footer .contactinfo a:hover {
 				color: #b2b2b2;
 				}
 		#footer .webtitle a {
 			font-weight: bold;
 			text-decoration: none;
 			}
   				
   		#footer img {
   			padding: 0 5px;
   			}
 
 
 .footer_right {
 	float: right;
	width: 120px;
	padding-top: 16px;
	text-align: right;
	color: #b2b2b2;
	font-size: 12px;
	}

   	
/* =============================================================================
   Core CSS Fixes
   ========================================================================== */
   .content_image_box {
		border: none;
		background: #e1e1e1;
		}
   
   
   
   
/* =============================================================================
   Browser Fixes
   ========================================================================== */
.ie7 #topnav ul li {float: right; }
.ie7 #socialmedia ul li { float: left; line-height: 24px;}
.ie7 nav ul li:hover a { background: none; color: #dfe4e8; }
.ie7 nav ul li ul li a:hover { color: #fff; }
.ie7 #products ul li { padding-top: 5px; }
.ie7 #spotlight ul { overflow: hidden; }

.ie9 nav ul li a:hover { color: #dfe4e8; background: none; }
.ie9 nav ul li:hover a { background: none; color: #dfe4e8; }
.ie9 nav ul li ul li a:hover { color: #fff; }

.ie9 nav ul li a {padding:20px;} 

   
   
   
   

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
