/* Copyright (c) 2008 Peak Systems, Inc.  All Rights Reserved. */
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4A3826;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #AB505B;
	text-decoration: none;
}

input.redsearch {
	width: 150px;
	border: 1px solid #702036;
	border-bottom: none;
}

table.main {
	width: 955px;
}

.top {
	background-position: right top;
	background-repeat: no-repeat;
}


img.logo {
	margin: 4px 340px 8px 12px;
}

.navbar {
	border-top: 5px solid #702036;
	border-bottom: 5px solid #702036;
	background-color: #F7F0D9;
	padding: 22px 0 25px 147px;
	background-image: url(/images/logo_seal.gif);
	background-position: 30px center;
	background-repeat: no-repeat;
}

.nav {
	border-left: 1px solid #702036;
}

.nav img {
	margin: 3px 15px;
	border: 0;
}

.lifestyle {
	border-bottom: 5px solid #702036;
}

.hallwines {
	background-image:  url(/images/bg_splashbottom.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px 20px;
}

.footer {
	border-top: 5px solid #702036;
	text-align: center;
	color: #702036;
	padding: 7px;
}

.footer a {
	color: #702036;
	text-decoration: none;
	margin: 0 7px;
}

.footer a:hover {
	text-decoration: underline;
}

.content {
	background-position: left top;
	background-repeat: no-repeat;
}

.textpage {
	margin: 0 0 20px 350px;
	width: 520px;
	line-height: 130%;
}

.product {
	margin-left: 100px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 800px;
}

.image {
	text-align: center;
	vertical-align: top;
	width: 304px;
}

.image img {
	border-left: 2px solid #702036;
	border-right: 2px solid #702036;
	border-bottom: 2px solid #702036;
}

.image a {
	color: #666666;
	text-decoration: none;
}

.description {
	padding-left: 55px;
	padding-top: 55px;
	vertical-align: top;
}

.swatches {
	margin-top: 30px;
}

.swatches td {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 11px;
	padding-bottom: 5px;
}

.swatches img {
	border: 1px solid #000;
}

.products {
	margin-left: 115px;
}

.products a {
	color: #4A3826;
	text-decoration: none;
}

.product b {
	color: #702036;
	font-weight: bold;
}

.products td {
	vertical-align: top;
}

.products td.link {
	padding: 0 20px 20px 20px;
	width: 154px;
}

.products td.link div.fakeimage {
	padding: 0;
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #702036;
	width: 200px;
	margin-bottom: 10px;
}

.productId {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

/* defines background images for top on different pages */

#barrels {
	background-image: url(/images/bg_barrels.jpg);
}

#door {
	background-image: url(/images/bg_door.jpg);
}

#grapes {
	background-image: url(/images/bg_grapes.jpg);
}

#stonewall {
	background-image: url(/images/bg_stonewall.jpg);
}

#tree {
	background-image: url(/images/bg_tree.jpg);
}

#vineyard {
	background-image: url(/images/bg_vineyard.jpg);
}

#window {
	background-image: url(/images/bg_window.jpg);
}

