/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #D7C4AE;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #573814;
	height: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

body.layout2 {
	background-image: url('../images/background_home.jpg');
	height: 886px;
}

body.editor {
	background-color: #D7C4AE;
	background-image: none;
	min-height: 400px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td, table th {
	vertical-align: top;
	text-align: left;
}

table.data_table {
	width: 100%;
}

table.data_table td {
	padding: 0px 5px 5px 0px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #3F2100;
	margin-bottom: 20px;
}

h2 {
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #3F2100;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #990000;
}

a:hover {
	color: #02000D;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

.sr {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #573814;
	border: 1px solid #D7C3AD;
	padding: 2px 3px;
}
 
.button {
	border: 0px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
}

a.button {
	color: #FFFFFF;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background-image: url('../images/container.jpg');
}

.layout2 #container {
	background-image: none;
}

#container_inner {
	padding: 130px 30px 20px 30px;
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.layout2 #container_inner {
	padding: 130px 340px 0px 30px;
	background-image: none;
	height: 740px;
}

.layout3 #container_inner {
	padding: 80px 30px 20px 30px;
}

#header {
	position: absolute;
	top: 20px;
	left: 30px;
}

.layout2 #header {
	top: 17px;
}

#skip a {
	position: absolute;
	display: block;
	left: -999px;
	top: -999px;
	background-color: #990000;
	color: #FFFFFF;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10;
}

#skip a:focus {
	right: 10px;
	top: 10px;
	left: auto;
}

#logo {
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 25px;
}

#logo span.trade {
	font-size: 11px;
	vertical-align: text-top;
	color: #6D4C22;
}

#logo span a {
	color: #990000;
}

#content {
	width: 550px;
	min-height: 450px;
	float: left;
}

.layout2 #content {
	width: 100%;
}

#right_content {
	width: 295px;
	float: right;
	margin-top: 350px;
}

#shadow {
	width: 916px;
	margin: 0px auto;
}

#footer {
	width: 910px;
	margin: 0px auto;
	text-align: right;
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #634E3B;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 20px;
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding-bottom: 10px;
}

#nav li.first {
	margin-left: 0px;
}

#nav li.active {
	background-image: url('../images/nav_bg.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#nav li a {
	padding: 3px 7px;
}

#nav li a:hover {
	color: #02000D;
}

#nav li.active a {
	background-color: #9D0B0B;
	color: #F3EEE9;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	text-align: right;
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	background-image: url('../images/subnav_divider.gif');
	background-repeat: no-repeat;
	padding: 5px 0px;
}

#subnav li.first {
	background-image: none;
}

#subnav li a {
	color: #990000;
}

#subnav li a:hover, #subnav li.active a {
	color: #02000D;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 25px 25px 0px;
	width: 160px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #A59076;
	width: 160px;
	height: 160px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #EDE6DE;
	width: 148px;
	height: 148px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

#waitingList {
}

#waitingList div {
	padding: 0px 0px 10px 135px;
}

#waitingList label {
	float: left;
	width: 125px;
	display: block;
	clear: left;
}

#waitingList input {
	width: 220px;
}

#waitingList select {
	width: 228px;
}

#waitingList textarea {
	width: 355px;
	height: 60px;
}

#waitingList .button {
	width: auto;
}

#waitingList div.full {
	padding-left: 0px;
	height: auto;
}

#waitingList em {
	font-size: 11px;
}

table.login td {
	padding: 0px 5px 5px 0px;
}

.product img {
	float: left;
	margin: 0px 15px 5px 0px;
}

/* FEEDBACK FORM CSS */

.feedback {
	width: 450px;
}

.feedback label {
	display: block;
	text-align: right;
	width: 100px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 5px 0px;
	white-space: normal;
}

.feedback div {
	padding: 5px 20px 5px 0px;
	float: right;
	width: 310px;
}

.feedback div label {
	display: inline;
	float: none;
	clear: none;
	margin: 0px;
	width: auto;
	text-align: left;
	font-weight: normal;
}

.feedback div table {
	white-space: nowrap;
}

.feedback input, .feedback textarea {
	width: 95%;
	padding: 2px 3px;
}

.feedback select {
	width: 300px;
	padding: 2px 3px;
}

.feedback textarea {
	height: 60px;
}

.feedback input.radio, .feedback input.checkbox {
	width: 16px;
	padding: 0px;
}

.feedback br {
	clear: both;
}

.feedback div br {
	clear: none;
}

.feedback .button {
	width: auto;
}

.feedback em {
	color: #0BD3F5;
}

.feedback .submit_image {
	border: 0px;
	padding: 0px;
}

.feedback .captcha div {
	padding: 0px;
	float: none;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#join_buttons a img {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

#clubs .club {
	background-image: url('../images/wine_club_bg.jpg');
	background-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 5px 15px;
	margin-bottom: 20px;
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #573814;
	line-height: 16px;
}

#clubs .club_white {
	background-image: none;
	background-color: #FFFFFF;
}

#clubs .club h2, #clubs .club h3 {
	color: #990000;
	text-align: center;
}

#clubs .club h3 {
	font-family: "Sabon LT W01 Roman", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

#clubs .club ul {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}
