@charset "UTF-8";
body  {
	color: #070006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	
}
#wrap {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bk-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#container {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
} 
/*****************
HEADER ELEMENTS 
*****************/
#header {
	height: 110px;
	padding-top: 8px;
	padding-bottom: 0;
	text-align: center;
	background: url(../images/logo.jpg) no-repeat center 1.5em;
} 
#container #navbar {
	height: 1.9em;
	color: #FFF;
	width: 430px;
	padding-bottom: 4px;
	margin: 0 auto ;
	text-align:center;
}
@-moz-document url-prefix() { 
  #container #navbar {
	height: 1.8em;
  }
}
/*****************
CONTENT LAYOUT
*****************/
#Single {
	z-index: 10;
	margin: 0.625em auto 0;
	background-repeat: no-repeat;
	text-align: center;
	width: 95%;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	position:relative;
	z-index:0;
	margin: -50 auto 0;
	clear: both;
	height: 140px;
	width: 100%;
} 
#footerContent {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	 color: #fefefe;
	 clear:both;
}
/*****************
SELECTORS  
*****************/
h1, h2, h2 a:link, h2 a:visited  {
	font-family: 'Caudex', serif;
	font-weight: normal;
	font-size: 1.625em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
	color: #CC0000;
}
h2, h2 a:link, h2 a:visited  {
	font-family: 'Caudex', serif;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
}
td h2 {
	font-size: 1.15em;
	line-height: 1;
	margin-top: 0;
}
#header h1, #header h2 {
	color: #fff;
	text-align: left;
	margin-top: 0.4em;
}
h3, h3, h3 a:link, h3 a:visited {
	font-weight: normal;
	font-size:1.1em;
	margin-top:10px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
h4,  h4, h4 a:link, h4 a:visited {
	font-weight: normal;
	font-size:14px;
	margin-top:10px;
	text-transform: uppercase;
	color: #B11F33;
	text-decoration: none;
	cursor: pointer;
}
a:link, a:visited {
 color: #03C ;
 text-decoration: none;
}
a:hover {
 color: #039 ;
 text-decoration: underline;
}
form {
	margin: 0px;
	font-size: 1em;
}

/*****************
STYLES  
*****************/
#headerImage {
	height: 380px;
	width: 100%;
	display: block;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 1em;
}
#headerImage img { width: 100% ; }
#Single ul{
	margin: 10px 0 10px 25px;;
}

#footerContent p {
 margin: 0;
 color: #FFF;
 font-size:11px;
 line-height:14px;
}

#footerContent a {
 text-decoration: none;
 color: #fff;
}
#footerContent a:hover {
 color: #efefef;;
}
#footerContent #siteby, #footerContent #siteby a {
 color: #ccc;
 font-size:11px;
 text-decoration:none;
 margin-top:15px;
 text-align:left;
}
#footerContent #siteby a:hover {
 color: #efefef;
 text-decoration:none;
}
.aboutTable {
	color: #4A4C4E;
}
.aboutTable p {
	color: #4A4C4E;
	padding: 8px;
	font-size:13px;
}
.custTable tr td a img {
	margin-top: 25px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}
img {border:none;}

.indent25 {
	margin-left: 25px;
}
.indent50 {
	margin-left: 50px;
}
.color {
	color: #CC0000;
}

.txt20 {
	font-size: 20px;
}

.warningdisplay {
	background-color: #FFC;
	border: 1px solid #F60;
	padding: 5px;
}
.warning {
	background-color: #FFC;
	border: 1px solid #F60;
}
.right-promo {
	float: right;
	width: 25em;
	text-align: center;
	margin-left: 0.75em;
	margin-bottom: 1em;
}
.right-promo p.box {
	width: 25em;
	background-color: #000000;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto 2.2em;
	padding: 3px 0;
	font-family: 'Caudex', serif;
}

.right-promo p.box a:link, .right-promo p.box a:visited{
	color:#fff;}
.left-promo {
	float: left;
	width: 14em;
	text-align: center;
	margin-right: 0.75em;
	margin-bottom: 1em;
}
.left-promo p.box {
	width: 14em;
	background-color: #000000;
	color: #fff;
	padding: 3px 0;
	text-transform: uppercase;
	margin: 0 auto;
	font-family: 'Caudex', serif;
	margin-bottom: .95em;
}

.left-promo p.box a:link, .left-promo p.box a:visited{
	color:#fff;
	font-size: .75em;
	padding: 3px 0;
}
.left-promo p.box a:hover, .right-promo p.box a:hover, .left-promo p:hover, .right-promo p:hover{
	color:#fff;
	background-color:#333;
	text-decoration:none;
}
td {
	padding: 0 .25em .5em .25em;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	
}
.content-slider {
	clear:both;
	display:block;	
}
#headerImage #slider img:not(:first-child){display:none}
#content-slider #slider img:not(:first-child){display:none}
.vendors {
	text-align: center;
	margin: 2em 0 1em;
}
#header .logo {
	margin-top: 1em;
	margin-bottom: 1.375em;
}
.contentLeft {
	margin-left: 15em;
}
.button {
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	width: 12em;
	padding: 3px 6px;
	border: 1px solid #000;
	font-size: 1em;
	cursor:pointer;
}
.button2 {
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	width: 12em;
	padding: 4px 20px;
	border: 1px solid #000;
}
.buttonSmall {
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	padding: 2px 4px;
	border: 1px solid #000;
	font-size: .65em;
}
#showr, #hider{
	cursor: pointer;
	color: #03C;
	clear: both;
}
#showr:hover {
	background-color: #797777;
}
#clubform {
	display: none;
	background-color: #fefefe;
	border: solid 1px #000;
	padding: 2em 1em;
	clear: both;
	margin: 0.5em 1em;
}
.home {
	position: relative;
	top: -37.5em;
	color: #FFF;
	left: -3em;
	width: 65%;
}
.home h1 {font-weight:normal;}
.Col2 {
	float: left;
	width: 48%;
	font-size: 0.9em;
}
.topText {
	text-align: center;
	width: 70%;
	padding-left: 11.75em;
	background: url(../images/welcome.jpg) no-repeat left .25em;
	font-size: .9em;
	margin: 1em auto;
	color: #003399;
}
#header .mailingList {
	text-align: right;
	float: right;
}
.inMail {
	background: #BBBCBF;
	padding: 2px 2px 2px 4px;
	border: solid 1px #BBBCBF;
	width: 13em;
	font-size: .65em;
}
#wrap #container #Single .contentLeft table tr td .thewine p strong {
	font-style: italic;
}
.red {
	color: #33CC00;
}
#wrap #container .topText {

}