﻿/*====== GLOBAL STYLES ======*/
body { margin:0px; padding:0px; font-size:12px; font-family:Arial; color:#5a5a5a;background:#fff;}
h1, h2, h3, h4, img, p, div, table, th, tr, td, span, a, ul, li { margin:0px; padding:0px;}
#wrapper { width:930px; margin:0px auto; padding:0px; border:0px solid red;}
.mainHolder { width:930px;}
a { text-decoration:none; color:#5a5a5a; outline:none;}
.contentInner a{color:#0054b1;}

/*============================== HOME PAGE ==============================*/

/*====== HEADER ======*/
.header { width:930px; }
.logo { width:170px;}
.logo a {
    width:111px;
    height:74px;
    display:block;
    background-image:url(../images/logo.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}
.pushMenu { width:20px;}
.menu { height:74px; vertical-align:top;}
.menu2 { height:74px;}
.mainMenu { vertical-align:top; }
.mainMenu ul { list-style-type:none;}
.mainMenu li { }
.mainMenu a  {
    color:#666666;
    font-size:14px; 
    text-transform:uppercase;
    font-weight:bold; 
    display:block;
    border-left:1px solid #666666;
    padding:0px 17px 0px 18px;
}
.mainMenu ul ul a
{
    color:#666666;
    font-size:11px; 
    text-transform:none;
    font-weight:normal; 
    display:block;
    border:none;
    padding:0;
}
a.noBorder { border-left:0px; padding-left:0px;}

a.noPadding { padding-right:7px;}
.push { vertical-align:top; width:635px;}
.shopLinks {
    height:35px;
    width:123px;
    padding-left:10px;
    padding-top:5px;
    vertical-align:top;
    background-image:url(../images/shopLink.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}
.shopLinks a { color:#fff; padding:0px 10px;}
.rightLine { border-right:1px solid #fff;}

.searchBG {}
.searchBG input {
    background-image:url(../images/searchBG.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:5px;
    height:20px;
    border:0px;
}

/*====== SIDE BAR HP + FLASH ======*/
.flash { vertical-align:top; width:727px; height:347px;}

.sideBarHP { width:200px; vertical-align:top;}
.sideBarInner { width:180px;}
.about h3 {
    color:#0054b1;
    font-size:14px;
    padding:5px 0px;
    text-transform:uppercase;
    border-bottom:1px solid #0054b1;
    border-top:1px solid #0054b1;
    margin-bottom:10px;
}
.about p { margin-bottom:10px;}
.about a.moreNews { color:#0054b1; padding:0px; border:0px; font-weight:bold;}
.about a.moreNews:hover { text-decoration:underline;}
.news h3 {
    color:#0054b1;
    font-size:14px;
    padding:5px 0px;
    text-transform:uppercase;
    border-bottom:1px solid #0054b1;
    border-top:1px solid #0054b1;
    margin-top:10px;
}
.news ul.HPsideMenu { list-style-type:none;}
.news li { border-bottom:1px dashed #5a5a5a; padding:7px 0px;}
.news ul.HPsideMenu a {color:#5a5a5a; padding:0px; border:0px;}
.news ul.HPsideMenu a:hover { text-decoration:underline;}
.news a.moreNews { color:#0054b1; margin-top:10px; padding:0px; border:0px; font-weight:bold;}
.news a.moreNews:hover { text-decoration:underline;}

/*====== CONTENT ======*/
.content { margin-top:7px;}
.content h3 { color:#fff; text-transform:uppercase; padding:10px 0px; margin-left:15px;}
.content p { margin:10px 0px 10px 15px;}
.bannerPink {
    background-image:url(../images/banner_pink.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    vertical-align:top;
    width:305px;
    height:127px;
    padding-right:6px;
}
.bannerGreen {
    background-image:url(../images/banner_green.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    vertical-align:top;
    width:305px;
    height:127px;
    padding-right:6px;
}
.bannerOrange {
    background-image:url(../images/banner_orange.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    vertical-align:top;
    width:305px;
    height:127px;
}
.readMore_pink {
    background-image:url(../images/pinkBTN.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
    width:70px;
    line-height:20px;
    display:block;
    text-align:center;
    color:#fff;
    font-size:11px;
    margin-left:15px;
}
.readMore_pink:hover { background-position:left top;} 
.readMore_green {
    background-image:url(../images/greenBTN.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
    width:70px;
    line-height:20px;
    display:block;
    text-align:center;
    color:#fff;
    font-size:11px;
    margin-left:15px;
}
.readMore_green:hover { background-position:left top;}
.readMore_orange {
    background-image:url(../images/orangeBTN.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
    width:70px;
    line-height:20px;
    display:block;
    text-align:center;
    color:#fff;
    font-size:11px;
    margin-left:15px;
}
.readMore_orange:hover { background-position:left top;}
.Diamonds td { vertical-align:top;}
.Diamonds img { margin-left:55px; margin-top:10px;}
.Pharma td { vertical-align:top;}
.Pharma img { margin-left:25px; margin-top:10px;}
.Seeds td { vertical-align:top;}
.Seeds img { margin-left:60px; margin-top:10px;}

/*====== FOOTER HP ======*/
.footer { margin-top:5px; padding:5px 0px; border-top:1px solid #b0b0b0; font-size:11px;}
.footerHomePage .footer { margin-top:5px; border:0px; font-size:11px; border-top:0px solid #b0b0b0;}
.footerHP a { color:#5a5a5a;}
.footerHP a:hover { text-decoration:underline;}
.footer a { color:#5a5a5a;}
.footer a:hover { text-decoration:underline;}
.pushFooter { width:525px;}

/*============================== INNER PAGES ==============================*/

/*====== SIDE BAR ======*/
.sideBarInner { width:167px; vertical-align:top; padding-top:7px;}
.sideBarInnerHP { width:167px; vertical-align:top; padding-top:0px;}
.sideBarInner h2 {
    background-image:url(../../innerData/images/pageTitleBG.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    color:#fff;
    width:157px;
    height:33px;
    text-transform:uppercase;
    font-weight:inherit;
    font-size:13px;
    padding-top:58px;
    padding-left:10px;
}
.sideBarInner ul { list-style-type:none; margin-left:0px;}
.sideBarInner a { border-bottom:1px solid #5a5a5a; padding:3px 0px; display:block;}
.sideBarInner a:hover { color:#0054b1;}

/*====== CONTENT ======*/
.contentInner { width:494px; vertical-align:top; padding:0px 25px 30px 32px; height:500px; }
.contentInner h1 {
    background-image:url(../../innerData/images/mainHeadLineBG.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#0054b1;
    font-weight:inherit;
    width:535px;
    line-height:54px;
    padding-left:15px;
     text-transform:uppercase;
     margin-bottom:25px;
     margin-top:2px;
}


.tblSupport { width:100%;}
.tblSupport2 { width:100%;}
.tblSupport3 { width:100%;}
.tblSupport th { vertical-align:top; color:#fff; text-transform:uppercase; background-color:#cc0098; text-align:left; padding-left:5px; border-bottom:1px solid #999999; line-height:25px;}
.tblSupport2 th { vertical-align:top; color:#fff; text-transform:uppercase; background-color:#99cc33; text-align:left; padding-left:5px; border-bottom:1px solid #999999; line-height:25px;}
.tblSupport3 th { vertical-align:top; color:#fff; text-transform:uppercase; background-color:#ffa300; text-align:left; padding-left:5px; border-bottom:1px solid #999999; line-height:25px;}
.tblSupport td { width:33%; vertical-align:top; text-align:left; padding-left:5px; border-bottom:1px solid #999999; line-height:25px;}
.tblSupport2 td { width:33%; vertical-align:top; text-align:left; padding-left:5px; border-bottom:1px solid #999999; line-height:25px;}
.tblSupport3 td { width:33%; vertical-align:top; text-align:left; padding-left:5px; border-bottom:1px solid #999999; line-height:25px;}
.tblSupport td.productTitle { vertical-align:top; text-align:left; background-color:#e6e6e6; padding-left:5px; border-bottom:1px solid #999999;}
.tblSupport2 td.productTitle { vertical-align:top; text-align:left; background-color:#e6e6e6; padding-left:5px; border-bottom:1px solid #999999;}
.tblSupport3 td.productTitle { vertical-align:top; text-align:left; background-color:#e6e6e6; padding-left:5px; border-bottom:1px solid #999999;}
.tblSupport td a.noDeco { text-decoration:none;}
.tblSupport td a.noDeco:hover { color:#0054b1;}

/*=================== H1 ========================*/
/*--------------- PINK ---------------*/
.contentInner h1.DandJ {
    background-image:url(../../innerData/images/headerPink.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:95px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.DandJ_products {
    background-image:url(../../innerData/images/headerPink.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:95px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.DandJ_partners {
    background-image:url(../../innerData/images/headerPink.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:95px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.DandJ_case {
    background-image:url(../../innerData/images/headerPink.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:95px;
     text-transform:uppercase;
     margin-bottom:0px;
}
/*--------------- GREEN ---------------*/
.contentInner h1.seed_over {
    background-image:url(../../innerData/images/headerGreen.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:105px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.seed_products {
    background-image:url(../../innerData/images/headerGreen.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:105px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.seed_partner {
    background-image:url(../../innerData/images/headerGreen.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:105px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.seed_case {
    background-image:url(../../innerData/images/headerGreen.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:440px;
    height:75px;
    padding-left:105px;
     text-transform:uppercase;
     margin-bottom:0px;
}
/*--------------- ORANGE ---------------*/
.contentInner h1.pharma_over {
    background-image:url(../../innerData/images/headerOrange.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:435px;
    height:75px;
    padding-left:115px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.pharma_product {
    background-image:url(../../innerData/images/headerOrange.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:435px;
    height:75px;
    padding-left:115px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.pharma_partner {
    background-image:url(../../innerData/images/headerOrange.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:435px;
    height:75px;
    padding-left:115px;
     text-transform:uppercase;
     margin-bottom:25px;
}
.contentInner h1.pharma_case {
    background-image:url(../../innerData/images/headerOrange.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    font-size:18px;
    color:#fff;
    font-weight:inherit;
    width:435px;
    height:75px;
    padding-left:115px;
     text-transform:uppercase;
     margin-bottom:25px;
}
/*==================== H1 END ====================*/

.contentInner h2 { font-size:12px; margin-bottom:5px;}
.contentInner p { margin-bottom:30px; line-height:18px;}
.contentInner .breadcrumbs { line-height:35px; width:520px; font-size:10px;}
.print {
    background-image:url(../../innerData/images/printIMG.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    width:24px;
    height:35px;
    display:block
}
.contentInner p.contactBorder { border-bottom:1px solid #0054b1; padding-bottom:30px;}
.contactFell th { padding-right:3px; color:#0054b1;}
.contactFell td { line-height:30px;}
.contentInner input[type="text"] { width:300px;}
.contentInner a.sendBTN {
    background-image:url(../../innerData/images/sendBTN.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    width:65px;
    line-height:28px;
    font-weight:bold;
    padding-left:15px;
    display:block;
    color:#fff;
    margin-top:20px;
}
.contentInner a.sendBTN:hover { background-position:left bottom; text-decoration:none;}

.contentInner a:hover { text-decoration:underline;}

.seedProduct { width:100%;}
.seedProduct th { width:160px;}
.seedProduct td { border-bottom:1px solid #5a5a5a; vertical-align:bottom}
.seedProduct td.noBorder2 { border-bottom:0px;}
.seedProduct a  {
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:5px;
    font-weight:bold;
    display:block;
    padding-top:110px;
    width:390px;
}
.seedProduct a:hover { text-decoration:none;}
.seedProduct p { border-bottom:1px solid #5a5a5a; padding-bottom:30px;}
.seedProduct p.nonBorder { border:0px;}
.seedProduct a.downloadBrochure {
    background-image:url(../../innerData/images/pdfIcon.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    float:right;
    height:25px;
    padding:15px 0px 0px 27px;
    margin-right:20px;
    color:#5a5a5a;
}
.seedProduct td.seedIMG_1 {
    background-image:url(../../innerData/images/seedIMG_1.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:539px;
    height:143px;
    vertical-align:bottom;
}
.seedProduct td.seedIMG_2 {
    background-image:url(../../innerData/images/seedIMG_2.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:539px;
    height:143px;
    vertical-align:bottom;
}
.seedProduct td.seedIMG_3 {
    background-image:url(../../innerData/images/seedIMG_3.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:539px;
    height:165px;
    vertical-align:bottom;
}

/*---------- ----------*/

.seedProduct td.diamondIMG_1 {
    background-image:url(../../innerData/images/diamondIMG_1.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:536px;
    height:147px;
    vertical-align:bottom;
}
.seedProduct td.diamondIMG_2 {
    background-image:url(../../innerData/images/diamondIMG_2.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:536px;
    height:147px;
    vertical-align:bottom;
}
.seedProduct td.diamondIMG_3 {
    background-image:url(../../innerData/images/diamondIMG_3.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:536px;
    height:147px;
    vertical-align:bottom;
}
.seedProduct td.diamondIMG_4 {
    background-image:url(../../innerData/images/diamondIMG_4.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    width:536px;
    height:147px;
    vertical-align:bottom;
}

/*---------- ----------*/

.teamIMG { width:108px; height:130px;}
.teamName { vertical-align:bottom; padding-left:20px;}
.teamName b.name { color:#0054b1;}
.mainTeam p { border-bottom:1px solid #5a5a5a; padding-bottom:30px;}
.mainTeam p.nob { border:0px;}

.caseStudieSeed { width:100%;}
.caseStudieSeed td { vertical-align:top;}
.caseStudieSeed p { margin-bottom:5px; padding:0px;}
.caseStudieSeed h3 { font-size:12px; color:#669900; margin-bottom:5px; margin-top:10px;}
.caseStudieSeed ul { margin:0px 0px 0px 15px; padding:0px;}
.caseStudieSeed a { color:#5a5a5a; text-decoration:underline;}

.caseStudieDiamont { width:100%;}
.caseStudieDiamont p { margin-bottom:5px; padding:0px;}
.caseStudieDiamont h3 { font-size:12px; color:#cc0099; margin-bottom:5px; margin-top:10px;}
.caseStudieDiamont ul { margin:0px 0px 0px 15px; padding:0px;}
.caseStudieDiamont { color:#5a5a5a;}

.tblSeedPro { width:100%;}
.tblSeedPro h3 { background-color:#7db214; color:#fff; line-height:25px; font-size:12px; width:130px; padding-left:10px;}
.DandJPro h3 { background-color:#cc0099; color:#fff; line-height:25px; font-size:12px; width:130px; padding-left:10px;}
.tblSeedPro a { color:#5a5a5a;}
.tblSeedPro a:hover { text-decoration:underline;}
.seedProDownload { width:140px;}
.seedProDownload a{ color:#5a5a5a;}
.seedProDownload th a:hover { text-decoration:none; color:#0054B1;}
.seedProDownload th { text-align:left; padding-left:10px; line-height:25px; border-bottom:1px solid #5a5a5a;}
.seedProDownload td { border-bottom:1px solid #5a5a5a;} 

/*====== ASK US ======*/
.askUs { width:158px; vertical-align:top;}
.askUs{
    background-image:url(../../innerData/images/askUsIMG.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    width:157px;
    height:85px;
    display:block;
    margin-top:35px;
}

.Continent th
{
    background-color:#e6e6e6;
    padding-left:10px;
    color:#5a5a5a;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    line-height:25px;
}

.Continent .country th
{
    color:#0052b5;
    font-weight:bold;
    text-align:left;
    padding:0;
    font-size:11px;
    background-color:White;
    border-top:solid 1px #666666;
}

.Continent .country
{
    line-height:18px;
}

.Continent .country td
{
    padding-top:5px;
    border-top:solid 1px #ccc;
    padding-bottom:10px;
    vertical-align:top;
}

.contentInner ul { margin-left:15px;}
.name { color:#0054b1;}