﻿
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: top;
}

tbody, tfoot, thead, tr, th, td {
    vertical-align: top;
}


/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A3F2B;
	background:#d6d4cd url(../gfx/SiteBG.png) repeat-x center top;
}

.error
{
	color:#772727;
}

a
{
	color:#730D08;
	text-decoration:underline;
}

a:hover
{
	color:#730D08;
	text-decoration:none;
}

h1
{
    margin: 38px 0 24px;
    font-family: Helvetica, Arial, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	line-height: 36px;
	color:#c8322e;
	border-bottom: 1px solid #dddbd4;
}

h2
{
	font-family: Times,"Times New Roman",serif;
	font-size:18px;
	font-weight:bold;
	color:#5A3F2B;
}

h2.redBoldHeader 
{
    color: #C2362F;
    font: bold 22px/27px Arial,Helvetica,sans-serif;
    margin: 26px 0 0;
    padding: 0;
}

h3
{
	display:inline;
	font-family: Times,"Times New Roman",serif;
	font-size:16px;
	font-weight:bold;
	color:#CC0E08;
}

h3.redheader  
{
    color: #82241F;
    font: 18px/24px Arial,Helvetica,sans-serif;
    margin: 22px 0 0;
    padding: 0;
}

h4
{
    display:inline;
	font-family: Times,"Times New Roman",serif;
	font-size:16px;
	font-weight:bold;
	color:#5A3F2B;
}

h4.subhead4 
{
    color: #30302E;
    font: bold 16px/21px Arial,Helvetica,sans-serif;
    margin: 22px 0 0;
    padding: 0;
}

h5
{
	display:inline;
	font-family: Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:bold;
	color:#CC0E08;
}

h5.subhead6 
{
    color: #C2362F;
    font: bold 22px/27px Arial,Helvetica,sans-serif;
    margin: 26px 0 0;
    padding: 0;
}
h6
{
    display:inline;
	font-family: Times,"Times New Roman",serif;
	font-size:14px;
	font-weight:bold;
	color:#5A3F2B;
}

.ComLink
{
    font-family: Times,"Times New Roman",serif;
	font-size:18px;
	font-weight:bold;
	color:#5A3F2B;
}

img
{
    border:none;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.FloatRight
{
    float:right;
    margin:0px 0px 10px 10px;
}

.FloatRightBorder
{
    float:right;
    margin:0px 0px 6px 6px;
    padding:2px;
    border:solid 4px #5A3F2B;
}

.FloatLeftBorder
{
    float:left;
    margin:0px 6px 6px 0px;
    padding:2px;
    border:solid 4px #5A3F2B;
}

hr
{
	border:none 0px #fff;
	color:#5A3F2B;
	background-color:#5A3F2B;
	height:1px;
	margin-bottom:20px;
}

.TextBoxShort
{
    border:solid 1px #5E4430;
    background-color:#FAF7E8;
    width:65px;
	height:16px;
	color:#5E4430;
	font-size:12px;
}

.TextBox
{
    border:solid 1px #5E4430;
    background-color:#FAF7E8;
    width:130px;
	height:16px;
	color:#5E4430;
	font-size:12px;
}

.TextBoxLong
{
    border:solid 1px #5E4430;
    background-color:#FAF7E8;
    width:260px;
	height:16px;
	color:#5E4430;
	font-size:12px;
}

.TextField
{
	border:solid 1px #5E4430;
	background-color:#FAF7E8;
	width:260px;
	height:100px;
	color:#5E4430;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDown
{
    border:solid 1px #5E4430;
	background-color:#FAF7E8;
	width:134px;
	height:20px;
	color:#5E4430;
	font-size:12px;
}

.DropDownLong
{
    border:solid 1px #5E4430;
	background-color:#FAF7E8;
	width:200px;
	height:20px;
	color:#5E4430;
	font-size:12px;
}

.Button
{
	border:solid 1px #5E4430;
	background-color:#FAF7E8;
    text-align:center;
    width:60px;
    height:20px;
	color:#5E4430;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.Req
{
	font-weight:bold;
	color:#730D08;
}

span.EventDetail
{
    color: #3D3D3B;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.Content tbody tr td table tbody tr td p 
{
    margin-top:0;
}

.Invisible
{
    display:none;
}

/* Message */
.PanelError
{
    width:494px;
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #730D08;
    background-color:#FAF7E8;
}

.LableError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#730D08;
}

.LableDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#730D08;
}

.PanelInfo
{
    width:494px;
    padding:10px 0px 10px 10px;
    margin:0px 18px 10px 0px;
    border:solid 1px #5E4430;
    background-color:#FAF7E8;
}

.LableInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#5E4430;
}

.LableDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#5E4430;
}

.ValSum
{

    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #5E4430;
    background-color:#FAF7E8;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

/* Controls */

/* Template */
.wrapper {
    width: 100%;
    background: #fff url(../gfx/SiteBG.png) repeat-x center top;
}
.SiteBG
{
    position: relative;
    margin:0 auto;/* This aligns site to center */
    width:1004px;
    background: #fff url(../gfx/SiteBG.png) no-repeat center top;
}

.Banner
{
    width:971px;
    text-align:left;
}

.NavBox
{
}

.NavLeftGutter
{
    width:12px;
    background-image:url(../gfx/NavLeftGutterBG.gif);
    background-repeat:no-repeat;
}

.NavRightGutter
{
    width:7px;
    background-image:url(../gfx/NavRightBG.gif);
    background-repeat:repeat-y;
}

.Nav
{
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    color:#fefefe;
    background: #4c4837 url(../gfx/NavBG.png) no-repeat;
}

.Nav a
{
    display:block;
    width:155px;
    padding: 9px 0px 7px 10px;
    border-top: 1px solid #898578;
    text-decoration:none;
    line-height: 18px;
    color:#fefefe;
    background: url(../gfx/bg-nav-link.png) no-repeat -999em center;
}
.Nav a:hover {
    background-color: #4a4532;
    background-position: right center;
}

.Nav .NavBtnTop
{
    border-top: 0 none;
}
.Nav .NavBtnBottom
{
    border-bottom: 1px solid #898578;
}

a.NavBtnTop:hover
{
}

.Nav a.SubNavBtn + a.NavBtn {
    margin-top: 12px;
} 

a.NavBtn:hover
{
}

.Nav a.SubNavBtn
{
    padding-top: 0;
    border-top: 0 none;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

a.SubNavBtn:hover
{
}

.SubSubNavBtn
{
}

a.SubSubNavBtn
{
    font-size:10px;
}

a.SubSubNavBtn:hover
{
}

.SubSubSubNavBtn
{
}

a.SubSubSubNavBtn
{
    font-size:9px;
}

a.SubSubSubNavBtn:hover
{
}

.FaderBG
{
    width: 803px;
    height: 332px;
    background: url(../gfx/bg-fader-bg.png) no-repeat;
}
.FaderBG #burst {
    display: block;
    position: absolute;
    top: 366px;
    right: 0;
    z-index: 900;
}

.TitleBar
{
    height:75px;
    vertical-align:top;
}

.title
{
}

.NewsSpacer
{
    height:20px;
}

.Content
{
    margin:0px 18px 0px 0;
}

.Content td
{
}

.Content img
{
    border:solid 1px #5E4430;
    margin:0px 10px 10px 10px;
}

.footerWrapper {
    width: 100%;
    background: url(../gfx/bg-footer.png) repeat-y center top;
}
.Footer
{
    width:971px;
    margin:0 auto;
    height:85px;
    font: normal 12px Helvetica, Arial, Sans-Serif;
    line-height: 56px;
    color:#868272;
    background: url(../gfx/bg-footer.png) repeat-y center top;
}
.Footer a {
    text-decoration: none;
    color:#868272;
}
.Footer a:hover {
    text-decoration: underline;
}
/* Page Specific */
.FeatureL
{
    margin:13px 4px 0px 18px;
    
}

.FeatureR
{
    margin:13px 0px 0px 0px;
}

.FeatureTitle
{
    padding:0px 0px 0px 10px;
    width:207px;
    height:43px;
    color:#605C42;
    background-image:url(../gfx/FeatureTopBG.gif);
    background-repeat:no-repeat;
}

.FeatureBody
{
    padding:0px 0px 0px 15px;
    width:247px;
    height:217px;
    color:#605C42;
    vertical-align:top;
    background-image:url(../gfx/FeatureBodyBG.gif);
    background-repeat:no-repeat;
}

.hr {
    height: 1px;
    margin: 16px 8px 16px 7px;
    background-color: #eaeae8;
}
.hr hr {
    display: none;
}
.store,
.newsletter,
.rad,
.facebook {
    padding: 0 8px 0 7px;
}
.newsletter {
    padding-top: 21px;
}
#content {
    padding: 0 33px 0 47px;
	font: normal 13px/1.538em Arial, Helvetica, sans-serif;
	color: #3d3d3b;
    background: url(../gfx/bg-content.png) repeat-y -18px top;
}

/* tasting styles */

.tasting {
    float: left;
    width: 289px;
    margin: 0 45px 35px 0;
    font-family: Arial, Helvetica, Sans-Serif;
}
.tasting.left {
    clear: left;
}
.tasting .title,
.tasting .title a {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    line-height: 19px;
    color: #3f3b2c; 
}
.tasting .type {
    margin: 0 0 11px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #a8a69e;
}
.tasting .when,
.tasting .where {
    position: relative;
    margin-bottom: 9px;
    padding-left: 55px;
    font-size: 14px;
    line-height: 19px;
    color: #736f60;
}
.tasting .when label,
.tasting .where label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #a72a27;
}

/* copy styles */

#homeContent a {
	color:#7b7b7b; 
}
#homeContent h1,
#homeContent h2,
#homeContent h3,
#homeContent h4,
#homeContent h5,
#homeContent h6 {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#homeContent .sectionTitle {
	clear: both;
	padding: 0;
	border-bottom: 1px solid #d5d2c9;
	margin: 10px 0 25px;
	font: bold 24px/36px Arial, Helvetica, sans-serif;
	color: #968575;
}
#homeContent .redBoldHeader {
	padding: 0;
	margin: 26px 0 0 0;
	font: bold 22px/27px Arial, Helvetica, sans-serif;
	color: #c2362f;
}
#homeContent .redHeader {
	padding: 0;
	margin: 22px 0 0 0;
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	color: #82241f;
}
#homeContent .subHead4 {
	padding: 0;
	margin: 22px 0 0 0;
	font: bold 16px/21px Arial, Helvetica, sans-serif;
	color: #30302e;
}
#homeContent .subHead5 {
	padding: 0;
	margin: 20px 0 0 0;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #272725;
}
#homeContent .subHead6 {
	padding: 0;
	margin: 20px 0 0 0;
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	color: #272725;
}
#homeContent p {
	padding: 0;
	margin: 20px 0;	
}
#homeContent .subHead4 + .subHead6 {
	margin-top: 9px;
}
#homeContent .redBoldHeader + .redHeader,
#homeContent .subHead4 + .subHead5,
#homeContent .subHead6 + p {
	margin-top: 0;
}
#homeContent .grayedText {
	font-weight: normal;
	color: #7c7b76;
}
#homeContent .redPrice {
	color: #c2362f;
}

.rsApt {
    width:100% !important;
}

.rsAdvButtonWrapper {
    display:none !important;
}
