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

body{
	color:#917141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	background-color:#000;
}



#footer{
	position:absolute;
	top: 710px;
	height:100px;
	left:90px;
	padding:0
}

#pt{
	position:absolute;
	top:720px;
	left:300px;
}

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

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

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

#logoKeepsake{
	position:absolute;
	top: 10px;
	left:600px;
}

#aboutText{
	width:560px;
	top: 340px;
	left:450px;
	position:absolute;
	padding:20px;
	/*background-color:#000;
	background:transparent; filter:alpha(opacity=90);
	border: 1px solid #917141;*/
	z-index:20;
}

h3{
	text-transform: uppercase;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contactBarn{
	height:446px;
	width:1000px;
	position:absolute;
	top: 0px;
	left:0px;
	z-index:1;
}

#contactText{
	width:650px;
	top: 420px;
	left:400px;
	position:absolute;
	z-index:20;
}

#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;
}

#aboutText{
	
}

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

a{
	color:#917141;
	text-decoration:underline;
} 

a:hover{
	color:#FFF;
	text-decoration:underline;
} 


a img{
border: none;
}

a, object, img {
outline: none;
}

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