/* BASE CSS */

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

html, body {
	background-position: top left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

body, p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6A6A6A;
}

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 : #7770AE;}
a:hover {text-decoration: none; color : #000000}

img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 704px;
	margin: 0px 0px 0px 75px;
}

#vertspacer {
	width: 1px;
}

#leftbar {
	width: 211px;
	padding-top: 50px;
}

#nav {
	width: 144px;
	margin-top: 37px;
	margin-left: 68px;
	text-align: right;
	font-size: 12px;
	line-height: 19px;
	height: 182px;
}

#nav a, #subnav a {
	color: #6A6A6A;
	padding-right: 15px;
	display:block;
}

#nav a:hover, #nav a.active, #subnav a:hover, #subnav a.active {
	color: #000000;
}

#nav a.active, #subnav a.active {
	background-position: right center;
	background-repeat: no-repeat;
}

#subnav {
	width: 144px;
	margin-left: 68px;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
}

#subnav .title {
	color: #7770AE;
	border-bottom: 1px solid #D0D0D3;
	margin-right: 14px;
	margin-bottom: 8px;
	text-align: left;
}

#content_box {
	padding: 3px 0px 0px 5px;
}

#mailinglist_box {
	spacing: 10px;
	padding: 10px;
	width: 300px;
	height: 45px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mailinglist {
	width: 171px;
	height: 45px;
	float: right;
	margin-right: 5px;
}

#mailinglist table {
	margin: 14px 0px 0px 15px;
}

#mailinglist td {
	vertical-align: middle;
}

#mailinglist .email {
	border: 0px;
	width: 123px;
	height: 16px;
	font-family: Garamond, Times New Roman, serif;
	font-size: 13px;
	color: #868686;
	padding: 1px 0px 0px 3px;
}

#content {
	margin: 14px 0px 0px 45px;
	border-top: 1px solid #D0D0D3;
	padding-top: 10px;
}

#footer {
	padding-top: 30px;
	height: 82px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#footertable {
	width: 766px;
	height: 79px;
}

#footertable td {
	vertical-align: bottom;
	font-size: 13px;
	color: #AAA9A9;
}

#footertable #copyright {
	margin-bottom: 28px;
}

/* CONTENT CSS */

h1 {
	color: #7770AE;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#picture {
	width: 461px;
	border:1px solid #D0D0D3;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}

hr {
	border-top: 1px solid #D0D0D3;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.purple {
	color: #7770AE;
}

#wine td {
	padding-top: 10px;
}

#wine #winelabel {
	text-align: right;
}

#wine #winelabel img {
	padding: 0px 11px 10px 0px;
}

#wine #winespecs {
	border-top: 1px solid #D0D0D3;
	padding: 10px 11px 0px 0px;
}

#wine #description {
	border-left: 1px solid #D0D0D3;
	padding-left: 17px;
}

.submit, .button {
	background-color: #7770AE;
	border: 1px solid #D0D0D3;
	font-family: Garamond, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px 2px 2px 0px;
}

#trade {
        margin-top: 10px;
        width: 473px;
}

#trade td {
        width: 149px;
	font-size: 13px;
}

#trade .thumbnail {
        background-color: #FFFFFF;
        border: 1px solid #979696;
        padding: 3px;
}

.missing {
	color: #98234F;
}

hr {
	color: #D0D0D3;
	height: 1px;
}

.ordertable td {
	padding: 2px 0px;
}

.news_tagline, .event_tagline {
	text-align:left;
	font-size: 12px;
}

.news_tagline .date, .event_tagline .date {
	color: #7770AE;
}

#news_events_box a {
	display:inline;
	padding-left: 5px;

} 
