#loveTop
{
    height: 107px;
}

#loveTop .line_big {
    margin-top: 40px;
}

#love #dumb
{
    margin-top: 20px;
    height: 282px;
}

#love #eat
{
    height: 232px;
}

#love #gift
{
    height: 232px;
    z-index: 2;
}

#love #rewards
{
    height: 382px;
}

#love #seniors
{
    height: 181px;
}

#love #families
{
    height: 181px;
}

#love #franch
{
    margin-top: 20px;
    height: 222px;
}

#franch .fresh .txt {
    left: 10px;
}

#love #baconalia 
{
    margin-top: 20px;
}

#love #dumbInner
{
    position: relative;
    background: url(../img/borders/dot.png) top repeat-x;
    min-height: 3px;
}

#love #dumbInner h3
{
    font-size: 30px;
    font-weight: 800;
    color: #d31d45;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 10px;
    float: left;
}

#love #dumbInner h5
{
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: #d31d45;
    display: block;
    width: 100%;
    margin: 5px 0 0 10px;
    float: left;
}

#love #dumbInner p
{
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13px;
    color: #4b4644;
    display: block;
    width: 445px;
    float: left;
}

#love #dumbInner p.desc
{
    margin: 15px 0 0 10px;
}

#love #dumbInner p.brought
{
    margin: 60px 0 0 10px;
    font-size: 11px;
    color: #959595;
    display: none;
}

#love #dumbInner p.brought img
{
    position: relative;
    top: 5px;
    display: none;
}

#love #dumbSlider
{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 205px;
    width: 388px;
    float: right;
    background: none;
}

#love #dumbSlider .sliderControls {
	display: none;
}

#eatInner
{
    background: url(../img/borders/dot.png) top repeat-x;
    float: left;
    width: 100%;
    position: relative;
}

#eatInner .left
{
    float: left;
    width: 150px;
    margin: 35px 0 0 14px;
}

#eatInner .right
{
    float: right;
    width: 110px;
    margin: 35px 0 0 0;
}

#eatInner .bottom
{
    position: absolute;
    left: 10px;
    top: 135px;
    width: 422px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11px;
    color: #959595;
}

#eatInner .bgImage
{
    position: absolute;
    width: 260px;
    height: 216px;
    top: 10px;
    left: 200px;
    background: url(../img/love/pancakes.jpg) no-repeat;
}

#eatInner b
{
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #d31d45;
}

#eatInner em
{
    font-size: 13px;
    font-family: Georgia, serif;
    color: #4b4644;
}

#giftCardInner
{
    background: url(../img/borders/dot.png) top repeat-x;
    position: absolute;
    width: 100%;
    height: 172px;
}

#giftCardInner a.balance:link, #giftCardInner a.balance:visited
{
    float: right;
    margin: 7px 15px 0 0;
    font-family: Georgia, serif;
    font-size: 11px;
    color: #4b4644;
    font-style: italic;
    font-weight: bold;
    border-bottom: 1px solid #4b4644;
}

#giftCardInner a.balance:hover
{
    color: #d31d45;
    border-bottom: 1px solid #d31d45;
}

#giftCardInner #giftQuantity
{
    position: relative;
    width: 50px;
    float: left;
    margin: 35px 0 0 15px;
    background: #fdb210;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.52, rgb(253,174,15)), color-stop(0.7, rgb(253,188,25)));
    background-image: -moz-linear-gradient(center bottom, rgb(253,174,15) 52%, rgb(253,188,25) 70%);
}

#giftCardInner #giftAmount
{
    position: relative;
    float: left;
    margin: 35px 0 0 17px;
    background: #fdb210;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.52, rgb(253,174,15)), color-stop(0.7, rgb(253,188,25)));
    background-image: -moz-linear-gradient(center bottom, rgb(253,174,15) 52%, rgb(253,188,25) 70%);
}

#giftCardInner a.submit:link, #giftCardInner a.submit:visited
{
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
    position: absolute;
    top: 35px;
    left: 185px;
    display: box;
    background: #4D4846;
    font-weight: bolder;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 0 #DDD9D7;
    -moz-box-shadow: 4px 4px 0 #DDD9D7;
    box-shadow: 4px 4px 0 #DDD9D7;
    border: 1px solid white;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    padding: 9px;
    color: #fff;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(66,61,60)), color-stop(0.78, rgb(87,82,80)));
    background-image: -moz-linear-gradient(center bottom, rgb(66,61,60) 13%, rgb(87,82,80) 78%);
}

#giftCardInner a.submit:hover
{
    color: #aaa;
}

#giftCardInner ul li {
    color: #eee;
}

#giftCardInner ul li:hover {
    color: #d31d45;
}

#giftCardInner .upper
{
    position: absolute;
    left: 20px;
    top: 10px;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #4b4644;
}

#giftCardInner .lower
{
    position: absolute;
    left: 20px;
    top: 82px;
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    color: #959595;
    display: block;
    width: 260px;
}

#giftCardInner .bgImage
{
    background: url(../img/love/giftCards.png) bottom right no-repeat;
    width: 140px;
    height: 133px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#rewardsInner
{
    background: url(../img/borders/dot.png) top repeat-x;
    position: relative;
    height: 3px;
    padding: 15px 20px;
}

#rewardsInner  #rewards_cta {
    cursor: pointer;
    display: block;
    margin: 30px auto 0 45px;
    clear: both;
}

#rewardsInner h3 {
     color: #D31D45;
    font-size: 30px;
    font-weight: 800;
    margin: 10px 0 0 0px;
    text-transform: uppercase;
}

#rewardsInner h4 {
    color: #D31D45;
    font-family: Gergia,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 5px 0 10px 0px;
}


#rewardsInner  .left {
    width: 120px;
}

#rewardsInner  .right {
    width: 270px;
}

#rewardsInner .orangeBigBtn {
    position: static;
    display: block;
    margin-top: 15px;
}

#rewardsInner input
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 0 #DDD9D7;
    -moz-box-shadow: 4px 4px 0 #DDD9D7;
    box-shadow: 4px 4px 0 #DDD9D7;
    border: 0;
    padding: 10px;
    font-weight: 800;
    color: #4b4644;
    font-size: 13px;
    margin: 20px 0 0 20px;
    font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2", Helvetica, sans-serif;
}

#rewardsInner input[type='text'] {
    width: 165px;
}

#rewardsInner input.zip
{
    margin: 25px 0 0 20px;
    width: 115px;
}

#rewardsInner .makeSelect
{
    float: left;
    position: relative;
    background: #fdb210;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.52, rgb(253,174,15)), color-stop(0.7, rgb(253,188,25)));
    background-image: -moz-linear-gradient(center bottom, rgb(253,174,15) 52%, rgb(253,188,25) 70%);
}

#rewardsInner #rewardMonth
{
    margin: 24px 0 0 20px;
}

#rewardsInner #rewardDay
{
    margin: 25px 0 0 20px;
    width: 50px;
}

#rewardsInner #rewardYear
{
    margin: 25px 0 0 20px;
    width: 60px;
}

#rewardsInner .lower
{
    width: 439px;
    height: 70px;
    position: absolute;
    top: 250px;
    left: 0;
    background: url(../img/borders/dot.png) top repeat-x;
}

#rewardsInner .lower a.submit:link, #rewardsInner .lower a.submit:visited
{
    display: block;
    z-index: 3;
    width: 70px;
    text-align: center;
    background: #4d4846;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bolder;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 0 #ddd9d7;
    -moz-box-shadow: 4px 4px 0 #ddd9d7;
    box-shadow: 4px 4px 0 #ddd9d7;
    padding: 8px;
    color: #fff;
    text-transform: uppercase;
    margin: 18px 0 0 23px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(66,61,60)), color-stop(0.78, rgb(87,82,80)));
    background-image: -moz-linear-gradient(center bottom, rgb(66,61,60) 13%, rgb(87,82,80) 78%);
}

#rewardsInner .lower a.submit:hover
{
    color: #aaa;
}

#seniors
{
    overflow: visible;
    position: relative;
}

#seniorsInner
{
    float: left;
    position: relative;
    width: 100%;
    background: url(../img/borders/dot.png) top repeat-x;
}

#seniorsInner h3
{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d31d45;
    margin: 10px 0 0 20px;
}

#seniorsInner h4
{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #d31d45;
    margin: 5px 0 0 20px;
    font-family: Gergia, serif;
}

#seniorsInner h5
{
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 5px 0 0 20px;
    color: #4b4644;
    font-family: Georgia, serif;
    width: 260px;
}

#seniorsInner a.learnImage:link, #seniorsInner a.learnImage:visited
{
    background: url(../img/love/learnMore.png) no-repeat;
    position: absolute;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    left: 315px;
    top: -5px;
    width: 131px;
    height: 107px;
    color: #fff;
}

#seniorsInner a.learnImage:hover
{
    color: #333;
}

#seniorsInner a.learnImage span
{
    color: inherit;
    font-weight: bold;
    position: absolute;
    top: 77px;
    left: 22px;
}

#seniorsInner a.goTo:link, #seniorsInner a.goTo:visited
{
    float: right;
    margin: 0px 5px 0 0;
    font-family: Georgia, serif;
    font-style: italic;
    color: #fdaf0f;
    font-size: 11px;
}

#seniorsInner a.goTo:hover
{
    color: #4b4644;
}

#seniorsInner a.btn:link, #seniorsInner a.btn:visited
{
    top: 62px;
}

#families
{
    overflow: visible;
}

#familyInner
{
    float: left;
    position: relative;
    width: 100%;
    height: 120px;
    background: url(../img/borders/dot.png) top repeat-x;
}

#familyInner h3
{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d31d45;
    margin: 10px 0 0 20px;
}

#familyInner h4
{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #d31d45;
    margin: 5px 0 0 20px;
    font-family: Gergia, serif;
}

#familyInner h5
{
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 5px 0 0 20px;
    color: #4b4644;
    font-family: Georgia, serif;
    width: 260px;
}

#familyInner a.btn:link, #familyInner a.btn:visited
{
    background: url(../img/btns/overSideBtn.png) no-repeat;
    position: absolute;
    left: 315px;
    top: 62px;
    width: 131px;
    height: 40px;
    color: #fff;
}

#familyInner a.btn:hover
{
    color: #333;
}

#familyInner a.btn span
{
    color: inherit;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 22px;
}

#familyInner a.txt:link, #familyInner a.txt:visited
{
    float: right;
    margin: 0px 5px 0 0;
    font-family: Georgia, serif;
    font-style: italic;
    color: #fdaf0f;
    top: 60px;
    font-size: 11px;
}

#familyInner a.txt:hover
{
    color: #4b4644;
}

#franchInner
{
    float: left;
    position: relative;
    width: 900px;
    height: 162px;
}

#franchInner .fresh
{
    float: left;
    width: 365px;
    margin: 10px 0 0 35px;
}

#franchInner .fresh img, #franchInner .allNighter img
{
    float: left;
}

#franchInner .fresh div, #franchInner .allNighter div
{
    float: left;
    width: 240px;
    margin: 0 0 0 20px;
}

#franchInner .allNighter div
{
    width: 270px;
}

#franchInner .allNighter
{
    float: right;
    width: 410px;
    margin: 15px 65px 0 0;
}

#franchInner a
{
    float: right;
}

#franchInner h3
{
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #d31d45;
    margin-bottom: 0 !important;
}

#franchInner span
{
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #4b4644;
}

#franchInner a.btn:link, #franchInner a.btn:visited
{
    background: url(../img/btns/overSideBtnLeft.png) no-repeat;
    position: absolute;
    left: -5px;
    top: 104px;
    width: 131px;
    height: 40px;
    color: #fff;
}

#franchInner a.btn:hover
{
    color: #333;
}

#franchInner a.btn span
{
    color: inherit;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 22px;
    font-family: proxima-nova-condensed-1, proxima-nova-condensed-2, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
}


/* */
#franchInner a.btnLeft:link, #franchInner a.btnLeft:visited
{
    background: url(../img/btns/overSideBtn.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 106px;
    width: 131px;
    height: 40px;
    color: #fff;
    z-index: 2;
}

#franchInner a.btn,
#franchInner a.btn span,
#franchInner a.btnLeft,
#franchInner a.btnLeft span {
    color: #FFF;
}

#franchInner a.btnLeft:hover
{
    color: #333;
}

#franchInner a.btnLeft span
{
    color: inherit;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 22px;
    font-family: proxima-nova-condensed-1, proxima-nova-condensed-2, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
}
/* */

#franchInner a.txt:link, #franchInner a.txt:visited
{
    position: absolute;
    right: 5px;
    top: 145px;
    font-family: Georgia, serif;
    font-style: italic;
    color: #fdaf0f;
    font-size: 11px;
}

#franchInner a.txt:hover
{
    color: #4b4644;
}