@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0 none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}
pre, code, kbd, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: none;
}
small {
    font-size: 75%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none outside none;
    padding: 0;
}
nav ul:before, nav ul:after, nav ol:before, nav ol:after {
    content: "";
    display: table;
}
nav ul:after, nav ol:after {
    clear: both;
}
nav ul li, nav ol li {
    float: left;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
figure img {
    line-height: 1em;
}
form {
    margin: 0;
}
form fieldset {
    border: 1px solid #C0C0C0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
form fieldset legend {
    border: 0 none;
    padding: 0;
    white-space: normal;
}
form button, form input, form select, form textarea {
    -moz-box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
form button, form input {
    line-height: normal;
}
form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
    cursor: pointer;
}
form button[disabled], form input[disabled] {
    cursor: default;
}
form input[type="checkbox"], form input[type="radio"] {
    padding: 0;
}
form input[type="search"] {
    -moz-box-sizing: content-box;
}
form input:-moz-placeholder {
    color: #808080;
}
form button::-moz-focus-inner, form input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
form textarea {
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: "nevis";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/nevis-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nevis-webfont.woff") format("woff"), url("../fonts/nevis-webfont.ttf") format("truetype"), url("../fonts/nevis-webfont.svg#webfontbold") format("svg");
}
a:link, a:visited {
    color: #0088CC;
}
a:hover, a:active {
    color: #005580;
}
html {
    background: url("../images/wood.jpg") repeat scroll 0 0 #FFFFFF;
    height: 100%;
}
body {
    background: url("../images/container.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 30px solid #FFFFFF;
    font-size: 75%;
    margin: 0 auto;
    max-width: 1401px;
    padding-bottom: 50px;
    position: relative;
}
body #container {
    margin: 0 auto;
    position: relative;
    width: 1024px;
}
body #container > header {
    height: 92px;
    position: relative;
}
body #container > header h1 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/logo_og.png");
    height: 159px;
    left: 79px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -13px;
    width: 249px;
    z-index: 200;
}
body #container > header h1 a {
    display: block;
    height: 159px;
}
body #container > header #navigation {
    left: 57px;
    position: absolute;
    top: 40px;
    width: 910px;
}
body #container > header #navigation ul {
    background: none repeat scroll 0 0 #005DAB;
    border-radius: 8px;
    margin: 0;
    padding: 0 0 0 240px;
}
body #container > header #navigation ul:before, body #container > header #navigation ul:after {
    content: "";
    display: table;
}
body #container > header #navigation ul:after {
    clear: both;
}
body #container > header #navigation ul li {
    background: url("../images/nav_separator.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: 'nevis',sans-serif;
    font-size: 11px;
    list-style: none outside none;
}
body #container > header #navigation ul li a:link, body #container > header #navigation ul li a:visited {
    color: #FFFFFF;
    display: block;
    padding: 13px 31px;
    text-decoration: none;
    text-transform: uppercase;
}
body #container > header #navigation ul li a:hover, body #container > header #navigation ul li a:active {
    color: #FED500;
}
body #container > header #navigation ul li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body #container > header #navigation ul li:first-child a {
    padding-left: 35px;
}
body #container > header #navigation ul li.active a {
    color: #FED500;
}
body #container > header #consumer-sites, body #container > header #media-links {
    font-size: 0.9em;
    position: absolute;
    right: 57px;
    top: -23px;
}
body #container > header #consumer-sites:before, body #container > header #consumer-sites:after, body #container > header #media-links:before, body #container > header #media-links:after {
    content: "";
    display: table;
}
body #container > header #consumer-sites:after, body #container > header #media-links:after {
    clear: both;
}
body #container > header #consumer-sites h3, body #container > header #media-links h3 {
    color: #005DAB;
    float: left;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}
body #container > header #consumer-sites ul, body #container > header #media-links ul {
    float: left;
    margin: 0;
    padding: 0;
}
body #container > header #consumer-sites ul li a, body #container > header #media-links ul li a {
    border-left: 1px solid #A28800;
    color: #A28800;
    display: block;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
body #container > header #consumer-sites ul li a:hover, body #container > header #media-links ul li a:hover {
    text-decoration: underline;
}
body #container > header #consumer-sites ul li:first-child a, body #container > header #media-links ul li:first-child a {
    border-left: medium none;
}
body #container > header #consumer-sites {
    right: 385px;
}
#main {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
    margin: 0 57px;
    padding: 77px 30px 30px;
    position: relative;
}
#main:before, #main:after {
    content: "";
    display: table;
}
#main:after {
    clear: both;
}
#main > header {
    position: relative;
}
#main > header h1 {
    color: #005DAB;
    font-family: 'Lato',sans-serif;
    font-size: 2.8em;
}
#main > header #join-our-network {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/join-our-network.png");
    bottom: 25px;
    cursor: default;

    display: block;
    height: 21px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    text-indent: -999em;
    width: 290px;
}
#main #subnav {
    background: url("../images/subnav.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0;
    width: 652px;
}
#main #subnav ul {
    margin: 0;
    padding: 0;
}
#main #subnav ul li {
    padding: 18px 0;
    position: relative;
}
#main #subnav ul li a {
    border-left: 1px solid #005DAB;
    color: #005DAB;
    display: block;
    font-weight: bold;
    padding: 0 13px;
    text-decoration: none;
}
#main #subnav ul li:first-child a {
    border-left: medium none;
}
#main #subnav ul li.active:after {
    border-color: #D9D9D9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 8px;
    bottom: -16px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}
#main #content {
    font-size: 1.2em;
    line-height: 1.62em;
}
#main #content:before, #main #content:after {
    content: "";
    display: table;
}
#main #content:after {
    clear: both;
}
#main #content h1 {
    color: #005DAB;
    font-family: 'Lato',sans-serif;
    font-size: 2.8em;
}
#main #tabs {
    background: url("../images/tabs.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    padding-left: 25px;
}
#main #tabs ul {
    margin-bottom: 0;
}
#main #tabs ul li {
    margin-left: 7px;
}
#main #tabs ul li:first-child {
    margin-left: 0;
}
#main #tabs ul li a {
   background: #646464; /* Old browsers */
background: -moz-linear-gradient(top, #646464 0%, #828282 66%, #828282 66%, #5e5e5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(66%,#828282), color-stop(66%,#828282), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #646464 0%,#828282 66%,#828282 66%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #646464 0%,#828282 66%,#828282 66%,#5e5e5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #646464 0%,#828282 66%,#828282 66%,#5e5e5e 100%); /* IE10+ */
background: linear-gradient(to bottom, #646464 0%,#828282 66%,#828282 66%,#5e5e5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-transform: uppercase;
}
#main #tabs ul li a.current {
    background: #063c6d; /* Old browsers */
background: -moz-linear-gradient(top, #063c6d 0%, #085090 66%, #085090 67%, #053c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#063c6d), color-stop(66%,#085090), color-stop(67%,#085090), color-stop(100%,#053c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #063c6d 0%,#085090 66%,#085090 67%,#053c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #063c6d 0%,#085090 66%,#085090 67%,#053c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #063c6d 0%,#085090 66%,#085090 67%,#053c6b 100%); /* IE10+ */
background: linear-gradient(to bottom, #063c6d 0%,#085090 66%,#085090 67%,#053c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063c6d', endColorstr='#053c6b',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-transform: uppercase;
}
#main #panes {
    padding: 25px;
}
#main #product-list {
    list-style: none outside none;
    margin: 2em 0 0;
    padding: 0;
}
#main #product-list li {
    font-size: 0.8em;
    line-height: 1.6em;
}
#main #product-list li:before, #main #product-list li:after {
    content: "";
    display: table;
}
#main #product-list li:after {
    clear: both;
}
#main #product-list li h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    margin: 0;
    text-transform: uppercase;
}
#main #product-list li p {
    margin: 0;
}
#main #product-list li img {
    float: left;
    margin: -25px 25px 25px 0;
}
#main #product-list li:nth-child(2n) img {
    float: right;
    margin: -25px 0 25px 25px;
}
#main #providers {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#main #providers li {
    border-top: 1px solid #D5D5D5;
    padding: 25px;
    position: relative;
}
#main #providers li:first-child {
    border-top: medium none;
}
#main #providers li h3 {
    color: #005DAB;
    font-size: 1.3em;
    margin: 0;
}
#main #providers li p {
    margin: 0;
}
#main #providers li img {
    margin: 0 0 0.5em;
}
#main #providers li .btn {
    background: -moz-linear-gradient(center top , #063C6D 0%, #085090 66%, #085090 66%, #053C6B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin: 1em 0 0;
    padding: 6px 16px;
    text-decoration: none;
    text-transform: none;
}
#main a.tel {
    color: inherit;
    cursor: default;
    text-decoration: none;
}
body #container > footer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
    margin: 1em 57px 0;
    padding: 16px 19px 12px 19px;
    position: relative;
    float: left;
    width: 870px;
}
body #container > footer #news {
    width: 530px;
}
body #container > footer #news h3 {
    color: #005DAB;
    display: inline-block;
    font-family: 'nevis',sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
body #container > footer #news h3:after {
    content: ":";
}
body #container > footer #news h3 a {
    text-decoration: none;
}
body #container > footer #news ul {
    display: inline-block;
    font-family: 'nevis',sans-serif;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
body #container > footer #news ul li {
    list-style: none outside none;
}
body #container > footer #news ul li a {
    color: #000000;
    text-decoration: none;
}
body #container > footer nav {
    position: absolute;
    right: 19px;
    top: 16px;
}
body #container > footer nav ul {
    margin: 0;
    padding: 0;
}
body #container > footer nav ul:before, body #container > footer nav ul:after {
    content: "";
    display: table;
}
body #container > footer nav ul:after {
    clear: both;
}
body #container > footer nav ul li {
    border-left: 1px solid #005DAB;
    float: left;
    list-style: none outside none;
    padding: 0 8px;
}
body #container > footer nav ul li:first-child {
    border-left: medium none;
}
body #container > footer nav ul li a:link, body #container > footer nav ul li a:active {
    color: #005DAB;
    font-family: 'nevis',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
body #container > footer #social-links {
    float: right;
}
body #container > footer #social-links ul {
    list-style-type: none;
    margin: 0;
}
body #container > footer #social-links ul li {
    display: inline;
    padding-left: 5px;
}
.home #slides {
    margin: 0 0 1em;
    position: relative;
}
.home #slides .container {
    height: 302px;
    overflow: hidden;
    position: relative;
    width: 910px;
}
.home #slides .container ul {
    margin: 0;
    padding: 0;
    position: absolute;
}
.home #slides .container ul:before, .home #slides .container ul:after {
    content: "";
    display: table;
}
.home #slides .container ul:after {
    clear: both;
}
.home #slides .container ul li {
    float: left;
    height: 302px;
    list-style: none outside none;
    width: 910px;
}
.home #slides #slider_top {
    background: url("../images/slider_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.home #slides #slider_bottom {
    background: url("../images/slider_bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
}
.home #slides #slider_left {
    background: url("../images/slider_left.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    height: 284px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 9px;
}
.home #slides #slider_right {
    background: url("../images/slider_right.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    height: 284px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 9px;
}
.home #prevBtn, .home #nextBtn {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/slider_controls.png");
    height: 68px;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 126px;
    width: 36px;
}
.home #prevBtn:hover, .home #nextBtn:hover {
    background-position: 0 -68px;
}
.home #nextBtn {
    right: -36px;
}
.home #prevBtn {
    background-position: 0 -136px;
    left: -36px;
}
.home #prevBtn:hover {
    background-position: 0 -204px;
}
.home #main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    padding: 0;
}
.home #main #content {
    background: none repeat scroll 0 0 #005DAB;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
    font-size: 1em;
    line-height: 1.4em;
    padding: 30px;
}
.home #products ul {
    margin: 0;
    padding: 0 0px;
}
.home #products ul:before, .home #products ul:after {
    content: "";
    display: table;
}
.home #products ul:after {
    clear: both;
}
.home #products ul li {
    -moz-box-sizing: border-box;
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 72%, #ecece9 75%, #ecece9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(72%,#ffffff), color-stop(75%,#ecece9), color-stop(100%,#ecece9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 72%,#ecece9 75%,#ecece9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 72%,#ecece9 75%,#ecece9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 72%,#ecece9 75%,#ecece9 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 72%,#ecece9 75%,#ecece9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecece9',GradientType=0 ); /* IE6-9 */
    border-radius: 8px;
    box-shadow: 0 0 9px #B6B6B5 inset;
    color: #ffffff;
    float: left;
    font-family: 'nevis',sans-serif;
    font-size: 1em;
    height: 120px;

    line-height: 1.4em;
    list-style: none outside none;
    margin-left: 13px;

    position: relative;
    text-transform: uppercase;
    width: 97%;
}
.home #products ul li#cat-fresh {
    margin-left: 0;
}
.home #products ul li:before {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: 20;
}
.home #products ul li#cat-fresh:before {
    /*background: url(../images/free-consultation-green.png) no-repeat;*/
    background-size: 100%;
    bottom: -18px;
    height: 162px;
	right: -38px;
    width: 123px;
}

.home #products ul li#cat-frozen:before {
    background: url(../images/free-consultation-green.png) no-repeat;
	background-size: 100%;
    bottom: -13px;
    height: 150px;
    right: -8px;
    width: 150px;
}
.home #products ul li#cat-farming:before {
    background: url(../images/home_ingredient.png) no-repeat;
	background-size: 100%;
    bottom: -19px;
    height: 129px;
    right: 3px;
    width: 159px;
}
.home #products ul li a {
    color: #005DAB;
    display: block;
    margin: 13px;
    text-decoration: none;
    width: 388px;
	line-height: 33px;
	font-family: arial,serif;
    font-size: 2.5em;
}
.our-story #main #content {
    float: left;
    width: 490px;
}
.our-story #main #content #video {
    border: medium none;
    height: 275px;
    width: 490px;
}
.our-story #main #panel {
    float: right;
}
.news-and-events #main #content #news-list {
    margin: 0;
    padding: 0;
}
.news-and-events #main #content #news-list li {
    border-top: 1px solid #EBEBEB;
    list-style: none outside none;
    margin: 1em 0 0;
    padding: 1em 0 0;
}
.news-and-events #main #content #news-list li h2 {
    font-size: 1.2em;
    margin: 0;
}
.news-and-events #main #content #news-list li h2 a {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    text-decoration: none;
    text-transform: uppercase;
}
.news-and-events #main #content #news-list li h2 a:hover {
    color: #CD1012;
    text-decoration: underline;
}
.news-and-events #main #content #news-list li time {
    font-weight: bold;
}
.news-and-events #main #content > hgroup h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
.news-and-events #main #content > hgroup h3 {
    margin: 0;
}
.news-and-events #main #content > time {
    float: left;
    font-weight: bold;
    margin: 1em 1em 0 0;
}
.betty-crocker-fresh #main header {
    position: relative;
}
.betty-crocker-fresh #main header h1 {

}
.betty-crocker-fresh #main #content {
    border-right: 1px solid #C5C5C5;
    float: left;
    padding: 0 25px;
    width: 486px;
}
.betty-crocker-fresh #main #panel {
    float: left;
    margin-right: -30px;
    width: 343px;
}
.betty-crocker-fresh #top_body {
/* 	background-image: url(../images/NonpareilBagFull.png); */
	height: 160px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;	
}
.betty-crocker-fresh #top_body p {
	font-size: 15px;
	padding: 0;
}
.a-right{
	text-align: right;
}
.betty-crocker-fresh-recipes #main #content {
	text-align:center;
}
.betty-crocker-fresh-recipes #main #content .download-link {
	width: 150px;
	text-align:center;
	display: inline-block;
}
.provider-network #main #content article {
    border-bottom: 1px solid #CDCDCD;
    float: left;
    margin-bottom: 30px;
    padding: 0 0 30px 120px;
    position: relative;
    width: 275px;
}
.provider-network #main #content article img {
    left: 0;
    position: absolute;
    top: 0;
}
.provider-network #main #content article h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    font-size: 1.2em;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
.provider-network #main #content article a.btn {
    background: -moz-linear-gradient(center top , #063C6D 0%, #085090 66%, #085090 66%, #053C6B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-transform: none;
}
.betty-crocker-frozen #main {
     min-height: 680px;
	background: url("../images/frozen_side.jpg") no-repeat scroll 520px 200px #FFFFFF;

}
.betty-crocker-frozen #main header {
    margin: 0 0 20px;
    position: relative;
}
.betty-crocker-frozen #main header h1 {

}
.betty-crocker-frozen #main #content {
	width: 489px;
}
.betty-crocker-frozen #main #content p.first {
	width: 64%;
}
.betty-crocker-frozen #main #content p.second {
	width: 52%;
	
}
.betty-crocker-frozen #main #content p.third {
	width: 40%;

}
.betty-crocker-frozen #main #content p.forth {
	width: 48%;
}
.betty-crocker-frozen #main #content h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    margin: 0 0 0.2em;
    text-transform: uppercase;
}
.betty-crocker-frozen #main #panel {
    background: url("../images/lady.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    line-height: 1.6em;
    margin-left: 30px;
    padding: 157px 0 0;
    width: 188px;
}
.betty-crocker-frozen #main #panel h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    margin: 0 0 0.2em;
    text-transform: uppercase;
}
.farming {





}
.harvest {





}



.ingredient-products #main #content {
    border-right: 1px solid #C5C5C5;
    float: left;
    padding: 0 25px;
    width: 486px;
}
.ingredient-products #main #content #product-list {
    margin: 3em 0 0;
}
.ingredient-products #main #content #product-list li {
    -moz-box-sizing: border-box;
    float: left;
    padding: 0 40px 0 0;
    width: 100%;
}
.ingredient-products #main #content #product-list li#hash-browns {
    border-left: 1px solid #CBCBCB;
    padding: 0 0 0 40px;
}
.ingredient-products #main #content #product-list li img {
    float: none;
    margin: 0 0 0.5em;
}
.ingredient-products #main #content #product-list li h2 {
    margin: 0 0 0.5em;
}
.ingredient-products #main #panel {
    float: left;
    padding: 40px;
    width: 233px;
}
.ingredient-products #main #panel h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
.contact-us #main {
    padding-top: 50px;
}
.contact-us #main #content {
    float: left;
    width: 420px;
}
.contact-us #main #content .error {
    color: #D54140;
}
.contact-us #main #content form {
    font-size: 0.8em;
}
.contact-us #main #content form ol {
    margin: 0;
    padding: 0;
}
.contact-us #main #content form ol li {
    list-style: none outside none;
    margin: 0 0 20px;
}
.contact-us #main #content form ol li label {
    color: #005DAB;
    display: block;
    font-weight: bold;
}
.contact-us #main #content form ol li input, .contact-us #main #content form ol li select, .contact-us #main #content form ol li textarea {
    -moz-box-sizing: border-box;
    border: 1px solid #8E8E8E;
    padding: 3px;
    width: 100%;
}
.contact-us #main #content form ol li textarea {
    height: 70px;
}
.contact-us #main #content form ol li#email {
    display: none;
}
.contact-us #main #content form ol li#first-name, .contact-us #main #content form ol li#last-name {
    float: left;
    width: 48%;
}
.contact-us #main #content form ol li#last-name {
    float: right;
}
.contact-us #main #content form ol li.inline {
    color: #005DAB;
    font-weight: bold;
}
.contact-us #main #content form ol li.inline label {
    color: #000000;
    display: inline-block;
    font-weight: normal;
}
.contact-us #main #content form ol li.inline label input {
    margin-left: 6px;
    width: auto;
}
.contact-us #main #content form button {
    background: -moz-linear-gradient(center top , #063C6D 0%, #085090 66%, #085090 66%, #053C6B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-transform: none;
}
.contact-us #main #panel {
  
    float: right;
    margin: 0;
    padding: 84px 0 0;
    width: 340px;
}
.contact-us #main #panel dt {
    color: #005DAB;
    display: block;
    font-weight: bold;
}
.contact-us #main #panel dd {
    display: block;
    line-height: 1.6em;
    margin: 0 0 30px;
}
.contact-us #main #panel dd.adr .street-address {
    display: block;
}
.media-room #content {
    position: relative;
}
.media-room #content #media {
    background: none repeat scroll 0 0 #F7F7F7;
    padding: 25px;
}
.media-room #content #media figure {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 2px 5px #E6E6E6;
    float: left;
    margin: 7px;
    padding: 10px;
    width: 166px;
}
.media-room #content #media figure figcaption {
    font-size: 0.8em;
    text-align: center;
}
.media-room #content .pagination {
}
.media-room #content .pagination:before, .media-room #content .pagination:after {
    content: "";
    display: table;
}
.media-room #content .pagination:after {
    clear: both;
}
.media-room #content .pagination ul {
    float: right;
    margin: 1em;
    padding: 0;
}
.media-room #content .pagination ul:before, .media-room #content .pagination ul:after {
    content: "";
    display: table;
}
.media-room #content .pagination ul:after {
    clear: both;
}
.media-room #content .pagination ul li {
    list-style: none outside none;
    margin-right: 5px;
}
.media-room #content .pagination ul li a {
    background: none repeat scroll 0 0 #B4B4B4;
    border-radius: 7px;
    display: block;
    height: 14px;
    text-indent: -999em;
    width: 14px;
}
.media-room #content .pagination ul li.selected a {
    background: none repeat scroll 0 0 #005DAB;
}
.privacy #main #content h2 {
    color: #EE2224;
    font-family: 'Alegreya SC',serif;
    text-transform: uppercase;
}






#main_img {
	width: 600px;
	height: 338px;
	background-color: #F2F2F2;
	margin: 10px auto;
	cursor: pointer;
}
.harvest #main_img {
		width: 600px;
		height: 450px;
}


#main_img img {
	width: 100%;
	height: auto;
}
#photoslide {
	width: 600px;
	height: 100px;
	margin: 0px 125px;
	position: relative;
	
	overflow: hidden;	
}
.harvest #photoslide {
	height: 108px;
}
#photoslide #slider-left {
	width: 36px;
	height: 68px;
	background-image: url(../images/inner-slider-left.png);
	position: absolute;
	top:20px;
	left: 0;
	z-index: 3;
	cursor: pointer;
}
#photoslide #slider-left:hover {
	background-image: url(../images/inner-slider-left-hover.png);
}
#photoslide #slider-right {
	width: 36px;
	height: 68px;
	background-image: url(../images/inner-slider-right.png);
	position: absolute;
	top:20px;
	right: 0;
	z-index: 2;
	cursor: pointer;
}
#photoslide #slider-right:hover {
background-image: url(../images/inner-slider-right-hover.png);
}
#photolist {
	list-style-type: none;	
	display: table;   /* Allow the centering to work */
	width: 100000px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
}

#photolist li {
	float: left;
	margin: 0px 8px 0px 0px;
	
}
#photolist li img {
	width: 144px;
	height: 108px;
	cursor: pointer;
}


#slider {
    width: 850px;
    height: 450px;
    position: relative;
    overflow: hidden;
    background: #434343;
}
 
#slider [id^='image']:target img {
    top: 0;  
}
 
#slider [id^="image"] img {
    position: absolute;
    top: -450px;
    border: 0;
    -moz-transition: top 0.5s ease-in;
    -ms-transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -o-transition: top 0.5s ease-in;
}
 
 
We finish off with some positioning of the anchors. I also added some styling to make them look like circular buttons. Some CSS was added on target so that the buttons become highlighted. 
1
 
#slider [id^='image']:target a {
    background: #fff;
    border: 3px solid #333;
    width: 10px;
    height: 10px;
}
 
.slider-nav {
    background: #fff;
    width: 16px;
    z-index: 9999;
    height: 16px;
    box-shadow: inset 0px 2px 10px rgba(0,0,0,0.3), 0px 0px 20px rgba(255,255,255,0.4);
    border-radius: 32px;
    position: absolute;
    bottom: 15px;
}
 
#image-1 .slider-nav { right: 80px; }
#image-2 .slider-nav { right: 60px; }
#image-3 .slider-nav { right: 40px; }
#image-4 .slider-nav { right: 20px; }








.no-rgba body #container > footer {
    background: none repeat scroll 0 0 #FFFFFF;
}
.lt-ie9 #navigation ul, .lt-ie9 #content, .lt-ie9 .home #products ul li, .lt-ie9 #main #tabs ul li a, .lt-ie9 .media-room #content .pagination ul li a, .lt-ie9 #main #providers li .btn, .lt-ie9 .provider-network #main #content article a.btn {
    position: relative;
    z-index: 100;
}/* CSS Document */

