@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    text-align: center;
    background:#ABCE89;
}
#wrap {
    width: 981px;
    margin: 0 auto;
    text-align: left;
}
#main {
   padding: 0 0 1em 5px;
   background-color:#FFFFFF;
}

/* Header */
#header {
    margin-top: 12px;
    height:131px;
    background:#FFFFFF;
}
#top {
    padding: 5px 0 0 0;
}
#top_left {
    width: 649px;
    height: 90px;
    background-image: url('/img/tl_bg.jpg');
    position: relative;
}
#top_right {
    width: 322px;
    height: 90px;
    background-image: url('/img/tr_bg.jpg');
    position: relative;
    color:#FFF;
}
#corner_tl {
    background:url('/img/tl.jpg') no-repeat;
    width: 6px;
    height: 6px;
}
#corner_tr {
    background:url('/img/tr.jpg') no-repeat;
    width: 6px;
    height: 6px;
    margin-left: 316px;
}
#logo {
    position: absolute;
    top: 32px;
    left: 37px;
}
#slogan {
    position: absolute;
    top: 39px;
    left: 305px;
}
#toolbar{
    position: absolute;
    top: 25px;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#toolbar li {
    float:left;
    width: auto;
    font-size: 11px;
}
#toolbar li a {
    color: #fff;
    margin:0 1.5em 0 0;
    font-weight: bold;
    text-decoration:none;
}
#toolbar li img {
    margin: 0 .5em 0 0;
}
#search {
    font-size: 11px;
    position: absolute;
    top: 50px;
    left: 20px;
}
#menu {
    margin-top: 3px;
    width: 971px;
    height: 33px;
    background-image:url('/img/menu_bg.png');
}
#menu ul {
    padding: 0;
    margin: 0;
    list-style:none;
    background-color: #94BAE1;
    float: left;
    width:100%;
}
#menu ul li {
    float:left;
    width: auto;
    padding: 0 1px 0 1px;
    text-align:center;
}
/*#menu ul li.home {
    padding: 0;
}*/
#menu ul li a {
    display:block;
    padding:0;
    line-height:32px;
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    /*background:url('/img/bg-hmenu1.jpg') repeat-x;*/
    background-repeat: no-repeat;
}
#menu ul li.home a {
    width: 86px;
    background-image: url('/img/menu/home.png');
}
#menu ul li.products a {
    width: 117px;
    background-image: url('/img/menu/products.png');
}
#menu ul li.education a {
    width: 186px;
    background-image: url('/img/menu/education.png');
}
#menu ul li.gallery a {
    width: 147px;
    background-image: url('/img/menu/imggal.png');
}
#menu ul li.about a {
    width: 114px;
    background-image: url('/img/menu/about.png');
}
#menu ul li.news a {
    width: 150px;
    background-image: url('/img/menu/newsevents.png');
}
#menu ul li.iso a {
    width: 155px;
    background-image: url('/img/menu/iso.png');
}
#menu ul li a:hover {
    background-position: left center;
}
#menu.home ul li.home a,
#menu.products ul li.products a,
#menu.education ul li.education a,
#menu.gallery ul li.gallery a,
#menu.aboutus ul li.about a,
#menu.news ul li.news a,
#menu.iso ul li.iso a {
    background-position: left bottom;
}
/* Content */
#middle, #middle-wide {
    width: 971px;
    border-top: 1px solid #95BBE2;
}
#middle {
    padding-top: 6px;
    background: url('/img/tedge_round.gif') no-repeat top left;
}
#middle-left {
    width: 192px;
    float: left;
}

#middle-center {
   width: 779px;
   float: left;
}

#sidebar {
   text-align: left;
}

#content {
/*  padding-left: 45px;*/
    text-align: left;
}

/* Footer */
#footer {
    color: #4C702A;
}
.footer-menu {
    background: #95B278;
    line-height: 30px;
}

/* Side Navigation */
#navigation {
    border-left: 2px solid #95BBE2;
}
#navigation ul{
    padding: 0;
    margin: 0;
    list-style:none;
    background: #e8f1f8;
}
#navigation ul li{
    display: inline;
    padding: 0;
    margin: 0;
}
#navigation ul li a{
    display: block;
    line-height: 24px;
    padding-left:14px;
    /*background: url('/img/menu-bg1.jpg') repeat-x;*/
    background: url('/img/left_menu_category_bg.png') repeat-x;
    color:#000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
#navigation ul li a:hover{
/*
    color:#99B8A2;
*/
    color:#5F7366;
}
#navigation ul li a.selected{
    background: url('/img/menu-bg2.jpg') repeat-x;
}
#navigation ul li a.current{
    color:#f3661f;
}
#navigation ul li ul{
    padding-left:14px;
}
#navigation ul li ul li a{
    line-height: normal;
    padding: 6px 0;
    padding-left:20px;
    background: url('/img/i_arrow_rb.gif') left no-repeat;
}
#navigation ul li ul li a.current{
    background: url('/img/i_arrow_ro.gif') left no-repeat;
}
.navigation-tail{
    height: 96px;
    background: url('/img/menu-bg0.jpg') repeat-x;
}

/* Content */
#middle-center .content-left {
    width: 457px;
}
#middle-single .content-left {
    width: 766px;
}
.content-left{
    float:left;
    margin-left:35px;
    display: inline; /* ie6 double margin bugfix */
}
.content-right{
    width: 252px;
    float:left;
    margin-left:35px;
    display: inline; /* ie6 double margin bugfix */
}
.content-wide{
    float:left;
}
table.items, table.cart {
    width:100%;
    background: #fff;
}
table.items th{
    color: #000;
    background: #91B7DE;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.items td{
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.cart {
    /*border: 1px solid #91B7DE;*/
}
table.cart th {
    color: #000;
    background: #91B7DE;
    border-right: 1px solid #fff;
    padding: 6px 4px;
}
table.cart td {
    /*border-left: 1px solid #91B7DE;*/
}
table.cart tr.o0 td {
    padding: 6px 4px;
}
table.cart tr.o1 td {
    padding: 6px 4px 0 4px;
}
table.cart tr.o2 td {
    padding: 0px 4px;
}
table.cart th.last, table.cart td.last {
    /*border-right: 1px solid #91B7DE;*/
}
table.cart td.bot1{
    /*border-top: 1px solid #91B7DE;*/
    border-left: 0 none;
}
table.cart td.bot2{
    /*border-top: 1px solid #91B7DE;
    border-bottom: 1px solid #91B7DE;*/
    font-weight: bold;
}
table.cart tr.bot3 td{
    border-top: 2px solid #91B7DE;
}
table.cart input, table.cart checkbox {
    display: inline;
    float:none;
    clear:none;
}
/*th, td {
    padding:.5em 1em;
    vertical-align: top;
}*/
tr.alt{
    background:#DEE8F2;
}


/*** Verve ***/
a img {
    vertical-align: middle;
}
a.blue {
    font-weight: bold;
    text-decoration: underline;
    color: #2870BC;
}
input.input {
    border: 1px solid #aaa;
}
input.medium{
    width:184px;
}
input.large{
    width:260px;
}

img.search_submit {
    vertical-align:middle;
    cursor: pointer;
}

div.search {
    padding: 0 30px;
}
table.search-bar {
    height: 56px;
    background: #DEE8F2;
}
table.search-bar td{
    padding: 0 1em;
}
table.search-bar td input{
    margin: 4px 0;
}
div.searchitem{
    border-bottom: 1px solid #DEE8F2;
    padding: 8px 0;
}
div.searchitem{
    border-bottom: 1px solid #DEE8F2;
}
div.searchitem a.image{
    margin: 0 1em 1em 0;
}

div.banner {
    width: 390px;
    height: 102px;
    margin: 0;
    padding: 0;
    position: relative;
}
div.banner h1 {
    font-size: 24px;
    font-weight: bold;
    color: #044388;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 1em;
}
div.banner h1.article {
    left: .2em;
}
div.sidebox {
    border-top: 6px solid #FBA51A;
    margin: 0 0 8px 8px;
    background: #FAF2B3;
}
div.sidebox-in {
    border: 1px solid #C8DAEE;
    border-top: 0 none;
    padding: 1px 12px;
}
div.listbox1 {
}
div.listbox1 h5 {
    padding: 0 0 0 2em;
    background: url('/img/i_arrow_rb.gif') left no-repeat;
}
div.listbox1 h5 a, div.sidebox h5 a {
    text-decoration: none;
}
div.listbox1 p {
    margin:0;
    padding: 0 0 0 2em;
}
div.listbox2 {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #91B7DE;
}
div.listbox2a {
    padding: 0 0 8px 0;
}
div.listbox2a img {
    float: right;
    border: 1px solid #000;
    margin: 0 0 0 1em;
}
div.listbox3 {
    padding: 8px 0 0 0;
}
div.listbox3l {
    width: 134px;
    min-height: 1px;
}
div.listbox3r {
    width: 344px;
    min-height: 1px;
}
div.listbox3b {
    height: 1px;
    border-bottom:1px solid #DEE8F2;
}
div.listbox3 h5 a {
    text-decoration: none;
}

.product-menu a {
    display: block;
    text-decoration: none;
    padding:2px 0 2px 1em;
    font-size: 14px;
}
.product-menu a.active {
    background-color:#D9EEF6;
}

.overview a.overview,
.procedure a.procedure,
.msds a.msds,
.instructions a.instructions,
.faq a.faq,
.articles a.articles,
.presentations a.presentations,
.purchase a.purchase {
    background-color:#D9EEF6;
}
a.grey {
    color:#777;
    font-size: 12px;
    text-decoration: none;
}
.promotion {
    color: blue;
}
.promobox {
    border-style: solid;
    border-color: rgb(252, 167, 25);
    border-width: 5px 1px 1px;
    background: #fff;
    padding: 8px 2px 8px 3px;
    display: inline;
    height: 20px;
    margin-left: -3px;
}

.slide {
    background: url('/img/bg-slide.jpg');
    color: #fff;
    margin: 0 0 1em 0;
}
.slide img {
    vertical-align: bottom;
}

/** HOME PAGE **/
div.homewrap {border: 1px solid #CCCCCC; border-top: none; font-family: Verdana, Tahoma, arial, sans-serif;}
div.homecontent {}
div.hometopleft {width: 517px; height: 272px; overflow:hidden;}
div.hometopright {width: 433px; height: 272px; background: url('/img/hometopright.jpg') left repeat-x;}
div.hometabwrap {height: 228px;}
div.hometabin {width: 431px; background: #ffffff; border: 1px solid #CCCCCC; border-top: none; height: 174px; overflow-y:auto; overflow-x:hidden;}
div#hometabcontent {}
div.homesearchwrap {color: #ffffff; padding: 10px; background: #9ABBDC; font-size: 11px;}
div.homephoto img {display: block;}
div.homesep1 {height: 272px; width: 11px; font-size: 0em; background: url('/img/sep1.jpg') left no-repeat;}
div.homesep2 {height: 272px; width: 8px; font-size: 0em; background: url('/img/sep2.jpg') left no-repeat;}
div.orangebox {height: 165px; width: 259px;  border-right: 1px solid #CCCCCC; border-top: 8px solid #D68802;}
div.purplebox {height: 165px; width: 259px; border-right: 1px solid #CCCCCC; border-top: 8px solid #900970;}
div.greenbox {height: 165px; width: 449px; border-top: 8px solid #729C4A; background: #E9F8DB;}
div.homebox {padding: 10px 10px 10px 15px; font-size: 11px; line-height: 1.3;}
div.homebox h2 {font-family: times, serif; font-size: 20px; margin: 0 0 10px 0; padding: 0;}
div.homebox p {margin:0 0 0.6em 0;}
div.homebox a, div.homebox a:link, div.homebox a:visited {color: #1767BC;}
div.orangebox h2 {color: #D68802;}
div.purplebox h2 {color: #900970;}
div.greenbox h2 {color: #729C4A;}
ul#homeselect{
    position: relative;
    padding: 0;
    width: 433px;
    margin: 10px auto 0 auto;
    background: url('/img/normback.gif') repeat-x; /*tab background image path*/
    height: 36px;
    list-style: none;
    font-family: times, serif;
}
ul#homeselect li{
    float:left;
    background: url('/img/normright-on.gif') no-repeat right top;
    margin-right: 10px;
}
ul#homeselect li a{
    float: left;
    display: block;
    color: 99999B;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    padding:0 0 0 14px; /*Padding to accomodate left tab image. Do not change*/
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background: url('/img/normleft-on.gif') no-repeat;
}
ul#homeselect li a b{
    float: left;
    display: block;
    padding: 0 14px 0 0px; /*Padding of menu items*/
}
ul#homeselect li.ui-tabs-selected a, ul#homeselect li a:hover{
    color: #92278F;
    background: url('/img/normleft.gif') no-repeat; /*left tab image path*/
    background-position: left;
}
ul#homeselect li.ui-tabs-selected a b, ul#homeselect li a:hover b{
    color: #92278F;
    background: url('/img/normright.gif') no-repeat right top; /*right tab image path*/
}
table.catlist {
    width: 100%;
    border-collapse:collapse;
    margin: 6px 0 0 0;
    text-align: left;
    vertical-align: middle;
}
table.catlist td {
    height: 27px;
    background: transparent url('/img/list-bg1.jpg') repeat-x scroll 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left:1em;
}
table.catlist td.column-1, table.catlist td.column-2 {
    border-right: 1px solid #ccc;
}
table.catlist a {
    color: #000;
    text-decoration: none;
}
table.itemlist {
    width: 100%;
    border-collapse:collapse;
    margin: 6px 0 0 0;
    text-align: left;
}
table.itemlist td {
    vertical-align: top;
    width: 33%;
}
table.itemlist td.column-1,
table.itemlist td.column-2 {
    padding:0 1em 1em 0;
}
table.itemlist td.column-3 {
    padding:0 0 1em 0;
}
table.itemlist a {
    color: #555;
    text-decoration: underline;
    font-size: 11px;
}
div.letterlist {
    margin: 6px 0 0 0;
    padding: 1em;
    background: transparent url('/img/list-bg2.jpg') repeat-x scroll 0 0;
    border-top: 1px solid #ccc;
}
div.letteritem {
    height: 32px;
    text-align: center;
    float:left;
}
div.listhead {
    font-size: 1.3em;
    font-weight: bold;
    color: #2870BC;
}
div.listhead a {
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    color: #8E2979;
}


#cptabs ul {
    display:inline;
    padding: 0;
    margin-left: 0;
}
#cptabs ul.ui-tabs-nav li {
    display:inline;
}
#cptabs ul.ui-tabs-nav li a {
    background: #E8F1F8;
    border: 1px solid #aaa;
    padding: 0 8px;
    text-decoration: none;
}
#cptabs ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #CBDEEF;
}
#cptabs div.ui-tabs-panel {
    margin-top:1em;
}

div.download {
    text-align: right;
    padding: 4px;
}
div.download form {
    display: inline;
}
div.content-title {
    padding: 0 0 0 5px;
}
.date {
    font-size: 12px;
}

.ui-tabs-hide {
    display: none;
}

/*NEWSLETTER - PRESS RELEASES */
.newswrap {padding: 10px 0 0 0;}
.newsbox {border-bottom: 1px solid #DEE8F2; line-height: 1.6; padding: 0 0 10px 0; margin: 0 0 10px 0;}
.newsdate {}
.newsbox h5 {margin: 0 0 0 0;}
.newsbox h5 a {text-decoration: none;}
.newssum p {margin: 0;}

/* PRESENTATIONS */

.newsbox {border-bottom: 1px solid #DEE8F2; line-height: 1.6; padding: 0 0 10px 0; margin: 0 0 10px 0;}


/*ARTICLES*/
ol.articleswrap {
    padding: 1em 0 0 1.1em;
    margin: 0 0 0 1.1em;
    line-height: 1.5;
}
ol.articleswrap li {
    margin: 0 0 1em 0;
    padding-left:0px;
}

/* PAGINATOR */
.paginator {
    padding-top: 10px;
}
.paginright {
    text-align: right;
}
.pagincenter {
    text-align: center;
}
.paginator span{
    padding: 0.2em;
}

a.readmore, .paginator, .paginator a {
    color: #065EB8;
    white-space: nowrap;
}

.pager {
    color: #2870BC;
    border-color: #94BAE1;
    border-width: 1px 0;
    border-style: solid;
    margin: 1em 0;
    padding: .5em 0;
}
.pager span a{
    padding: 1em;
    color: #2870BC;
    text-decoration: none;
}
.pager span.current a{
    text-decoration: underline;
}


/* OTHERS */
.cart-message {
    padding: 1em 0;
}
.cart-message span {
    background: #DEE8F2;
    border: 2px solid #F7CD85;
    line-height: 1.5em;
    padding: 4px;
    font-weight: bold;
}
.filler_r1 {
    height: 110px;
}

div.boxhead {
    width:645px;
}
div.boxhead h2 {
    height:28px;
    width:645px;
    background-color:#DEE8F2;
    background:url(/img/bar_bg.png);
    padding:5px 0 0 5px;
    margin: 1em 0;
    font-family:'Times New Roman';
    font-size: 20px;
    color:#044B94;
}

/* jquery cycle selector */
#icycle{
    margin:0;
    padding:0;
    overflow:hidden;
    width: 250px;
    height: 258px;
    text-align: center;
}
.icycle_img {
    line-height:242px;
}
.icycle_img img {
    vertical-align: middle;
}
.icycle_ctrl {
    border: 1px solid #94BAE1;
}
.icycle_ctrl img{
    vertical-align:middle;
}
.icycle_ctrl a{
    color:#4F79A3;
}

.dark_gray {
    color: #333;
}
.vtop td {
    vertical-align: top;
}

