body {
  margin: 0;
  padding: 0;
  background: #978E7F url(/images/layout/site_background_repeat.jpg) top center repeat-y;
  color: #333;
  font-family: "Trebuchet MS", Arial, sans;
  font-size: 12px;
  line-height: 20px; }
  body a {
    color: #006699;
    text-decoration: none; }
  body a:hover {
    text-decoration: underline; }

h1 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 25px;
  color: #000; }

h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px; }

h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase; }

h4 {
  text-transform: uppercase;
  color: #ff9817;
  padding: 5px 0;
  margin-bottom: 0; }

p {
  margin-bottom: 5px; }
  p a:hover {
    text-decoration: underline;
    color: #006699; }
  p img {
    margin-top: 1em;
    margin-bottom: 0.5em; }

ul.bulleted {
  list-style: none;
  margin: 0; }
  ul.bulleted li {
    background: url(/images/bullet.gif) 0px 5px no-repeat;
    padding-left: 15px; }

dd {
  margin: 0; }

#wrapper {
  width: 100%;
  background: url(/images/layout/site_background.jpg) top center repeat-x; }

#pp_overlay {
  width: 100%;
  height: 1700px;
  background: url(/images/layout/overlay.jpg) top center no-repeat;
  opacity: .5; }

#site {
  width: 960px;
  margin: 0 auto;
  min-height: 700px;
  position: relative; }

#masthead {
  height: 155px;
  position: relative; }
  #masthead #logo {
    display: block;
    width: 247px;
    height: 213px;
    position: absolute;
    left: -3px;
    background: url(/images/layout/logo.png) top left no-repeat; }
    #masthead #logo a {
      display: block;
      height: 100%;
      width: 100%; }
    #masthead #logo span {
      visibility: hidden; }
  #masthead #utility_nav {
    position: absolute;
    top: 15px;
    right: 0px;
    text-transform: uppercase; }
    #masthead #utility_nav a {
      font-size: 13px;
      color: #ff8400;
      padding-left: 5px; }
  #masthead #slogan {
    position: absolute;
    top: 107px;
    left: 80px;
    text-transform: uppercase; }

.home #flash_piece {
  height: 450px; }
.home #social_tools {
  top: 545px; }

.fr #masthead #logo {
  background: url(/images/layout/logo_french.png) top left no-repeat; }

#social_tools {
  position: absolute;
  z-index: 100;
  top: 113px;
  right: 10px;
  font-size: 11px; }
  #social_tools div {
    float: left; }
  #social_tools a {
    display: block;
    width: 20px;
    height: 14px;
    background: url(/images/layout/social_icons.png) 0 0 no-repeat; }
    #social_tools a span {
      visibility: hidden; }
  #social_tools a:hover {
    text-decoration: none;
    background-position: 0 -14px; }
  #social_tools #share {
    margin-right: 3px;
    font-size: 11px;
    line-height: 11px; }
  #social_tools #facebook a {
    background-position: 0 0; }
  #social_tools #facebook a:hover {
    background-position: 0 -14px; }
  #social_tools #twitter a {
    background-position: -20px 0; }
  #social_tools #twitter a:hover {
    background-position: -20px -14px; }
  #social_tools #digg a {
    background-position: -39px 0; }
  #social_tools #digg a:hover {
    background-position: -39px -14px; }
  #social_tools #delicious a {
    background-position: -58px 0; }
  #social_tools #delicious a:hover {
    background-position: -58px -14px; }
  #social_tools #stumbleupon a {
    background-position: -75px 0; }
  #social_tools #stumbleupon a:hover {
    background-position: -75px -14px; }
  #social_tools #myspace a {
    background-position: -95px 0; }
  #social_tools #myspace a:hover {
    background-position: -95px -14px; }
  #social_tools #monkey a {
    background-position: -112px 0; }
  #social_tools #monkey a:hover {
    background-position: -112px -14px; }

#content {
  float: left;
  margin-top: 50px; }

#main {
  float: left;
  position: relative;
  top: -122px;
  width: 700px;
  margin-left: 20px; }
  #main h1 {
    color: #333;
    padding: 19px 0 10px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #cdc3af; }
  #main h1 + .flash_piece {
    margin-top: -26px; }
  #main h3 {
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: transparent url(/images/layout/h3_bg.png) bottom left repeat-x; }

.callout {
  overflow: hidden;
  padding-bottom: 8px;
  margin-top: 15px;
  border-bottom: 1px solid #c7bca7; }
  .callout .callout_image {
    float: left;
    margin-right: 20px; }
  .callout .callout_title {
    float: left;
    padding-top: 0; }
  .callout .callout_content {
    float: left;
    width: 500px; }
    .callout .callout_content p {
      padding-right: 13px; }

.home .callout {
  border: 0; }
  .home .callout .callout_content {
    width: auto; }

.download {
  height: 265px;
  width: 218px;
  border: 1px solid #c9c9c9; }
  .download img {
    margin-bottom: 10px;
    border: 1px solid #fff;
    box-shadow: 2px 5px 0px; }

.download-list {
  text-align: center; }

#footer {
  text-align: center;
  margin-top: 95px;
  background: #6F6655 url(/images/layout/footer_bg.png) bottom center repeat-y;
  color: #777;
  font-size: 13px;
  line-height: 20px; }
  #footer #footer_nav {
    height: 200px;
    width: 100%;
    position: relative;
    top: -32px;
    background: transparent url(/images/layout/footer_logo.png) top center no-repeat;
    padding-top: 70px; }

#side {
  float: left;
  margin-left: 7px;
  margin-top: 10px; }
  #side #side_inner h3 {
    padding: 0px 5px 7px 10px;
    margin: 0 10px 5px 10px;
    border-color: #91619d;
    border-bottom: 1px solid #91619D;
    text-transform: capitalize; }
    #side #side_inner h3 a {
      color: #fff; }
  #side #side_inner h3.active {
    padding: 0px 5px 7px 10px;
    border-bottom: 1px solid #874e96; }
    #side #side_inner h3.active a {
      color: #fff;
      background: none; }
  #side #side_inner a {
    text-decoration: none; }
  #side #side_inner li a:hover {
    background-color: #763C83; }
  #side #side_inner li li a:hover {
    background: url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat; }
  #side #side_inner li.current {
    background: #763C83; }
    #side #side_inner li.current a:hover {
      background-color: #763C83; }
    #side #side_inner li.current li a:hover {
      background: url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat; }
  #side #side_inner li.active {
    background-color: #874e96; }
    #side #side_inner li.active a {
      border-bottom: 1px solid #531962; }
  #side #side_bottom_content {
    position: absolute;
    bottom: -135px;
    left: -3px;
    width: 220px; }
    #side #side_bottom_content h3 {
      width: 220px;
      padding-bottom: 14px;
      margin-bottom: 5px;
      background: url(/images/layout/h3_bg_purple.png) bottom left repeat-x; }
    #side #side_bottom_content p {
      font-size: 13px; }

#nav {
  position: absolute;
  top: 48px;
  left: 244px;
  height: 50px;
  width: 750px; }
  #nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; }
    #nav ul li {
      float: left;
      margin: 0;
      padding: 0; }
  #nav a {
    color: !purple;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    height: 35px;
    background: url(/images/layout/nav_matrix.jpg) 0 0 no-repeat;
    text-indent: -99999px;
    display: block; }
    #nav a span {
      display: none; }
  #nav a:hover, #nav .current a {
    color: #b3b32c; }
  #nav a#page_2 {
    width: 207px;
    background-position: 0 0; }
  #nav a#page_2:hover, #nav .active a#page_2 {
    background-position: 0 -36px; }
  #nav a#page_10 {
    width: 113px;
    background-position: -207px 0; }
  #nav a#page_10:hover, #nav .active a#page_10 {
    background-position: -207px -36px; }
  #nav a#page_11 {
    width: 133px;
    background-position: -320px 0; }
  #nav a#page_11:hover, #nav .active a#page_11 {
    background-position: -320px -36px; }
  #nav a#page_20 {
    width: 112px;
    background-position: -453px 0; }
  #nav a#page_20:hover, #nav .active a#page_20 {
    background-position: -453px -36px; }
  #nav a#page_26 {
    width: 155px;
    background-position: -565px 0; }
  #nav a#page_26:hover, #nav .active a#page_26 {
    background-position: -565px -36px; }

.fr #nav li a {
  background: url(/images/layout/fr_nav_matrix.jpg) 0 0 no-repeat; }

.home #masthead {
  height: 90px; }
.home #content {
  margin-top: 0; }
  .home #content #main {
    top: 3px; }
    .home #content #main h3 {
      padding-bottom: 14px; }
    .home #content #main .callout {
      width: 175px;
      float: left;
      margin-top: 10px; }
  .home #content #side {
    margin-top: -27px; }

a.current {
  color: #333; }

#side {
  width: 220px;
  position: relative;
  z-index: 10;
  margin-bottom: 150px; }
  #side #side_top {
    display: block;
    height: 18px;
    background: url(/images/layout/side_nav_top.png) top left no-repeat; }
  #side #side_inner {
    background: url(/images/layout/nav_repeat.png) top left repeat-y;
    position: relative;
    z-index: 10; }
    #side #side_inner h3 {
      color: #fff;
      font-size: 20px; }
    #side #side_inner ul {
      list-style: none;
      margin: 0 11px; }
      #side #side_inner ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 1px; }
        #side #side_inner ul li a {
          display: block;
          line-height: 18px;
          font-size: 14px;
          padding-left: 15px;
          padding-top: 3px;
          padding-bottom: 3px;
          color: #fff; }
        #side #side_inner ul li ul {
          margin: 0;
          display: none; }
        #side #side_inner ul li li {
          margin: 0; }
          #side #side_inner ul li li a {
            display: block;
            padding-left: 25px;
            padding-top: 2px;
            padding-bottom: 2px;
            border-bottom: 1px solid #531962;
            background: url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat;
            background-color: #763c83;
            line-height: 17px;
            font-size: 12px; }
      #side #side_inner ul li.current a {
        background: url(/images/layout/active_product.gif) 0 -1px no-repeat; }
      #side #side_inner ul li.current ul {
        display: block; }
        #side #side_inner ul li.current ul a {
          background: url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat; }
        #side #side_inner ul li.current ul a:hover {
          background-color: #763C83; }
        #side #side_inner ul li.current ul li a:hover {
          background: url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat; }
      #side #side_inner ul li.active ul {
        display: block; }
      #side #side_inner ul li.active li.current {
        background: url(/images/layout/active_product.gif) 0 -1px no-repeat; }
        #side #side_inner ul li.active li.current a:hover {
          background-color: #763C83; }
        #side #side_inner ul li.active li.current li a:hover {
          background: url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat; }
  #side #side_btm {
    background: url(/images/layout/nav_footer.png) top left no-repeat;
    display: block;
    height: 16px;
    position: relative;
    z-index: 10;
    margin-top: -1px; }
  #side #side_shadow {
    background: url(/images/layout/nav_shadow.png) top right no-repeat;
    position: absolute;
    bottom: -22px;
    right: -15px;
    height: 80px;
    width: 350px;
    z-index: 1; }

#side #side_inner ul li.current ul a:hover {
  background: #854E94 url(/images/layout/side_nav_bullet.png) 15px 8px no-repeat !important; }

#product_details {
  float: left;
  width: 460px;
  margin-right: 20px; }

#product_nutrition {
  float: left;
  width: 220px; }
  #product_nutrition h3 {
    margin-bottom: 0; }
  #product_nutrition table {
    margin-bottom: 0; }
    #product_nutrition table td {
      border-right: 1px solid #dcd9d3; }
  #product_nutrition #nutrition_divider {
    border: 1px solid #dcd9d3;
    border-top: 0;
    height: 8px;
    background: #c6bdb0; }


.product_line_products #product_nutrition {
  float: none;
  width: 700px;
  margin-bottom: 10px; }

.nutri_vert #product_nutrition th {
  background-color: #c2b9ab; }

.nutri_vert #product_nutrition tr {
  background: #c5bdb1 url(/images/layout/nutri_vert_bg_alt.png) 0 0 repeat-y; }

.nutri_vert #product_nutrition td {
  text-align: right; }

.nutri_vert #product_nutrition td.first {
  text-align: left;
  padding-left: 10px; }

.nutri_vert #product_nutrition tr.alt td.first {
  padding-left: 20px; }

.nutri_vert #product_nutrition .alt td {
  background: #D2CCC4 url(/images/layout/nutri_vert_bg.png) 0 0 repeat-y; }

.nutri_vert #product_nutrition td.nutri_value {
  text-align: right;
  border-left: 1px solid #dcd9d3;
  width: 30px;
  background: #c5bdb1 url(/images/layout/nutri_vert_bg_alt.png) top right repeat-y;
  background: #D2CCC4 url(/images/layout/nutri_vert_bg.png) top right repeat-y; }

.nutri_vert #product_nutrition .alt .nutri_value {
  background: url(/images/layout/nutri_vert_bg.png) top right repeat-y; }

.nutri_vert #product_nutrition .grams {
  width: 30px;
  background: #D2CCC4 url(/images/layout/nutri_vert_bg.png) 0 0 repeat-y; }

.nutri_vert table#nutrition_vitamins td {
  background: #D2CCC4; }

#nutrition_vitamins {
  font-size: 11px; }

p + h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

table th {
  background: #c6bdb0;
  font-size: 11px; }
table td {
  background: #d3cdc3;
  border-bottom: 1px solid #dcd9d3;
  color: #333;
  font-weight: bold; }
  table td span {
    font-weight: normal; }
table tr.alt td {
  background: #fff; }
table tr.alt td.first {
  padding-left: 10px; }

#left_button {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  height: 400px;
  line-height: 400px;
  width: 30px; }

#right_button {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  height: 400px;
  line-height: 400px;
  width: 30px; }

#location_selector {
  background: #f4eadc;
  padding: 20px; }

#location_drop_downs {
  background: #f4eadc;
  padding: 20px;
  overflow: hidden; }
  #location_drop_downs form {
    padding: 0; }

.question {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px 15px 0; }
  .question dt {
    position: relative;
    text-transform: uppercase;
    color: #ff9817;
    padding: 0 0 0 20px;
    margin-bottom: 0;
    background: url(/images/layout/question_icon.gif) 0px 2px no-repeat; }
  .question .question_date {
    font-style: italic;
    color: #666;
    font-size: 11px;
    text-transform: capitalize; }

dl.open dt {
  background: url(/images/layout/question_icon_open.gif) 0px 3px no-repeat; }

.advantage {
  clear: both;
  overflow: hidden; }

#main .advantage h3 {
  margin-top: -5px; }

.product_line_detail {
  background: #f4eadc;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px; }
  .product_line_detail .product_line_image {
    display: block;
    float: left;
    min-width: 100px;
    height: 120px;
    margin: 0 15px 0 0px; }
  .product_line_detail .product_line_intro {
    float: left;
    padding-top: 10px;
    margin: 0 5px;
    width: 500px; }

.featured_smoothie {
  background: #fee3b3 url(/images/layout/featured_bg.png) top left repeat-x;
  min-height: 117px;
  padding: 18px 10px 0px 0;
  border-bottom: 1px solid #ccc; }
  .featured_smoothie .featured_smoothie_image {
    display: block;
    float: left;
    width: 100px;
    height: 120px;
    margin: 0 10px; }
  .featured_smoothie h3 {
    text-transform: uppercase;
    line-height: 1.3; }

#main .green h3 {
  background: url(/images/layout/h3_bg_green.png) bottom left repeat-x; }

#main .purple h3 {
  background: url(/images/layout/h3_bg_purple.png) bottom left repeat-x; }

#main .orange h3 {
  background: url(/images/layout/h3_bg.png) bottom left repeat-x; }

.advantage {
  min-height: 400px;
  background: transparent;
  padding: 3px 0 3px 0; }
  .advantage .span-3 {
    width: 212px; }
  .advantage img {
    display: block;
    height: 180px; }
  .advantage h3 {
    margin-top: 30px;
    width: 100%; }

p + .advantage_list {
  margin-top: 10px; }

.smoothie {
  background: transparent url(/images/layout/nav_dotted.png) top left repeat-x;
  padding: 10px 0; }
  .smoothie h3 {
    color: #e2841d;
    text-transform: uppercase;
    line-height: 1.2; }
  .smoothie p {
    color: #666; }

.featured_smoothie + .smoothie {
  background: none; }

.nutri-info {
  font-size: 12px;
  margin-bottom: 0; }
  .nutri-info dt {
    display: inline; }
  .nutri-info dd {
    display: inline;
    margin: 0 15px 0 5px; }

.breakdown {
  margin-bottom: 0; }
  .breakdown dt {
    display: block;
    clear: none;
    float: left; }
  .breakdown dd {
    display: block;
    clear: none;
    text-align: right;
    float: left; }

.teaser {
  float: left;
  background: transparent url(/images/layout/nav_dotted.png) bottom left repeat-x;
  padding: 20px 0; }
  .teaser h2 {
    margin: 0;
    text-transform: uppercase;
    line-height: 18px; }

.button {
  background: transparent url(/images/layout/button_left.png) top left no-repeat;
  padding-left: 11px;
  margin-top: 3px;
  float: left; }
  .button a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 6px 30px 10px 0;
    background: transparent url(/images/layout/button_right.png) right top no-repeat; }
  .button a:hover {
    text-decoration: underline; }

.purple h2, .purple h3 {
  color: #6c207f; }
.purple .button {
  background-color: #6c207f; }

.green h2, .green h3 {
  color: #b3b32c; }
.green .button {
  background-color: #b3b32c; }

.orange h2, .orange h3 {
  color: #e2841d; }
.orange .button {
  background-color: #e2841d; }

.rule {
  display: block;
  padding: 20px 0 12px 0;
  background: transparent url(/images/layout/nav_dotted.png) 0 50% repeat-x;
  clear: both; }

.locations {
  padding: 18px 0 10px 10px;
  background: url(/images/layout/locations.png) top left repeat-x; }
  .locations .span-3 {
    width: 220px; }
  .locations p {
    margin-top: 2px; }

#location_selector form {
  padding: 0;
  overflow: hidden; }

#new_franchise_contact_form h3 {
  margin-bottom: 0; }

.article {
  border-bottom: 1px solid #cdc3af;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden; }
  .article .article_image {
    width: 170px; }

.locations + .cities {
  margin-top: 20px; }

.location {
  background: transparent url(/images/layout/nav_dotted.png) top left repeat-x;
  padding: 20px 0 10px 0; }
  .location p {
    margin-bottom: 2px; }

#locate_store {
  background: transparent url(/images/layout/locate_store_bg.png) top left repeat-x;
  margin-top: 25px;
  padding-top: 15px; }

.wide h1 {
  width: 900px; }
.wide h2 {
  font-size: 18px; }

.click_to_view_a_smoothie {
  margin-top: -20px;
  margin-bottom: 20px;
  color: #999; }

form {
  background: #f4eadc;
  padding: 20px; }

label {
  display: block;
  padding-top: 5px; }

textarea {
  width: 440px;
  height: 100px; }

select {
  font-size: 12px; }

form li {
  list-style: none; }

.column {
  float: left; }

p img.right, p img {
  margin-top: 0; }

input[type=submit], .submit {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background: #B5C000;
  border: 1px solid; }

.tabs {
  overflow: hidden;
  margin: 0;
  margin-top: 30px;
  padding: 0; }
  .tabs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .tabs li a {
      display: block;
      float: left;
      padding: 0px;
      padding-left: 5px;
      color: #333;
      text-transform: uppercase;
      background: transparent url(/images/layout/tab_off_cap.gif);
      margin-right: 3px; }
      .tabs li a span {
        display: block;
        padding: 2px 15px 2px 5px;
        float: left;
        background: transparent url(/images/layout/tab_off.gif) top right no-repeat;
        padding-right: 10px; }
    .tabs li a.active {
      background: transparent url(/images/layout/tab_on_cap.gif); }
      .tabs li a.active span {
        background: transparent url(/images/layout/tab_on.gif) top right no-repeat; }

.tab_content {
  background: transparent url(/images/layout/tab_content.jpg) top right no-repeat;
  padding: 20px; }
  .tab_content h2 {
    margin: 0; }

#sitemap {
  padding-top: 20px; }
  #sitemap ul {
    margin-left: 0; }
    #sitemap ul li {
      margin-left: 0;
      display: block;
      padding: 0;
      background: transparent url(/images/layout/nav_dotted.png) top left repeat-x; }
      #sitemap ul li li {
        padding-left: 20px; }


.disclaimer{
  font-size: 12px;
  line-height: 16px;
  color: #888;
  margin-top: 50px;
  border-top: 1px solid #999;
  padding-top: 20px;
}
.gsc-search-box form.gse-search-box{padding: 0;}
.gsc-search-box form.gse-search-box input{padding: 5px; font-size: 14px}

