/* BASE CSS */

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

html {
	background-color: #000000; 
	background-position: top center;
	background-repeat: repeat-x;
}

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

ul {
	padding-left: 15px;
}

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;
}

img { border: none; }

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

a:hover {
	color: #000000;
}

.grey {
	color: #888888;
}

/* LAYOUT CSS */

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

#container {
	width: 775px;
	background-color: #F3E8DA;
	background-repeat: no-repeat;
	background-position: top;
}

#nav {
	width: 572px;
	margin: 0px 5px;
}

#nav td {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#nav td.tradenav {
	text-align: right;
}

#nav a {
	display: block;
	padding: 18px 4px 5px 4px;
	color: #FFFFFF;
}

#nav td.tradenav a {
	padding: 5px 8px;
}

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

.subnav li {
	font-size: 12px;
	line-height: 20px;
	list-style: none;
}

.subnav li a {color: #3C3C3E; }
.subnav li a:hover, .subnav li.active a { color: #E68F1A; background-color: #F3E8DA}

.subnav li.active {
	background-position: right top;
}

#nav a:hover, #nav a.active {
	color: #E68F1A;
	background-repeat: no-repeat;
	background-position: top center;
}

#page {
	background-position: 184px 0px;
	background-repeat: repeat-y;
}

#left_content_box {
	width: 188px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left_content_box #left_content_header {
	color: #E68F1A;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 25px;
	height: 24px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left_content {
	margin-left: 20px;
	padding: 8px 0px;
	font-size: 11px;
	line-height: 14px;
	width: 155px;
}

#left_content h2 {
	color: #E68F1A;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

#left_content p, #lowdown div {
	font-size: 11px;
	line-height: 15px;
	color: #3C3C3E;
}

#left_content #lowdown div {
	padding-right: 8px;
}

#left_content div.hr {  
	height: 1px;        
	background-color: #979696;
	margin: 10px 4px 10px 0px;
}

#left_content div.hr hr {
	display: none;  
}

#content_box {
	width: 587px;
	color: #3C3C3E;

}

#header {
	margin-left: 19px;
}

#content {
	width: 553px;
	padding: 15px 13px 5px 19px;
}

#content_home {
	width: 566px;
	padding: 5px 0px 5px 21px;
}

#bottom_content {
	vertical-align: bottom;
	padding-right: 16px;
	padding-bottom: 5px;
	color: #58585A;
}

#bottom_content #emailform {
	margin: 0px 5px 0px 0px;
}

#bottom_content #emailform td, #bottom_content .social_icon {
	font-size: 10px;
	vertical-align: middle;
}

#bottom_content .social_icon a {
	float: left;
	color: #58585A;
	margin-left: 5px;
}

#bottom_content #emailbox, .searchbox {
	width: 130px;
	height: 15px;
	border-top: 1px solid #D3CABF;
	border-left: 1px solid #D3CABF;
	border-bottom: 1px solid #D3CABF;
	border-right: 0px;
	background-color: #F7F0E6;
	color: #9C9C9C;
	font-size: 10px;
	padding-top: 2px;
}

#bottom_rule {
	background-color: #58585A;
}

#footer {
	color: #343434;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
}

#footer a {
	color: #343434;
}

#footer a:hover {
	color: #666666;	
}

#mssHolder {
	margin-left: 16px;
	background-repeat: no-repeat; 
}

/* CONTENT CSS */

h1 {
	color: #E68F1A;
	font-size: 14px;
	margin-bottom: 10px;
}

h2 {
	color: #E68F1A;
	font-size: 14px;
	font-weight: bold;
}

h2.news, h3.news {
	border-bottom: 1px solid #979696;
	margin-bottom: 10px;
/*	margin-left: -22px;
	padding-left: 22px;*/
}

h3 {
	color: #E68F1A;
	font-size: 12px;
	font-weight: bold;
}

.alert, .missing {
	color: #E68F1A;
}

#winelabel {
	width: 203px;
	border-right: 1px solid #979696;
	text-align: center;
}

#winedescription {
	padding: 0px 10px 0px 24px;
}

#winedescription img {
	vertical-align: middle;
}

#trade {
	margin-top: 20px;
}

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

#gallery td {
        width: 162px;
}

#gallery .photo {                 
        width: 160px;       
        height: 160px;
	border: 1px solid #979696;
        vertical-align: middle;
	background-color: #FFFFFF;
}         

#gallery .photo td {               
        vertical-align: middle;
        text-align: center;
        margin: 0px;
        padding: 0px;
}

#gallery .caption {
	min-height: 26px;
}

/* FORM CSS */

.submit, .button {
	border: 0px;
	background-color: #58585A;
	color: #FFFFFF;
	margin: 2px 2px 2px 0px;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	text-transform: uppercase;
}

.asearchbox {
	width: 130px;
	height: 15px;
	border-top: 1px solid #D3CABF;
	border-left: 1px solid #D3CABF;
	border-bottom: 1px solid #D3CABF;
	border-right: 0px;
	background-color: #F7F0E6;
	color: #9C9C9C;
	font-size: 10px;
	padding-top: 2px;
}

iframe {
	border: 1px solid #979696;
}

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

.admin_table td {
	padding: 0px 3px 3px 0px;
}

.event { margin-bottom: 25px; }
