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

body{
	color:#917141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	margin: 0;
	background-image:url(/images/img.white.bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#footer{
	position:absolute;
	top: 600px;
	left:90px;
}

#home{
	clear:both;
	position: fixed;
	bottom: 15px;
	right:40px;
}

#homeSm{
	position:absolute;
	top: 280px;
	left:70px;
	z-index:30;
}


#nav{
	height:255px;
	width:355px;
	position:absolute;
	top: 280px;
	left:0px;
}

#aboutCellar{
	height:468px;
	width:600px;
	position:absolute;
	top: 0px;
	left:0px;
}

#gallery{
	height:468px;
	width:500px;
	position:absolute;
	top: 200px;
	left:340px;
}

#trailer{
	height:468px;
	width:500px;
	position:absolute;
	top: 200px;
	left:630px;
}

#navTrailer{
	height:255px;
	width:355px;
	position:absolute;
	top: 460px;
	left:0px;
}

#homeHand{
	background-image:url(../images/home/hand.transparent.png);
	background-position:top;
	background-repeat:no-repeat;
	height:598px;
	width:415px;
	position:absolute;
	top: 0px;
	left:280px;
}

a img{
	border: none;
}

a, object, img {
outline: none;
}

img, div { 
	behavior: url(../iepngfix.htc) 
}