/* CSS Document */
/*Hoffmann's Wines Style Sheet - created by Francz Varga and Neotribal 2006*/
/*Feel free to learn from this CSS code, but don't copy it directly, it really doesn't help anybody get any better at it*/
body {
	border:0;
	padding:0;
	margin:0;
	background-image:url(images/img-background.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:repeat;
	}
div#vineFloater {
	position:absolute;
	width:99%;
	height:99%;
	margin:0;
	
	background-image:url(images/img-bkgnd-vine.gif);
	background-attachment:scroll;
	background-position:right bottom;
	background-repeat:no-repeat;
	z-index:10;
	}
div#wrapper {
	display:block;
	position:relative;
	width:700px;
	height:450px;
	margin:10px auto auto auto;
	border:1px solid #000;
	background-color:#fff;
	z-index:25;
	}
div#dropshadow {
	position:relative;
	width:750px;
	height:480px;
	margin:10% auto auto auto;
	border:0;
	background-image:url(images/img-shadow.gif);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	z-index:15;
	}

div#content {
	display:block;
	position:absolute;
	width:510px;
	height:355px;
	top:80px;
	right:5px;
	overflow:auto;
	
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight:bold;
	line-height:2em;
	color: white;
	text-align: right;  
	}
div#content h1{
	display:block;
	width:95%;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	text-align:left;
	text-transform:uppercase;
	line-height:1.5em;
	color:#f90;
	}
div#content p {
	display:block;
	position:relative;
	width:95%;
	height:auto;
	float:left;
	text-align:justify;
	line-height:1.5em;
	margin:0 auto 1em auto;
	}
.comment {
	margin:5px;
	padding-top:5px;
	height:2em;
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	border-top:1px solid #fff;
	}
.brick {
	display:inline;
	position:relative;
	width:auto;
	height:auto;
	margin:5px;
	float:right;
	text-align:center;
	}
div#content a{
	font-weight:bolder;
	text-decoration:none;
	color:#fc5;
	}
div#content a:hover{
	text-decoration:underline;
	color:#fff;
	}
*.dropdown {
	margin-top:230px;
	}
*.index {
	background-image:url(images/img-indexBkgnd.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#960;
	}
*.about {
	background-image:url(images/img-aboutUsBkgnd.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#960;
	}
*.cellardoor {
	background-image:url(images/img-cellardoorBkgnd.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#960;
	}
*.winelist {
	background-image:url(images/img-wineListBkgnd.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#960;
	}
*.contact {
	background-image:url(images/img-contactUsBkgnd.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#960;
	}
*.currantShed {
	background-image:url(images/img-currantShedBkgnd.jpg);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#960;
	}
div#menu {
	display:block;
	position:absolute;
	width:160px;
	height:auto;
	top:200px;
	left:10px;
	}
div#menu a {
	display:block;
	position:relative;
	width:160px;
	height:40px;
	}
.smallprint {
	font-size:xx-small;
	font-weight:bold;
	}
.yes {
	display:inherit;
	}
.no {
	display:none;
	}