@charset "utf-8";

/* 
=== header ====== 
--- sub-header ------ 
*/

/* === All pages ====== */
ul{
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/background_stripe.png) repeat #AECBDC;
	padding: 0;
}

h1{
	font-size: 0.75em;
	margin: 0px;
}
h2{
	font-size: 1.3em;
}
h3{
	margin: 25px 0px 0px 0px;
	color: #486299;
}
h4{
	margin-top:	0;
	margin-bottom: 0.25em;
}
h5{}

.bullets{
	padding-left: 5%;
}
.bullets li{
	margin-top: 3px;
}

#ccontainer {
	height: 100%;
	max-width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

#header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	position: relative;
}

#header img{
	height: auto;
	max-width: 100%;
	display: block;
}

#main {
	height: inherit;
	margin: 0;
	background-color: #FFF;
	font-size: 0.875em;
	float: left;
	width: 100%;
}

#media{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
#media iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    /*margin-top: -5000px;*/
    /*margin-left: -50%;*/
    padding-top: 5%;
    z-index: 99;
}
#overlay img{
	max-width: 85%;
	max-height: 600px;
}
#overlay p{
	color: #fff;
}

/* === classes ====== */

/* for images in body text */
.body_img{
	max-width: 100%;
	height: auto;
}

.button {
    border: 1px solid #989898;
    color: #fff;
    cursor: pointer;
    font-size: 0.8125em;
    font-weight: bold;
    height: 30px;
    width: auto;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	box-shadow: 2px 2px 2px #CCC;
    text-shadow: 1px 1px 1px #666666;
    background-image: -moz-linear-gradient(19% 75% 90deg,#99CC33, #ABE539);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ABE539), to(#99CC33));
    background-color: #99cc33;
    -webkit-border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}
.button img{
	padding: 0 7px 0 5px;
	margin-bottom: -15px;
}
.button:hover{
	border: 1px solid #555;
}


.notfound_box{
	position: relative;
	height: auto;
	width: auto;
}
.notfound_text{
    height: auto;
    width: 90%;
    float: left;
    padding: 0 25px 25px 25px;
    margin-top: 15px;
    border: 1px solid #90C1DD;
    background: #E8F4Fb;
    margin-left: auto;
    margin-right: auto;
}
.notfound_img{
    position: absolute;
    top: -20px;
    right: -90px;
    width: 90%;
}


/* --- illuminated objects ------ */
#text-left{ 
	text-align: left;
}
.illuminate{
	height: auto;
	width: 95%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #90C1DD;
	background: #E8F4Fb;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
.illuminate span{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #444;
}

.illuminate2{
	height: auto;
	width: 95%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #D9D9D9;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: -moz-linear-gradient(19% 75% 90deg,#EDEDED, #F6F6F6);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F6F6), to(#EDEDED));
	background-color: #EDEDED;
}
.illuminate2 span{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #444;
}
.illuminate2 ul{
	list-style: none;
}

#important{
	border: 1px solid #FF7722;
	background: #FFCC99;
}

.quote{
	height: auto;
	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #90C1DD;
	background: #E8F4Fb;
}
.quote-text{
	font-size: 1.1em;
	font-style: italic;
	color: #444;
	display: block;
}
.quote-name{
	font-size: 1.2em;
	color: #555;
}

.full-border-r{
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.one-shadow {
	-webkit-box-shadow: 0 5px 6px -6px black;
	   -moz-box-shadow: 0 5px 6px -6px black;
	        box-shadow: 0 5px 6px -6px black;
}

.centered{
	text-align: center;
}

/* --- nav bar ------ */
#nav_container {
    height: 36px;
	width: 100%;
	margin: 0 0 10px 0;
	background-image: -moz-linear-gradient(19% 75% 90deg,#2a3471, #3D487E);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D487E), to(#2A3471));
	background-color: #2A3471;
}
#nav {
	float: left;
	height: 100%;
	width: auto;
	font: bold 0.65em Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 5;
}
#nav li {
	float: left;
	height: 100%;
	width: auto;
	display: inline;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}
#nav a {
	display: block;
	height: 16px;
	width: auto;
	padding: 10px 10px 10px 10px;
	color: white;
	text-decoration: none;
}
#nav a:hover {
	background: #E8F4Fb;
	color: #000;
}

/* dropdown */
#nav li:hover ul{
	left: 0px;
}
#nav li:hover{
    background: #E8F4Fb;
}
#nav li:hover a{
	color: #000;
}
#nav li:hover ul a{
	background: #E8F4Fb;
	text-decoration: none;
	color: black;
}
#nav li:hover ul li a:hover{
	background: #bbdff4;
}
#nav ul {
    list-style: none;
    position: absolute;
    left: -9999px; /* hide off-screen */
    border-left: 1px solid #bbdff4;
    border-bottom: 1px solid #bbdff4;
    border-right: 1px solid #bbdff4;
}
#nav ul li{
	padding-top: 0;
    float: none;
}
#nav ul li a{
	white-space: nowrap;
}

/* mobile menu */
#mobile-menu-container {
	float: left;
    height: 31px;
    margin: 5px 0 0 5px;
	width: 100%;
	/*max-width: 93px;*/
    display: none;
}
#mobile-menu {
	float: left;
	height: 25px;
	width: 100%;
}

/* search bar */
#search {
	padding: 0;
	top: 10px;
	right: 0;
	position: absolute;
	width: 200px;
	background-image: -moz-linear-gradient(19% 75% 90deg,#99CC33, #ABE539);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ABE539), to(#99CC33));
    background-color: #99cc33;
	-webkit-border-radius: 5px 0px 0px 5px;
       -moz-border-radius: 5px 0px 0px 5px;
		    border-radius: 5px 0px 0px 5px;
}
#search form {
	padding: 0;
	height: 36px;
}
#search input[name="criteria"]{
	height: 20px;
	margin: 5px 0px 0 5px;
	width: 150px;
	float: left;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
#mag-container{
	float: left;
	height: 35px;
	width: 35px;
	margin: 0 0 0 1.666666666666666666666666666667%;
}
#search input[type="image"]{
	height: 25px;
	width: 25px;
	margin: 5px 0px 0 5px;
	float: left;
}

/* --- content header ------ */
.content_header {
	float: left;
	height: auto;
	width: 73.4375%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #486299;
	padding: 10px 2.083333333333333333333333333333% 0 2.083333333333333333333333333333%;
}
.content_header a {
	color: #486299;
}

/* --- body content ------ */
.content_body {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5em;
}
.content_body h4 {
	text-align: center;
	margin: 30px 0px 5px 0px;
	color: #486299;
}
.content_body h5 {
	margin: 10px 0px 15px 0px;
	line-height: 1.3em;
}
.content_body_indent { /* ? */
	text-align:left;
	margin:15px 10px 30px 20px;
}
.content_body_indent li {
	margin-left:25px;
}
.content_body_indent ul {
	margin-top:30px;
	margin-bottom:30px;
}

/* --- footer ------ */
#footer {
	float: left;
	height: auto;
	width: 100%;
	color: #ffffff;
	background: #27336f;
}
#footer a{
	font-size: 0.8em;
	color: #444;
	text-decoration: none;
}

/* twitter box */
#twitter_box {
    float: right;
    height: auto;
    width: 40%;
    padding-top: 1px;
    margin-bottom: 20px;
}
#twitter_msg {
    float: left;
    background: #fff;
    height: auto;
    width: 93.75%;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 5px 5px 0px 0px;
       -moz-border-radius: 5px 5px 0px 0px;
		    border-radius: 5px 5px 0px 0px;
}
#twitter_msg_words{
    margin: 10px 4.444444444444444444444444444444% 10px 4.444444444444444444444444444444%;
    padding: 10px 0 0 0;
}
#twitter_title_box {
    float: left;
    height: auto;
    width: 93.75%;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: -moz-linear-gradient(19% 75% 90deg,#BBDFF4, #C8E2F4);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8E2F4), to(#BBDFF4));
	background-color: #BBDFF4;
    -webkit-border-radius: 0px 0px 5px 5px;
       -moz-border-radius: 0px 0px 5px 5px;
		    border-radius: 0px 0px 5px 5px;
}
#twitter_title {
    float: none;
    height: auto;
    color: #555;
}

#footer-group{
	margin: 0 2.0833333333333333333333333333333% 20px 2.0833333333333333333333333333333%;
	width: 55.833333333333333333333333333333%;
	float: left;
}

.footer-col {
	float: left;
	width: 31.333333333333333333333333333333%;
	margin: 20px 2% 0 0;
	padding: 0 0 5px 0;
	background: #E8F4Fb;
	color: #555;
}

.footer-col-head {
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	background-image: -moz-linear-gradient(19% 75% 90deg,#BBDFF4, #C8E2F4);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8E2F4), to(#BBDFF4));
	background-color: #BBDFF4;
	-webkit-border-radius: 5px 5px 0px 0px;
	   -moz-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
}

/* footer column content */
.footer-col-row {
	height: auto;
	padding: 5px 0px 5px 10px;
	margin: 5px 0 5px 0;
}
.contact_footer-col-row{
	height: 35px;
}
.contact_footer-col-row a{
	height: 100%;
	width: 100%;
	display: block;
}
.footer-row-icon {
	float: left;
}
.footer-row-icon img{
	width: 35px;
}
.footer-row-context {
	padding-left: 5px;
	font-weight: bold;
	line-height: 35px;
}
.filettericon {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
}
.filettericon_a {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	padding-right: 5px;
}

/* === index.cfm ====== */
/* news flash */
#news_flash {
	background: url(/images/news_flash_bg.png) no-repeat;
	color:#000;
	text-align:center;
	height:27px;
	display:none;
}
#news_flash a {
	color:#000;
	top:-8px;
	position:relative;
}
#news_flash img {
	padding:1px 10px;
	border:none;
}
#news_flash span {
	padding:5px;
}

/* --- topbar ------ */
#featurebar {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
#feature {
	width: 100%;
	height: 215px;
	float: left;
	position: relative;
	overflow: hidden;
}
#feature:hover{
	background: #E8F4FB;	
}
#feature p {
	margin: 0;
	line-height: 1.4em;
}
#feature-image{
	float: left;
}
#feature-image img{
	max-width: 100%;
	height: auto;
}
#feature-words{
	width: 75%;
	height: auto;
	padding: 10px 15px;
	position: absolute;
	background: #fff;
	right: 0;
	top: 0;
}

/* scrolling news articles */
#newsbar {
	width: 96.875%;
	float: left;
	margin: 15px 1.5625%;
}
#news-scroll {
	width: 100%;
	height: 210px;
	float: left;
	position: relative;
	overflow: hidden;
}
.news_rotate {
	float: left;
	height: 100%;
	width: 49.193548387096774193548387096774%;
}
#news-wrapper {
	height: 204px;
	/*display: block;*/
}
.news_rotate:nth-child(even){
	margin-left: 1.612903225806451612903225806452%;
}
.news_rotate p {
	margin: 0;
	line-height: 1.4em;
}
.news-image {
	float: left;
	margin: 0 3.584229390681003584229390681004% 0 0;
	width: 39%;
}
.news-image img{
	max-width: 100%;
	height: auto;
}
.news-words {
	width: 92.831541%;
	height: 184px;
	background:  #E8F4FB;
	padding: 10px 3.584229390681003584229390681004%;
}
.article_headline {
	text-decoration: none;
	color: #444;
}
.article_headline:hover {
	text-decoration: underline;	
}
.read_more_button{
	position: relative;
	height: 15px;
	top: 2px;
	left: 5px;
}

/* index.cfm bottom logos */
#bottom_logos{
	height: 110px;
	width: 100%;
	/*float: left;*/
	/*margin: 20px 0 20px 0;*/
	white-space: nowrap;
	display: table;
}
.logo{
	/*height: 110px;*/
	/*float: left;*/
	/*margin-left: 1%;*/
	/*margin-right: 1%;*/
	vertical-align: middle;
	padding: 0 1% 0 1%;
	display: table-cell;
}
.logo img{
	max-width: 100%;
}

/* === history.cfm ====== */
.history_cont{
	max-width: 535px;
	margin-left: auto;
	margin-right: auto;
}
#history_img{
	height: auto;
	max-width: 50%;
}
.history_img_vert{
	height: auto;
	max-width: 33%;	
}
.history_img_center{
	height: auto;
	max-width: 100%;
}
.history_img_left{
	float: left;
	margin: 0 10px 5px 0;
}
.history_img_right{
	float: right;
	margin: 0 0 5px 10px;
}
.history_product_line{
	margin: 20px auto;	
}

/* === repmap.cfm ====== */
.rep{
	display: none;
}
#sales_rep_state{
	display: none;
}
#sales_rep_manager{
	display: none;
}

#map{
	width: 645px;
	margin-left: auto;
	margin-right: auto;
}

/* === multimedia.cfm ====== */
.multi-container{
	height: auto;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.multi-article {
	margin: 10px 0;
	padding: 5px 2.835538752362948960302457466919% 5px 2.835538752362948960302457466919%;
	border: 1px solid #D9D9D9;
	position: relative;
	height: 45px;
	background-image: -moz-linear-gradient(19% 75% 90deg,#EDEDED, #F6F6F6);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F6F6), to(#EDEDED));
	background-color: #F6F6F6;
}
.multi-article:hover{
	background: #F6F6F6;
}
.article-img-container{
	width: 6.616257088846880907372400756144%;
	float: left;
}
.multi-article img{
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}
.multi-article a{
	font-size: 1.3em;
	text-decoration: none;
	margin-left: 2%;
	margin-top: 11px;
	display: inline-block;
	vertical-align: middle;
	color: #555;
	font-weight: bold;
	float: left;
}

.art_graphic{ /* rename */
	width: 25%;
	float: right;
	margin: 15px 0 15px 15px;
}
.art_graphic img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

/* ? */
/*#news_container{ 	
	height: auto;
	width: 100%;
}*/

#news_container img{
	max-width: 100%;
	height: auto;
}

#news_header{
	height:auto;
	width:100%;
	margin-top:10px;
}
#news_header img{
	max-width: 100%;
	height: auto;
}

/* ? */
/*#news_main{
	height:auto;
	width:100%;
	padding:0;
}
*/

#news_photos{
	height:116px;
	width:100%;
	margin:10px 0 10px 0;
	background:#FFF;
}

.news_photo{
	float: left;
	height: auto;
	width: 30%;
	padding: 0 0 10px 0;
	text-align: center; 
}
.news_photo img:first-child{
	padding-right: 1.6665%;
	padding-left: 0px;
}
.news_photo img:last-child{
	padding-right: 0px;
	padding-left: 1.6665%;
}

#news_photo_portrait{
	float:left;
	height:116px;
	width:auto;
	padding:0 4px 10px 4px;
	text-align:center;	
}

/* === msds_index.cfm ====== */
.content_body_brand {
	text-align: left;
	margin: 2px 10px 0px 20px;
	float: left;
}
.content_body_brand li {
	margin-left:25px;
	padding-bottom:10px;
}
.content_body_brand ul {
	margin-top:30px;
	margin-bottom:0px;
}
.content_body_brand a {
	text-decoration:none;
}

.msds_input{
	height: 20px;
	width: 50%;
}
.msds_submit{
	height: 30px;
	margin: 10px 10px 0 10px;
}

/* === products.cfm ====== */

/* ? */
/*#movie{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	width:480px;
	text-align:center;
}*/

.ingredient_table{
	font-size:0.9em;
	text-align: left;
	width: 100%;
}

.table_subheader{
	height: 30px;
	padding: 5px 20px;
	text-align: center;
	background-image: -moz-linear-gradient(19% 75% 90deg,#CBE8FB, #E8F4FB);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E8F4FB), to(#CBE8FB));
	background-color: #E8F4FB;
}

.ingredient_table td{
	/*width: 50%;*/
	padding: 5px;
	background: #f4fafe;
}

/* video */
.video-leadin{
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	display: block;
}

#video{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    margin-bottom: 10px;
}	

#video iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---	sidebar ------ */
#sidebar {
	height: auto;
	width: 22.395833333333333333333333333334%;
	float: right;
	clear: right;
}
#sidebar h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#sidebar_item {
	float: right;
	min-height: 480px;
	width: 100%;
	margin: 0;
}

.faq-content{
	display: none;
}

#side_info {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0px;
	background: rgb(255,255,255); /* browsers that don't support alpha */
	background: rgba(255,255,255, .75);
	/*background-color:#ffffff;
	filter:alpha(opacity=75);
	opacity:0.75;*/
}
#side_info ul{
	list-style: none;
}
#side_info p {
	font-size: small;
	margin: 0 2.439024390243902439024390243902% 0 2.439024390243902439024390243902%;
	color: #000;
	padding: 5px 0 0 0;
}
#side_info a {
	color: #555;
	font-size: small;
	text-decoration: none;
	min-height: 20px;
	display: block;
}
#side_info a:hover {
	color: #000;	
	text-decoration: underline;
}
#side_info_item {
	height: auto;
	width: 100%;
	margin: 20px auto;
}
#side_info_item img{
	height: auto;
	max-width: 100%;
}
#side_info_item a {
	color: #555;
}
#side_info_item a:hover {
	color: #000;
	text-decoration: underline;
}

/* product menu */
#product_menu_wrap{
	float: right;
	height: auto;
	width: 100%;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
	background: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
.product_menu {
	float: none;
	height: auto;
	width: 73.170731707317073170731707317073%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #99cc33;
	background: #deebc5;
	padding: 5px 0;
}
.product_link{
	height: 30px;
	margin-top: 5px;
	text-align: left;
	padding: 0 0 0 15px;
}
.product_link a{
	font-size: 1.2em;
	margin-left: 2%;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	color: #888;
}
.product_link a:hover{
	color: #000;
}
.product_link_img_container{
	width: 40px;
	margin-right: 5px;
}
.product_link img{
    height: 30px;
    max-width: 100%;
    vertical-align: middle;
}
.product_link:last-child{
	margin-bottom: 5px;
}

/* resource bar */
#resource_bar{
	height: auto;
	width: 100%;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: rgb(255,255,255); /* browsers that don't support alpha */
	background: rgba(255,255,255, .75);
	/*background-color:#ffffff;
	filter:alpha(opacity=75);
	opacity:0.75;*/
}
#resource_bar a{
	height: auto;
	min-height: 130px;
	width: 78.048780487804878048780487804878%;
	color: black;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#resource_bar a:hover{
	background-color:#bbdff4;
	text-decoration: underline;
}
#resource_bar span{
	height: auto;
	padding: 5px 0 5px 0;
	display: block;
}
#resource_container{
	max-height: 90px;
	width: 87.5%;
	overflow: hidden;
	display: inline-block;
	margin: 5px 6.25% 10px 6.25%;
}
#resource_container img{
	height: auto;
	width: 100%;
}

/* === search results page ====== */
.search-result{
	margin: 0 0 20px 0;
}
.search-result-img{
	float: left;
	padding: 10px;
	height: auto;
	width: auto;
}
.search-result-msds{
	height: auto;
	width: 100%;
	margin: 10px;
}
.search-result-summary{
	float: none;
	margin: 0;
}

/* === marketing_tools.cfm ====== */
#button-techsheet{
	height: auto;
	padding: 5px;
	display: block;
	color: #fff;
	clear: left;
	font-weight: bold;
}

/* styles for viewports with a max-width up to 910
================================================================== */
@media screen and (max-width: 910px) {

	/*- mobile menu -*/
	#mobile-menu-container{
		width: 55%;
	}

	/*- search bar -*/
	#search {
		position: relative;
		top: 0px;
		display: inline;
		margin-top: 0;
		padding: 0;
		float: right;
		height: 100%;
		width: 100%;
		background: none;
		-webkit-border-radius: 0;
	       -moz-border-radius: 0;
			    border-radius: 0;
	}
	#search form {
		float: right;
		width: 44%;
	}
	#search input[name="criteria"]{
		width: 85%;
		float: left;
	}
	#mag-container{
		height: 26px;
		width: 36px;
		margin: 5px 0 0 0;
		background: #99cc33;
		-webkit-border-radius: 0 5px 5px 0;
	       -moz-border-radius: 0 5px 5px 0;
			    border-radius: 0 5px 5px 0;
	}
	#search input[type="image"]{
		height: 20px;
		width: 20px;
		margin: 3px 0px 0 8px;
		float: left;
	}

	/*- resource bar -*/
	.resource_bar a{
		display: inline-block;
	}
}
/* =============================================================== */

/* styles for viewports with a max-width up to 768
================================================================== */
@media screen and (max-width: 768px) {

	.content_header a{
		height: 25px;
		display: inline-block;
		padding-top: 5px;
	}

	/*- nav bar -*/
	#nav_container{
		padding: 0;
	}

	/*- mobile menu -*/
	#mobile-menu-container{
		width: 55%;
	}	
	
	/*- search bar -*/
	#search input[name="criteria"]{
		width: 82%;
		float: left;
	}

	/*- footer -*/
	#footer-group{
		margin: 0 2% 0 2%;
		width: 96%;
	}

	#twitter_box{
		float: none;
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
	#twitter_msg{
		width: 100%;
	}
	#twitter_title_box{
		width: 100%;
	}

	/*- index.cfm -*/
	#bottom_logos{
		display: none;
	}

	/*- products.cfm -*/
	.product_menu{
		width: 85%;
	}

	/*- multimedia.cfm -*/
	.multi-article a{
		font-size: 1em;
	}

	.art_graphic{
	width: 35%;
	}

	/*- marketing_tools.cfm -*/
	.techsheet{
		height: 255px;
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
	}

	/*- msds_index.cfm -*/
	.msds_input{
		width: 85%;
	}
	.msds_submit{
		height: 40px;
	}

	#acrobat{
		display: none;
	}
}
/* =============================================================== */

/* styles for viewports with a max-width up to 640
================================================================== */
@media screen and (max-width: 640px) {

	.content_header{
		float: left;
		width: 96.875%;
		font: bold 1em Verdana;
		text-align: left;
		padding: 10px 1.5625% 10px 1.5625%;
		color: #486299;
		background: #fff;
		display: inline-block;
	}

	/*- mobile menu -*/
	#mobile-menu-container{
		width: 55%;
	}	
	
	/*- search bar -*/
	#search form{
		width: 42%;
	}
	#search input[name="criteria"]{
		width: 75%;
	}

	/*- products.cfm -*/
	#sidebar {
		height: auto;
		width: 100%;
		float: none;
		margin: 0;
	}
	#sidebar_item {
		min-height: 0px;
		width: 100%;
		float: left;
	}
	#side_info {
		margin: 0;
		padding: 0;
	}
	#side_info a{
		padding: 10px 0 10px 0;
	}
	#side_info p {
		margin: 0 1.5625% 10px 1.5625%;
		padding: 0;
	}
	#sidebar_item h4 {
		height: 20px;
		margin: 0 1.5625% 10px 1.5625%;
		padding: 10px 0 10px 0;
		background: #E8F4Fb;
	}
	.product_link a{
		padding: 5px 0 5px 0;
	}
	.faq-toggle{
		cursor: pointer;
	}

	#resource_bar{
		margin: 0;
	}
	#resource_bar a{
		float: left;
		height: 40px;
		min-height: 0;
		width: 46.875%;
		color: black;
		margin: 0 1.5625% 10px 1.5625%;
		background: #E8F4Fb;
	}
	#resource_bar span{
		padding: 10px 0 5px 0;
	}
	#resource_container{
		display: none;
	}
	#resource_bar h4{
		cursor: pointer;
	}

	#side_info_item {
		width: 50%;
		margin: 0;
		float: left;
	}
	#side_info_item img {
		height: 180px;
		width: auto;
	}
	
	#product_menu_wrap{
		float: left;
		height: auto;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.product_menu {
		float: none;
		height: auto;
		width: 100%;
		border: none;
		background: none;
	}
	.product_menu .headerbar {
		float: none;
		height: auto;
		width: auto;
		margin: 0 10px 10px 0;
		text-align: left;
	}
	#product_button{
		height: 20px;
		width: 75%;
		padding: 5px 0 5px 0;
		text-decoration: none;
		color: #000;
		font-size: 13px;
	    font-weight: bold;
		border: none;
		background: #E8F4Fb;
		text-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}   
	#product_button img{
		float: left;
	    margin: -3px 10px 0 0;
	    padding: 0;
	    height: 25px; /*icons resize when changed*/
	}
	#product_button:hover{
		background: none;
	}

	.video-leadin {
		padding: 0 1.5625% 0 1.5625%;
	  	width: 96.875%;
	}

	/*- multimedia.cfm -*/
	.multi-container{
		width: 100%;
	}
	.multi-article a{
		font-size: 1em;
	}

	.art_graphic{
	width: 50%;
	}

	/*- repmap.cfm -*/
	#sales_rep_state{
		display: block;
	}

	#map{
		display: none;
	}
}
/* =============================================================== */

/* styles for viewports with a max-width up to 568 (480)
================================================================== */
@media screen and (max-width: 568px) {

	.one-shadow {
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
	}

	.illuminate{
		width: auto;
	}

	.content_body{
		padding: 0 1.5625% 0 1.5625%;
	}

	/*- mobile menu -*/
	#mobile-menu-container{
		width: 45%;
	}	
	
	/*- search bar -*/
	#search form{
		width: 53%;
	}
	#search input[name="criteria"]{
		width: 88%;
	}
	#mag-container{
		display: none;
	}
	#nav_container{
		margin: 0;
	}

	/*- footer -*/
	#twitter_box{
		width: 90%;
	}

	#footer-group{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
		clear: both;
		padding-top: 1px;
		float: none;
	}

	.footer-col{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.footer-col-head{
		text-align: center;
		padding-left: 0;
	}
	.footer-col-row{
		padding: 15px 0 15px 20px;
		height: auto;
		margin: 0;
	}
	.footer-row-context{
		padding-left: 10px;
	}

	/*- index.cfm -*/
	#newsbar{
		display: none;
	}
	#featurebar{
		display: none;
	}

	/*- products.cfm -*/	
	#side_info_item {
		width: 50%;
		margin: 0;
		float: left;
	}
	#side_info_item img {
		height: 180px;
		width: auto;
	}
	
	#product_menu_wrap{
		float: left;
		height: auto;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.product_menu {
		float: none;
		height: auto;
		width: 100%;
		border: none;
		background: none;
	}
	.product_menu .headerbar {
		float: none;
		height: auto;
		width: auto;
		margin: 0 10px 10px 0;
		text-align: left;
	}
	#product_button{
		height: 20px;
		width: 75%;
		padding: 5px 0 5px 0;
		text-decoration: none;
		color: #000;
		font-size: 13px;
	    font-weight: bold;
		border: none;
		text-shadow: none;
		box-shadow: none;
		background: #E8F4Fb;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}   
	#product_button img{
		float: left;
	    margin: -3px 10px 0 0;
	    padding: 0;
	    height: 25px; /*icons resize when changed*/
	}
	#product_button:hover{
		background: none;
	}

	#video{
		margin-left: 1.5625%;
		margin-right: 1.5625%;
	  	width: 96.875%;
	}
	
	/*- multimedia.cfm -*/
	.multi-article a{
		font-size: 1em;
	}

	/*- quality.cfm -*/
	#overlay img{
		max-height: 250px;
	}
}
/* =============================================================== */

/* styles for viewports with a max-width up to 320
================================================================== */
@media screen and (max-width: 320px) {

	/*- mobile menu -*/
	#mobile-menu-container{
		width: 29%;
	}
	
	/*- search bar -*/
	#search form{
		width: 69%;
	}
	
	/*- footer -*/
	#twitter_box{
		display: none;
	}

	#footer-group{
		margin-top: 0;
	}

	.footer-col{
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}
	.footer-row-icon{
		display: none;
	}
	.footer-col-head{
		padding-left: 0;
	}
	.footer-col-row{
		padding-left: 0;
	}
	#contact_footer-col-row{
		height: 30px;
		padding: 5px 0 5px 0;
	}

	/*- index.cfm -*/
	#newsbar{
		display: none;
	}
	#featurebar{
		display: none;
	}
	
	/*- multimedia.cfm -*/
	.multi-article a{
		font-size: 1em;
		float: none;
		display: inline;
	}

	.article-img-container{
		float: none;
	}

	/*- marketing_tools.cfm -*/
	.techsheet{
		height: 220px;
	}
}
/* =============================================================== */