html { 	overflow: hidden; 
	font-family: corbel  
	}


html, body {
	padding: 0;
	height: 100%;
}

body { margin: 10px; 
	font-family: corbel
}



#content {
	margin-top: 10px;
	position: relative;
}


#map	{	position:absolute;
			left:0px;
			top:0px;
			height:100%;
			width:100%;
			border: 0px solid green;
			}

#map-wrapper {
	position:relative;
	height:100%;
	width:70%;
}


#sidebar	{	position:absolute;
				top:0px;
				right: 0px;
				padding-left:5px;
				height: 100%;
				width:28%;
				background-color:#eeeedd;
				overflow:scroll;
				}

#sidebar ul	{
				list-style-type:none;
				padding: 0px;
				margin: 0px;
				font-family:corbel;
				}

#sidebar ul li.current	{
				background-color:#ffddbb;
				}



p#buylink	{
				font-size:80%;
				}



ul#winerylist span {
				font-style: italic;
				font-size: 11px;
				}
ul#winerylist h3	{
				text-align:center;
				}


#menupanel	{	height:50px;
				width: 100%;
				background-color:#eeeedd;
				text-align:center;
				font-family:corbel;
				font-size: 150%;
				padding: 5px;
				}

#menupanel h3	{	position: absolute;
					top: -5px;
					left: 30%;
					}

#menupanel ul {
	list-style: circle;
	padding: 0;
	margin: 5px;
	}

#menupanel ul li {
	display: inline;
	}

#menupanel ul li a {
	padding: 0px 1px;
	color: #444999;
	text-decoration: none;
	font-size: 12px;
	}

#menupanel ul li a:hover {
	color: #ff0000;
	}

#alert	{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	display:none;
	}

#alert p	{
	width:150px;
	margin:0 auto 0 auto;
	padding: 10px;
	background:white;
	border: 1px solid black;
	}

body.loading #alert	{	display:block	}
