body {
	background: #312c26 url('/img/bg_main.jpg');
	margin: 0;
	padding: 0;
	color: #60605e; 
	text-decoration: none;  
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
 
div, li, form, select, input, label, dl, dt, dd 
{
	margin: 0;
	padding: 0;
	border: 0; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333;
	margin: 0 0 1em;
} 

h3 {
	color: #875923;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

p, blockquote {
	line-height: 1.5em;
	margin: 0 0 1.5em;
	padding: 0;
}

ul, ol {
	margin: 0 0 1.5em;	
	padding: 0;	
	list-style: none;
}

table, tr, td, th, thead, tbody  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

img {
	display: block;
 	margin: 0;
	border: 0;
} 


a {
	color: #966421;
	text-decoration: underline;
}

a:hover {
	color: #6d4715;	
}

sup {font-size: .8em;}

em {font-style: italic;}


/* general classes
---------------------------------------------------------- */

.clr {clear: both;height:1px;}  

.orange {color:#966421;}

.imgReplace {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.small {font-size:.85em;}


/* 	layout
---------------------------------------------------------- */

#container {
	width: 960px;
	text-align:left;
}

#content {
	background: #ecebe6 url('/img/bg_content.jpg') repeat-y;
	float: left;
	padding-bottom: 70px;
	width: 960px;
}
	/*	#contact #content {padding-top: 41px;} */
	
.leftCol {
	width: 380px;
	float: left;
	text-align: right;
	padding-left: 100px;
	margin-right: 1px;
}

.rightCol {
	width: 373px;
	float: left;
	padding: 0 0 0 35px;
}

	#subNav .leftCol {
		width: 381px;
		margin:0;
		padding-top:41px;
	}
	#subNav .rightCol {padding: 41px 0 0;width:450px;}
	
	

/* 	header
---------------------------------------------------------- */

#printHeader {display:none;}

#header {
	width: 960px;
	height:86px;
}

h1#logo {
	float: left;
	margin: 30px 53px 39px;
	display: inline; /* ie6 */
}

h1#logo a {
	height: 17px;
	width: 219px;
	background: url('/img/logo.gif') no-repeat;
}

#mainNav {
	float: right;
	margin: 34px 27px 0;
	display: inline; /* ie6 */
}

	#mainNav li {float: left;}
	
	#mainNav a {
		height:14px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}
		a#membersLink {background: url('/img/nav.gif') 0 0 no-repeat; width: 68px;}
		a#membersLink:hover, #members a#membersLink {background-position: 0 -14px;}
		a#joinLink {background: url('/img/nav.gif') -68px 0 no-repeat; width: 70px;}
		a#joinLink:hover, #join a#joinLink {background-position: -68px -14px;}
		a#tradeLink {background: url('/img/nav.gif') -138px 0 no-repeat; width: 62px;}
		a#tradeLink:hover, #trade a#tradeLink {background-position: -138px -14px;}
		a#contactLink {background: url('/img/nav.gif') -200px 0 no-repeat; width: 80px;}
		a#contactLink:hover, #contact a#contactLink {background-position: -200px -14px;}
		a#blogLink {background: url('/img/nav.gif') -280px 0 no-repeat; width: 47px;}
		a#blogLink:hover, #blog a#blogLink {background-position: -280px -14px;}
	
	
	
/* 	subNav
---------------------------------------------------------- */

h2 {
	float: right;
	color: #fff;
	background: #000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 18px;
	margin: 0 0 20px;
	border: 1px solid #bdbdb9;
	border-right: none;
	letter-spacing: 2px;
}

	h2 a {color: #fff;text-decoration: none;}
	h2 a:hover {color: #fff;}

#subNav ul {
	float: left;
	border: 1px solid #bdbdb9;
	border-left: none;
	margin: 0 0 5px;
}

#subNav li {
	float:left;
}

#subNav li a {
	display: block;
	color: #fff;
	background: #966421;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 12px;
	letter-spacing: 2px;
}

	#subNav li a:hover,
	.Estate #estateLink,
	.Wine #wineLink,
	.People #peopleLink,
	.Events #eventsLink,
	.News #newsLink,
	.Videos #videosLink {background:#ab834d;}
	
	#subNav li a.first {padding-left:16px;}
	#subNav li a.last {padding-right:16px;}
	
.noSubnavBlock {
	float: left;
	border: 1px solid #bdbdb9;
	border-left: none;
	margin: 0 0 5px;
	width: 100px;
	height:24px;
	background: #966421;
}
	
#backToMainLink {
	float: left;
	display: block;
	width: 150px;
	color: #777;
	font-size: .9em;
	text-decoration: none;
	margin: 0 0 0 25px;
	padding-left: 12px;
	background: url('/img/arrows.gif') 0 5px no-repeat;
	clear: both;
	display: inline; /* ie6 */
}
	#backToMainLink:hover {text-decoration:underline;}
	
#rssLink {
	display:block;
	float:left;
	color: #777;
	text-decoration: none;
	margin: 2px 10px 0;
	padding: 4px 0 0 20px;
	background: url('/img/rss.gif') 0 5px no-repeat;
}
	#rssLink:hover {text-decoration:underline;}


/* 	content
---------------------------------------------------------- */

.leftCol h3, .leftCol p {margin-right: 60px;}

.leftCol p.withLine, .post .leftCol h3 {
	margin: 0 0 1em;
	padding-right: 60px;
	background: url('/img/leftLine.gif') right 10px no-repeat;
}
	.leftCol #quotes p.withLine {margin-bottom: 3em;}

#quotes, #contacts, #mediaKit, #images, #pdfs, #accolades, #factsheets, #labels, #contactLeftCol, #contactRightCol, #videos {
	padding-top: 41px;
}

    #videos {clear: both;}
	#quotes {margin-bottom: 60px;}

	#mediaKit img, #images img {margin-top: 0px;}
	#mediaKit a, #images a {font-size: .85em;}
	
/*  contact page  */

#contact h3 {margin:0;}
.contactBlock {padding-top:1em;}
#contact .lede {font-size:1.2em;line-height:1.5em;}

a.backToTop {
	color: #777;
	font-size: .9em;
	text-decoration: none;
	padding-left: 12px;
	background: url('/img/icon-back-to-top.gif') 1px 4px no-repeat;
	display: block;
	clear: both;
	width: 100px;
	margin: 3em 0 0;
}
	a.backToTop:hover {text-decoration: underline;}

/*  trade page  */

 .trade-list {	
	line-height: 1.5em;
	margin: 0 3.8em 0 1.5em;
	padding: 0;
}
	.trade-list ul {margin-bottom:.4em;}

.drawer {background: url('/img/arrow.gif') right center no-repeat;padding-right:12px;color: #60605e;text-decoration: none;}
.trade-list .open {background: url('/img/arrow-down.gif') right center no-repeat;}
.drawertitle {float: left; padding-left: 12px;}

 .trade-imagelist {	
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
	.trade-imagelist li {float: left;}
	.trade-imagelist-last li {padding-bottom: 30px;}

 .headerimage {margin-top: 10px; display: block;}
	.trade-imagelist ul {}

.imgdrawer {background: url('/img/arrow_right2.gif') left bottom no-repeat;padding-left:0px;color: #60605e;text-decoration: none; line-height: 4em;}
.trade-imagelist .open {background: url('/img/arrow-down2.gif') left bottom no-repeat;}

.imageWrap a, .imageWrapLast a{background-position: top left; background-repeat: no-repeat; text-indent: -9999px; width: 160px; height:108px; display:block; float:left; padding-top: 10px; padding-left: 10px; }
.imageWrap a:hover,.imageWrapLast a:hover {background: none !important; text-indent: 0; }

.imageWrap, .imageWrapLast  {
	float:left;
	width:160px;
	height: 108px;
	margin-right:22px;
}

.imageWrap {
	padding-bottom: 22px;
}

.imageWrapLast {
	padding-bottom: 32px;
}


/* 	footer
---------------------------------------------------------- */

#footer {
	color: #8d8981;
	float: left;
	font-size: 12px;
	margin: 20px 15px 30px;
}

#footer a {
	color: #6a6254;
	text-decoration: none;
}
	#footer a:hover {text-decoration:underline;}


/* 	blog
---------------------------------------------------------- */

.leftCol img {float:right;}

.lede {
	color: #000;
	font-size: 22px;
	line-height: 1.7em;
}
	.lede span {
		display: block;
		color: #966421;
		font-size: 30px;
		letter-spacing:2px;
	}

.blogHeader img {margin:35px 0 70px;}
.blogHeader .lede {margin: 65px 0 0 10px;}

#blog .leftCol h3 {
	color: #875923;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 5px;
}
	#blog .leftCol h3 a {text-decoration: none;}
	#blog .leftCol h3 a:hover {color: #5b3a12;}

#blog .leftCol p {margin-bottom:0;}
#blog .leftCol p.catLink {margin-bottom: 3px;}

	#blog p.catLink {
		color:#777674;
		font-size: 16px;
	}
	#blog p.catLink a {
		color: #000;
		text-decoration: none;
	}
		#blog p.catLink a:hover {text-decoration:underline;}
		
	#blog p.date {
		color: #989898;
		font-style: italic;
	}

#blog .post {float: left; margin-top: 70px;}
#blog .rightCol img {margin-bottom: 1em;}

.more-link {
	display: block;
	margin-top:1em;
}



.pagination {
	width: 374px;
	float: left;
	padding: 40px 70px 0 516px;
	font-size: 1.2em;
}
	#prevPosts {float:left;width:150px;}
	#nextPosts {float:right;width:150px;text-align:right;}



/* 	deprecated content
---------------------------------------------------------- */

#flash_wrap {
	width:100%;	
	height:100%;
}

#home .leftCol {width: 400px; padding-left: 80px;}
#home .leftCol {font-size: 1.1em;}
#home .leftCol span {font-weight: bold;color: #000;}
#home .leftCol a {font-style: italic;}
#home .leftCol p {margin-bottom:2em;}

#home .blogHeader {margin-top: 89px;}

#home h3 {margin-top: 30px;}
	#home h3.first {margin-top: 0;}
#home h3 a {
	text-decoration: none;
	color: #875923;
}
	#home .leftCol h3 a {font-style: normal;}
