/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4A4A4A;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

table th {
	text-align: left;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 6px 0px 15px 0px;
	padding-bottom: 6px;
	background-image: url('../images/hr.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 6px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #AD6B2F;
	font-weight: bold;
	margin-bottom: 6px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	color: #AD6B2F;
}

a:hover {
	color: #4A4A4A;
}

.brown {
	color: #AD6B2F;
}

hr {
		height: 1px;
        background-image: url('../images/hr.gif');
        background-repeat: repeat-x;
		border: none;
        margin: 10px 0px;
}

div.hr {
	height: 1px;
        background-image: url('../images/hr.gif');
        background-repeat: repeat-x;
        margin: 10px 0px;
}

div.hr hr {
	display: none;  
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #AD6B2F;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
	padding: 3px;    
}

.alert, .red {
	color: #f00;
}

/* LAYOUT CSS */

#container {
	width: 787px;
	margin: 0px auto;
	padding: 6px 0px;
}

#header {
	background-image: url('../images/page_top_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 152px;
}

#logo {
	padding-left: 276px;
	float: left;
}

#toolnav {
	margin: 114px 5px 0px 0px;
	padding: 5px 0px 0px 5px;
	float: right;
	width: 222px;
	height: 29px;
	background-image: url('../images/toolnav_bg.gif');
	background-repeat: no-repeat;
}

#toolnav li {
	list-style: none;
	float: left;
}

#toolnav li a {
        color: #BF9D81;
        display: block;
        height: 24px;
        text-indent: -9999px;
        overflow: hidden;
	margin-left: 1px;
}

#toolnav li a:hover, #toolnav li.active a {
        background-position: 0px -24px !important;
}

#toolnav a.blog {
        background-image: url('../images/nav_blog.gif');
        width: 57px;
}

#toolnav a.trade {
        background-image: url('../images/nav_trade.gif');
        width: 59px;
}

#toolnav a.bookmark {
        background-image: url('../images/nav_bookmark.gif');
        width: 94px;
}

#nav {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	height: 23px;
	color: #6C5847;
}

#nav li {
	list-style: none;
	float: left;
	padding-left: 15px;
}

#nav li a {
	display: block;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover {
	background-position: 0px -23px !important;
}

#nav li.active a {
	background-position: 0px -46px !important;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 47px;
}

#nav a.about {
	background-image: url('../images/nav_about.gif');
	width: 55px;
}

#nav a.wines {
	background-image: url('../images/nav_wines.gif');
	width: 48px;
}

#nav a.visit {
	background-image: url('../images/nav_visit.gif');
	width: 40px;
}

#nav a.photos {
	background-image: url('../images/nav_photos.gif');
	width: 61px;
}

#nav a.contact-us {
	background-image: url('../images/nav_contact_us.gif');
	width: 93px;
}

#nav a.wine-club {
	background-image: url('../images/nav_wine_club.gif');
	width: 75px;
}

#nav a.news-and-events {
	background-image: url('../images/nav_news_and_events.gif');
	width: 125px;
}

#nav a.purchase {
	background-image: url('../images/nav_purchase.gif');
	width: 72px;
}

#headerphoto {
	width: 727px;
	background-image: url('../images/headerphoto_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 16px 16px 16px;
	margin: 0px auto 5px auto;
}

#page_left {
	float: left;
	width: 6px;
	height: 509px;
	background-image: url('../images/page_left_bg.png');
	background-repeat: no-repeat;
}

#page {
	width: 775px;
	min-height: 500px;
	background-color: #FFFFFF;
	float: left;
}

#page_right {
	float: left;
	width: 6px;
	height: 509px;
	background-image: url('../images/page_right_bg.png');
	background-repeat: no-repeat;
}

#home {
	height: 418px;
	margin-bottom: -95px;
	background-image: url('../images/home_photo.jpg');
}

#content {
	float: right;
	width: 529px;
	padding: 0px 12px 20px 0px;
}

#leftnav {
	width: 186px;
	margin: 0px 0px 0px 12px;
	float: left;
}

#subnav {
	width: 186px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	color: #342110;
}

#subnav_bottom {
	width: 167px;
	padding: 0px 13px 10px 6px;
	background-image: url('../images/subnav_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#subnav_bottom .left_content {
	width: 161px;
	padding: 10px 12px 0px 6px;
}

#subnav ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#subnav li {
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../images/subnav_divider.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#subnav li a {
	color: #342110;
	padding: 5px 0px 5px 6px;
	display: block;
}

#subnav li a:hover, #subnav li.active a {
	color: #AD6B2F;
}

#subnav li.active a {
	background-image: url('../images/subnav_active.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#subnav ul li.active ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#subnav ul li.active ul li {
	background-image: none;
}

#subnav ul li.active ul li a {
	color: #876F5A;
	background-image: none;
	padding: 2px 0px 2px 6px;
}

#subnav ul li.active ul li a:hover, #subnav ul li.active ul li.active a {
	color: #AD6B2F;
}

#subnav #sidebar li {
	background-image: none;
}

#subnav #sidebar li div {
	background-image: url('../images/subnav_divider.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 0px 5px 6px;
}

#subnav #sidebar li ul li {
	padding: 5px 0px 5px 6px;
	background-image: none;
}

#subnav #sidebar a {
	padding: 2px 0px;
}

/* Mailing List CSS */

#mailinglist {
	margin-left: 6px;
}

#mailinglist.home {
	float: right;
	margin: 10px 0px 5px 0px;
}

#mailinglist img {
	margin-bottom: 2px;
}

#mailinglist .emailbox, #mailinglist .emailbox_home {
	float: left;
	width: 130px;
	height: 16px;
	padding: 2px 2px 0px 4px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC8BD;
}

#mailinglist .emailbox_home {
	background-color: #D6D1C6;
	color: #FFFFFF;
	margin-right: 8px;
}

#links {
	text-align: right;
	margin-bottom: 10px;
}

#links.home {
	margin: 0px;
	clear: right;
	float: right;
	width: 200px;
}

#links img {
	margin-bottom: 5px;
}

#footer {
	background-image: url('../images/hr.gif');
	background-repeat: repeat-x;
	margin: 0px 12px 20px 12px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #D6D1C6;
}


/* TRADE CSS */

#trade {
	margin-top: 20px;
	width: 100%;
}

#trade-cats {
	margin-top: 20px;
}

#trade td {
	width: 272px;
	padding-bottom: 30px;
	line-height: 15px;
}

#trade img {
	padding: 4px;
	border: 1px solid #D6D1C6;
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
}

#trade-cats td {
	width: 33%;
	padding-bottom: 20px;
}

#trade-cats img {
	padding: 4px;
	border: 1px solid #D6D1C6;
	margin-right: 10px;
	background-color: #FFFFFF;
}

#wine {
	width: 100%;
}

#wine .tech_label {
	float: left;
	width: 100px;
	color: #AD6B2F;
}

#wine .tech_data {
	margin-left: 105px;
}

#wine #label {
	text-align: right;
	padding: 0px 0px 10px 20px;
}

#wine #label img {
	border: 1px solid #AD6B2F;
	padding: 2px;
}

#wine .price, #wines .price {
	color: #AD6B2F;
	float: left;
	padding-right: 5px;
	background-image: url('../images/featured_wine_divider.gif');
	background-repeat: no-repeat;
	background-position: right 2px;
	margin-right: 5px;
}

#wines .thumb {
	padding: 4px;
	border: 1px solid #D6D1C6;
	margin: 0px 20px 0px 0px;
}

/* GALLERY STYLES */

.gallery {
}
	
.gallery td {
	text-align: center;
	padding: 5px 15px 10px 15px;
}

.gallery table {
	background-color: #FFFFFF;
	border: 1px solid #D6D1C6;
	width: 125px;
	height: 125px;
}

.gallery td table td {
	padding: 5px;
	width: 125px;
	height: 125px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* Order Form CSS */

.orderform {
	width: 500px;
}

.orderform td {
	padding: 2px 0px;
}

.orderform .desc {
	text-align: left;
}

.orderform .price {
	padding-right: 15px;  
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	
text-align: right;
}

.ordertable {
	width: 100%;
}

.ordertable td {
	padding: 2px 3px 2px 0px;
}

/* BLOG CSS */

.post {
	clear: both;
}

.post img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

.post img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

.post img.alignleft {
        padding: 4px;
        margin: 0px 7px 2px 0;
        display: inline;
        }

.post .alignright {
        float: right;
        }

.post .alignleft {
        float: left
        }
