@charset "utf-8";
body  {
	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: #000;
	background-color: #4D392E;
	background-attachment: fixed;
	background-image: url(../images/bg15.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.spotlight2 h5 {
	font-size: 16px;
}
p {
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container  {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
#lighbox {
	background-image: url(../images/60percntwhite.png);
	width: 80%;
	border: 1px solid #000;
	padding: 6px;
	margin-right: auto;
	margin-left: auto;
}
#lighbox p {
	margin-top: 8px;
}
#fullContent #lighbox a:hover {
	color: #900;
}
#header  {
	background-color: #DDDDDD;
	height: 194px;
} 
#signing {
	background-color: #F3E9C7;
}
#mainContent  {
	margin: 0;
	padding: 0;
} 
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
#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 */
	font-size: .8em;
}
#navigation {
	height: 65px;
	text-align: center;
	background-color: #666666;
	background-image: url(../images/navbar.jpg);
	margin: 0px;
	padding: 0px;
}
#navigation img {
	margin: 0px;
	padding: 0px;
}
#fullContent {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-image: url(../images/pagebg.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #FFEBC7;
}
#footliner {
	background-image: url(../images/footliner.jpg);
	clear: both;
	color: #E7CD90;
	padding-top: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcolumn {
	float: left;
	width: 64%;
	margin-top: 0px;
}
#onecolumn {
	padding-top: 2px;
}
#rightcolumn {
	float: right;
	width: 35%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#formwrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
img  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.larger {
	font-size: 1.2em;
}
h5 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #600;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 8px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 1.6em;
	color: #664D2D;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 0px;
}
.Georgia24bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #3A321E;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #900;
}
h1 {
	font-family: "Arial Narrow", sans-serif;
	text-transform: uppercase;
	color: #A23025;
}
.hilight {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.center {
	text-align: center;
}


.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;
}
.newstitle {
	font-family: "Arial Narrow", sans-serif;
	font-size: 16pt;
	text-transform: capitalize;
	color: #036;
}

.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;
}
.style1 {
	font-size: 1em;
	font-weight: bold;
}
#fullContent a {
	color: #7B3C02;
	text-decoration: underline;

}
#fullContent a:hover {
	color: #FFFFFF;
}
hr {
	color: #785E35;
	height: 1px;
}
.footbox {
	clear: none;
	float: left;
	text-align: center;
	background-image: url(../images/nav/images/footboxframe.png);
	margin: 4px;
	padding-left: 2px;
	padding-right: 2px;
	height: 48px;
	width: 120px;
	background-repeat: no-repeat;
}
.footboxlong {
	clear: none;
	float: left;
	text-align: center;
	padding-left: 2px;
	padding-right: 0px;
	height: 48px;
	width: 140px;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 14px;
}
#footliner .footbox2 {
	text-align: center;
	padding-top: 4px;
	padding-left: 10px;
	float: left;
}
#footnav {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.georgia16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}
.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
}
.blacktext {
	color: #251C13;
}
.copyright {
	color: #FFF5DE;
	text-align: center;
	font-weight: bold;
}
.dim {
	color: #999;
}
.georgiaxl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.highlightbox {
	background-color: #F7DB98;
	border: 1px solid #333;
	width: 80%;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
}
#featuredright {
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #797979;
}
.spotlight {
	padding: 8px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	background-color: #7A6348;
	color: #CCC;
}
.spotlighttop {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
.spotlight2 {
	padding: 8px;
	width: 88%;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/semibrown.png);
}
.spotlight3 {
	padding: 8px;
	width: 88%;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/semitransparentbg.png);
}
.whitetext {
	color: #FFF;
}
#rightthree {
	padding: 8px;
}
.clubbg {
	background-image: url(../images/clubbg.png);
}
#clubcallout {
	background-image: url(../images/clubbgsm.png);
}
.callout3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 2px double #333;
}
.redtext {
	color: #A20000;
}
#fblike {
	width: 81%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#winenav {
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}
#Availability {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.winename {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	margin-left: 730px;
}
.underline {
	text-decoration: underline;
}
.tinytext {
	font-size: 86%;
}
#winenav a ,#winenav a:visited{
	color: #333;
	font-variant: normal;
	text-decoration: none;
}
#winenav a:hover , #winenav a:active{
	text-decoration: underline;
}
.clearfloats {
	clear: both;
}
.oomph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1em;
}
.xtraoomph {
	font-size: 140%;
}
.superquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #970F05;
	background-image: url(../images/quotes.png);
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 130px;
	background-repeat: no-repeat;
}
#winecategories {
	width: 104%;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: -10px;
}

