@charset "utf-8";
/* CSS Document */
* {
padding: 0;
margin: 0;
}
p, h3, h4, ul {
margin-bottom: 10px;
}
ul {
margin-left: 20px;
}
body {
	background-color:#FFF;
}
#header {
	background-image:url(images/black_hex.png);
	background-position: center top;
	background-repeat:no-repeat;
	height: 90px;
	text-align:center;
}	
#header table {
	position:relative;
	top:42px;
	margin-left:auto;
	margin-right:auto;
}
#header td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ebc306;
}	
#header td a {
	color:#FFF;
	text-decoration:none;
}	
#header td a:hover {
	color:#ebc306;
}	
#footer {
	position:relative;
	background-image:url(images/black_hex.png);
	background-position: center 0%;
	background-repeat:no-repeat;
	height: 90px;
	z-index:1;
}
#regemail {
	position:absolute;
	text-align:right;
	bottom: 10px;
	right: 10px;
	z-index:0;
	visibility: inherit;
}
#regemail td {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#regemail td input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#DDD;
	width:150px;
	padding-left:4px;
}
#content {
	position:relative;
	width:900px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#bottle-glass {
	position:absolute;
	left:0;
	top:0;
	width:500px;
	height:540px;
	z-index:2;
	overflow:visible;
}
#rotatingimg {
	position:absolute;
	left:309px;
	top:45px;
	width:195px;
	z-index:5;
	height: 171px;
}
#landfeat {
	position:absolute;
	right:0px;
	top:0px;
	width:222px;
	z-index:3;
	height: 91px;
	font-size:10px;
	font-weight:bolder;
	color:#000;
	padding-left:140px;
	background-image:url(images/feat_icon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow: visible;
}
#landfeat a {
	text-decoration:none;
	color:#000;
}
#beeglow {
	position:absolute;
	left:410px;
	top:200px;
	width:195px;
	z-index:-1;
	height: 171px;
}
#beeglow2 {
	position:absolute;
	left:239px;
	top:355px;
	width:195px;
	z-index:5;
	height: 171px;
}
#recipelist {
	position:absolute;
	left:118px;
	top:32px;
	width:211px;
	z-index:5;
	height: 331px;
	overflow:auto;
}
#recipelist h3 {
	font-size:11px;
	font-weight:bolder;
	color:#F00;
}
#recipelist h4 {
	font-size:12px;
	font-weight:bolder;
	padding-bottom:6px;
}
#recipelist h4 a {
	height:30px;
	color:#000;
	text-decoration:none;
}
#recipelist h4 a:hover {
	color:#FFF;
	background-image:url(images/Bee-only.png);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:visible;
}
/* #recipelist h4 a img {
	float:left;
}	*/
#tagline {
	position:absolute;
	left:357px;
	top:245px;
	z-index:4;
	font-size:11px;
	font-weight:bolder;
}
#logo {
	position:absolute;
	bottom:10px;
	right:0;
	z-index:20;
}
#sip {
	position:absolute;
	top:68px;
	left:33%;
	right:33%;
	background: url(images/big_trans_bottle_wide.png) no-repeat right top;
	height: 700px;
	width: 875px;
	z-index:-5;
	overflow:hidden;
}
#leftfull {
	height:655px;
	width:440px;
	background: url(images/recipes.jpg) no-repeat top center;
	float:left;
	clear:all;
	margin:3px;
	text-align:right;
}
#leftexp {
	height:655px;
	width:438px;
	float:left;
	clear:all;
	margin:3px;
	z-index:-5;
}
#leftother {
	height:655px;
	width:438px;
	float:left;
	clear:all;
	margin:3px;
}
#recipetop {
	height:165px;
	background: url(images/wavyline1.gif) no-repeat 100% 100%;
}
#recipe {
	background: url(images/3martinis.png) no-repeat 0% 100%;
	height:495px;
	width:280px;
	clear:none;
}
#thebuzz {
	padding-bottom:50px;
	height: 380px;
	overflow: scroll;
}
#thebuzz h2 {
	color: #888888;
	padding-left:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#thebuzz h3 {
	color: #888888;
	font-size:14px;
	padding-left:5px;
}
#thebuzz h4 {
	font-size:14px;
	font-style:italic;
	padding-left:5px;
}
#thebuzz p {
	font-size:11px;
	line-height: 18px;
	padding-left:5px;
	margin-bottom: 10px;
}
#thebuzz p em {
	font-size:11px;
}
#thebuzz a {
	color:#000000;
}
#thebuzz a:hover {
	color:#7a7878;
}
#thebuzz h5 {
	color: #888888;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:5px;
	margin-top:-6px;
}
#contact td {
	background-color:#FFFFEA;
	font-size: 10px;
}
#contact td input, #contact td select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#EEE;
	width:200px;
	margin-bottom:3px;
}
#contact td textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom:3px;
	background-color:#EEE;
}
#printbox {
	padding:10px;
	border:#000 1px solid;
}
#printbox p {
	font-size:11px;
}
#stuff h4 {
	font-size:11px;
	font-weight:bolder;
}
#otherbody {
	overflow:scroll;
	height:430px;
	padding:4px;
}
#otherbody h3 {
	font-size:14px;
	font-weight:bolder;
	padding:5px;
	margin-top: 6px;
}
#otherbody h4 {
	font-size:12px;
	font-weight:bolder;
	padding-left:5px;
	margin-top: 6px;
}
#otherbody p {
	font-size:10px;
	line-height: 18px;
	padding:5px;
}

.default p {
	font-size:10px;
	line-height: 18px;
	padding:5px;
}
.default a {
	color:#000;
}
.default a:hover {
	color:#7a7878;
}
.default h4 {
	font-size:11px;
	font-weight:bolder;
	padding:5px;
}
