/* CSS Document */
/* BASIC TAGS */

img, div, a, url { 
	behavior: url(iepngfix.htc);

}

html{ 
	overflow: -moz-scrollbars-vertical !important; }

a {
	color:#a9814a;
	text-decoration:none;
	}

a:hover {
	color: #e8d393;
	
}

p {
	margin:0;
	padding:0;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
}

h1 {
	color:#e8d393;
	font-size:22px;
	font-weight:bold;
	margin:0px;
	padding:0px
	}
	
h2 {
	color:#e8d393;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px
	}
	
	
	
h3 {
	color:#e8d393;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(images/bot-bg.jpg);
	background-color:#200008;
	background-repeat:repeat;
	background-attachment:fixed;
	color:#e8d393;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:"Century Gothic";
}

#index {
	margin: 0;
	padding: 0;
	background-color:#230008;
	background-image:url(images/main-index-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	position:absolute;
}


#topbg {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(images/top-bg.jpg);
	background-repeat:repeat-x;
	background-attachment: scroll;
	position:relative;
	clear:both;
	height:500px
}



#wrapper {
	width: 602px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}

#wrapper2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}

#flash {
	margin-top:128px;
	width:700px;
	margin-right: auto;
	margin-left: auto;
	}


/*--------------------------------Facebook like button area */


#fb-area {
		width:380px;
		height:26px;
		padding:4px;
		margin-bottom:-10px ;
		margin-top:20px;
		float:left;
		background:#cbbfa2;	
		border: solid 1px #430000;
		position:fixed 100px 20px;
		color:#fff;
		}

#fb-area iframe, #fb-area img{
		
		float:left;
		margin-right:10px;
		
		}

/* TOP BANNER */

#tap {
	width: 602px;
	height:0;
	position:relative;
	
}
#tap img{
	position:absolute;
	right:-46px;
	Top: 6px;
	z-index: 10;	
}

.bottle-img-photo-contest{
	position:absolute;
	right:-46px;
	Top: 6px;
	z-index: 10;	
}

/* MIDDLE CONTENT */


#main-container{
	background-image:url(images/main-container-bg.jpg);
	background-repeat:repeat-y;
	border: 1px solid #780103;
	width:600px;
	clear:both;
	float:left;
	position:relative

}


/* LEFT NAVIGATION */

#left-nav{
		background:#FF0000;
		background-image:url(images/mid-left-nav.jpg);
		background-repeat:repeat-y;
		width:150px;
		margin:20px;
		padding:0px;
		float:left;
		display:inline;
}

#left-nav div.top{
		background-image:url(images/top-left-nav.jpg);
		background-repeat:no-repeat;
		height:8px;
		}
		
#left-nav div.bot{
		background-image:url(images/bot-left-nav.jpg);
		background-repeat:no-repeat;
		height:8px;
		background-position:bottom;
		}
		
#left-nav ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:14px;
	text-align:left
		
}
		
#left-nav li {
	list-style: none;
	display: inline;
}

/* BUTTONS */

#left-nav a {
	text-decoration: none;
	color: #a9814a;
	font-size: 14px;
	display: block;
	text-align:center;
	font-weight: lighter;
	}
	
a.lb01 {
	background-image: url(images/lb-01.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	}
a.lb01:hover {
	background-image: url(images/lb-glow-01.png);
	}
	
a.lb02 {
	background-image: url(images/lb-02.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	}
a.lb02:hover {
	background-image: url(images/lb-glow-02.png);
	}
	
a.lb03 {
	background-image: url(images/lb-03.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	}
a.lb03:hover {
	background-image: url(images/lb-glow-03.png);
	}
	
a.lb04 {
	background-image: url(images/lb-04.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	}
a.lb04:hover {
	background-image: url(images/lb-glow-04.png);
	}
	
a.lb05 {
	background-image: url(images/lb-05.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	}
a.lb05:hover {
	background-image: url(images/lb-glow-05.png);
	}
	
a.lb06 {
	background-image: url(images/lb-06.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	}
a.lb06:hover {
	background-image: url(images/lb-glow-06.png);
	}
	
a.sb01 {
	background-image: url(images/sb-01.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb01:hover {
	background-image: url(images/sb-glow-01.png);
}

a.sb02 {
	background-image: url(images/sb-02.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb02:hover {
	background-image: url(images/sb-glow-02.png);
}

a.sb03 {
	background-image: url(images/sb-03.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb03:hover {
	background-image: url(images/sb-glow-03.png);
}

a.sb04 {
	background-image: url(images/sb-04.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb04:hover {
	background-image: url(images/sb-glow-04.png);
}

a.sb05 {
	background-image: url(images/sb-05.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb05:hover {
	background-image: url(images/sb-glow-05.png);
}

a.sb06 {
	background-image: url(images/sb-06.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb06:hover {
	background-image: url(images/sb-glow-06.png);
}

a.sb07 {
	background-image: url(images/sb-07.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb07:hover {
	background-image: url(images/sb-glow-07.png);
}

a.sb08 {
	background-image: url(images/sb-08.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a.sb08:hover {
	background-image: url(images/sb-glow-08.png);
}
	
a#storeLink {
	background-image: url(images/store.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	
}
a#storeLink:hover {
	background-image: url(images/store-glow.png);
}

a#submitrecipe {
	background-image: url(images/sumbit-recipe.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	
}
a#submitrecipe:hover {
	background-image: url(images/sumbit-recipe-glow.png);
}

a#recipeLink {
	background-image: url(images/recipe.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	
}
a#recipeLink:hover {
	background-image: url(images/recipe-glow.png);
}

a#specialLink {
	background-image: url(images/special-offers.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:87px;
	line-height:87px;
	
}
a#specialLink:hover {
	background-image: url(images/special-offers-glow.png);
}

a#faqLink {
	background-image: url(images/faq.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a#faqLink:hover {
	background-image: url(images/faq-glow.png);
}

a#radioLink {
	background-image: url(images/radio.png); 
	background-repeat: no-repeat;
	background-position:top center;
	width:125px;
	height:41px;
	line-height:36px;
	
}
a#radioLink:hover {
	background-image: url(images/radio-glow.png);
}


/* ========== Photo contest */

#photo-contest {
		width:540px;
		margin:0px 20px 20px 20px ;
		background:#450901;	
		padding:10px;
		float:left;

		}
/* ========== EUROPEAN available */

#exciting-news {
		width:540px;
		margin:0px 20px 20px 20px;
		background:#450901;	
		padding:10px;
		float:left;
		}
#last-space {
		width:540px;
		margin:0px 20px 0px 20px;
		height:10px;	
		padding:10px;
		float:left;
		}
		
		
/* RIGHT CONTENT */


#content {
		width:390px;
		margin:20px 20px 20px 0px;
		float:right;
		background-image:url(images/content-bg.jpg);
		background-repeat:repeat-y;
		display:inline;
		
		}
		
#site #content {
		width:560px;
		margin:20px 20px 20px 0px;
		float:right;
		background-image:url(images/content-history-bg.jpg);
		background-repeat:repeat-y;
		display:inline;
		}

#history #content {
		width:560px;
		margin:20px 20px 20px 0px;
		float:right;
		background-image:url(images/content-history-bg.jpg);
		background-repeat:repeat-y;
		display:inline;
		}
		
#content h1 {
			width:390px;
			position:relative;
			background:url(images/content-top.jpg) no-repeat top;
			text-align:center;
			margin:0px;
			padding: 18px 0 4px 0;
			}
			
#content h2 {
			width:354px;
			text-align:left;
			clear:both;
			padding-right:18px;
			padding-left:18px;
		}
		
#products #content h2 {
	width:211;
	padding-left:0;
	
	}
		
#food #content h2 {
			width:364px;
			background-color:#2c0000;
			text-align:left;
			clear:both;
			margin-left:8px;
			margin-right:8px;
			padding-top:12px;
			padding-bottom:12px;
			margin-bottom:8px;
			padding-right:0;
			padding-left:10px;
			border-bottom:1px solid;
			border-top:2px solid;
			border-color:#5d0101;
		}
		
#test #content h2 {
			width:364px;
			background-color:#2c0000;
			text-align:left;
			clear:both;
			margin-left:8px;
			margin-right:8px;
			padding-top:12px;
			padding-bottom:12px;
			margin-bottom:8px;
			padding-right:0;
			padding-left:10px;
			border-bottom:1px solid;
			border-top:2px solid;
			border-color:#5d0101;
		}
		
#site #content h2 {
			width:494px;
			background-color:#2c0000;
			text-align:left;
			clear:both;
			margin-left:8px;
			margin-right:8px;
			padding-top:12px;
			padding-bottom:12px;
			margin-bottom:8px;
			padding-right:0;
			padding-left:50px;
			border-bottom:1px solid;
			border-top:2px solid;
			border-color:#5d0101;
		}
		
#form #content h2 {
			width:360px;
			background-color:#2c0000;
			text-align:left;
			clear:both;
			margin-left:8px;
			margin-right:8px;
			padding-top:12px;
			padding-bottom:12px;
			margin-bottom:8px;
			padding-right:4px;
			padding-left:10px;
			border-bottom:1px solid;
			border-top:2px solid;
			border-color:#5d0101;
			font-weight:normal;
			font-size:15px
		}
		
#form #content h2.error {
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	}
			
#content img{
			float:left;
			margin-left:17px;
			margin-top:10px;
			margin-right:0px;
			margin-bottom:15px
			
			}
			
#content img.lrg{
			float:left;
			margin-left:23px;
			margin-top:15px;
			margin-right:0px;
			margin-bottom:15px
			
			}
			
#history #content img{
			float:left;
			margin-left:0px;
			margin-top:0px;
			margin-right:10px;
			margin-bottom:0px
			
			}
			
#content h1.home {
		width:390px;
		color:#FF0000;				
		background:url(images/content-top.jpg) no-repeat top;

		}
			
#content h1.home img {
				position:absolute;
				top:14px;
				right:80px;
				margin:0px;
				}
				
#content h1.recipes {
		width:290px;
		padding-right:100px;
		text-align:right;
		
		}
			
#content h1.recipes img {
				position:absolute;
				top:10px;
				right:200px;
				margin:0px;
				}
				
#content p{
		width:354px;
		text-align:left;
		clear:both;
		padding-right:18px;
		padding-left:18px;
		}
		
#content p.recipe{
		width:354px;
		text-align:left;
		clear:both;
		padding-right:18px;
		padding-left:18px;
		padding-top:12px
		}
		

		
#history #content p{
		width:502px;
		padding-right:18px;
		padding-left:24px;
		padding-top:18px;
		line-height:20px
		}
		
#site #content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:50px;
	text-align:left
		
}



#food #content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:14px;
	text-align:left
		
}

#site #content li {
	list-style: none;
	display: inline;
}
		
#food #content li {
	list-style: none;
	display: inline;
}

#food #content li a {
	text-decoration: none;
	color: #a9814a;
	font-size: 14px;
	display: block;
	text-align:left;
	padding-left:20px;
	background-image:url(images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#site #content li a {
	text-decoration: none;
	color: #a9814a;
	font-size: 14px;
	display: block;
	text-align:left;
	padding-left:20px;
	background-image:url(images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}


#site #content li a:hover {
	color: #e8d393;
	}

#food #content li a:hover {
	color: #e8d393;
	}
	
#food #content ul.right {
	padding-top:5px;
	padding-left:5px;
	padding-right:8px;
	text-align:center;
					
}
		
#food #content ul.right li {
	list-style: none;
	display: inline;
	font-size:16px;
	padding-right:8px;
	font-weight:bold;
	float:right;
}
#food #content ul.right li a{
	background-color:#250101;
	background-image:none;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid;
	border-color:#5d0101;
	margin-bottom:10px;
	}
	
#history #content ul.right {
	padding-top:5px;
	padding-left:5px;
	padding-right:8px;
	padding-bottom:20px;
	text-align:center;
					
}
		
#history #content ul.right li{
	list-style: none;
	display: inline;
	font-size:14px;
	padding-right:8px;
	font-weight:bold;
	float:right;
}

#history #content ul.right li a{
	
	background-image:none;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	
	border-color:#5d0101;
	margin-bottom:10px;
	}


	
a.nolink{
	color: #e8d393;
}

a.nolink:hover {
	color: #e8d393;
}
		
#content #timeline ul {
	padding-top:8px;
	padding-left:8px;
	text-align:center;
	background-image:url(images/content-history-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
		
}

#content #timeline ul.si {
	padding-top:8px;
	padding-left:8px;
	margin-top:0px;
	text-align:center;
	background-image:url(images/content-history-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
		
}
		
#content #timeline li {
	list-style: none;
	display: inline;
	font-size:16px;
	font-weight:bold;
	float:left;
}

#content #timeline a {
	border-bottom: 2px solid #5c431c;
	background-color:#250101;
	background-image:none;
	display:block;
	height:41px;
	width:54px;
	line-height:41px;
	}
	
#content #timeline a:hover {
	background-color:#750103;
}

#content #timeline a.current {
	background-color:#750103;
	
	}
#content #timeline a.present {
	font-size:14px;
	width:58px;
	}
	
#history #content div.bot{
		background-image:url(images/content-history-bot-bg.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		height:8px;
		margin-top:16px
		}
		
#site #content div.bot{
		background-image:url(images/content-history-bot-bg.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		height:8px;
		margin-top:16px
		}
		
#content div.bot{
		background-image:url(images/content-bot-bg.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		height:8px;
		margin-top:16px;
		clear:both;
		}
		
#content div.products{
		background-color:#250101;
		margin-left:40px;
		margin-top:15px;
		margin-bottom:0px;
		width:130px;
		height:175px;
		float:left;
		border:solid 2px #705630;
		}
		
		
#content div.products p{
		width:110px;
		padding-right:10px;
		padding-left:15px;
		padding-top:0;
		padding-bottom:5px;
		}
		
		
#content div.products img{
		margin:15px;
		margin-bottom:5px;
		border:1px solid #aa0000;
	}
	
#content #estore{
		margin-bottom:-23px;
}
		

#content #estore img{
		padding:0px;
		margin-left:0px;
		margin-bottom:4px;
		margin-top:0px;
		margin-right:0px;
		float:left;
		border:4px solid #5d0101; 
		}
		
#content #estore p{
		text-align:left;
		width:315px;
		padding-left:0px;
		
		}
		
#content #form{
	margin-top:15px;
	}
	
form {
margin-top:0px;
margin-bottom:0px
}

#content #form img{
		padding:0px;
		margin-left:0px;
		margin-bottom:4px;
		margin-top:0px;
		margin-right:0px;
		float:left;
		border:2px solid #6f5530; 
		}
		

		
	

		
/* FOOTER */
#footer {
		width:602px;
		}
		
#footer img{
		padding-top:8px;
		}
		
#footer p{
		text-align:center;
		font-size:10px;
		}
		
#footer p.wm{
		font-size:9px;
		}
