@charset "utf-8";

/*
 * Default formatting
 */

html body {
    width: 100%;
    margin: 0px 0px;
}

body
{
    font: 62.5% Arial, Helvetica, sans-serif;
    color: #5B6F7B;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6, h7, p
{
    margin: 0px;
    padding: 5px 0px;
}

h1
{
    color: #561742;
    font-size: 3.6em;
    font-weight: bold;
    text-transform: lowercase;
    padding: 0px;
}

h2
{
    font-size: 1.1em;
    color: #46B3E8;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0px 0px 5px;
}

    #slogan h2 {
        color: #561742;
    }
    
    #units h2 {
        color: #5B6F7B;
        text-transform: lowercase;
        margin-top: 10px;
        padding-bottom: 4px;
        border-bottom: 1px solid #9CABB4;
        text-align: left;
    }

    #footer h2 {
        color: #561742;
        text-transform: lowercase;
        font-size: 1.5em;
        padding: 0px;
    }
    
    #footer h2 a {
        color: #561742;
        text-decoration: none;
    }

h3
{
    font-size: 1.2em;
    font-weight: bold;
}

    #footer h3 {
        color: #561742;
        font-size: 1.1em;
        line-height: .9em;
        font-weight: normal;
        padding: 10px 0px 0px;
    }

h4
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}

h5
{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

a
{
    color: #46B3E8;
    text-decoration: underline;
}

a:hover
{
    color: #561742;
    text-decoration: underline;
}

img
{
    border: 0px;
    margin: 0px 0px 5px 20px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.frame {
    border: 1px solid #CDD5D8;
    padding: 10px;
    margin: 0px 0px 5px 20px;
}

.smallframe {
    border: 1px solid #CDD5D8;
    padding: 4px;
    margin: 0px 10px 0px 0px;
}

/*
 * Styling and page layout
 */

#wrapper {
    width: 950px;
    margin: 0px auto 10px;
    padding-bottom: 10px;
    min-height: 500px;
}

#header {
    height: 180px;
    position: relative;
    z-index: 10;
}
    
    #logo {
        position: absolute;
        left: 0px;
        top: 35px;
        height: 92px;
    }

    #illustration {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 600px;
        height: 190px;
        overflow: hidden;
        background: transparent url('../images/banner_corporate.jpg') repeat-y right top;
    }
    
#splash {
    position: relative;
    height: 170px;
}

    #slogan {
        border-top: 1px solid #561742;
        border-bottom: 1px solid #561742;
        padding: 12px 0px 8px;
        width: 260px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    #montage {
        height: 340px;
        width: 390px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        background: transparent url('../images/banner_home.jpg') no-repeat right bottom;
    }
    
    #units {
        margin-top: 15px;
        text-align: center;
    }
    
        #units img {
            margin: 15px 0px 0px;
        }

#page {
    z-index: 20;
    margin: 2px 0px 10px;
    padding: 0px 0px 10px;
    background: transparent url('../images/page_bg.gif') repeat-y left top;
}

    #page.wide {
        background: none;
    }

    #side {
        float: left;
        width: 200px;
    }
    
    #side.wide {
        display: none;
    }
    
    #middle {
        margin-left: 228px;
    }
    
        #middle.wide {
            margin-left: 20px;
        }

#nav {
    padding: 23px 0px 0px 27px;
}

#nav ul, #nav ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#nav ul li {
    margin-bottom: 10px;
    width: 150px;
}

#nav ul li a {
    font-size: 1.8em;
    color: #5B6F7B;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

#nav ul li ul {
    display: none;
}

#nav ul li.active ul {
    display: block;
}

#nav ul li a:hover {
    color: #561843;
}
    
    #nav ul li.specialty-nutritionals a:hover {
        color: #017DC3;
    }
    
    #nav ul li.foodservice a:hover {
        color: #f16781;
    }
    
    #nav ul li.flavours a:hover {
        color: #fbb03f;
    }
    
    #nav ul li.bionutrients a:hover {
        color: #acb8bf;
    }
    
    #nav ul li.ingredients a:hover {
        color: #6db33f;
    }

#nav ul li.active {
    position: relative;
}

#nav ul li.active a {
    color: #561843;
}

#nav ul li ul {
    margin-top: 5px;
}

#nav ul li ul li {
    margin: 0px 0px;
}

#nav ul li ul li a, #nav ul li.active ul li a {
    font-size: 1.2em;
    color: #46B3E8;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul li ul li a:hover, #nav ul li.active ul li a:hover {
    color: #561843;
}

#nav ul li.active ul li.active a {
    color: #561843;
}

#nav ul li ul li ul {
    display: none !important;
}

#nav div.accent {
    position: absolute;
    left: -26px;
    top: -8px;
    width: 15px;
    height: 37px;
    background: transparent url('../images/nav_accent_bg.gif') no-repeat left top;
}

#footer {
    border-top: 1px solid #cdd5d9;
    border-bottom: 1px solid #cdd5d9;
    padding: 10px 0px;
    margin: 0px 0px 10px 12px;
    padding-left: 15px;
}

#legal {
    text-transform: lowercase;
    color: #d5dbdf;
    padding-left: 15px;
    margin-left: 12px;
}

#legal a {
    color: #5b6f7b;
    text-decoration: none;
}

#legal a:hover {
    color: #561742;
    text-decoration: none;
}

#legal a.active {
    color: #561742;
}

.content {
    font-size: 1.2em;
}

.content ul {
    padding: 0px;
    margin: 5px 0px 5px 15px;
}

.content ul li {
    list-style: none;
    background: transparent url('../images/bullet_blue.gif') no-repeat 0px 0px;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
}

.content dl {
    
}

.content dl dt {
    font-weight: bold;
    margin: 10px 0px 2px;
    padding: 4px 5px;
    background-color: #f0f0f0;
}

.content dl dt:hover, .content dl dt.hover {
    cursor: pointer;
    background-color: #ACB8BF;
    color: #fff;
}

#contactform dl dt {
     background-color:white;
     color: #5B6F7B;
      }
#contactform dl dt:hover, #contactform dl dt.hover {
    cursor:auto;
     background-color:white;
    color: #5B6F7B;
}
.content dl dd {
    margin-left: 10px;
    color: #5B6F7B;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.0em;
    border: 1px solid #ccc;
    margin: 10px 0px 10px;
    clear: right;
}


table th {
    font-weight: bold;
    font-size: .9em;
    padding: 0px 11px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    background: #5B6F7B;
    height: 25px;
    border-bottom: 1px solid #ccc;
}

    table th a {
        color: #fff;
        text-decoration: none;
    }

    table th a:hover {
        color: #ddd;
    }

table td {
    padding: 6px 11px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

table td * {
    /*padding: 6px 11px;*/
}

table tr.alt td {
    background: #f6f6f6;
}

table tr.over td {
    background: #FFFFBB;
}

table tr.active td {
    font-weight: bold;
    background: #E0E9EF;
    color: #000;    
}
#fieldset-contactform  { border:none;}
#fieldset-contactform textarea,#fieldset-contactform input , #fieldset-contactform select  { font-family:Arial, Helvetica, sans-serif; color: #561742; font-size:12px; }

input#submit { 
    //background-color:#CDD5D9;
    border:3px double #561843;
    color:#561742;
    cursor:pointer;
    font-family:Arial;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    //height:30px;
    line-height:normal;
    margin:1px;
    overflow:visible;
    padding:1px 8px;
    text-align:center;
    white-space:nowrap;
    width:auto;
}
#fieldset-contactform dt{ 
    margin-top:5px;
}

#fieldset-contactform dt, .prettyform dd {
    padding:5px 0px;
}

td.leftborder {
    border-left: 1px solid #ccc;
}


/*
 * Hax (don't look here)
 */
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*
 * Recipe
 */

.content .breadcrumbs {
    font-size: .9em;
    color: #561742;
}

.content .breadcrumbs a {
    color: #561742;
    text-decoration: none;
}

.content .breadcrumbs a:hover {
    text-decoration: underline;
}

.content ul.recipelist, .content ol.recipelist {
    font-size: 1em;
    color: #46B3E8;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 20px 0px 0px;
    padding: 0px;
}

.content .recipelist li {
    background: none;
    border-bottom: 1px solid #CDD5D8;
    padding: 10px 0px 10px 18px;
    margin: 0px 25px 0px 0px;
    width: 220px;
    float: left;
    list-style: none;
}

.content .reciperesults li {
    width: 280px;
    height: 60px;
    padding-left: 2px;
    border-bottom: 1px solid #E6EAED;
}

.content .reciperesults li h2 {
    font-size: 1em;
}

.content .reciperesults li h2 a {
    width: auto;
}

.content .reciperesults li h2 a:hover {
    color: #561742;
}

.content .reciperesults li div {
    width: 50px;
    float: left;
}

.content .reciperesults li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.content .reciperesults li img {
    margin: 0px;
    padding: 0px;
    width: 50px;
    min-height: 50px;
}

.content .recipetag li:hover {
    background: transparent url('../images/nav_accent_sm.gif') no-repeat left center;
}

.recipelist li a {
    text-decoration: none;
}

.recipesearch {
    border-bottom: 1px solid #CDD5D8;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    width: 500px;
}

.recipesearch fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

.recipesearch ol, .recipesearch ol li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.recipesearch ol li {
    float: left;
    width: 225px; 
    margin-right: 25px;
}

.recipesearch ol li.controls {
    clear: both;
    float: none;
    width: auto;
    text-align: right;
    padding: 15px 0px 0px;
}

.recipesearch label {
    display: block;
    font-size: .9em;
    color: #798A92;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 10px 0px 5px 10px;
}

.recipesearch .input {
    border: 1px solid #ABB8C0;
    width: 215px;
    font: 11px Arial,Helvetica,sans-serif;
    color: #5B6F7B;
}

.recipesearch .button {
    clear: both;
    border: none;
    background: none;
    font-size: 1em;
    color: #46B3E8;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.recipesearch .button:hover {
    cursor: pointer;
}

.content .recipeview {
    margin: 10px 0px 0px;
}

.content ul.paginationControl {
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.content ul.paginationControl li {
    width: 20px;
    background-image: none;
    margin: 1px;
    padding: 3px;
    float: left;
    text-align: center;
    border: 1px solid #EEEEEE;
}

.content ul.paginationControl li a {
    text-decoration: none;
    color: white;
}

.content ul.paginationControl li.wide {
    width: auto;
}

.content ul.paginationControl li.link {
    background-color: #5B6F7B;
}

.content .filterBox {
    text-align: right;
}

.content .filterBox BUTTON {
    padding: 2px;
    color:#5B6F7B;
    background: #FFFFFF url(/assets/dark/images/list-tables/paginate-gradient.gif) repeat-x scroll 0 -20px;
    border: 1px solid #CCCCCC;
    font-family: georgia,serif;
    font-size: 1em;
}

#supplier_table {
    border: 0px;
}

#supplier_table TD {
    border-bottom: 0px;
    padding: 0px;
    vertical-align: middle;
    white-space: nowrap;
}

#login {
    margin-left: 13px;
    padding-left: 15px;
    margin-right: 10px;
    border-top: 1px solid #5B6F7B;
}
#login h3 { 
	font-size:14px; 
	color:#561742; 
	font-style: italic; 
	font-family:Georgia,"Times New Roman",Times,serif;
	padding:0;
	margin-top:8px;
	margin-bottom:0;
}
#login input { color: #561843; }
#login #email_address, #login #password {
	background-image: none !important;
	font-size: 11px !important;
	padding: 3px !important;
    width: 150px !important;
}
#login table { margin:0; }

#login span {
    font-size: 11px;
    font-weight: bold;
    font-style: italic; 
    font-family:Georgia,"Times New Roman",Times,serif;
}
#login label {
	   font-family:Georgia,"Times New Roman",Times,serif;
	   font-style: italic; 
	}

#login input.input { margin:0; border:1px solid #ABB8C0;  margin:4px 0; }
#login #remember { margin:3px 3px 0 0; vertical-align: baseline;}
#login a.submit { 
	font-size:13px;
	padding:0px 0px;
	margin:1px;
	float: right;
	font-style: italic;
	color: #8CD3F3;
}
#login table, #login table TD {
    border: none;
}

#login table TD {
    padding: 0px;
}

div.loggedIn a { font-size:11px;}
div.loggedIn a.logout { font-style:italic; }

form#login-form label, form#request-password label, form#login-form label.hover, form#request-password label.hover {
    padding: 0px 5px;
    font-size: 1.1em;
    color: #5B6F7B;
}

form#login-form dd, form#request-password dd {
    display: block !important;
}

form#login-form dt, form#request-password dt {
    background-color: transparent;
}

form#login-form input[type=submit], form#request-password input[type=submit] {
    border: 3px double #561843;
    color: #561742;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    margin: 1px;
    overflow: visible;
    padding: 1px 8px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    background: #EFEFEF url(/assets/clients/images/form/button_grey_bg.jpg) repeat-x scroll 0 100%;
}

table.view-dropbox th {
    color: #000000 !important;
}