*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url("../img/light.png") center 16px no-repeat #000000;
}
h1{
	margin: 10px 0 20px 0;
}
h2{
	margin: 0 0 15px 0;
}
h4{
	margin: 20px 0 10px;
}
ul{
	list-style: none;
}
div{
	color: #14120d;
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px;
}

a{
	color: #edeee4;
	text-decoration: none;
	outline: 0;
}
a:focus{
	-moz-outline-style: none;
}
div#content a{
	color: #24120d;
	text-decoration: none;
}

div#content a:hover{
	color: #68554a;
	text-decoration: underline;
}
div#content a:visited{
	color: #91873f;
}

#container{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
div#head{
	color: white;
	display:-moz-inline-box;
	display:inline-block;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	width: 985px;
}
div#head #payoff{
	background: url("../img/payoff.png") no-repeat;
	width: 256px;
	height: 17px;
	display: block;
	float: right;
	margin: 63px 16px 0 0;
}
div#head #logo{
	background: url("../img/logo.png") no-repeat;
	margin-top: 40px;
	display: block;
	width: 160px;
	height: 45px;
	float: right;
}
div#head #logo a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
}
div#head ul{
	float: left;
	margin-top: 58px;
	padding-bottom: 11px;
	position: relative;
	top: 2px;
	/*margin-top: 51px;*/
	width: 400px;
	overflow: hidden;
}
div#head ul li{
	float: left;
	/*padding: 6px 15px 6px 15px;*/
	padding: 0px 10px 0px 10px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-right: 1px solid #f9f6ea;
}
div#head ul li a{
	text-indent: -5000px;
	display: block;
	height: 16px;
	background: url("../img/topNav.png") no-repeat;
	margin: 0 auto;
}
div#head ul li a:hover{
	
}
div#head ul li#products{
	width: 66px;
}
div#head ul li#products a{
	width: 54px;
	background-position: 0 0;
}
div#head ul li#products a:hover{	
	background-position: -59px 0;
}
div#head ul li#products.selected a{
	width: 66px;
	background-position: 0 -67px;
}
div#head ul li#products.selected a:hover{	
	background-position: -73px -67px;
}
/* This bg img is higher */
div#head ul li#about{
	width: 73px;
	padding-top: 0px;
}
div#head ul li#about a{
	width: 59px;
	height: 19px;
	background-position: 0 -16px;
}
div#head ul li#about a:hover{
	background-position: -59px -16px;
}
div#head ul li#about.selected{
	padding-top: 3px;
}
div#head ul li#about.selected a{
	width: 73px;
	height: 20px;
	background-position: 0 -83px;
}
div#head ul li#about.selected a:hover{
	background-position: -73px -83px;
}
div#head ul li#recipies{
	width: 44px;
}
div#head ul li#recipies a{
	width: 36px;
	background-position: 0 -35px;
}
div#head ul li#recipies a:hover{
	background-position: -59px -35px;
}
div#head ul li#recipies.selected a{
	width: 44px;
	background-position: 0 -103px;
}
div#head ul li#recipies.selected a:hover{
	background-position: -73px -103px;
}
div#head ul li#downloads a{
	width: 58px;
	background-position: 0 -51px;
}
div#head ul li#downloads a:hover{
	background-position: -59px -51px;
}
div#head ul li#downloads.selected a{
	width: 70px;
	background-position: 0 -120px;
}
div#head ul li#downloads.selected a:hover{
	background-position: -73px -120px;
}
div#head ul li#downloads{
	border: none;
}

div#pageHome{
	overflow: hidden;
	background: #000000 url('../img/lightWithCup.jpg') no-repeat left top;
	background-position:48px -99px;
	height: 475px;
}
div#page{
	background: url("../img/pageTop.png") no-repeat;
	padding-top: 10px;
	position: relative;
}
div#page div#content{
	background: url("../img/pageBg.png") repeat-y;
	width: 940px;
	padding: 17px 10px 0 30px;
	overflow: hidden;
	display:block;
}
div#page #bottom{
	background: url("../img/pageBottom.png") no-repeat;
	height: 10px;	
}

div#main{
	overflow: hidden;
	width: 600px;
	float: left;
	margin-top: 2px;
}
div#main.wide{
	width: 940px;
	text-align: center;
	margin-bottom: 20px;
}

/* ### Slider Gallery */
.gallery{
    background: url("../img/scrollBg.png") no-repeat;
	width: 570px;
}

.sliderGallery {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    padding: 5px 0 0 0;
    width: 562px;
    height: 115px;
}
.sliderGallery ul.items {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0;
    height: 80px;
    width: 1570px;
}

.sliderGallery ul li {
    margin: 0 10px;
    display: block;
    float: left;
    width: 100px;
	text-align: center;
}
.sliderGallery ul li span{
    background: url("../img/productsSmall.png") no-repeat;
	margin: 2px auto 3px;
   	width: 31px;
	height: 58px;
	display: block; 
}
div.slider{
	height: 17px;
	position: relative;
	margin: 0 10px 0 5px;
	/*
	top: 95px;
	*/
}
.handle {
	position: absolute;
	cursor: move;
	height: 7px;
	width: 313px;
	top: 95px;
	/*
	top: 0;
	*/
	background: url("../img/handle.png") no-repeat;
	z-index: 100;
}
.sliderGallery ul li a{
	color: #2f170b;
}
.sliderGallery ul li a.selected{
	font-weight: bold;
}
.sliderGallery ul li#item1 span{
	background-position: 0 -58px;
}
.sliderGallery ul li#item2 span{
	background-position: 0 -115px;
	width: 30px;
}
.sliderGallery ul li#item3 span{
	background-position: 0 -173px;
}
.sliderGallery ul li#item4 span{
	background-position: 0 -231px;
}
.sliderGallery ul li#item5 span{
	background-position: 0 -288px;
	width: 30px;
}
.sliderGallery ul li#item6 span{
	background-position: 0 -344px;
	height: 56px;
}
.sliderGallery ul li#item7 span{
	background-position: 0 -400px;
	width: 33px;
	height: 56px;
}
.sliderGallery ul li#item8 span{
	background-position: 0 -458px;
	width: 39px;
}
.sliderGallery ul li#item9 span{
	background-position: 0 -516px;
	width: 41px;
}
.sliderGallery ul li#item10 span{
	background-position: 0 -573px;
	width: 41px;
}
.sliderGallery ul li#item11 span{
	background-position: 0 -630px;
	width: 41px;
}
.sliderGallery ul li#item12 span{
	background-position: 0 -687px;
	width: 41px;
}
div.crumbWrap{
	text-align: left;
}
ul#breadcrumbs{
	display:-moz-inline-box;
	display:inline-block;
	overflow: hidden;
	margin-bottom: 20px;
}
ul#breadcrumbs li{
	display: inline;
	float: left;
	font-size: 11px;
	color: #24120d;
	margin-right: 15px;
	letter-spacing: 1px;
}
ul#breadcrumbs li a,
ul#breadcrumbs li a:hover,
ul#breadcrumbs li a:visited{
	color: #24120d;
	text-decoration: none;
}
ul#breadcrumbs li.bullet{
	padding-left: 20px; 
	background: url("../img/bullet.gif") no-repeat 0 4px;
}
ul#breadcrumbs li.product,
ul#breadcrumbs li.selected{
	font-weight: bold;
}
div#productInfo{
	margin-bottom:50px;
	overflow:hidden;
}
div#productInfo div#productFlavour {
	margin-bottom: 30px;
}
div#productFlavour { margin-top: 10px; }
div#productInfo h1{
	display: block;
	overflow: hidden;
	width: 580px;
	/*background: url("../img/productHeaders.png") no-repeat;*/
	/*text-indent: -5000px;
	height: 32px;*/
	
}
.product-header{
	width: 600px;
}

div#productInfo.item0 h1{
	background-position: 0 0;
}
div#productInfo.item1 h1{
	background-position: 0 -32px;
}
div#productInfo.item2 h1{
	background-position: 0 -64px;
}
div#productInfo.item3 h1{
	background-position: 0 -96px;
}
div#productInfo.item4 h1{
	background-position: 0 -128px;
}
div#productInfo.item5 h1{
	background-position: 0 -160px;
}
div#productInfo.item6 h1{
	background-position: 0 -192px;
}
div#productInfo.item7 h1{
	background-position: 0 -224px;
}
div#productInfo.item8 h1{
	background-position: 0 -256px;
}
div#productInfo.item9 h1{
	background-position: 0 -288px;
}
div#productInfo.item10 h1{
	background-position: 0 -320px;
}
div#productInfo.item11 h1{
	background-position: 0 -352px;
}
div#productInfo.item12 h1{
	background-position: 0 -384px;
}
div#productInfo .structure p,
div#productInfo p{
	width: 440px;
	font-family: Arial;
	font-size: 14px;
	color: #2b1c13;
	display:-moz-inline-box;
	display:inline-block;
}
div#productInfo div span{
	background: url("../img/productsLarge.png") no-repeat;
	width: 91px;
	height: 170px;
	float: left;
	margin-right: 40px;
}
div#productInfo.item0 div span{
	background-position: 0 0;
}
div#productInfo.item1 div span{
	background-position: 0 -168px;
}
div#productInfo.item2 div span{
	background-position: 0 -338px;
	height: 150px;
}
div#productInfo.item3 div span{
	background-position: 0 -488px;
}
div#productInfo.item4 div span{
	background-position: 0 -658px;
}
div#productInfo.item5 div span{
	background-position: 0 -828px;
	width: 107px;
	height: 195px;
}
div#productInfo.item6 div span{
	background-position: 0 -1023px;
	width: 92px;
	height: 187px;
}
div#productInfo.item7 div span{
	background-position: 0 -1210px;
	width: 100px;
	height: 167px;
}
div#productInfo.item8 div span{
	background-position: 0 -1377px;
	width: 120px;
	height: 162px;
}
div#productInfo.item9 div span{
	background-position: 0 -1539px;
	width: 84px;
	height: 118px;
}
div#productInfo.item10 div span{
	background-position: 0 -1658px;
	width: 86px;
	height: 120px;
}
div#productInfo.item11 div span{
	background-position: 0 -1778px;
	width: 87px;
	height: 119px;
}
div#productInfo.item12 div span{
	background-position: 0 -1897px;
	width: 94px;
	height: 130px;
}

div#productInfo .structure{
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
div#productInfo div.more{
	display:block;
	text-align:center;
	width: 110px;
	float: left;
	margin-right: 16px;
}
div#productInfo div.more p{
	width: 110px;
	font-size: 12px;
}
div#productInfo div.more span{
	background: url("../img/productsLarge.png") no-repeat;
	margin: 0 0 10px 0;
	height: 150px;
	width: 104px;
	overflow: hidden;
}
div#productInfo div.more span.item13{
	background-position: 0 -2028px;
}
div#productInfo div.more span.item14{
	background-position: 0 -2178px;
}
div#productInfo div.more span.item15{
	background-position: 0 -2329px;
	height: 157px;
}
div#productInfo div.more span.item16{
	background-position: 0 -2486px;
	height: 140px;
}
div#productInfo div.more span.item17{
	background-position: 0 -2627px;
	height: 120px;
}

/* Downloads */
img.thumb{
	float: left;
	margin-right: 20px; 
}
ul.linklist{
	margin-top: 20px;
}
ul.linklist.full{
	display: block;
	
}
ul.linklist li{
	display: inline;
	float: left;
	margin-right: 20px;
}

/* About */
div.good_idea_pic{
	padding-top: 7px;
	float:left;
	text-align:center;
	width:150px;
}

div.column .inner_column{
	float: left;
	width: 435px;
}
div.column{
	/*margin: 0 0 50px 170px;
	width:400px;*/
	line-height: 150%;
}


/** NEW FOOTER **/
div#footer {
	margin-top: 10px;	
}

div#footer ul li img {
	display: block;
	float: left;
}
div#footer ul li a span {
	float: left;
	margin-left: 3px;
}

div#footer ul li#disclaimer {
	border: none;
	cursor: pointer;
}

div.line{
	height: 1px;
	background: white;
	margin-top:7px;
	width:211px;
}

div#line-left {
	float: left;
}

div#line-right {
	float: right;
}

div#footer ul{
	display: block;
	list-style-type: none;
	float: left;
}

div#footer ul li{
	display: block;
	float: left;
	border-right: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	height: 17px;
	margin-bottom: 20px;
}
/** END NEW FOOTER **/



div#page div #right{
	background: none;
	width: 320px;
}
div#right{
	width: 340px;
	float: right;
	padding-bottom: 60px;
	/*
	border: 1px solid;
	*/
}
/* right align at front page */
div#pageHome .plate {
    position: relative;
    left: 30px;
}
div#right .plate{
	background: url("../img/plate.png") no-repeat;
	padding: 13px 42px 0 30px;
	height: 151px;
}
div#page div #right .plate{
	background-image: url("../img/plate2.png");
}
div#right .plate img{
	float: left;
	margin-right: 10px;
}
div#right .plate hr{
	color: #24120d;
	background-color: #24120d;
	height: 2px;
	margin: 0 0 5px 0;
	line-height: 0;
	border: 0;
	padding: 0;
}

div#right .plate .plateContent{ 
	height: 95px;
}

div#right .plate .hr{ 
	background-color: black;
	height: 2px;
	margin-bottom: 7px;
}

div#right .plate p{
	margin-bottom: 13px;
}
div#right .plate h2{
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 10px;
}

div#right .plate.fb h2{
	margin-top: 10px;
	background: url("../img/feature/fbHeader.png");
	width: 168px;
	height: 38px;
}
div#right .plate.cm h2{
	background: url("../img/feature/cmHeader.png") no-repeat;
	width: 168px;
	height: 20px;
}

div#right .plate span.flash-title {
	line-height: 30px;
}

a.link{
	color: #24120d;
	font-family: arial;
	font-size: 10px;
	float: right;
	background: url("../img/link.png") no-repeat right 0px;
	padding-right: 20px;
	height: 16px;
	padding-top: 2px;
}
a.link:hover{
	color: #68554a;
	background-image: url("../img/linkHover.png");
}
a.link:visited{
	color: #91837f;
}

.hidden {
	display: none;
}

/* Products */
/*
div#pane1{
	overflow: hidden;
	width: 200px;
	height: 200px;
	border: 1px solid;
}
*/