/* CSS Document */



/* OVERALL PAGE LAYOUT */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#left_column {
	width: 550px;
	float: left;
}
#right_column {
	width: 180px;
	float: right;
}
#title_area {
	width: 550px;
}
.copy_area {
	width: 550px;
}
.clear {
	clear: both;
}
.spacer {
	width: 550px;
	height: 35px;
}

/* HEADER */

#header_wrapper {
	width: 748px;
	height: 146px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 25px;
}
#header {
	width: 748px;
	height: 74px;
	background-image: url(/images/header_01.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header_logo1 {
	width: 748px;
	height: 34px;
	background-image: url(/images/logo1_back.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 74px;
	left: 0px;
}
#header_logo2 {
	width: 748px;
	height: 38px;
	position: absolute;
	background-image: url(/images/header_03.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	top: 108px;
	left: 0px;
}
.tagline_text {
	position: absolute;
	top: 0px;
	left: 277px;
	line-height: 38px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

/* NAVIGATION */

#navigation {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 34px;
	margin: 0;
	text-align: center;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	background-image: url(/images/nav_background_up.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	border-left: 1px solid #000066;
	border-right: 1px solid #3366cc;
	float: right;
	padding-left: 6px;
	padding-right: 6px;
}
#navigation a:hover, #navigation a:active {
	color: #FFFFFF;
	background-image: url(/images/nav_background_down.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #ff7d7e;
	float: right;
	padding-left: 6px;
	padding-right: 6px;
}
body#capabilities a.capabilities_nav,
body#products a.products_nav,
body#quote a.quote_nav,
body#home a.home_nav,
body#aboutus a.aboutus_nav,
body#contact a.contact_nav,
body#sitemap a.sitemap_nav {
	color: #FFFFFF;
	background-image: url(/images/nav_background_down.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #ff7d7e;
	float: right;
	padding-left: 6px;
	padding-right: 6px;
}
#products_sections {
	width: 706px;
	margin-bottom: 10px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333; 	
}
#products_sections a:link, #products_sections a:visited {
	color: #FF0000;
	text-decoration: none;
}
#products_sections a:hover, #products_sections a:active {
	color: #FF0000;
	text-decoration: underline;
}
#products_column {
	float: left;
	width: 235px;
}
#products_column ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#products_column li {
	margin-bottom: 5px;
}

/* PRODUCTS NAVIGATION */

#industries1 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 274px;
	float: left;
}
#industries1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#industries1 li {
	border-bottom: 1px solid #FFFFFF;
}
#industries1 li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0E1D84;
	color: #FFFFFF;
	text-decoration: none;
}
#industries1 li a:hover {
	background-color: #394388;
	color: #FFFFFF;
}
#coatings1 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 275px;
	float: right;
}
#coatings1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#coatings1 li {
	border-bottom: 1px solid #FFFFFF;
}
#coatings1 li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0E1D84;
	color: #FFFFFF;
	text-decoration: none;
}
#coatings1 li a:hover {
	background-color: #394388;
	color: #FFFFFF;
}
.fluoro_title1 {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #181818;
	width: 169px;
	float: left;
	border-bottom: 1px solid #181818;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.fluoro_title2 {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #181818;
	width: 354px;
	float: left;
	border-bottom: 1px solid #181818;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.fluoro_nav1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 175px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.fluoro_nav1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fluoro_nav1 li {
}
.fluoro_nav1 li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #181818;
	text-decoration: none;
}
.fluoro_nav1 li a:hover {
	color: #FF0000;
}	
.fluoro_nav2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 115px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.fluoro_nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fluoro_nav2 li {
}
.fluoro_nav2 li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #181818;
	text-decoration: none;
}
.fluoro_nav2 li a:hover {
	color: #FF0000;
}

/* TEFLON Bags */

body.teflon_bags a#teflon_bags1,
body.overwrap_bags a#overwrap_bags1,
body.teflon_bag_quote a#teflon_bag_quote1,
body.cryogenic_storage a#cryogenic_storage1,

/* TEFLON/TEFZEL Films and Products */

body.teflon_tefzel a#teflon_tefzel1,
body.teflon_bagz a#teflon_bagz1,
body.fabrication_techniques a#fabrication_techniques1,
body.heat_sealing a#heat_sealing1,
body.thermoforming_ttf a#thermoforming_ttf1,
body.fep_teflon a#fep_teflon1,
body.pp_fep_film a#pp_fep_film1,
body.pp_pfa_film a#pp_pfa_film1,
body.pp_tefzel_film a#pp_tefzel_film1,

/* Thermoformed TEFLON and TEFZEL Parts */

body.thermoformed_parts a#thermoformed_parts1,

/* KAPTON Film */

body.kapton_film a#kapton_film1,
body.kapton_bags a#kapton_bags1,
body.custom_parts a#custom_parts1,
body.flexible_circuit a#flexible_circuit1,
body.pp_kapton a#pp_kapton1,
body.pp_formable_polyimide a#pp_formable_polyimide1,

/* KAPTON Bags and Fabricated Parts */

body.kapton_bagz a#kapton_bagz1,
body.kapton_overwrap a#kapton_overwrap1,
body.custom_thermo_kapton a#custom_thermo_kapton1,

/* FEP Heat Shrinkable Roll Covers and Extruded Lay Flat Tubing */

body.fep_heat_shrink a#fep_heat_shrink1,
body.st_gobain a#st_gobain1,
body.teflon_rc a#teflon_rc1,
body.lay_flat_tubing a#lay_flat_tubing1,
body.pp_st_gobain a#pp_st_gobain1,
body.pp_chemfluor a#pp_chemfluor1,

/* VICTREX PEEK Film */

body.peek a#peek1,
body.pp_peek a#pp_peek1,

/* TEFLON AND OTHER FLUOROPOLYMER COATINGS  */

body.instrument_coatings a#instrument_coatings1,
body.aerospace_coatings a#aerospace_coatings1,
body.food_coatings a#food_coatings1,
body.chemical_coatings a#chemical_coatings1,
body.industrial_coatings a#industrial_coatings1,
body.teflon_coatings a#teflon_coatings1,
body.xylan_coatings a#xylan_coatings1,
body.xylar_coatings a#xylar_coatings1,
body.dykor_coatings a#dykor_coatings1,
body.halar_coatings a#halar_coatings1,
body.kynar_coatings a#kynar_coatings1,
body.vicote_coatings a#vicote_coatings1,
body.eclipse_coatings a#eclipse_coatings1,
body.emralon_coatings a#emralon_coatings1,
body.nylon_coatings a#nylon_coatings1,
body.epoxy_coatings a#epoxy_coatings1,
body.polyurethane_coatings a#polyurethane_coatings1,
body.polyimide_coatings a#polyimide_coatings1,
body.pp_teflon_coatings a#pp_teflon_coatings1,

/* PRODUCTS */ 

body#products_teflon_bags a#products_teflon_bags1,
body#products_teflon_films a#products_teflon_films1,
body#products_thermoformed a#products_thermoformed1,
body#products_kapton_film a#products_kapton_film1,
body#products_kapton_bags a#products_kapton_bags1,
body#products_fep a#products_fep1,
body#products_victrex a#products_victrex1,
body#products_fluoropolymer a#products_fluoropolymer1 {
	color: #FF0000;
	font-weight: bold;
}
#prod_nav_a {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#prod_nav_a ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#prod_nav_a li {
}
#prod_nav_a li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #181818;
	text-decoration: none;
}
#prod_nav_a li a:hover {
	color: #FF0000;
}
	
#prod_nav_b {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 270px;
	float: left;
	margin-bottom: 25px;
}
#prod_nav_b ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#prod_nav_b li {
}
#prod_nav_b li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #181818;
	text-decoration: none;
}
#prod_nav_b li a:hover {
	color: #FF0000;
}
#prod_nav_c {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	width: 550px;
	float: left;
}
#prod_nav_c ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#prod_nav_c li {
	border-bottom: 1px solid #FFFFFF;
}
#prod_nav_c li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}
#prod_nav_c li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
#prod_nav_d {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 274px;
	float: left;
}
#prod_nav_d ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#prod_nav_d li {
	border-bottom: 1px solid #FFFFFF;
}
#prod_nav_d li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#prod_nav_d li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
.prod_nav_e {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	width: 137px;
	float: left;
	margin-left: 1px;
	margin-top: 0px;
}
.prod_nav_e ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prod_nav_e li {
	border-bottom: 1px solid #FFFFFF;
}
.prod_nav_e li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}
.prod_nav_e li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
.prod_nav_f {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 136px;
	float: left;
	margin-left: 1px;
	padding-top: 15px;
}
.prod_nav_f ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prod_nav_f li {
}
.prod_nav_f li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	text-decoration: none;
}
.prod_nav_f li a:hover {
	color: #FF0000;
}
.container1 {
	width: 550px;
}
.container2 {
	width: 550px;
}
	
/* RIGHT COLUMN NAVIGATION - CALL TO ACTION */

#right_navigation {
	width: 180px;
}
#btp {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#btp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#btp li {
	border-bottom: 1px solid #181818;
}
#btp li a {
	display: block;
	padding-bottom: 5px;
	color: #181818;
	text-decoration: none;
}
#btp li a:hover {
	color: #FF0000;
} 
#prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#prod ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#prod li {
	border-bottom: 1px solid #181818;
}
#prod li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #181818;
	text-decoration: none;
}
#prod li a:hover {
	color: #FF0000;
}
#tef {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
#tef ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tef li {
}
#tef li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #181818;
	text-decoration: none;
}
#tef li a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF0000;
	text-decoration: none;
}
#cta {
	margin-top: 25px;
}
.cta_header a:link, .cta_header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #181818;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}
.cta_header a:hover, .cta_header a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}
.cta_text {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	padding-bottom: 15px;
}
.boldhead {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#prop {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#prop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#prop li {
}
#prop li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #181818;
	text-decoration: none;
}
#prop li a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* FOOTER */

#footer {
	width: 750px;
	clear: both;
	text-align: center;
}
#line {
	padding-top: 10px;
	padding-bottom: 10px;
}
#divider {
	padding-top: 5px;
	padding-bottom: 5px;
}
	
/* TEXT STYLES */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 540px;
}
h2 {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	font-weight: normal;
}
h2 a:link, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3263C9;
	font-weight: bold;
	width: 540px;
	padding: 5px;
	display: block;
	clear: both;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 1px;
}
h2 a:hover, h2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0E1D84;
	font-weight: bold;
	width: 540px;
	padding: 5px;
	display: block;
	clear: both;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 1px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #181818;
	line-height: 19px;
	padding-top: 15px;
	clear: both;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #181818;
	line-height: 17px;
	clear: both;
}
.new {
	width: 265px;
	float: left;
	margin-right: 20px;
}
.new2 {
	width: 265px;
	float: left;
}
.nps {
	width: 165px;
	margin-bottom: 15px;
	float: right;
}
.np {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 165px;
}
.np a:link, .np a:visited {
	text-decoration: none;
	color: #181818;
	width: 165px;
}
.np a:hover, .np a:active {
	text-decoration: none;
	color: #FF0000;
	width: 165px;
}
.np_text {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	margin-top: 0px;
}
	
.products_sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	margin-top: 0px;
	text-transform: uppercase;
}
.products_pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.subpage_title {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.body_text {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}
.body_text a:link, .body_text a:visited {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
	line-height: 19px;
}
.body_text a:hover, .body_text a:active {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	line-height: 19px;
}
.quote {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	font-style: italic;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #181818;
	line-height: 19px;
	padding-top: 15px;
	clear: both;
}
.item_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 19px;
}
.item_header a:link, .item_header a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	line-height: 19px;
}
.item_header a:hover, .item_header a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 19px;
}
.hotbutton_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
}
.hotbutton_header a:link, .hotbutton_header a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
	line-height: 18px;
}
.hotbutton_header a:hover, .hotbutton_header a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 18px;
}
.hotbutton_text {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.footer_header {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
}
.footer_text {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}
.footer_text a:link, .footer_text a:visited {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	line-height: 20px;
	text-decoration: none;
}
.footer_text a:hover, .footer_text a:active {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	line-height: 20px;
	text-decoration: underline;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-top: 6px;
	margin-bottom: 12px;
	color: #181818;
}

.teflon_disclaimer {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.teflon_disclaimer a:link, .teflon_disclaimer a:visited {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.teflon_disclaimer a:hover, .teflon_disclaimer a:active {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

/* PAGE SPECIFIC STYLES */

.presentation_table {
	padding-bottom: 20px;
}
.image {
	border: 0px;
}
.float_right {
	padding-bottom: 15px;
	padding-left: 20px;
	float: right;
}
.float_left {
	padding-bottom: 15px;
	padding-right: 20px;
	float: left;
}
.image_right {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #181818;
	padding-left: 20px;
	padding-bottom: 10px;
	float: right;
	border: 0px;
}
.image_right img {
	padding-bottom: 12px;
}
.image_left {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
	border: 0px;
}
.image_right img {
	padding-bottom: 12px;
}
.np_image {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
}
.products_table img {
	margin-top: 5px;
	margin-bottom: 12px;
	border: 0px;
}
.products_table1 {
	width: 153px;
	padding-bottom: 20px;
	padding-right: 45px;
}
.products_table2 {
	width: 153px;
	padding-bottom: 20px;
}
.products_header {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.products_header a:link, .products_header a:visited {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
.products_header a:hover, .products_header a:active {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}

/* TABLES */

.table {
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}
.table td, .table tr {
	padding: 5px;
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #666666;
}
.table td a:link, .table td a:visited {
	color: #FF0000;
	text-decoration: underline;
}
.table td a:hover, .table td a:active {
	color: #FF0000;
	text-decoration: none;
}
.table th {
	padding: 5px;
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-color: #FF0000;
	text-transform: uppercase;
}
.table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #181818;
	text-align: left;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 25px;
}
.altrow {
	background-color: #e3e3e3;
}

/* FORMS */

.form_labels {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.form_areas {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	width: 300px;
}
.form_areas2 {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	width: 500px;
}

/* QUOTE FORM */

.quote_labels {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.quote_areas {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	width: 230px;
}
.quote_state_zip {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	width: 100px;
}
.quantity {
	font-family: Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width: 75px;
}

/* FLUOROPOLYMERS */

.fluoro1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #181818;
	margin-top: 0px;
	padding-bottom: 5px;
	width: 263px;
}
.fluoro2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #181818;
	margin-top: 0px;
	padding-bottom: 5px;
	width: 262px;
}
.fluoropolymers1 {
	padding-top: 35px;
	width: 273px;
	float: left;
	border-right: 5px solid #FFFFFF;
}
.fluoropolymers2 {
	padding-top: 35px;
	width: 272px;
	float: left;
}
.industry_images {
	width: 550px;
}
.industry_text {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	text-align: center;
}
.industry_text ul {
	margin: 0;
	padding: 0;
}
.industry_text li {
	list-style-type: none;
	display: inline;
}
.industry_text a:link, .industry_text a:visited {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #181818;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 5px;
	width: 99px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.industry_text a:hover, .industry_text a:active {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 5px;
	width: 99px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.column_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 183px;
	float: left;
	margin-left: 0px;
	border-bottom: 25px solid #FFFFFF;
}
.column_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column_list li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #181818;
}