@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - CSS RESET */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border:none;
}
/* - - - - - - - - - - END of the CSS RESET */


/* - - - - - - - - - - MISC BASE STYLES*/

body {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
}

/* - - - - - - - - - - LAYOUT DIVs */
#container {
	width:100%;
	background: #fffbf8 url(../../images/bkg_all_pages.jpg) repeat-x;
}
#container #header_container {
	width:100%;
}
#container #header_container #header {
	margin:0 auto;
	width:960px;
	/*border:1px dotted red;*/
	height:159px;
	background: url(../../images/bkg_header.jpg) no-repeat;
	margin-bottom:30px;
	position: relative;
}
#container #header_container #header #focusarea {
	/*border:1px dotted #fff;*/
	height:200px;
	width:100%;
	position: relative;
	top: 201px;
}
#container #header_container #header #nav {
	/*border:1px dotted #fff;*/
	position: relative;
	top:105px;
	left:255px;
	width:700px;
	overflow:hidden;
}

/* - - - - - - - - - - NAV STYLES*/
#container #header_container #header #nav ul {
	padding-left: 0;
	margin-left: 0;
	color: #dedede;
	float: left;
	width: 100%;
	font: normal 12px/13px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#container #header_container #header #nav ul li {
	display: inline;
	background: #9d9d9d;
}
#container #header_container #header #nav ul li a {
	padding: 1.1em 1.1em;
	color: #dedede;
	text-decoration: none;
	float: left;
	margin-right: 1px;
	background: #9d9d9d url(../../images/bkg_btn_OFF.gif) repeat-x;
	text-align:center;
}
#container #header_container #header #nav ul li a:hover {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.home #container #header_container #header #nav ul li #home {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.about #container #header_container #header #nav ul li #about {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.products #container #header_container #header #nav ul li #products {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.technology #container #header_container #header #nav ul li #technology {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.quality #container #header_container #header #nav ul li #quality {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.news #container #header_container #header #nav ul li #news {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.glossary #container #header_container #header #nav ul li #glossary {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

.contact #container #header_container #header #nav ul li #contact {
	color: #333;
	background: #9d9d9d url(../../images/bkg_btn_ON.gif) repeat-x;
}

/* - - - - - - - - - - END NAV STYLES*/

#container #content_container {
	width:100%;
}
#container #content_container #content {
	margin:0 auto;
	width:960px;
}

#container #content_container #content #col_right {
	float:left;
	width:550px;
}
#container #content_container #content #col_mid {
	float:left;
	width:130px;
	margin-right:15px;
}

#container #content_container #content #col_mid ul {
	margin:0;
	padding:0;
	list-style:none;
}

#container #content_container #content #col_mid li {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	/*text-transform: capitalize;*/
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px solid #ede5d0;
}

#container #content_container #content #col_mid li .nav_note {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	margin:11px;
	color:#333;
}

#container #content_container #content #col_mid li a {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	padding-left:11px;
	background: url(../../images/bug_subnav_OFF.gif) no-repeat 0px 3px;
}

#container #content_container #content #col_mid li a:hover,
.value #container #content_container #content #col_mid li a#sub_value,
.benefits #container #content_container #content #col_mid li a#sub_benefits,
.company_history #container #content_container #content #col_mid li a#sub_company_history,

.original #container #content_container #content #col_mid li a#sub_original,
.x2 #container #content_container #content #col_mid li a#sub_x2,
.ttop #container #content_container #content #col_mid li a#sub_ttop,
.technical_guidelines #container #content_container #content #col_mid li a#sub_technical_guidelines,
.marketing #container #content_container #content #col_mid li a#sub_marketing,
.packaging #container #content_container #content #col_mid li a#sub_packaging,

.process #container #content_container #content #col_mid li a#sub_process,
.materials #container #content_container #content #col_mid li a#sub_materials,
.printing #container #content_container #content #col_mid li a#sub_printing,
.recyclable #container #content_container #content #col_mid li a#sub_recyclable,
.extraction #container #content_container #content #col_mid li a#sub_extraction,

.certification #container #content_container #content #col_mid li a#sub_certification,
.manufacturing #container #content_container #content #col_mid li a#sub_manufacturing,
.qa_testing #container #content_container #content #col_mid li a#sub_qa_testing,

.testimonials #container #content_container #content #col_mid li a#sub_testimonials,
.news_studies #container #content_container #content #col_mid li a#sub_news,
.tradeshows #container #content_container #content #col_mid li a#sub_tradeshows,

.taint #container #content_container #content #col_mid li a#sub_taint,
.closures #container #content_container #content #col_mid li a#sub_closures,
.certifications #container #content_container #content #col_mid li a#sub_certifications,

.distribution #container #content_container #content #col_mid li a#sub_distribution
{
	background: url(../../images/bug_subnav_ON.gif) no-repeat 0px 3px;
	color:#95459a;
}

#container #content_container #content #col_mid ul.disb_lists {
	margin:0;
	padding:25px 0;
	list-style:none;
}



#container #content_container #content #col_left {
	float:left;
	width:240px;
	min-height:550px;
	margin-right:15px;
	background-image:url(../../images/quotes/rotate.php);
	background-color:#f1ead9;
}

#container #content_container #content #col_left p.quote {
	font: normal 22px/48px Georgia, "Times New Roman", Times, serif;
	margin:11px 39px;
	padding-bottom:11px;
	border-bottom:1px solid #d3c6a2;
}

#container #content_container #content #col_left p.quotename {
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
	margin: 0px 39px ;
}

/* - - - - - - - - - - MAIN BODY CONTENT STYLES*/

#container #content_container #content #col_right h1 {
	font: normal 30px/26px Arial, Helvetica, sans-serif;
	/*text-transform: capitalize;*/
	margin: 0px;
	padding-bottom: 7px;
	letter-spacing: -.04em;
}

#container #content_container #content #col_right h2 {
	color: #95459a;
	letter-spacing: .13em;
	padding-top: 9px;
	padding-bottom: 5px;
	font: bold 18px/16px Arial, Helvetica, sans-serif;
	/*text-transform: capitalize;*/
}

#container #content_container #content #col_right h3 {
	color: #95459a;
	padding-top: 9px;
	padding-bottom: 5px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
}

#container #content_container #content #col_right h4 {
	padding-top: 9px;
	padding-bottom: 0;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

#container #content_container #content #col_right p {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 10px;
}

#container #content_container #content #col_right b {
	font-weight: bold;
}

/*#container #content_container #content #col_right ul li {
	font: normal 12px/2opx Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 0px;
	list-style-type:circle;
	margin-left: 25px;
	width: 80%;
	line-height: 20px;
}*/

#container #content_container #content #col_right ol li {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 0px;
	margin-left: 35px;
	width: 80%;
	/*line-height: 20px;*/
}

#container #content_container #content #col_right table {
	/*padding: 15px;*/
	/*border: 1px solid #000;*/
	width: 95%;
	/*margin-left: 0px;*/
}

#container #content_container #content #col_right td {
	padding: 5px;
	/*width: 90%;
	margin-left: 20px;*/
}

#container #content_container #content #col_right table.color_table {
	padding: 0px;
	border: 0px solid #000;
	vertical-align: top;
}


#container #content_container #content #col_right td.color_swatches {
	border:0 solid white;
	width:55px;
	vertical-align: top;
}

#container #content_container #content #col_right td.color_swatches p {
	 line-height:11px;
	 vertical-align: top;
}

#container #content_container #content #col_right ul {
list-style: none;
margin:9px 0;
padding:0;
}

#container #content_container #content #col_right ul li {
	color: #000;
	padding-bottom: 7px;
	line-height: 14px;
	margin-left:15px;
	padding-left: 11px;
	background-image:url(../../images/bug_subnav_ON.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

#container #content_container #content #col_right em {
	font-style:italic;
	color: #F00;
}

/*#container #content_container #content #col_right i {
	font-style:italic;
	color: #F00;
}*/

#container #content_container #content #col_right a {
	color:#95459a;
	text-decoration: underline;
}

#container #content_container #content #col_right a:hover {
	color:#000;
	text-decoration: none;
}

#container #content_container #content #col_right .distrib_div {
	width:90%;
	margin:0;
	padding:11px;
	border-bottom:1px solid #f1ead9;
	background-color:#FFF;
}


/* - - - - - - - - - - FOOTER and SPOTLIGHTS STYLES*/

#container #footer_container {
	margin-top:30px;
	width:100%;
	height:255px;
}
#container #footer_container #spotlights {
	margin:0 auto;
	width:960px;
	border-bottom:1px solid #CCC;
	background: #505051 url(../../images/bkg_footer_focus_top.jpg) repeat-x top;
	overflow:hidden;
}
#container #footer_container #spotlights .spotlight {
	width:239px;
	float:left;
	border-right:1px solid #ccc;
}
#container #footer_container #spotlights .spotlight a {
	color: #FFF;
}
#container #footer_container #spotlights .spotlight a:link {
	color: #FFF;
	padding-left:17px;
	background: url(../../images/bug_links.gif) no-repeat;
}
#container #footer_container #spotlights .spotlight a:visited {
	color: #CCC;
	padding-left:17px;
	text-decoration: none;
	background-image:url(../../images/bug_links.gif);
	background-repeat:no-repeat;
}
#container #footer_container #spotlights .spotlight a:hover {
	color: #e6bde9;
	padding-left:17px;
	background-image:url(../../images/bug_links.gif);
	background-repeat:no-repeat;
}
#container #footer_container #spotlights .spotlight a:active {
	color: #CCC;
	padding-left:17px;
	text-decoration: none;
}
#container #footer_container #spotlights .spotlight h1 {
	margin-top:15px;
	margin-left:21px;
	color:#FFF;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
}
#container #footer_container #spotlights .spotlight p {
	margin:2px 17px 21px 21px;
	padding:0px;
	color:#FFF;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
#container #footer_container #footer {
	margin:0 auto;
	width:960px;
	background: #505051;
	height:167px;
}

#container #footer_container #footer a:link {
	color: #ccc;
	text-decoration: none;
}

#container #footer_container #footer a:visited {
	color: #666;
	text-decoration: none;
}

#container #footer_container #footer a:hover {
	color: #fff;
	text-decoration: none;
}

#container #footer_container #footer a:active {
	color: #333333;
	text-decoration: none;
}

#container #footer_container #footer .footer_left {
	float:left;
	width:197px;
	padding:15px 21px;
}
#container #footer_container #footer .footer_left p {
	color:#CCC;
	font-size: 11px;
	line-height: 13px;
	padding-bottom:7px;
}
#container #footer_container #footer .footer_right {
	float:right;
	width:640px;
	margin-right:75px;
	padding:15px 0px;
	color:#CCC;
	background: url(../../images/bkg_footer_closures.gif) no-repeat 0px 0px;
}
#container #footer_container #footer .footer_right p {
	color:#CCC;
	font-size: 11px;
	line-height: 13px;
	margin-left: 75px;
	margin-bottom:21px;
	padding-bottom:7px;
	border-bottom:1px solid #999;
	
}


/* - - - - - - - - - - PRODUCT TABLES */

#container #content_container #content #col_right table.table_product {
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#f1ead9;
}

#container #content_container #content #col_right td.table_product {
	padding:15px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

#container #content_container #content #col_right td.table_product ul {
	list-style: none;
	margin:0;
	padding:0;
}

#container #content_container #content #col_right td.table_product li {
	padding-bottom: 7px;
	color: #000;
	line-height: 14px;
	margin-left:0;
	padding-left: 0;
	background:none;
}


/* - - - - - - - - - - SPEC and DETAIL TABLES */

#container #content_container #content #col_right table.spec_details {
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#f1ead9;
}

#container #content_container #content #col_right td.spec_details {
	padding:15px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

#container #content_container #content #col_right td.spec_details ul {
	list-style: none;
	margin:0;
	padding:0;
}

#container #content_container #content #col_right td.spec_details li {
	padding-bottom: 7px;
}


/* - - - - - - - - - - TRADESHOWS TABLES */

#container #content_container #content #col_right table.tradeshows {
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#f1ead9;
}

#container #content_container #content #col_right td.tradeshows {
	padding:11px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

/* FOR CMS */

table.tradeshows {
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#f1ead9;
}

td.tradeshows {
	padding:11px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

#meetingList h2 {
	color: #95459a;
	letter-spacing: .13em;
	padding-top: 9px;
	padding-bottom: 5px;
	font: bold 18px/16px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#meetingList h3 {
	color: #95459a;
	padding-top: 9px;
	padding-bottom: 5px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
}

/* END CMS */


/* - - - - - - - - - - Testimonials and Names */

#container #content_container #content #col_right p.testimonials {
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	
}

#container #content_container #content #col_right p.name {
	color:#666;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	text-align: right;
}

/* - - - - - - - - - - STYLE COMMENT HEADLINE */


