@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000000;
	background-image: url(stripe6.png);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #444444;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	font-weight: bold;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 172px;
	background-color: #000000;
	background-image: url(treble2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
.twoColFixLtHdr #container #bottlefloat {
	float: left;
	width: 400px;
}

.twoColFixLtHdr #mainContent {
	background-color: #000000;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #FF0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 198px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #550022;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.SidebarHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF0000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
}
.Sidebar_Red_Divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF0000;
	text-align: center;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.MainHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #efCC33;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}
.main_highlight {
	color: #EFCC33;
}
.MainHead2 {
	font-size: 16pt;
	color: #BBBBBB;
	font-weight: lighter;
}
.mainphoto {
	border: 1px solid #EFCC33;
	float: right;
	margin: 5px;
}
.sidebartext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cdaa11;
}
.intro_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}
.sidebar_bullet {
	color: #999999;
	font-size: 11px;
}
.twoColFixLtHdr #mainContentNoBorder {
	background-color: #000000;
	color: #FC3;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 18px;
	text-align: left;
}
.wine_hdr {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #e5BB33;
	text-align: center;
}
.wine_quote {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #9999FF;
}
.wine_ava {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #990000;
}

.wine_desc {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #CCCCCC;
}
.wine_current_release {
}
a:link {
}
.twoColFixLtHdr #container #mainContentNoBorder #winetable {
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#separator {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EFCC33;
}
contact_box {
	border: thin solid #FF0000;
}
#contact_box {
	border: thin solid #FF0000;
	margin-right: 380px;
}
.cellar_notes_head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EFCC33;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.twoColFixLtHdr #container #sidebar1 .regionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cdaa11;
}
.twoColFixLtHdr #container #sidebar1 .eventbox {
	border: thin solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.eventbox {
	border: thin solid #CCCCCC;
}
.twoColFixLtHdr #container #mainContentNoBorder div {
	border-bottom-style: none;
	border-bottom-color: #000000;
	text-align: center;
}
.Event_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDAa11;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: center;
}
.Event_title_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cdaa11;
}
.Event_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.Vineyard_AVA_greay {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.Price {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.Events_notes {
	font-weight: normal;
}
.Event_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #ff0000;
	border-left-color: #000;
	margin-top: 0px;
	margin-bottom: 4px;
}
.sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContentNoBorder #Wine_store2 tr td .wine_hdr {

}
.twoColFixLtHdr #container #mainContentNoBorder #Wine_store2 tr td .wine_hdr {
	text-align: left;


}
.Club_link {
	font-size: 14pt;
	color: #FF0;
}
.SOLD_OUT {
	color: #F00;
}

