/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #466161;
	background-position: top center;
}

body, p, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #434343;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

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

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

a {text-decoration: none; color : #971d20;}
a:hover {text-decoration: none; color : #000000}

img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 763px;
	margin: 0px auto;
}

#logo {
	background-color: #ECE0D4;
}

#header {
	background-color: #ECE0D4;
}

#headerimage {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#leftnav {
	width: 174px;
	background-repeat: repeat-y;
	text-align: right;
}

#leftnav div {
	padding: 35px 2px 0px 0px;
}

#content_box {
	width: 580px;
	background-color: #ECE0D4;
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	padding: 10px 20px;
}

#contentfull {
	padding: 10px 0px;
}

.shadow_right {
	width: 9px;
	background-repeat: repeat-y;
}

#trade {
	width: 540px;
}

#trade td {
	text-align: center;
	width: 33%;
}

#trade img {
	border: 1px solid #476162;
	padding: 4px;
	background-color: #FFFFFF;
}

/* CONTENT CSS */

h1 {
	font-size: 12px;
	font-weight:bold;
	color: #446262;
	margin-bottom:3px;
}

h2 {
	font-size: 14px;
	color: #981D20;
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
	color: #909868;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

.button, .submit {
	color: #ECE0D4;
	background-color: #466161;
	border: 0px;
	margin: 2px;
	padding: 2px;
}

a.linkbutton {
	color: #ECE0D4;
	background-color: #466161;
	border: 0px;
	padding: 3px 5px;
	display: block;
}

a.linkbutton:hover { 
    color:#ffffff; 
    cursor:default;
}

.alert, .missing, .red {
	color: #981D20;
}

.subnav {
    text-align: center;
}

.subnav .highlight {
    font-weight: bold;
}

#wine {
	width: 580px;
}

#wine td {
	vertical-align: top;
}

#wine #lineup {
	width: 379px;
}

#wine #lineup td {
	vertical-align: bottom;
	width: 33%;
	text-align: center;
	padding-bottom: 10px;
}

#wine #bottle {
	width: 200px;
	text-align: center;
	border-left: 1px solid #466161;
}

#wine #description {
	border-top: 1px solid #466161;
	padding: 15px 10px 10px 20px;
}

.ordertable {
	width: 400px;
}

.ordertable td {
	vertical-align: top;
	padding: 2px 0px;
}

.ordertable .fieldlabel {
	vertical-align: middle;
}
