HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.55em Arial, sans-serif;
	color: #000;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #2da4eb;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A,
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #0066a4;
}
H3 A,
H3 A:hover {
	text-decoration: none;
	color: #0066a4;
}
H1 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #0066a4;
}
H2 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1.7em 0 0.5em 0;
  	padding: 0;
  	color: #000;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1.9em 0 0.5em 0;
  	padding: 0;
  	color: #636363;
}
P {
	margin: 12px 0;
	padding: 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #e4e4e3;
	background-color: #e4e4e3;
}
#column1 H1,
#column1 H2,
#column1 H3 {
	color: #fff;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
UL {
}
LI {
}
/* sitemap
============*/
UL LI UL {
}
LI.subList {
	background: none;
}

/* wrapper
============*/
#wrapper {
	background: url(pics/bg.jpg) #f1f1f1 no-repeat center top;
}
#wrapperCenter {
	padding: 0 10px 30px 10px;
	background: url(pics/header.gif) repeat-x left top;
}
#wrapperContent {
	background: url(pics/bg.jpg) no-repeat center top;	
	margin: 0 auto;
	width: 968px;
	padding-bottom: 10px;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	position: relative;
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	background: url(pics/header.gif) repeat-x left top;	
	min-height: 172px;
	position: relative;
}
.banner {
	padding-top: 172px;
	text-align: center;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.bannerText {
	position: absolute;
	bottom: 48px;
	right: 9px;
	background: #000;
	background: rgba(0,0,0,0.8);
}
.bannerText TABLE TD * {
	margin: 0;
	padding: 0;
}
.bannerText * {
	color: #fff;
}

/* Logo
=========*/
#logo {
	width: 188px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 25px;
	z-index: 1001;
}

/* Lang 
------------*/
#lang {
	position: absolute;
	left: 305px;
	top: 37px;
	border-left: 1px #e8e8e8 solid;
	z-index: 1001;
	padding-left: 16px;
}
#lang A {
	color: #676767;
	line-height: 1em;
	margin-right: 11px;
}
#lang A IMG {
	display: none;
}
#lang A.open {
	color: #000;
}


/* linkList in header
======================*/
#header .linkList {
	width: 400px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top: 28px;
	left: 290px;
	overflow: hidden;
}
#header .linkList UL {
	margin: 0;
	padding: 0;
	float: right;
}
#header .linkList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background: none;
}
#header .linkList UL LI A {
	display: block;
	float: left;
	line-height: 15px;
	padding: 0 6px;
	text-decoration: none;
	color: #000;
}
#header .linkList UL LI A:hover {
	text-decoration: underline;
}

/* searchBox
=============*/
.searchBox {
	width: 970px;
	margin: 0 auto;
	height: 40px;
	margin-bottom: -40px;
}
.searchField {
	position: relative;
	z-index: 7;
	float: right;
	padding: 9px 30px 9px 0;
}
.searchBox TABLE {
	border-collapse: collapse;
}
INPUT.searchInput {
	width: 253px;
	height: 18px;
	padding: 2px 10px 3px 10px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-left: 0;
	border-right: 0;
	color: #a0a0a0;
	margin-right: 2px;
}
INPUT.searchSubmit {
	height: 25px;
	padding: 0 9px 3px 9px;
	font-size: 14px;
	border: 1px #494949 solid;
	background: none;
	color: #fff;
	background: url(pics/searchSubmit.gif) #050505 repeat-x left top;
	cursor: pointer;
}

/* Top Navigation
===================*/
.nav UL {
	margin: 0;
	padding: 0;
}
.nav UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
.nav LI A SPAN {
	display: none;
}
#header .nav {
	width: 930px;
	padding: 0 0 0 20px;
	height: 46px;
	overflow: hidden;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 1001;
	border-top: 1px #f0f0f0 solid;
}
#header .nav UL LI A {
	display: block;
	float: left;
	line-height: 46px;
	padding: 0 8px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#header .nav UL LI A:hover {
	text-decoration: underline;
}
#header .nav UL LI A.open {
	font-weight: bold;
	color: #2da4eb;
}


/* Content
============*/
#content {
	width: 939px;
	margin: 0 auto;
	height: auto;
	min-height: 600px;
	overflow: hidden;
	padding: 0px 10px 30px 0px;
	background: url(pics/content.gif) repeat-y left top;
}
#main {
	float: right;
	width: 679px;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}
#mainContent > DIV {
	margin-top: 20px;
	padding: 0 10px;
}
.mainText {
	padding: 0 25px 0 0;
}
#column1 {
	float: left;
	width: 241px;
	background: url(pics/column1.gif) repeat-x left top;
	height: auto;
	min-height: 270px;
	overflow: hidden;
}
.column1Text {
	padding: 0 10px 0 10px;
}
#column2 {
	display: none;
}
#clearDiv,
.clearDiv {
	clear: both;
}
#column1 H2 {
	background: url(pics/column1Heading.gif) repeat-x left top;
	font-size: 18px;
	position: relative;
	height: 52px;
	line-height: 52px;
	position: relative;
	margin: 20px 0;
}
#column1 H2 IMG {
	vertical-align: middle;
	padding-right: 2px;
}
#column1 H2 A {
	color: #fff;
	display: block;
}

/* breadCrumb
=============*/
.breadCrumb {
	padding: 9px 0;
	line-height: 22px;
	height: 22px;
	position: absolute;
	top: 122px;
	left: 30px;
	z-index: 5;
	overflow: hidden;
	width: 830px;
	font-size: 16px;
}
.breadCrumb .crumbMarker SPAN {
	display: none;
}
.crumbMarker {
	display: block;
	float: left;
	background: url(pics/breadcrumb.gif) no-repeat center center;
	width: 33px;
	height: 22px;
}
.breadCrumb A {
	display: block;
	float: left;
	color: #c3c3c3;
}
.crumbCurrent {
	display: block;
	float: left;
	padding-right: 20px;
	border-right: 1px #e9e9e9 solid;	
}

#toolbox {
	width: 950px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 122px;
	left: 9px;
}
#toolbox #sitemapButton {
	display: none;
}
#toolbox #prButton {
	float: right;
	display: block;
	width: 76px;
	text-align: center;
	margin-right: 10px;
	border-left: 1px #e9e9e9 solid;
	color: #000;
	padding: 2px 0;
	margin-top: 10px;
}
#toolbox #prButton A,
#toolbox #prButton A:hover {
	color: #000;
	text-decoration: none;
}
#toolbox #prButton SPAN {
	padding-left: 10px;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0px 0 0px 0;
	height: 10px;
	overflow: visible;
}
HTML > BODY .subnav {
	min-height: 10px;
	overflow: hidden;
	height: auto;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0 0 0px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 241px;
	clear: left;
	float: left;
	font-size: 16px;
}
.subnav UL LI A {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 11px 21px 12px 21px;
	background: url(pics/subnavLine.png) no-repeat center bottom;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	font-size: 18px;
	font-weight: bold;
	background: url(pics/subnavOpen.gif) #2da3e9 repeat-x left top
}
.subnav UL LI A.current {
	
}
.subnav UL LI.sub {
	float: none;
	clear: both;
	background: none;
	border: 0;
}
/* sub */
.subnav UL LI UL {
	padding: 7px 0 10px 0;
	clear: both;
}
.subnav UL LI UL LI {
	float: none;
	display: inline;
	border: 0;
	background: none;
}
.subnav UL LI UL LI A {
	font-size: 14px !important;
	padding: 1px 20px 1px 34px;
	background: none !important;
}
.subnav UL LI UL LI A.open {
	color: #60bdf4;
}
/* subsub */
.subnav UL LI UL LI UL LI A {
	padding: 1px 20px 1px 48px;
}
.subnav UL LI UL LI UL LI A.open {
}
/* subsubsub */
.subnav UL LI UL LI UL LI UL LI A {
	padding: 1px 20px 1px 70px;
	background: none;
}
.subnav UL LI UL LI UL LI UL LI A.open {
	background: none;
}


.productFinder {
	height: 55px;
	line-height: 55px;
	background: url(pics/column1Heading.gif) #000 repeat-x left top;
	color: #fff; 
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}
.productFinderCenter {
	background: url(pics/productFinder.gif) no-repeat left top;
	padding-left: 72px;
}
.productFinderCenter * {
	color: #fff; 
	margin: 0;
	padding: 0;
}

.extraLoginLink {
	position: absolute;
	left: 245px;
	top: 37px;
	z-index: 1001;
}
.extraLoginLink A {
	color: #676767;
	line-height: 1em;
}


/* Extranet
------------------*/
.extraLogin LABEL {
	display: inline-block;
	width: 100px;
}
.extraLoginField {
	padding-bottom: 5px;
}
.extraLoginSubmitDiv {
	padding-top: 10px;
}


.translator {
	position: absolute;
	right: 280px;
	top: 25px;
	z-index: 1005;
}
.translator P {
	margin: 0;
}


TABLE.imageTable {
	margin: -27px 0 0 -27px;
}
TABLE.imageTable P {
	margin: 0;
	padding: 0;
}
TABLE.imageTable A {
	display: block;
	padding-bottom: 10px;
}
TABLE.imageTable TR TD {
	border-top: 1px #e9e9e9 solid;
}

/* FooterContainer
==================*/
#footerContainer {
	padding: 0 0 20px 0;
	background: #fff;
	position: relative;
}
.footer {
	width: 970px;
	margin: 0 auto;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#footerContainer .nav {
	width: 970px;
	margin: 0 auto;
	height: 46px;
	background: #000;
	position: relative;
	z-index: 6;
}
#footerContainer .nav UL {
	padding-left: 20px !important;
	width: 570px;
	overflow: hidden;
	height: 100%;
}
#footerContainer .nav LI A {
	color: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 6px;
}
#footerContainer .nav LI A.open {
	color: #cacaca;
}
.footer TABLE  {
	margin-top: -32px;
}

/* really
===========*/
#really {
	padding: 0 0 20px 0;
	width: 970px;
	margin: 0 auto;
	text-align: right;
}
#really A {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 11px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* Downloads 
--------------*/
.fileFolders {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
	height: 100px;
	overflow: visible;
}
HTML > BODY .fileFolders {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.fileFolders LI {
	width: 190px;
	height: 190px;
	float: left;
	overflow: visible;
	background: transparent url(pics/fileTypes/folder.gif) no-repeat left top;
	margin: 0 15px 40px 0;
	padding: 0 0 0px 0;
	border: 1px #e4e4e4 solid;
	position: relative;
}
.fileFolders LI A {
	position: absolute;
	bottom: -25px;
	font-size: 16px;
	color: #006BA7;
	display: block;
	width: 180px;
	padding: 195px 5px 0px 5px;
}

/* Sitemap
================= */
#pageList UL {
	list-style: none;
	padding-left: 30px;
	margin-left: 0;
}
#pageList .subList {
	margin: 0;
	padding: 0;
}
#pageList UL LI {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
}
#pageList UL LI A {
	color: #000;
}
#pageList UL LI UL LI {
	padding-top: 0px;
	font-size: 12px;
	line-height: 1.7em;
	font-weight: normal;
}
#pageList UL LI UL LI A {
    color: #2da4eb;
}

/* Related products (non product page) */

.productListTable {
	margin: 0 -20px 0 -10px;
}
.productListTable TD {
	vertical-align: top;
	width: 50%;
}
.productListTable .productPic {
	padding-right: 15px;
	float: left;
	margin: 0;
}
.productListTable .productSpecialFieldsTitle {
	display: none;
}
.productListTable .productFieldRow1,
.productListTable .productFieldRow2,
.productListTable .productFieldRow3,
.productListTable .productName,
.productListTable .productDescShort,
.productListTable .productSpecialFields {
	width: 162px;
	margin-right: 20px;
	float: right;
}
.productListTable .productName P {
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}
.productListTable .productName A {
  	color: #0066a4;	
}

.productListTable .productDescShort {
	padding-bottom: 10px;
}
.productListTable .productFieldRow1Content,
.productListTable .productFieldRow2Content,
.productListTable .productFieldRow3Content {
	padding: 2px 5px;
}
.productListTable .productFieldRow1,
.productListTable .productFieldRow3 {
	background: #f1f1f1;
}

.relatedProductsTitle {
	padding-left: 10px;
}

#productSearch_9184 .productListTable {
	margin: 0px -6px 0px -3px;
}