body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Basic text styles */
h2#title {
	font-size: 1.5em;
	padding-bottom: 0.4em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	color: #666;
}
p, address {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	color: #555;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

ol {
	margin: 0 0 1.2em 2.3em;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 0.6em;
}
ul.alpha {
	margin-top: 0.6em;
	margin-left: 1.6em;
}
ul.alpha li {
	list-style-type: lower-alpha;
}

p#intro {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0em;
}
p#intro strong {
	font-weight: bold;
}

#col-r img {
	display: block;
}

.clear {
	display: block;
	clear: both;
}

/* Our wines */
table#wines {
	width: 372px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}
table#wines td {
	vertical-align: bottom;
	background: transparent url(../img/bg-wine.jpg) no-repeat;
}
table#wines td.image {
	width: 105px;
	padding-top: 10px;
	background-position: 0 bottom;
}
table#wines td.image img {
	display: block;
	margin: 0 19px;
}
table#wines td.links {
	width: 267px;
	background-position: -105px bottom;
}
table#wines h3 {
	color: #576162;
}
table#wines ul {
	margin-top: 10px;
	margin-bottom: 47px;
}
table#wines ul li {
	padding: 8px 0;
}
table#wines a {
	text-decoration: none;
	color: #949b9c;
}
table#wines a:hover, table#wines a:focus {
	text-decoration: underline;
	color: #576162;
}

/* Contact us */
#contact td {
	padding: 0 10px 5px 0;
	vertical-align: top;
	color: #777;
}
#contact label {
	display: block;
	padding-top: 2px;
	white-space: nowrap;
}
#contact span.req {
	font-size: 0.9em;
	padding: 0 2px;
}
#contact .text {
	display: block;
	width: 200px;
	padding: 2px 3px;
	border: 1px solid #777;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
#contact textarea.text {
	height: 100px;
}
#contact .text.captcha {
	float: left;
	width: 100px;
}
#contact span.note {
	display: block;
	clear: both;
	font-size: 0.8em;
	padding: 0.2em 0;
}
#contact .submit {
	padding: 1px 5px;
	border: 1px solid #333;
	background: #ddd;
	cursor: pointer;
}

ul.form-errors {
	padding-left: 1.1em;
	margin-bottom: 1.5em;
	list-style-type: disc;
	color: #ee0000;
}
ul.form-errors li {
	list-style-type: disc;
}

#contact .text.error {
	border-color: #ee0000;
	background-color: #FFFFCC;
}

/* Map */
#map-modal {
	position: absolute;
	top: 0; left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#map-wrap {
	position: absolute;
	z-index: 9999;
	width: 570px;
	height: 500px;
	padding: 14px;
	background: #f4f2f2;
}
#map-frame {
	width: 100%;
	height: 474px;
	overflow: hidden;
	border: 1px solid #666;
}
#map-wrap span {
	display: block;
	margin-top: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #666;
}
#map-title {
	float: left;
	width: 80%;
}
#map-close {
	float: right;
	text-align: right;
	width: 10%;
	cursor: pointer;
}