@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-repeat: repeat;
	background-image: url(images/bgpattern.jpg);
}
#container {
	height: 545px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
}
#container #left {
	float: left;
	width: 275px;
	height: inherit;
}
#container #left #logo {
	margin-left: 46px;
	margin-bottom: 40px;
}
#container #left #quote {
	margin-left: 53px;
	margin-bottom: 25px;
}
#container #left #bottles {
	background-image: url(images/bottles.png);
	background-repeat: no-repeat;
	height: 263px;
	width: 275px;
}


#container #center {
	float: left;
	height: inherit;
	width: 455px;
}
#container #center #content {
	height: 330px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	text-align: justify;
	padding-right: 17px;
	padding-left: 17px;
}
#container #center #taittinger {
	background-image: url(images/taittinger_logo.png);
	background-repeat: no-repeat;
	height: 145px;
	width: 438px;
}
#container #center #footer {
	font-size: 10px;
	margin-top: 50px;
	padding-left: 20px;
}



#container #right {
	float: right;
	height: 545px;
	width: 185px;
	position: relative;
}
#container #right #contact {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 221px;
	margin-left: 15px;
}
#container #right #contact #info {
	padding-top: 87px;
	padding-left: 31px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
}

#container #right #woman {
	position: absolute;
	height: 291px;
	width: 126px;
	bottom: 0px;
	background-image: url(images/woman.png);
	background-repeat: no-repeat;
	left: 20px;
}





/* IE PNG FIX */
img, div { behavior: url(assets/iepngfix/iepngfix.htc) }


/* LINK STYLES */
a:link, a:hover, a:visited {
	color: #006092;
}
