html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

body {
	background: #f5f5f5 url(../images/bg.jpg);
}

.clear {
	clear: both;	
}

.div {
	background: transparent url(../images/div.png) no-repeat;
	width: 534px;
	height: 49px;
	position: relative;
	left: -50px;
	top: -10px;
}

#bg {
	position: absolute;
	z-index: 1;
	background: transparent url(../images/logo.jpg) no-repeat;
	width: 231px;
	height: 588px;
}

#home_bottle {
	position: fixed;
	z-index: 4;
	left: 354px;
	top: 16px;
}

#nav {
	width: 110px;
	position: absolute;
	top: 215px;
	z-index: 3;
}

#nav ul {
	list-style: none;
	line-height: 20px;
	text-align: right;
}

#nav ul a {
	color: #000000;
	text-decoration: none;
}

#nav ul .current a {
	text-decoration: underline;
	font-weight: bold;	
}

#content {
	position: absolute;
	top: 88px;
	left: 247px;
	z-index: 2;
	
	color: #4d4d4d;
}

#content a {
	font-weight: normal;
	color: #4d4d4d;
}

.title {
	margin-bottom: 118px;
}


/* Contact section */

.contact h4 {
	font-size: 12px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.contact div {
	float: left;
	padding: 0px 20px 40px 0px;
}

.contact .left {
	width: 200px;	
}

.contact b {
	font-weight: normal;
}

.contact p {
	padding-top: 0px;
	margin-top: 0px;	
}

/* Distributors section */
.distributors h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}

.distributors h4 {
	margin: 0px;
	font-size: 14px;
}

.distributors h5 {
	margin: 0px;
	font-size: 11px;
}

.distributor {
	padding-bottom: 20px;	
}

.distributors .left, .distributors .right {
	float: left;
	width: 200px;
}

/* Press section */

.press {
	width: 400px;
	margin-bottom: 66px;
}

.press h2 {
	font-size: 16px;
}

/* Downloads */

.downloads h2 {
	margin-top: 0px;	
}

.downloads .download {
	margin-bottom: 50px;	
}

.downloads h2 {
	font-size: 16px;	
}

.downloads a {
	display: block;
	float: left;
	width: 100px;
}

/* Infusions section */

.infusions .title {
	margin-bottom: 0px;
}

.infusions .text {
	width: 270px;
	margin-bottom: 150px;
}

.infusions .bottle {
	position: absolute;
	left: 320px;
	z-index: 10;
}

/* Creation section */

.creation {
	position: relative;	
}

.creations .title {
	margin-bottom: 0px;
}

.creations .text {
	width: 460px;
	margin-bottom: 150px;
}

.creations .bottle {
	position: absolute;
	left: 360px;
	top: -70px;
	z-index: 10;
}

.creations p {
	padding: 0px 0px 0.5em 0px;
}


/* Recipes section */

.recipe {
	margin-bottom: 100px;
	clear: both;
}

.recipe .name {
	position: relative;	
}

.recipe h4 {
	margin: 0px;	
}

.recipe .recipe_image {
	position: absolute;
	left: 320px;
	top: -60px;
	z-index: 10;
}

.recipe div {
	margin-bottom: 12px;
}

.recipe .left {
	float: left;
	width: 250px;
}

.recipe .right {
	float: left;
}