/* SUPERSIZED */
* { margin:0; padding:0; }

img{ border:none; }
	
#supersized-loader { 
	position:absolute; 
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../images/progress.gif) no-repeat center center;
}
	
#supersized { 
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
	
#supersized img{
	width:auto;
	height:auto;
	position:relative;
	outline:none;
	border:none;
}
		
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }

#supersized a.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }


/* BASE */

@font-face
{
font-family: Source-Sans;
src: url('../fonts/SourceSansPro-Regular.ttf');*/
}
@font-face
{
font-family: Source-Sans-bold;
src: url('../fonts/SourceSansPro-Bold.ttf');*/
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family: Source-Sans, Helvetica, Arial, sans-serif;
}

body,td,th {
	font-family: Source-Sans, Helvetica, Arial, sans-serif;
}

input {
	font-family: Source-Sans, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

strong {
	font-family: Source-Sans-bold, Helvetica, Arial, sans-serif;
}

h3 {
	font-size:16px;
	font-weight: 100;
	color: #982d74;
}

a:link {
	color: #982d74;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #982d74;
}
a:hover {
	text-decoration: none;
	color: #982d74;
}
a:active {
	text-decoration: none;
	color: #982d74;
}

#wrapper {
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
	width:100%;
	display:table;
	vertical-align:top;
}

#inner {
	position:relative;
	vertical-align:middle;
	display:table-cell;
}

#body {
	width:890px;
	height:786px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	font-size:12px;
	color:#666;
	z-index:9999;
	line-height:18px;
	background:url(../images/center-bg.png) repeat;
	vertical-align: middle;
	text-align:center;
	display:table;
	}
	


/* jqeury.ad-gallery.css*/

.ad-gallery {
  width: 420px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../images/opa75.png);
        color: #982d74;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
	  color: #CCC
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
		color:#CCC;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.1em;
		color:#FFF
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
	
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(../images/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -8px;
      width: 13px;
      background: url(../images/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 410px;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #9CC;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}





/* Products*/
div#content-top
{
	width: 860px;
	height: 13px;
	background: url('../images/content-top.gif') no-repeat top left;
}

div#content-middle
{
	overflow: hidden;
	width: 860px;
	background: url('../images/content-bg.gif') repeat-y top;
}

div#content-middle-inner
{
	padding: 2px 15px 2px 15px;
	*padding: 2px 0 2px 15px;
}

div#content-bottom
{
	width: 860px;
	height: 21px;
	background: url('../images/content-bottom.gif') no-repeat top left;
}
div#content-left
{
	float: left;
	margin-right: 15px;
	width: 150px;
}

div#content-content
{
	float: left;
	margin-right: 15px;
	width: 488px;
	font-size: 11px;
}

div#content-content h1,
div#content-content h2
{
	margin: 0 0 15px 0;
	font-size: 20px;
}

div#content-content h3
{
	
	margin: 0 0 0px 0;
	font-size: 15px;
}

div#content-content p
{
	margin: 0 0 15px 0;
	line-height: 18px;
}

div#content-content ul,
div#content-content ol
{
	margin: 0 0 15px 35px;
}

div#content-right
{
	float: left;
	width: 162px;
}

div#flavors {
clear: both;
}
div.flavor
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 7px 8px 0;
	width: 191px;
	height: 220px;
}

div.flavor.last
{
	margin: 0 0 8px 0; 
}

div.flavor div.fc-content
{
	position: relative;
}

div.flavor h3
{
	margin: 5px 30px 0 20px !important;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #666;
}

div.flavor.lto h3
{
	color: #fff !important;
}

div.flavor div.arrow
{
	position: absolute; 
	top: 14px;
	right: 15px;
	width: 17px;
	height: 16px;
}

div.flavor div.sep
{
	position: absolute; 
	top: 136px;
	left: 15px;
	width: 172px;
	height: 2px;
	background: url('../images/fc-sep.png') no-repeat top left;
}

div.flavor.lto div.sep
{
	background: url('../images/fc-sep-white.png') no-repeat top left;
}


div.flavor div.top
{
	z-index: 100;
	position: absolute;
	top: 4px;
	left: 0;
	width: 191px;
	height: 15px;
	background: url('../images/fc-top.png') no-repeat top left;
}

div.flavor div.right
{
	z-index: 100;
	position: absolute;
	top: 15px;
	right: 0;
	width: 6px;
	height: 195px;
	background: url('../images/fc-right.png') no-repeat top left;
}

div.flavor div.bottom
{
	z-index: 100;
	position: absolute;
	top: 205px;
	left: 0;
	width: 191px;
	height: 20px;
	background: url('../images/fc-bottom.png') no-repeat top left;
}

div.flavor div.left
{
	z-index: 100;
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 195px;
	background: url('../images/fc-left.png') no-repeat top left;
}

div.flavor div.fruit
{
	padding-top: 15px;
	width: 202px;
	text-align: center;
}

div.flavor div.like-thumb
{
	position: absolute;
	bottom: 15px;
	left: 13px;
	width: 14px;
	height: 15px;
}

div.flavor div.like-number
{
	position: absolute;
	bottom: 13px;
	left: 32px;
	color: #838586;
}

div.flavor.lto div.like-thumb
{
	position: absolute;
	bottom: 15px;
	left: 13px;
	width: 13px;
	height: 15px;
}

div.flavor.lto div.like-number
{
	color: #fff;
}

div.flavor div.fb-like
{
	position: absolute;
	bottom: 11px;
	left: 13px;
	overflow: hidden;
	height: 20px;
}


/* Products2*/
div#content-top
{
	width: 860px;
	height: 13px;
	background: url('../images/content-top.gif') no-repeat top left;
}

div#content-middle
{
	overflow: hidden;
	width: 860px;
	background: url('../images/content-bg.gif') repeat-y top;
}

div#content-middle-inner
{
	padding: 2px 15px 2px 15px;
	*padding: 2px 0 2px 15px;
}

div#content-bottom
{
	width: 860px;
	height: 21px;
	background: url('../images/content-bottom.gif') no-repeat top left;
}
div#content-left
{
	float: left;
	margin-right: 15px;
	width: 150px;
}

div#content-content
{
	float: left;
	margin-right: 15px;
	width: 488px;
	font-size: 11px;
}

div#content-content h1,
div#content-content h2
{
	margin: 0 0 15px 0;
	font-size: 20px;
}

div#content-content h3
{
	
	margin: 0 0 0px 0;
	font-size: 15px;
}

div#content-content p
{
	margin: 0 0 15px 0;
	line-height: 18px;
}

div#content-content ul,
div#content-content ol
{
	margin: 0 0 15px 35px;
}

div#content-right
{
	float: left;
	width: 162px;
}

div#flavors {
clear: both;
}
div.flavor1
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 7px 8px 0;
	width: 388px;
	height: 220px;
}

div.flavor1.last
{
	margin: 0 0 8px 0; 
}

div.flavor1 div.fc-content
{
	position: relative;
}

div.flavor1 h3
{
	margin: 5px 30px 0 20px !important;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #666;
}

div.flavor1.lto h3
{
	color: #fff !important;
}

div.flavor1 div.arrow
{
	position: absolute; 
	top: 14px;
	right: 15px;
	width: 17px;
	height: 16px;
}

div.flavor1 div.sep
{
	position: absolute; 
	top: 136px;
	left: 15px;
	width: 172px;
	height: 2px;
	background: url('../images/fc-sep.png') no-repeat top left;
}

div.flavor1.lto div.sep
{
	background: url('../images/fc-sep-white.png') no-repeat top left;
}


div.flavor1 div.top
{
	z-index: 100;
	position: absolute;
	top: 4px;
	left: 0;
	width: 388px;
	height: 15px;
	background: url('../images/fc-top1.png') no-repeat top left;
}

div.flavor1 div.right
{
	z-index: 100;
	position: absolute;
	top: 15px;
	right: 0;
	width: 6px;
	height: 195px;
	background: url('../images/fc-right.png') no-repeat top left;
}

div.flavor1 div.bottom
{
	z-index: 100;
	position: absolute;
	top: 205px;
	left: 0;
	width: 388px;
	height: 20px;
	background: url('../images/fc-bottom1.png') no-repeat top left;
}

div.flavor1 div.left
{
	z-index: 100;
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 195px;
	background: url('../images/fc-left.png') no-repeat top left;
}

div.flavor1 div.fruit1
{
	padding-top: 15px;
	width: 388px;
	text-align: center;
}

div.flavor1 div.like-thumb
{
	position: absolute;
	bottom: 15px;
	left: 13px;
	width: 14px;
	height: 15px;
}

div.flavor1 div.like-number
{
	position: absolute;
	bottom: 13px;
	left: 32px;
	color: #838586;
}

div.flavor1.lto div.like-thumb
{
	position: absolute;
	bottom: 15px;
	left: 13px;
	width: 13px;
	height: 15px;
}

div.flavor1.lto div.like-number
{
	color: #fff;
}

div.flavor1 div.fb-like
{
	position: absolute;
	bottom: 11px;
	left: 13px;
	overflow: hidden;
	height: 20px;
}
