body {
	font-family: verdana, arial;
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
}
h1 {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 180px;
	height: 90px;

	margin: 0px;
	padding: 63px 0px 0px 0px;

	background: white url("images/logo.jpg") no-repeat scroll top center;

	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
h1 a{
	color: black;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* PRODUCTS */
#products
{
	position: absolute;
	top: 60px;
	left: 240px;
	width: 385px;
	height: 120px;

	background: white url("images/grid.jpg") no-repeat scroll top left;
}
#products h2
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 132px;
	height: 18px;
	top: 66px;
	left: 308px;
	background: white url("images/products.gif") no-repeat scroll top left;
}
#products h2 span { display: none }
#products ul
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	list-style: none;
}
#products li { 
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: center;
	line-height: 60px;
}
#products a {
display: block;
	width: 60px;
	height: 60px;
	color: black;
	text-decoration: none;
}
#prodPinot { top: 60px; left: 60px; }
#prodPlateau { top: 0px; left: 120px; }
#prodFruit { top: 60px; left: 180px; }
#prodClassics { top: 0px; left: 240px; }

/* CONTENT */
#content
{
	position: absolute;
	left: 180px;
	top: 190px;
	width: 360px;
}
#content h2
{
	font-size: 30px;
	font-family: arial;
	font-weight: lighter;
	letter-spacing: 20px;
	color: #aaa;
	margin: 10px 0px 10px 0px;
}
#content h3
{
	font-size: 0.6em;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 13px 0px 0px 60px;
	padding: 0px;

}
#content p
{
	font-size: 0.6em;
	text-align: justify;
	margin: 5px 0px 10px 60px;
	line-height: 1.7em;
}

#content ul
{
	font-size: 0.6em;
	margin: 5px 0px 10px 60px;
	padding: 0px;
}
#content li {
	margin-left: 25px;
	margin-bottom: 5px;
	padding: 0px;
}

/* IMAGES */

#images img
{
	position: absolute;
	display: none;
	left: 20px;
	top: 250px;
	
	border: 1px solid gray;
	z-index: 3;
}
#thumbs
{
	position: absolute;
	left: 160px;
	top: 250px;
}
#thumbs img
{
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	border: 1px solid gray;
	z-index: 2;
	margin-bottom: 10px;
	filter: alpha(opacity=40);
}

#content .footer {
	text-align: center;
}

input {
	font-size: 10px;
	width:120px;
}
textarea {
	width: 240px;
	height: 100px;
}
table { border: none; }
td { border: none; padding: 0px 10px 0px 00px; vertical-align: top; }
