/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */


/*
	(1) html elements */
body {
	margin: 0;
	padding: 0;
	background-color: #dedcde;
	font-family: verdana, sans-serif;
	font-size: 70%;
	color: #666;
}


a {
	color: #193963;
}


a:hover {
	text-decoration: none;
}


a img {
	border: none;
}


form {
	margin: 0;
	padding: 0;
}


h1 {
	margin: 10px 0;
	color: #15355f;
	font-size: 1.8em;
	padding-bottom:8px;
}


h2 {
	font-size: 1.1em;
	color: #012562;
	margin-bottom: 10px;
}
h2.home {
	font-size: 1.1em;
	color: #012562;
	margin-bottom: 0px;
}


h2.machine {
	color: #9a131f;
	font-size: 1.2em;
	margin-bottom: 10px;
}


h2.machine strong {
	color: #15355f;
	font-size: 1.4em;

}


h2.bag {
	color: #9a131f;
	font-size: 1.2em;
	margin-bottom: 10px;
}


h2.bag strong {
	color: #15355f;
	font-size: 1.4em;
}


h2.solutions {
	font-size: 1.1em;
	color: #012562;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-top: 10px;
}
h3 {
	font-size: 1.0em;
	color: #666;
	margin-bottom: 0px;
	font-weight: bold;
}


#subhead {
	color: #9A724E;
	font-weight: bold;
	margin-bottom: 15px;
	height: 85px;
}
#subhead p {
	padding-top: 10px;
}




p {
	margin: 2px 0 10px 0;
	padding: 0;
}


/*
	(2) global structures */


#main {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bg_main.gif) 0 0 repeat-y;
}


#mastheadold {
	height: 171px;
	background: #fff url(../images/bg_masthead.jpg) 0 0px no-repeat;
	text-align: right;
	overflow: hidden;
}
#masthead {
	border-bottom: 10px solid #fff;
	height: 180px;
	background-image: url(../images/bg_masthead.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	

}

#logoold {
	float: left;
	width: 185px;
}

#logo {
	float: left;
	width: 250px;padding-top:10px;
	
}
#primary-nav {
	list-style: none;
	margin: 0;
	padding: 6px 4px 0 0;
}


#secondary {
	float: left;
	width: 171px;
	padding: 0 12px 0 0;

}


#resources {
	/*background: #fff url(../images/bg_resources.gif) 0 0 no-repeat;*/
	background: #FFF;
}


#primary {
	float: left;
	width: 383px;
	padding: 0 10px 0 12px;
}


#primarylanding {
	float: left;
	width: 553px;
	padding: 0 10px 0 12px;
}


#tertiary {
	float: right;
	width: 181px;
	text-align: center;
}


#footer {
	background-color: #fff;
	text-align: right;
	padding: 10px 0;
	font-size: .9em;
	padding-right: 10px;
}


/*
	(3) formatting for global structures */




#primary-nav td {
	border-right: solid #CCCCCC 1px;
}


#primary-nav td.first {
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
}


#primary-nav td a {
	color: #666;
	text-decoration: none;
}


#primary-nav td a:hover {
	color: #9a131f;
}


#primary-nav td a.active {
	color: #9a131f;
	font-weight: bold;	
}


#primary-nav li {
	display: inline;
	margin: 0;
	padding: 0 0 0 8px;
	background: transparent url(../images/sep_primary_nav.gif) 0 0 no-repeat;
}


#primary-nav li.first {
	background: none;
}


#primary-nav li a {
	color: #666;
	text-decoration: none;
}


#primary-nav li a:hover {
	color: #9a131f;
}


#primary-nav li a.active {
	color: #9a131f;
	font-weight: bold;	
}


#browse-by-industry {
	margin-right: 4px;
	margin-top: 13px;
}




#mastheadold div.featureold {
	/*With Browse By Industry: margin-top: 10px; */
	margin-top: 45px;
	margin-right: 0;
}


#masthead div.feature2 {
	/*With Browse By Industry: margin-top: 10px; */
	margin-top: 64px;
	margin-right: 10px;
}


#masthead div.feature {
	/*With Browse By Industry: margin-top: 10px; */
	text-align:right;
	padding-top: 32px;
	margin-right: 0;
}

#resources h2 {
	margin: 0;
	padding: 9px 0 9px 3px;
}


#resources ul {
	margin-left: 5px;
}


#resources ul li {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 6px;
	padding-left: 32px;
	padding-bottom: 10px;
}


#resources ul #phone { background-image: url(../images/icon_phone.gif) }
#resources ul #email { background-image: url(../images/icon_email.gif) }
#resources ul #email a { font-size: .9em; }
#resources ul #quote { background-image: url(../images/icon_request_quote.gif) }

#resources ul #new { background-image: url(../images/icon_new_to_packaging.gif) }
#resources ul #total-solutions { background-image: url(../images/icon_total_solutions.gif) }
#resources ul #video { background-image: url(../images/icon_video.gif) }


#resources li strong {
	display: block;
	padding-top: 6px;
}


#resources a {
	color: #193963;
	text-decoration: none;
}


#resources a:hover {
	text-decoration: underline;
}




#secondary-nav li {
	display: inline;
}


#secondary-nav li a {

	display: block;
	padding: 7px 0 7px 12px;
	border-bottom: 1px solid #b2b2b2;
	color: #193963;
	text-decoration: none;
	font-weight: bold;
	background-color: #C3CBD4;
}


#secondary-nav li a:hover,
#secondary-nav li a.active {
	/*background-color: #092749;*/
	background-color: #092749;
	border-bottom-color: #5f5349;
	color: #fff;
	font-weight: bold;
}


#secondary-nav li ul {
	margin: 0;
	padding: 0;
	background-color: #E6E9ED;
	padding-bottom: 10px;
	border-bottom: 1px solid #b2b2b2;

}


#secondary-nav li ul li a {
	padding: 2px 0 2px 20px;
	background: #E6E9ED url(../images/bullet_tertiary-nav.gif) 10px 6px no-repeat;
	border: none;
	font-weight: normal;
	color: #193963;
	font-size: .8em;
}


#secondary-nav li ul li a:hover,

#secondary-nav li ul li a.active {
	/*background-color: #bfb6ae;*/
	background-color: #CFD5DD;
	font-weight: normal;
	color: #193963;
}
\#tertiary form {
	margin-bottom: 10px;
}


#tertiary form select {
	width: 175px;
}


#tertiary a.raquo {
	padding-left: 10px;
	background: transparent url(../images/bg_raquo.gif) 0 6px no-repeat;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
}


#tertiary a.raquo:hover {
	text-decoration: underline;
}


#tertiary div.icon {
	padding: 8px 0 12px 45px;
	background-postion: top left;
	background-repeat: no-repeat;
}
#tertiary div.icon.download-pdf { background-image: url(../images/bg_download_pdf_catalog.gif); }
#tertiary div.icon.watch-video { background-image: url(../images/bg_watch_video.gif); }
#tertiary div.icon.cheese-download-pdf { background-image: url(../images/bg_download_pdf_cheese.gif); }
#tertiary div.icon.coffee-download-pdf { background-image: url(../images/bg_download_pdf_coffee.gif); }


/*
	(4) general purpose */


#inline_left {
	float:left; 
	padding-right:5px;
}
 
#caption {
  	clear:both;
	font-size: 90%;
	letter-spacing: -0.5px; 
	margin-bottom: 5px;
	padding-left: 4px;
	width: 180px;
}


ul.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}	


ul.flat li {
	margin: 0;
	padding: 0;
}




ul.adjacent {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.adjacent li {
	display: inline;
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
	height: 1px;
	font-weight: .01em;
	overflow: hidden;
}


table.form {


}


table.form td {
	padding: 0 0 5px 0;
	vertical-align: top;
}


table.form td.label {
	text-align: right;
}


table.form td.element {


}


table.form td.element input {
	width: 80px;
}


table.form #txtZip { width: 37px; }
table.form #txtOrganization,
table.form #txtAddress1,
table.form #txtAddress2,
table.form #txtEmail,
table.form #txtFeedback { width: 240px; }


table.form td.controls {
	text-align: right;
}




table.product-grid {


}


table.product-grid td {
	font-weight: bold;
	font-size: .9em;
	color: #08284d;
	text-align: center;
	vertical-align: top;
}


table.product-grid td a {
	text-decoration: none;
}




table.split-facts {


}


table.split-facts td {
	width: 160px;
	vertical-align: top;
}


table.split-facts th {
	color: #15355f;
	text-align: left;
	font-size: 1.1em;
	padding-bottom: 10px;
}


table.split-facts th.a {
	padding-right: 15px;
	border-right: 1px solid #b2b2b2;
}


table.split-facts td.a {
	width: 145px;
	padding-right: 5px;
	border-right: 1px solid #b2b2b2;
}


table.split-facts td.b {
	width: 160px;
}


table.split-facts th.b {
	padding-left: 15px;
}


table.split-facts td.b {
	padding-left: 15px;
}


table.split-facts a {
	color: #666;
	text-decoration: none;
}


table.split-facts p.icon {
	clear: both;
	margin-bottom: 20px;
}


table.split-facts td td {
	width: 100%;
	vertical-align: middle;
	padding-bottom: 10px;
}
table.split-facts td.icon {
	width: 55px;
}




/*
	UTILITY
*/
.pad-right 	{ padding-right: 10px; }
.pad-left 	{ padding-left: 10px; }
.pad-top 	{ padding-top: 10px; }
.pad-bottom { padding-bottom: 10px; }


.f-left 	{ float: left; margin-right: 10px; }
.f-right 	{ float: right; margin-left: 10px; }


.clear 		{ clear: both; height: 1px; overflow: hidden; font-size: .01em; }
.notetop {
	width: 172px;
	padding-left: 1px;
}
.notemiddle {
	/*background-color: #B2C8E3;*/
	background-image: url(../images/postit-middle.jpg);
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10px;
	color: #666666;
	text-align: left;
}
.notebottom {
	width: 172px;
}
#newviking {
	height: 70px;
	width: 200px;
	padding: 5px;
}
#newviking a:link, #newviking a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D62C12;
	padding-right: 5px;
	padding-left: 5px;
}
#newviking a:hover{
	color: #D62C12;
	text-decoration:underline;
}
.vikingnew{
	font-size: 12px;
	font-weight: bold;
	color: #D62C12;
	/*text-decoration:none;*/
}
.vikingnew a:link, .vikingnew a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #D62C12;
}
.vikingnew a:hover{
	color: #D62C12;
	text-decoration: underline;
}
.coffeethumbs{text-align:left; float:left; width:450px; padding-bottom: 10px;}

.boldred {font-size: 14px; font-weight: bold; color: #FF0000;padding-bottom: 5px;}
