@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #315634;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul {
	margin-left: 60px;
	list-style-type: square;
	margin-bottom: 5px;
}
a, b, strong {
	color: #315634;
}

td {
	padding: 5px;
}
#riedelText h1, #contactText h1, #clientText h1, #middleText h1 {
	font: italic normal 24px Arial, Helvetica, sans-serif;
	color: #315634;
	margin-bottom: 5px;
	height: 28px;
}
#content {
	background-image: url(images/backgroundContent.gif);
	background-repeat: no-repeat;
	height: 513px;
	width: 900px;
	margin-top: 30px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#logoSWS {
	position: absolute;
	z-index: 3;
	left: 30px;
	top: 20px;
}
#winePour {
	position: absolute;
	z-index: 4;
	left: 0px;
	height: 357px;
	width: 196px;
	top: 156px;
}
#mainMenu {
	background-image: url(images/backgroundMenu.gif);
	background-repeat: repeat-x;
	height: 47px;
	width: 893px;
	position: absolute;
	left: 3px;
	top: 45px;
	z-index: 2;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#menuItems {
	z-index: 3;
	height: 47px;
	position: absolute;
	right: 3px;
	top: 52px;
}
#menuItems a {
	float: left;
	color: #E3C859;
	text-decoration: none;
	height: 32px;
	display: block;
	margin-left: 4px;
	padding-right: 12px;
	margin-right: 5px;
	background-image: url(images/backgroundLI.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	word-spacing: 0pt;
	font-weight: bold;
}
#menuItems a:hover {
	color: #FFF;
}
#middleText {
	position: absolute;
	z-index: 3;
	width: 400px;
	left: 230px;
	top: 120px;
}
#contactText {
	position: absolute;
	z-index: 3;
	width: 600px;
	left: 230px;
	top: 120px;
}
#riedelText {
	position: absolute;
	z-index: 3;
	width: 390px;
	left: 230px;
	top: 120px;
}
#clientText {
	position: absolute;
	z-index: 3;
	width: 300px;
	left: 230px;
	top: 120px;
}
#clientImage {
	height: 361px;
	width: 320px;
	position: absolute;
	top: 120px;
	right: 25px;
}
#riedelText p, #middleText p {
	margin-left: 10px;
}
#clientText p {
	margin-left: 10px;
	line-height: 16px;
}
#imageSlideshow {
	height: 361px;
	width: 229px;
	position: absolute;
	top: 120px;
	right: 25px;
}
#buttonOrder {
	background-image: url(images/buttonOrderForm.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 341px;
	display: block;
	text-indent: -9999px;
	margin-left: 30px;
}
#buttonOrder:hover {
	background-image: url(images/buttonOrderForm.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
#buttonBrochure {
	background-image: url(images/buttonBrochure.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 207px;
	display: block;
	text-indent: -9999px;
	margin-left: 30px;
}
#buttonBrochure:hover {
	background-image: url(images/buttonBrochure.gif);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
#buttonEquipment {
	background-image: url(images/buttonEquipment.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 339px;
	display: block;
	text-indent: -9999px;
	margin-left: 30px;
}
#buttonEquipment:hover {
	background-image: url(images/buttonEquipment.gif);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
#h1Bottom {
	color: #CAA326;
	position: absolute;
	right: 20px;
	bottom: -5px;
	font-size: 12px;
	font-weight: normal;
	width: 400px;
	text-align: right;
}

