* { margin: 0px; }
body { 	
	background-color: #fff;
	font-family: "Century Gothic", "Verdana", "Helvetica"; 
	color: #333;
	font-size: 10pt;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	line-height: 1.2;
}
#container{
	margin: 0px;
	margin-left: 5px;
	width: 1178px;
	height: 718px;
	background-color: #fff;
	text-align: left;
}
#main{
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	/*margin-left: 230px;*/
	Width: 958px;
}
#maingrey{
	background-image: url(images/grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	Width: 958px;
	height: 718px;
	/*margin-left: 230px;*/
}
#wineinfo {
	position: absolute;
	top: 140px;
	left: 390px;
	width: 700px;
	color: #555;
}
#closebutton {
	position: absolute;
	top: 130px;
	left: 1040px;
	width: 80px;
	height: 60px;
	z-index: 10;
}

#left{
	height: 718px;
	width: 220px;
	float: left;
	/*z-index: 1;
	position: fixed; */
}
#footer {
	width: 1178px;
	height: 100px;
	text-align: center;
}
a.menulink:link, a.menulink:visited, a.menulink:active {
	font-family: "Century Gothic";
	font-size: 21.5px;
	font-weight: bold;
	color: #888;
	line-height: 30px;
	text-align: right;
	vertical-align: middle;
}

a:link, a:visited, a:active {
	color: #26a9e0;
	text-decoration: none;
}
a:hover, a.menulink:hover {
	color: #e76e34;
	text-decoration: none;
}
a.nohover:hover { background-color: transparent; }

h2 {
	color: #000;
	font-size: 14pt;
	font-family: "Times New Roman", "Times Roman", "Helvetica";
	line-height: 1.2;
}
h2.itemtitle {font-size: 18pt;}
h2.wineheader {
	font-family: "Century Gothic";
	font-size: 21.5px;
	font-weight: bold;
	color: #888;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
}
h3 {
	color: #604;
	font-size: 12pt;
	font-family: "Arial";
	line-height: 1.2;
}
h4 {
	color: #604;
	font-size: 10pt;
	font-family: "Arial";
	line-height: 1.2;
}
p  {
	font-family: "Century Gothic", "Verdana", "Helvetica";
	color: #555;
	font-size: 11pt;
	line-height: 1.5;
}
.small {
	color: #888;
	font-size: 10px;
	font-family: "Century Gothic";
	line-height: 1.2;
}
.smallgrey {
	color: #888;
	font-size: 10px;
	font-weight: bold;
	font-family: "Century Gothic", "Verdana", "Helvetica";
	line-height: 1.2;
}

input, select, textarea {
	background-color: #eee;
	border: 1px solid #999;
}
input.login {
	background-color: #deebed;
	border: 1px solid #999;
	width: 90px;
	height: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	font-family: "Arial";
	border-style:inset;
}
input.location {
	background-color: #000;
	color: #fff;
	border: 1px solid #999;
	height: 22px;
	width: 100px;
	margin-right: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Arial";
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
}
input.locationgo {
	background-color: #000;
	color: #fff;
	border: 1px solid #999;
	height: 24px;
	width: 36px;
	margin-right: 4px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Arial";
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
img.borderpic {
	border: #888 solid 1px;
	margin: 10px;
}

privatelabel {
	line-height: 118%;
	font-family: "Edwardian Script ITC";
	font-size: 21px;
}
b.black { color: #000; }