/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
	/*background:#fff;
    background MUST be the same as the body tag's background in XHTML
    height:100%;*/
  }
  
  body{
    padding:10px 0 0 0;
    /*height:100%;*/
    margin:0;
    font: 62.5% Arial, Helvetica, Verdana, sans-serif;
    text-align:center;
  }

  h1{
    font-size:2em;
    text-indent: -5000px;
    margin:0;
    padding:0;
  }
	
  h2{
    font:bold 1.3em Arial, Helvetica, Verdana, sans-serif;
    color:#000000;
    margin:0;
    padding:0 0 10px 0;
  }
  
  h3{
    font-size:1.2em;
    margin:0 0 10px 0;
    padding:0;
    color:#000000;
	font-weight: bold;
	line-height: 1.2em;
  }
  
  h4{
    font-size:1.1em;
    margin:0;
    padding:0;
    color:#000000;
	font-weight: bold;
  }
  
  h5{
    font-size:1.1em;
    font-weight:normal;
    color:#76736D;
    margin:0 0 0 13px;
    padding:0;
  }
  
  p{
    font-size:1em;
    line-height:1.4em;
    margin:0;
    padding:0 0 10px 0;
  }
  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{ color: #000000; text-decoration: underline; }	
	
  a:hover{ color: #333333; }
    
  a.linkButton{
    font-size:.85em;
    width: 14em;
    margin:0 0 0 8px;
    padding:1px 7px;
    text-decoration: underline;
    display:block;
    border:1px solid #666;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    background:#fff url(images/bgButton.gif) repeat-x left bottom;
    text-align:center;
    text-decoration:none;
    color:#000066;
  }
    
  a.linkButton:hover{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
    text-decoration:none;
    color:#990000;
    cursor:pointer;
  }
  
  address{
    font-size:1.1em;
    line-height:1.5em;
    font-style:normal;
    color:#4B6581;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:10px 20px;
      padding:0;
      border:1px dotted #ccc;
    }
    
    blockquote p{
      margin:15px 25px 0 25px;
      font-style:italic;
    }
    
    blockquote div.citationSource{
      margin:0 0 15px 30px;
      padding-left:10px;
      background:url(images/bgNavBullet.gif) no-repeat 0 6px;
      font-weight:bold;
      color:#969696;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/

  /**/
	
  /**---Definition List Styles--------------------------------------------------*/
		
    dl{
      margin:0;
      padding:0;
      width:95%;
      clear:both;
      float:left;
      font-size:1em;
    }
		
    dl dt{
      font-size:1em;
      margin:0 0 1px 0;
      padding:0;
      font-weight:bold;
    }
		
    dl dd{
      margin:0 0 10px 0;
      padding:0;
      line-height:150%;
    }
    
  /**/

  /**---Table Styles------------------------------------------------------------*/	
		
    table{
      background-color:#ffffff;
      border:1px solid #5E749E;
      border-right:0;
      margin:15px 0 18px 4%;
      font-size:1em;
      width:94%;
      color:#4565A2;
    }
		
    table tbody tr th,
    table tbody tr td{
      text-align:left;
      vertical-align:top;
      padding:5px 3px 5px 5px;
      border-right:1px solid #5E749E;
    }
		
    table thead tr th{
      background:#C0CAD5;
      color:#13273F;
      border-right:1px solid #5E749E;
      padding:5px 3px 5px 5px;
    }
			
    table th label{
      display:block;
    }
		
    table tbody tr.even td,
    table tbody tr.even th{
      background-color:#EAEFF4;
    }
		
    table td input,
    table td select,
    table td textarea{
      font-size: 1em;
    }
    
    table tfoot th,
    table tfoot td{
      border:none;
      border-top:1px solid #5E749E;
      border-right:1px solid #5E749E;
      color:#660000;
      font-weight:bold;
      padding:5px;
    }

  /**/

  /**---Form Styles-------------------------------------------------------------*/
		
    form{
      margin:0;
      padding:0;
      width:100%;
    }
		
    input, 
    select, 
    textarea{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height:1em;
      color:#4565A2;
      padding:1px;
      border:1px solid #aeaeae;
    }
    
    input.checkbox,
    input.radioButton{
      border:0;
      padding:0;
    }
	
    select,
    textarea{
      border:1px solid #aeaeae;
      padding:0;
    }
		
    input:focus, 
    textarea:focus, 
    select:focus{
      color:#0E2E56;
      background:#F2F7FF;
      border:1px solid #144D94;
    }
    
    input.submitButton,
    form fieldset.over dl dd input.submitButton{
      font-size:.85em;
      width: 14em;
      margin:0 0 0 8px;
      padding:3px 7px 4px 7px;
      text-decoration: underline;
      display:block;
      border:1px solid #666;
      border-left:1px solid #ccc;
      border-top:1px solid #ccc;
      background:#fff url(images/bgButton.gif) repeat-x left bottom;
      text-align:center;
      text-decoration:none;
      color:#000066;
    }
    
    input.submitButton.over,
    form fieldset.over dl dd input.submitButton.over{
      border-right:1px solid #000;
      border-bottom:1px solid #000;
      background:#fff url(images/bgButtonOver.gif) repeat-x left bottom;
      text-decoration:none;
      color:#990000;
      cursor:pointer;
    }
    
    input.submitButton.actionButton,
    form fieldset.over dl dd input.actionButton{
      background:#FFFDD7 url(images/bgAddToCart.gif) repeat-x left bottom;
      border-color:#FFC96F #AC5A00 #AC5A00 #FFC96F;
      color:#8F2C04;
    }
    
    input.submitButton.actionButton.over,
    form fieldset.over dl dd input.actionButton.over{
      background:#fffff9 url(images/bgAddToCartOver.gif) repeat-x left bottom;
      color:#650000;
    }

    form fieldset{
      float:left;
      display:inline;
      clear:both;
      width:94%;
      border:1px solid #ccc;
      padding:0 0 15px 0;
      margin:20px 0 20px 4%;
    }
    
    form fieldset p{
      padding:0;
      margin:20px 0 0 20px;
      width:92%;
      float:left;
      display:inline;
      clear:both;
    }
    
    form fieldset.over{
      border:1px solid #8ba6c7;
    }
    
    form fieldset legend{
      margin:0;
      font-size:1.1em;
      color:#999;
      font-weight:bold;
    }
    
    form fieldset.over legend{
      color:#325d94;
    }
    
    form fieldset dl{
      margin:10px 0 0 0;
    }
    
    form fieldset dl dt{
      margin:0 5px 6px 0;
      padding:0;
      float:left;
      display:inline;
      clear:left;
      width:25%;
      font-weight:normal;
      text-align:right;
    }
    
    form fieldset dl dt label{
      display:block;
      text-align:right;
    }
    
    form fieldset.over dl dt label,
    form fieldset.over dl dd label{
      color:#305078;
    }
    
    form fieldset.over dl dt label:hover,
    form fieldset.over dl dd label:hover{
      color:#2066c7;
    }
    
    
    form fieldset.over dl dd input,
    form fieldset.over dl dd select,
    form fieldset.over dl dd textarea{
      border-color:#8ba6c7;
      background:#f9fafb;
    }
    
    form fieldset.over dl dd input:focus,
    form fieldset.over dl dd select:focus,
    form fieldset.over dl dd textarea:focus{
      border-color:#144D94;
      background:#F2F7FF;
    }
    
    form fieldset dl dd{
      margin:0 3px 6px 0;
      padding:0;
      float:left;
      display:inline;
      width:50%;
      text-align:left;
    }
    
    form fieldset dl dd label{
      float:left;
      display:inline;
      padding-bottom:4px;
    }
    
    form div.formSubmits{
      float:left;
      display:inline;
      clear:both;
      width:100%;
    }
    
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .parentWrap{
    width:790px;
   /* min-height:100%;*/
    margin:0 auto 0 auto;
    padding:5px 0 5px 0;
    text-align:left;
    color:#333333;
    background:#fff;
    /*position:relative;*/
  }
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    width:90%;
    margin:10px 0 10px 32px;
    position:relative;
  }
	
  .contentSection{
    float:left;
    display:inline;
    width:100%;
    margin:0 0 6px 0;
    padding:15px 0 0 0;
    border-top:1px solid #ccc;
  }
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/

/* HTML STYLE *****************************************************************************/
ul { margin: 0; padding: 5px 0 10px 20px; list-style-type: none; }
li { margin: 0 0 5px 0; padding: 0 0 0 20px; background: url(images/bg_bullet_square.gif) no-repeat 0px 5px; }


#container {
	width: 780px;
	margin: 0 5px 0 5px !important;
	border-top: 1px solid #333333;
	padding: 0;
	float: none !important;
}
.aqua { background-color: #C9E4DF !important; }
.blue { background-color: #D2E9F7 !important; }
.yellow { background-color: #FBE36A !important; }
.purple { background-color: #BDBEDE !important; }

.bgAqua { background-color: #A6BDB9 !important; }
.bgBlue { background-color: #B2C5D1 !important; }
.bgYellow { background-color: #D4BF59 !important; }
.bgPurple { background-color: #9C9DB8 !important; }

#content {
	background: url(images/bg_container.gif) repeat-y left top !important;
	border-bottom: 1px solid #333333;
	padding: 1px 0 0 0;
	margin: 0 !important;
}
#col1 {
	width: 175px;
	float: left;
	
}
#col2 {
	width: 430px;
	float: left;
	font-size: 1.2em;
}
#col3 {
	width: 175px;
	float: left;
}
#col3 .mid img {
	border: 1px solid #000000;
}
#col3 .mid { padding: 50px 0 0 0; text-align: center; }
.top {
	height: 145px;
	border-bottom: 1px solid #333333;
}
.mid {
	text-align: left;
}
.btm {

}
#col1 .top p { padding: 65px 10px 0 10px; font-size: 1.2em; font-weight: bold; text-align: center; }
#logoWhite { background: url(images/bg_logo_white.jpg) no-repeat top left; }
#logoPurple { background: url(images/bg_logo_purple.jpg) no-repeat top left; }
#logoYellow { background: url(images/bg_logo_yellow.jpg) no-repeat top left; }
#logoBlue{ background: url(images/bg_logo_blue.jpg) no-repeat top left; }
#logoAqua{ background: url(images/bg_logo_aqua.jpg) no-repeat top left; }

#footer {
	width: 790px;
	margin: 0 auto;
	font-size: 1em;
	color: #dddddd;
	padding: 0;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer a {
	color: #666666;
}
#footer .col1 { width: 200px; float: left; text-align: left; }
#footer .col2 { width: 550px; float: right; text-align: right; }

/*----BEGIN ALT CONTENT STYLE---------------------------------------------------------*/
#contentAlt {
	width: 780px;
	margin: 0 auto;
	background: url(images/bg_content_alt.gif) repeat-y;
	border-bottom: 1px solid #333333;
	font-size: 1.1em;
}
#contentAlt .top {
	padding: 10px !important;
	border-bottom: 1px solid #333333 !important;
	margin: 0 0 10px 0;
	text-align: left;
	height: auto;
}
#contentAlt .col1 {
	width: 260px;
	float: left;
}
#contentAlt .col2 {
	width: 325px !important;
	float: left;
	text-align: left;
	margin: 0 20px 0 10px;
}
#contentAlt .col2 h4 { margin: 0 0 15px 0; }
#contentAlt .col3 {
	width: 165px;
	float: left;
	padding: 20px 0 0 0;
}
#contentAlt .col1 img { border: 1px solid #000000; }
  
/*----BEGIN MISC. CLASS STYLES---------------------------------------------------------*/
.clear { clear: both; overflow: hidden; }
.padding20 { padding: 20px; }
.col3Padding { padding: 40px 15px 20px 15px; }
.photoMain { margin: 10px 10px 0 10px; border: 5px solid #FFFFFF; }
.photoSub { margin: 2.5px 2.5px 2.5px 2.5px; border: 5px solid #FFFFFF; }
.imgPhotoContent { margin: 0 10px 10px 0; border: 5px solid #FFFFFF; float: left; }

.animationMain { 
	margin: 10px 10px 0 5px; 
	padding:0 0 0 0;
	border: 0px solid #fff; 
}

a.home { display: block; height: 145px; width: 430px; padding: 0; 
	text-indent: -999px; overflow: hidden;
}

.productHeading {
	text-align: left;
	padding: 10px 0 0 10px;
}

.productPhotos {
	width: 428px;
	float: left;
	margin: 0px 0 10px 0;
}
.productCan {
	border: none !important;
	padding-top: 20px; 
}
.productPicAlt {
	border: none !important;
	padding: 0;
}


/**---- Main Nav Section-------------------------------------------------------*/
.navigation {
	font-size: 1.1em;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 1px 5px 1px;
	text-align: left;
}
.navigation ul li {
	list-style-type: none;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	background: none;
}
.navigation ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0;
}
.navigation ul li a:hover {
	text-decoration: underline;
	background-color: #FFFFFF!important;
}
.navigation ul li a.on { text-decoration: none; background-color: #FFFFFF !important; }
.navigation ul ul { margin: 0; padding: 0; display: none;}
.navigation ul ul li a {
	padding: 5px 10px 5px 25px;
	font-weight: normal;
}
.navigation ul ul li a.on {
	padding: 5px 10px 5px 25px !important;
	background: url(images/bg_bullet_arrows_1.gif) no-repeat 13px 9px !important;
}
.navigation ul ul li a:hover.on { background: url(images/bg_bullet_arrows_1.gif) no-repeat 13px 9px !important; }
.navigation ul ul li a:hover { background: none !important; }
.subNav { display: none; }

/**---- Case Studies Nav --------------------------------------------------------*/
.navCase { text-align: left; font-size: 1.1em; }
.navCase a {
	color:#999999;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0;
}
.navCase a.on { color: #000000; }
.navCase a:hover { color: #666666; }
.navCase ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 1px 5px 1px;
	text-align: left;
}
.navCase ul li {
	list-style-type: none;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	background: none;
}

/**---- Main Nav Section-------------------------------------------------------*/
.subNavigation {
	font-size: 1.1em;
}
.subNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subNavigation ul li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
}
.subNavigation ul li a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0;
}
.subNavigation ul li a:hover {
	text-decoration: underline;
}
.subNavigation ul ul {

}

/**---- Search Box -------------------------------------------------------*/
#searchBox {
	padding: 20px 10px 10px 10px;
	text-align: right;
}
.searchWrap { padding: 3px; border: 1px solid #000000; margin: 0 0 5px 0; }
#searchBox input {width: 142px; font-size: 1.1em; margin: 0; color: #000000; }
#searchBox .btn { width: 80px; background: none; border: 1px solid #000000; font-size: 1.1em; }

/**---- Popup Box -------------------------------------------------------*/
#popup {
	
	width: 700px;
	margin: 5px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#popTop {
	height: 95px;
	background: url(images/bg_poptop.gif) repeat-y left top;
	border-bottom: 1px solid #333333;
}
#popTop .col1 {
	width: 210px;
	float: left;
	padding: 40px 0 0 0;
}
#popTop .col2 {
	width: 280px;
	height: 95px;
	float: left;
	background: url(images/bg_logo_pop_yellow.jpg) no-repeat top left;
}
#popTop .col3 {
	width: 210px;
	float: left;
	overflow: hidden;
}
#popBtm {
	height: 255px;
	background: url(images/bg_popbtm.gif) repeat-y left top;
}
#popBtm .col1 {
	width: 225px;
	float: left;
	padding: 30px 0 0 0;
	text-align: right;
}
#popBtm .col1 img { border: 1px solid #000000; }
#popBtm .col2 {
	margin: 0 20px;
	width: 285px;
	float: left;
	padding: 30px 0 20px 0;
	text-align: left;
	font-size: 1.1em;
}
#popBtm .col3 {
	width: 150px;
	float: left;
	padding: 178px 0 0 0;
}
#popBtm .col3 img { }
#caseContent {
	height: 205px;
	width: 285px;
	overflow: auto;
}
#closeBtn {
	text-align: right;
	padding: 1px 1px 0 0;
}
#closeBtn a {
	padding: 5px;
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#closeBtn a:hover {
	background-color: #000000;
	color: #FFFFFF;
}


/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/


/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:373px;
    height:113px;
    margin:0;
    padding:0;
    position:absolute;
    top:210px;
    left:200px;
    z-index:20;
  }
  
  .bannerHeader img{
    position:absolute;
  }
  
  .bannerHeader ul{
    position:absolute;
    list-style:none;
    margin:0;
    padding:0;
  }
  
  .bannerHeader ul li{
    width:105px;
    height:92px;
    position:absolute;
    margin:0;
    padding:0;
    text-indent:-5000px;
    background:url(images/shim.gif);
  }
  
  .bannerHeader ul li.coatings{
    left:43px;
  }
  
  .bannerHeader ul li.solutions{
    left:256px;
    height:114px;
  }
  
/**/

/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
  /**----Splash Main Nav Section-------------------------------------------------------*/
    
    .nav{
      width:770px;
      height:440px;
      margin:0;
      padding:0;
      list-style:none;
      position:absolute;
      top:115px;
      left:0;
	  font-size: 1.2em;
    }
    .nav li {
      position:absolute;
      text-align:right;
      padding:0;
      margin:0;
      width:240px;
	  background: none !important;
    }
    .nav li a {
      display:inline;
	  font-size: 1.2em;
      padding:3px 5px 4px 5px;
      margin:0 30px 0 0;
      color:#bbb;
      text-decoration:none;
      text-align:right;
      font-family: Futura, "Futura Md BT", "Futura Book", "Futura Book BT", arial, sans-serif;
      line-height:1em;
      float:right;
	  
    }
    .nav li a:hover,
    .nav.overCoating li.coatingsLink a:hover{
      color:#fff;
    }  
    .nav li.coatingsLink a{
        margin-top:5px;
    }
    .nav li.coatingsLink a:hover{
      background:#0081C6;
      color:#fff;
    }
    .nav li.solutionsLink a:hover,
    .nav.overSolutions li.solutionsLink a:hover{
      background:#E93035;
      color:#fff;
    }
    .nav.overCoating li.coatingsLink a,
    .nav.overSolutions li.solutionsLink a{
      color:#000;
    }
    .nav.overCoating2 li.coatingsLink a,
    .nav.overSolutions2 li.solutionsLink a{
      color:#000;
    }
    .nav.overCoating2 li.products{
       background:url(images/bgLi.gif) no-repeat right top;
    }
    .nav.overCoating2 li.products a{
       background:#0081C6;
       color:#fff;
    }
    .nav.overSolutions2 li.aboutUs{
      background:url(images/bgLiAlt.gif) no-repeat left bottom;
    }
    .nav.overSolutions2 li.aboutUs a{
      background:#E93035;
      color:#fff;
    }
    .nav li.coatingsLink{
      width:290px;
    }    
    .nav li.coatingsLink.over{
      background:url(images/bgLi.gif) no-repeat right top;
    }
    .nav li.solutionsLink.overAlt{
      background:url(images/bgLiAlt.gif) no-repeat left bottom;
    }
    .nav li.solutionsLink{
     top:210px;
     left:494px;
     width:230px;
     padding-left:36px;
   }
   .nav li.solutionsLink a{
      float:left;
      display:inline;
   }
   
   .nav li.giveUsYourProblem{
     height:125px;
   }
   .nav li.products{
     top:25px;
     height:105px;
   }
   .nav li.distributors{
     top:50px;
     height:80px;
   }
   
   .nav li.newsAndEvents{
     top:210px;
     height:129px;
   }
   .nav li.caseStudies{
     top:235px;
     height:104px;
   }
   .nav li.aboutUs{
     top:260px;
     height:79px;
   }
   .nav li.contactUs{
     top:285px;
     height:54px;
   }
   .nav li.search{
     height:154px;
   }
   
  /**/

/**/




/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    text-align:center;
    width:100%;
    color:#888;
    margin:0 0 15px 0;
    clear:both;
    position:absolute;
    top:530px;
    font-size:1em;
  }
  
  .footer p{
    margin:0;
    padding:0 0 0 0;
    float:left;
    display:inline;
    width:40%;
    text-align:left;
  }
  
  .footer p#copyright{
    padding:0 0 0 0;
    clear:left;
    width:40%;
  }
  
  
  .footer p#additionalInfo{
    clear:left;
    width:50%;
  }
  
  .footer p#accessaInfo{
    float:right;
    text-align:left;
    width:50%;
  }
  
  .footer p#credit{
    float:right;
    clear:right;
    text-align:left;
    width:50%;
  }

  .footer p#rQcredit{
    float:right;
    clear:right;
    text-align:left;
    width:50%;
  }
  
  .footer p a{
    color:#666;
  }
  
/**/
/*-- FLASH ------------------------------------------------------------*/
.mid  object {
	margin: 10px 0 0 10px !important;
	padding: 5px !important;
	background-color: #FFFFFF;
	display: block;
}

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
