html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 62.5%;
    position: relative;
    width: 960px;
    /*overflow: hidden; */
}

body {
    display: block;
    position: absolute;
    width: 960px;
    /*height: 100%;*/
    top: 0;
    left: 0;
    background: url("../images/stripes.jpg");
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

body #main-body #bottomitems {
    top:30px;
}

section {
    overflow: auto; }

textarea {
    resize: vertical; }

.menuicon {
    display: inline-block;
    padding: 0;
    margin: 0; }

.green {
    color: #2d8c26; }

.blue {
    color: #2c77cb; }

.darkerblue {
    color: #004a80;
}

header {
    position: relative;
    /*top: 0;*/
    /*left: 50%;*/
    margin: 0 auto;
    width: 960px;
    height: 120px;
    z-index: 1000;
}

#main-nav {
    position: relative;
    /*left: -50%;*/
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

#content {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;}

#faqcontent {
    position: absolute;
    top: 10px;
    width: 920px;
    padding: 20px;
    background-color: white;
}
#socialcontent {
    position: absolute;
    top: 180px;
    width: 920px;
    height: 1000px;
    padding: 20px;
    background-color: #f7efd5;
    overflow: scroll;
}

#slider {
    position: absolute;
    top: 100px;
    left: 0;
    width: 1200px;
    height: 413px;
    min-height: 413px;
    z-index: 10;
    overflow: hidden;
}
#main {
    margin-top: -30px;
}
#topstripes {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 300;
    background: url("../images/stripes.jpg");
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
}
#bottomstripes {
    position: absolute;
    top: 510px;
    width: 100%;
    /*height: 1000px;*/
    z-index: 300;
    background: url("../images/stripes.jpg");
    -webkit-box-shadow: 0px -5px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -5px 10px 5px rgba(0, 0, 0, 0.3);
}
/* this is a kludge to repair damage by PHP 7 update */
#space-fixer {
    height: 270px;
}

.columnleft, .columnright, .columntwothirds, .columnonethird, .columnfull {
    padding: 2%; }

.columnfull {
    float: left;
    width: 96%; }

.columntwothirds {
    float: right;
    width: 60%; }

.columnonethird {
    float: left;
    width: 30%; }

.columnleft {
    float: left;
    width: 45%; }

.columnright {
    float: right;
    width: 45%; }

/* ----------  NAV stuff  ---------------- */

.navleft {
    position: absolute;
    top: 10px;
    left: 90px;
    width: 265px; }

.navcenter {
    position: absolute;
    top: 10px;
    left: 383px;
    width: 204px;
    height: 111px;
    background: url("../images/lochmead_logo.png") no-repeat center center; }

.navright {
    position: absolute;
    top: 10px;
    left: 610px;
    width: 350px; }

#main-nav a {
    color: #fed27c;
    text-decoration: none;
    font-size: 16px; }

#products a:hover, #history a:hover, #sustainability a:hover,
#recipes a:hover, #faq a:hover, #contact a:hover {
    color: white; }

#products, #history, #sustainability, #recipes, #faq, #contact {
    float: left;
    display: block;
    height: 76px;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0; }

#products {
    width: 86px; }

#history {
    width: 75px; }

#sustainability {
    width: 100px; }

#recipes {
    width: 85px; }

#faq {
    width: 85px; }

#contact {
    width: 75px; }

#products .pic, #history .pic, #sustainability .pic, #recipes .pic, #faq .pic, #contact .pic {
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out; }

#products .pic {
    background: url("../images/products.png") no-repeat center center;
    width: 76px;
    height: 54px; }

#products .pic:hover {
    background: url("../images/products_h.png") no-repeat center center; }

#history .pic {
    background: url("../images/history.png") no-repeat center center;
    width: 65px;
    height: 54px; }

#history .pic:hover {
    background: url("../images/history_h.png") no-repeat center center; }

#sustainability .pic {
    background: url("../images/sustainability.png") no-repeat center center;
    width: 90px;
    height: 54px; }

#sustainability .pic:hover {
    background: url("../images/sustainability_h.png") no-repeat center center; }

#recipes .pic {
    background: url("../images/recipes.png") no-repeat center center;
    width: 65px;
    height: 54px; }

#recipes .pic:hover {
    background: url("../images/recipes_h.png") no-repeat center center; }

#faq .pic {
    background: url("../images/faq.png") no-repeat center center;
    width: 60px;
    height: 54px; }

#faq .pic:hover {
    background: url("../images/faq_h.png") no-repeat center center; }

#contact .pic {
    background: url("../images/contact.png") no-repeat center center;
    width: 65px;
    height: 54px; }

#contact .pic:hover {
    background: url("../images/contact_h.png") no-repeat center center; }

#products .word, #history .word, #sustainability .word, #contact .word {
    margin: 5px 0 0 -8px;
    padding: 0; }

#recipes .word, #faq .word {
    margin: 5px 0 0 -20px;
    padding: 0; }

#faq .faq {
    font-size: 14px;
    margin-left: 5px; }

#bottomitems {
    position: relative;
    width: 960px;
    top: 30px;
    margin: 20px auto 0;
    height: 300px;
    z-index: 999;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    /* border-top: 2px solid white; */
    color: #f5f5f5;
}

#bottomitems a {
    color: white;
    text-decoration: none;
}
#bottomitems a:hover {
    color: lightgray;
    text-decoration: none;
}
#bottomitems small {
    float: left;
    margin-left: 20px; }
#bottomupper, #bottomlower {
    display: block;
    float: left;
}
#bottomupper {
    height: 150px;
    width: 960px;
    margin: 0 auto;
}
#bottomlower {
    clear: left;
    width: 960px;
    height: 70px;
    margin: 0 auto;
}
#bottomvideo, #bottomproductsmonth, #bottomsocial, #bottomnav, #bottomdarimart, #bottomfarmers, #bottomquality {
    display: block;
    float: left;
}
#bottomvideo {
    margin: 0 30px 0 90px;
}
#bottomproductsmonth {
    margin-right: 30px;
}
#bottomcopyright {
    clear: both;
    text-align: center;
    font-size: 12px !important;
    margin: 10px 0 0 -92px;
}
#bottomdarimart {
    margin: 0 30px 0 20px;
}
#bottomitems ul {
    list-style-type: none;
    margin: 10px 10px 10px 30px;
    width: 525px;
}
#bottomitems ul li {
    float: left;
    margin-right: 10px;
}
#bottomfarmers {
    margin-right: 20px;
}
#recipes-body #bottomitems {
    top:360px;
}
#specials-body #bottomitems {
    top:30px;
}
#products-body #bottomitems {
    /*top:280px;*/
}
#mainproducts-body #bottomitems, #history-body #bottomitems {
    top:90px;
}
#sustainability-body #bottomitems  {
    top:1510px;
}

#contact-body #bottomitems {
    top:220px;
}
#faq-body #bottomitems {
    top:810px;
}
#locations-body #bottomitems {
    top:14980px;
}
#videos-body #bottomitems {
    top:450px;
}

/* ----------  HOME SLIDER  ---------------- */

.slider {
    width: 960px;
    background-size: 100% auto;
}

#slider1a, #slider2a, #slider3a, #slider4a, #slider5a, #slider6a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
}

#slider1a {
    left: 0;
    opacity: 1;
    background: url("../images/back_1a.png") 30% 30% no-repeat; }

#slider2a {
    left: 2000px;
    opacity: 0;
    background: url("../images/back_2a.png") 10% 20% no-repeat; }

#slider3a {
    left: 2000px;
    opacity: 0;
    background: url("../images/back_3a.png") 10% 20% no-repeat; }

#slider4a {
    left: 2000px;
    opacity: 0;
    background: url("../images/back_4a.png") 25% 30% no-repeat; }

#slider5a {
    left: 2000px;
    opacity: 0;
    background: url("../images/back_5a.png") 20% 30% no-repeat; }

#slider6a {
    left: -2000px;
    opacity: 0;
    background: url("../images/back_6a.png") 48% 30% no-repeat; }

#slider1b, #slider2b, #slider3b, #slider4b, #slider5b, #slider6b {
    position: absolute;
    left: 110%;
    z-index: 6000; }

#slider1b {
    left: 58%;
    top: 175px;
    width: 384px;
    height: 363px;
    opacity: 1;
    background: url("../images/back_1b.png") left top no-repeat; }

#slider2b {
    top: 158px;
    width: 352px;
    height: 126px;
    opacity: 0;
    background: url("../images/back_2b.png") left top no-repeat; }

#slider3b {
    top: 145px;
    width: 280px;
    height: 399px;
    opacity: 0;
    background: url("../images/back_3b.png") left top no-repeat; }

#slider4b {
    top: 165px;
    width: 310px;
    height: 216px;
    opacity: 0;
    background: url("../images/back_4b.png") left top no-repeat; }

#slider5b {
    top: 230px;
    width: 304px;
    height: 311px;
    opacity: 0;
    background: url("../images/back_5b.png") left top no-repeat; }

#slider6b {
    top: 135px;
    width: 525px;
    left: -2000px;
    height: 46px;
    opacity: 0;
    background: url("../images/back_6b.png") left top no-repeat; }

#leftarrow, #rightarrow, #leftarrowHistory, #rightarrowHistory {
    display: none;
}

#leftarrow, #leftarrowHistory {
    left: 30px;
    background: url("../images/leftarrow.png") top center no-repeat; }

#rightarrow, #rightarrowHistory {
    right: 30px;
    background: url("../images/rightarrow.png") top center no-repeat; }

/* ----------  History Slider ------------*/


#slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7,
#slide8, #slide9, #slide10, #slide11, #slide12, #slide13, #slide14,
#slide15, #slide16, #slide17 {
    position: absolute;
    top: 0;
    width: 800px;
    height: 406px;
    background-size: auto auto;
    z-index: 10;
}

#slide1 {
    left: 0;
    opacity: 1;
    background: url("../images/1935.png") left top no-repeat;
}
#slide2 {
    left: 2000px;
    opacity: 0;
    background: url("../images/1941.png") left top no-repeat;
}
#slide3 {
    left: 2000px;
    opacity: 0;
    background: url("../images/1942.png") left top no-repeat;
}
#slide4 {
    left: 2000px;
    opacity: 0;
    background: url("../images/1945.png") left top no-repeat;
}
#slide5 {
    left: -2000px;
    opacity: 0;
    background: url("../images/1950s.png") left top no-repeat;
}
#slide6 {
    left: 0;
    opacity: 1;
    background: url("../images/1965.png") left top no-repeat;
}
#slide7 {
    left: -2000px;
    opacity: 0;
    background: url("../images/1970s.png") left top no-repeat;
}
#slide8 {
    left: -2000px;
    opacity: 0;
    background: url("../images/1973.png") left top no-repeat;
}
#slide9 {
    left: -2000px;
    opacity: 0;
    background: url("../images/1980s.png") left top no-repeat;
}
#slide10 {
    left: -2000px;
    opacity: 0;
    background: url("../images/1990s.png") left top no-repeat;
}


/* ----------  PRODUCTS  ---------------- */

#products-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0; }

.milk {
    background: url("../images/milk-bg.jpg") top center no-repeat; }

.ice-cream {
    background: url("../images/icecream-bg.jpg") top center no-repeat; }

.juice {
    background: url("../images/juice-bg.jpg") top center no-repeat; }

.farm-products {
    background: url("../images/farm-bg.jpg") top center no-repeat; }

.resale-and-wholesale {
    background: url("../images/resale-bg.jpg") top center no-repeat; }

.sherbet {
    background: url("../images/sherbet-bg.png") top center no-repeat; }


.sustainability-intro {
    position: absolute;
    top: 10px;
    /* this bit was a transparent overlay image, removed */
    /* background: url("../images/storagetanks.png") top center no-repeat;  */
    height: 365px;
    width: 100%;
}

.faq-intro, .contact-intro {
    position: absolute;
    top: 10px;
    height: 100px;
    width: 960px;
}

#all-products-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    z-index: 10;
    left: 0;
    background: url("../images/products-bg.jpg") top center no-repeat; }

#sustainability-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0;
    background: url("../images/sustainability-bg.jpg") top center no-repeat; }

#recipes-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0;
    background: url("../images/recipes-bg.jpg") top center no-repeat; }

#history-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0;
    background: url("../images/history-bg.jpg") top center no-repeat;
}
#specials-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0;
    background: url("../images/icecream-bg.jpg") top center no-repeat;
}

#videos-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0;
    background: url("../images/milk-bg.jpg") top center no-repeat; }

#contact-page, #faq-page, #generic-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 406px;
    background-size: 100% auto;
    z-index: 10;
    left: 0;
    background: url("../images/all-products-bg.jpg") top center no-repeat; }

#details {
    position: absolute;
    top: 0;
    left: 50px;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 25; }

#details h1 {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 10px 0;
    padding: 0; }

#details p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0; }

#details ul {
    margin-top: 5px; }

#details li {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0; }

#product-notes {
    position: absolute;
    top: 10px;
    left: 580px;
    zoom: 1;
    filter: alpha(opacity=0);
    /*opacity: 0;*/
    z-index: 25; }

#details h3 {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 0; }

#details p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0; }

#photo {
    position: absolute;
    top: 6px;
    left: 50px;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 20; }

#magnify {
    position: absolute;
    display: block;
    top: 150px;
    left: 680px;
    width: 129px;
    height: 113px;
    z-index: 25;
    background: url("../images/magnifying-glass.png") top center no-repeat; }

#modal {
    position: absolute;
    display: none;
    top: 100px;
    left: 665px;
    width: 300px;
    height: 687px;
    /*background: url("../images/nutrition-eggnog.png") top center no-repeat;*/
    z-index: 2000; }

/* ----------  SUSTAINABILITY ---------------- */

#burgundystripe {
    position: absolute;
    top: 495px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #9e2432;
    z-index: 310;
}

#sustainabilitycontent {
    position: absolute;
    top: 390px;
    width: 920px;
    padding: 20px;
    background-color: white;
    z-index: 1;
}
#sustainabilitycontent .col1 {
    float: left;
    width: 545px;
    margin-right: 20px;
    padding-right: 5px;
    border-right: 1px solid #959595;
}
#sustainabilitycontent .col2 {
    float: left;
    width: 335px;
    padding: 0 5px;
}
#sus-cow img {
    float: left;
    margin-left: -20px;
    padding-right: 10px;
}
#sus-blockquote1 img {
    float: left;
    margin-top: 20px;
    padding-left: 15px;
}
#sus-blockquote2 img {
    float: left;
    margin-top: 40px;
    margin-bottom: -20px;
    padding-left: 15px;
}
#sus-blockquote3 img {
}
#sus-mint img {
    margin: 0 0 0 -15px;
}
#sus-capmachine img {
    float: left;
    margin: -140px 0 0 5px;
}
#sus-pints img {
    float: left;
    padding: 0 10px 20px 0;
}
#sus-redgirl img {
    float: left;
    padding: 0 10px 20px 0;
}
#sus-howard img {
    float: right;
    margin: -50px -5px 0 0;
    padding: 0;
}
#sustainabilitycontent h1 {
    font-size: 24px;
    line-height: 28px;
    color: #9e2432;
}
#sustainabilitycontent p {
    font-size: 15px;
    line-height: 20px;
}
#sustainabilitycontent p.wide1 {
    float: left;
    width: 240px;
}
#sustainabilitycontent p.wide2 {
    float: left;
    width: 345px;
}
#sustainabilitycontent p.wide3 {
    float: left;
    width: 280px;
}
#sustainabilitycontent p.wide4 {
    float: left;
    width: 280px;
    padding-right: 20px;
}

/* ----------  Specials ----------------*/


#special {
    float: left;
    width: 854px;
    height: 405px;
    margin: -20px 0 0 50px;
    background: url("../images/specials.png") top center no-repeat;
}
#darimart-special {
    float: left;
    width: 82px;
    height: 30px;
    margin: -34px 0 0 788px;
    background: url("../images/darimart-logo-specials.png") top center no-repeat;
}

/* ----------  History ---------------- */


.history-title {
    float: left;
    width: 191px;
    height: 45px;
    margin: -10px 0 0 50px;
    background: url("../images/our-history-title.png") top center no-repeat;
}
.clothesline {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 990;
    width: 2400px;
    height: 20px;
    background: url("../images/clothesline.png") top center no-repeat;
}
.history1 {
    position: absolute;
    top: -5px;
    z-index: 1000;
    left: 15%;
    width: 775px;
    height: 400px;
    background: url("../images/history1.png") top center no-repeat;
}
#historyA, #historyB {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 800px;
    height: 406px;
}
#historyA {
    left: -2000px;
}
#historyB {
    left: 250px;
    background: url("../images/1935.png") top center no-repeat;
}
#hidden-images {
    position: absolute;
    top: -400px;
    left: 0;
    z-index: 0;
    display: none;
}


/* ----------  Recipes ---------------- */
.recipe-title {
    float: left;
    width: 297px;
    height: 127px;
    margin: 10px 0 0 15px;
    padding-right: 10px;
    background: url("../images/recipe-title.png") top center no-repeat;
}
.recipe-intro {
    float: left;
    width: 537px;
    height: 360px;
    margin: 30px 0 0 0;
    background: url("../images/recipe-intro.png") top center no-repeat;
}
#recipe-screen {
    display: none;
    position: absolute;
    top: 120px;
    left: 50%;
    width: 340px;
    height: 385px;
    overflow: scroll;
    overflow-x: hidden;
    margin-left: 60px;
    z-index: 3000;
}
#recipe-main {
    min-height: 330px;
    background: url("../images/recipe-blank.png") top center no-repeat;
}
#recipesnav ul {
    width: 630px;
    margin: 0 auto;
    list-style-type: none;
}
#recipesnav li {
    float: left;
    width: 194px;
    height: 56px;
    padding-right: 8px;
    margin-top: 15px;
    cursor: pointer;
}
.printbtn {
    position: absolute;
    top: -500px;
    left: 220px;
    font-size: 12px;
    font-weight: 200;
    text-decoration: underline;
    color: #007cc4;
}

/* ----------  Videos ---------------- */
.videos-title {
    float: left;
    width: 280px;
    height: 250px;
    margin: 0 0 0 15px;
    padding-right: 10px;
}
#videos-photo {
    float: left;
    width:600px;
    height: 350px;
    margin: 10px 0 20px;
}
#videosnav ul {
    width: 960px;
    list-style-type: none;
}
#videosnav li {
    float: left;
    width: 400px;
    height: 110px;
    padding-right: 40px;
    margin-top: 15px;
    cursor: pointer;
}
#videosnav ul li img {
    float: left;
    width: 200px;
    height: 110px;
    padding-right: 10px;
}
#videosnav ul li p {
    float: left;
    font-size: 18px;
    color: white;
    width: 140px;
}


/* ----------  CONTACT FORM ---------------- */

#contactcontent, #faqcontent, #locationscontent {
    position: absolute;
    width: 920px;
    padding: 20px;
    z-index: 1;
    background-color: #f7efd5;
}
#contactcontent, #locationscontent {
    top: 70px;
}
#faqcontent {
    top: 120px;
}
#contactcontent .colfull, #locationscontent .colfull {
    clear: both;
    width: 800px;
}
#contactcontent .col1, #locationscontent .col1 {
    clear: both;
    float: left;
    width: 400px;
    margin-right: 20px;
    padding-right: 5px;
}
#contactcontent .col2, #locationscontent .col2 {
    float: left;
    width: 460px;
    padding: 0 5px 0 20px;
}
#productform, #charityform, #employmentinfo {
    display: none;
}
#contactcontent label {
    font-size: 18px;
}
#contactcontent input:not([type=submit]):not([type=file]):not([type=checkbox]) {
    font-size: 18px;
    margin: 5px 0;
    padding: 10px 0 8px 15px;
    width: 400px;
    border: none;
    -webkit-box-shadow:
    inset 3px 3px 5px 1px  rgba(0,0,0,0.1);
    -moz-box-shadow:
    inset 3px 3px 5px 1px  rgba(0,0,0,0.1);
    box-shadow:
    inset 3px 3px 5px 1px  rgba(0,0,0,0.1);
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#contactcontent select {
    font-size: 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 300px;
    margin: 5px 0;
}
#contactcontent textarea {
    width: 400px;
    height: 100px;
    margin-bottom: 10px;
}
#contactcontent h2, #locationscontent h2 {
    font-size: 24px;
    margin-top: 10px;
}
#contactcontent input[type="submit"], #contactcontent input[type="file"] {
    font-size: 18px;
    padding: 5px;
    text-align: center;
    margin: 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#contactcontent input[type="submit"] {
    font-size: 16px;
    color: white;
    background-color: #9e2432;
    width: 120px;
}
#contactcontent input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

p.spacer {
    font-size: 20%;
    line-height: 0;
    margin: 0;
}

/* ----------  LOCATIONS ---------------- */

div#locationscontent p {
    font-weight: 100 !important;
}
div#locationscontent p span {
    font-weight: 500 !important;
}
img.map-link {
    float: left;
    margin-right: 10px;
}

/* ----------  CATEGORY PAGES ---------------- */


#all-products-photo {
    position: absolute;
    top: 166px;
    left: 510px;
    width: 502px;
    height: 220px;
    z-index: 10; }

.category-intro {
    width: 900px; }

.category-photo {
    position: absolute;
    top: 136px;
    left: -150px;
    width: 1200px;
    height: 250px;
    z-index: 10;
}
.resale {
    top: 177px;
    left: 500px;
    width: 409px;
    height: 209px;
}
.farm {
    top: 181px;
    left: 580px;
    width: 409px;
    height: 205px;
}
ul.farmbull1, ul.farmbull2 {
    float: left;
    list-style-type: disc;
    margin: -10px 0 10px 10px;
}
ul.farmbull1 {
    width: 150px;
}
ul.farmbull2 {
    width: 360px;
}
ul.farmbull1 li, ul.farmbull2 li {
    font-size: 18px;
    line-height: 24px;
}

#nav-middle, #nav-middle-products, #nav-middle-history {
    margin: 0;
    padding-top: 400px;
    width: 1100px;
    z-index: 999; }

#nav-middle ul, #nav-middle-products ul, #nav-middle-history ul {
    list-style-type: none;
}
#nav-middle li, #nav-middle-products li, #nav-middle-history li {
    float: left;
    width: 240px;
    margin-bottom: 15px;
}
#nav-middle-products li {
    width: 300px;
}
#nav-middle-history {
    margin-left: 60px;
    width: 825px;
}
#nav-middle-history li {
    width: 70px;
}

#nav-middle a, #nav-middle-products a, #nav-middle-history a {
    color: #fed27c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500; }

#nav-middle a:hover, #nav-middle a:active, #nav-middle-products a:hover, #nav-middle-products a:active, #nav-middle-history a:hover, #nav-middle-history a:active {
    color: white; }

.push-right {
    margin-left: 20px; }

.push-right-savegoal {
    margin-left: 160px; }

.push-down {
    margin-top: 3px; }

/* typography */
h1, h2, h3, h4, h5, h6 {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: #0568c4;
    font-weight: normal;
    margin: 0 0 8px 0;
    text-align: left; }

h1 {
    font-size: 36px;
    font-weight: 500;
}

h2 {
    font-size: 32px;
    font-weight: 500;
}

h3 {
    font-size: 28px; }

h4 {
    font-size: 24px; }

h5 {
    font-size: 20px; }

h6 {
    font-size: 18px; }

p {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px; }

div#locationscontent p.cityname {
    font-size: 20px;
    font-weight: 500 !important;
    color: #0568c4;
    margin: 25px 0 -15px 0;
}

.slide h2, .category-intro h2 {
    font-weight: 500;
    margin: 0; }

.slide p {
    margin-top: 2px;
    font-size: 18px;
    line-height: 24px; }

.paragraph-intro {
    font-weight: 600; }

.question-answer {
    color: #0568c4;
    font-weight: bold;
}

.required {
    color: red;
}

.small {
    font-size: 14px;
    line-height: 16px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: black;
    margin-left: 10px;
    font-weight: normal;
}
.smaller {
    font-size: 70%;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: black;
    font-weight: normal;
}
.checkboxsmall {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    color: black;
    margin: -21px 0 0 25px;
    font-weight: normal;
}
.drop1 {
    margin-top: 20px;
}
#productform.show, #charityform.show, #employmentinfo.show {
    display: block;
}

.product_photo {
    height:380px;
    width: 580px;
}
.clearboth {
    clear: both;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

    html, body {
        width: 100%;
    }

    #slider, .slider {
        width: 100%;
    }

    #leftarrow, #rightarrow, #leftarrowHistory, #rightarrowHistory {
        display: block;
        position: absolute;
        top: 290px;
        width: 16px;
        height: 76px;
        z-index: 6100;
    }

}

/* Desktop 2 column Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {



}

/* Large 3 column Desktop Layout: 1400px to a max of 1800px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1400px) {



}