@charset "UTF-8";
/* CSS Document */

* {
 margin: 0;
 padding: 0;
}
body {
 background: #754C24 url(../images/BG_5x768.jpg) repeat-x top;
 font: 13px/20px "Georgia", normal Arial, Helvetica, sans-serif;
 color: #333333;
 text-align: left; 
}
/* Site-wide Styles 
--------------------------------------*/
h1 {
 font: 20px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 margin-bottom: 12px;
 border-bottom: 1px dotted #A67C52;
 color: #663300;
}
h2 {
 font: 16px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 margin-top: 4px;
 margin-bottom: 5px;
 border-bottom: 1px dotted #754C24;
 color: #663300;
}
h3 {
 font: 18px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 margin-bottom: 1px;
 font-weight: bold;
 color: #663300;
}
h4 {
 font: 14px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 margin-bottom: 12px;
 border-bottom: 1px dotted #A67C52;
 font-style:oblique;
 color: #663300;
}
h5 {
 font: 12px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: underline;
 color: #663300;
 padding: 15px 0 0 0;
}
h6 {
 font: 14px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px dotted #754C24;
 color: #663300;
 padding: 20px 0 0 0;
}
h7 {
 font: 16px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 line-height: 30px;
 color: #F5F5DC;
}
subhead {
 font: 14px/18px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 margin-bottom: 10px;
 color: #000000;
}
ul {
 font: 12px "Lucida Grande", normal Arial, Helvetica, sans-serif;
 list-style: none; 
}
#page {
 margin: 0 auto;
 width: 848px;
 background: #FFFFFF url() repeat-y;
 -box-shadow: 0px 0px 15px #000000; 
 -webkit-box-shadow: 0px 0px 15px #000000;
 -moz-box-shadow: 0px 0px 15px #000000;
}

/* Header Elements 
--------------------------------------*/
#header {
	margin: auto;
	width: 840px;
	height: 175px;
	background: #666666 url(../images/header_bg.jpg) no-repeat top;
}
#main-nav {
	width: 840px;
	height: 35px;
    color: #754C24;
	margin: auto;
	padding-top: 145px;
	
}
#main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-nav li {
	display: block;
	float: left;
	width: 140px;
	height: 35px;
	background: #444444 url(../images/main-nav_bg.jpg) 0px 0px no-repeat;
}
#main-nav a {
	display: block;
	width: 140px;
	height: 35px;
	background: #444444 url(../images/main-nav_bg.jpg) 0px -35px no-repeat;
	text-indent: -5000px;
}
/* list item BGs */
#main-nav li.home {background-position: 0px -35px;}
#main-nav li.wines {background-position: -140px -35px;}
#main-nav li.news {background-position: -280px -35px;}
#main-nav li.wineclub {background-position: -420px -35px;}
#main-nav li.about {background-position: -560px -35px;}
#main-nav li.contact {background-position: -700px -35px;}

/* Anchor - Default BGs */
#main-nav li.home a {background-position: 0px 0px;}
#main-nav li.wines a {background-position: -140px 0px;}
#main-nav li.news a {background-position: -280px 0px;}
#main-nav li.wineclub a {background-position: -420px 0px;}
#main-nav li.about a {background-position: -560px 0px;}
#main-nav li.contact a {background-position: -700px 0px;}

/* Anchor - Current BGs */
#home #main-nav li.home a {background-position: 0px -70px;}
#wines #main-nav li.wines a {background-position: -140px -70px;}
#news #main-nav li.news a {background-position: -280px -70px;}
#wineclub #main-nav li.wineclub a {background-position: -420px -70px;}
#about #main-nav li.about a {background-position: -560px -70px;}
#contact #main-nav li.contact a {background-position: -700px -70px;}

/* Anchor - Hover BGs */
#main-nav li.home.hover a:hover {background-position: 0px -35px;}
#main-nav li.wines.hover a:hover {background-position: -140px -35px;}
#main-nav li.news.hover a:hover {background-position: -280px -35px;}
#main-nav li.wineclub.hover a:hover {background-position: -420px -35px;}
#main-nav li.about.hover a:hover {background-position: -560px -35px;}
#main-nav li.contact.hover a:hover {background-position: -700px -35px;}



/*  --- Home Page elements --- */
#home-content {
 width: 790px;
 min-height: 420px;
 display: inline;
 position: relative;
 float: left;
 margin: 4px 0 0 0;
 padding: 20px 25px 15px 25px;
 background: #FFFFFF url() repeat-x top;
}
#news-banner {
	width: 520px;
	height: 250px;
	float: left;
	overflow: hidden;
	background: #FFFFFF;
	 -box-shadow: 1px 1px 6px #333333; 
	 -webkit-box-shadow: 1px 1px 6px #333333;
	 -moz-box-shadow: 1px 1px 6px #333333;
}
#events-home {
	width: 217px;
	height: 228px;
	float: right;
	padding: 12px 15px 10px 18px;
	background: url(../images/sub-nav_bg_5x300.jpg) top repeat-x;
}
#datecol {
	width: 30px;
	float: left;
	margin-top: 14px;
}
#cal-date {
	float: left;
	width: 25px;
	height: 29px;
	padding: 2px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	background: #754C24;
}
#month {
	font: 9px "Lucida Grande", normal Arial, Helvetica, sans-serif;
}
#date {
	font: 14px "Lucida Grande", normal Arial, Helvetica, sans-serif ; 
}
#home-event {
	float: left;
	margin: 14px 0 0 2px;
	padding: 0;
	font: 10px "Lucida Grande", normal Arial, Helvetica, sans-serif;
}
.event-listing {
	height: 32px;
	padding-left: 5px;
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px #754C24 dotted;

}
#left-button {
	width: 235px;
	height: 105px;
	margin: 28px 0 0 0;
    padding: 10px 0 10px 15px;
	float: left;
	background: url(../images/home-btm-banner-left.jpg) no-repeat;
}
#calltoaction {
    width: 125px;
	text-indent: -1000px;
    font: 18px "Lucida Grande", normal Arial, Helvetica, sans-serif;
}
#buywine-btn a {
    width: 100px;
    height: 25px;
	display: block;
    margin: 52px 0 0 0;
    background: url(../images/home_buttons_all.png) 0px 0px no-repeat;
    text-indent: -1000px;
}
#buywine-btn a:hover {
    background: url(../images/home_buttons_all.png) 0px -25px no-repeat;
}
#mid-button {
	width: 235px;
	height: 105px;
	margin: 28px 0 0 22px;
    padding: 10px 0 10px 15px;
	float: left;
	background: url(../images/home-btm-banner-center.jpg) no-repeat;
}
#joinclub-btn a {
    width: 100px;
    height: 25px;
	display: block;
    margin: 52px 0 0 0;
    background: url(../images/home_buttons_all.png) -100px 0px no-repeat;
    text-indent: -1000px;
}
#joinclub-btn a:hover {
    background: url(../images/home_buttons_all.png) -100px -25px no-repeat;
}
#right-button {
	width: 235px;
	height: 105px;
	margin: 28px 0 0 18px;
    padding: 10px 0 10px 15px;
	float: right;
	background: url(../images/home-btm-banner-right.jpg) no-repeat;
}
#getnewsletter-btn a {
    width: 100px;
    height: 25px;
	display: block;
    margin: 52px 0 0 0;
    background: url(../images/home_buttons_all.png) -200px 0px no-repeat;
    text-indent: -1000px;
}
#getnewsletter-btn a:hover {
    background: url(../images/home_buttons_all.png) -200px -25px no-repeat;
}


/* Main Content Elements 
--------------------------------------*/
#content-area {
	margin: auto;
	width: 840px;
	overflow: hidden;
}
#main-content {
 width: 528px;
 min-height: 420px;
 display: inline;
 position: relative;
 float: left;
 margin: 4px 0 0 0;
 padding: 15px 25px 25px 25px;
 background: #FFFFFF url(../images/main-content_bg_5x300.jpg) repeat-x top;
}
#main-content a {
 color: #000000;
 text-decoration: underline;
}
#main-content a:hover {
 color: #990000;
}
#main-content ind {
 padding-left: 10px;
}
#main-content img {
 float: right;
 margin: 0 0 8px 8px;
 
}
#main-content a:hover img {
 	box-shadow: 0px 0px 5px #959595; 
	-webkit-box-shadow: 0px 0px 5px #959595;
	-moz-box-shadow: 0px 0px 5px #959595;
	
}
#main-content ul {
 line-height: 16px;
 text-align: left;
 margin-left: 18px;
 list-style: square;
}
#order-info ul {
	list-style: none;
}
#main-content table {
	font: 12px/18px "Lucida Grande", normal Arial, Helvetica, sans-serif;
	color: #000000;
}

/* News Items */
#featured-news {
	margin: 20px 0 5px 0;
	padding-bottom: 8px;
	border-bottom: #754C24 1px solid;
}
#featured-news p {
	margin: 8px 0 15px 0;
}
#news-list ul {
	margin-left: 10px;
}
#news-list li {
	margin: 10px 0 10px 0;
	list-style: none;
}
#news-list li a:link {
 	text-decoration: none;
}
#news-list li a:hover {
 	text-decoration: underline;
}
#banner {
 margin-right: 37px;
 margin-top: 20px;
}
#event-list {
	margin-top: 8px;
}
#event-list b {
	font-weight: bold;
	text-decoration:underline;
	color: #754C24;
}
#event-list li {
	margin-left: 18px;
	margin-bottom: 5px;
}
#event-list li.pcevent {
	list-style: none;
}
#event-list li.pcevent img {
	float: left;
	margin: 2px 8px 0 -14px;
}
#links-list ul {
 font-size: 12px;
 line-height: 14px;
 text-align: left;
 margin-left: 18px;
 list-style: square;
}
#links-list li {
 margin-top: 10px;
 font-weight: bold;
 text-decoration: none; 
}
#links-list li a:link {
 color: #000000;
 text-decoration: none;
}
#links-list li a:visited {
 color: #000000;
 text-decoration: none;
}
#links-list li a:hover {
 color: #754C24;
}	
#quotes {
	font-size:11px;
	line-height: 14px;
}
#quotes li {
	list-style: square;
	margin-top: 10px;
	margin-left: 15px;
}
#quotes li u {
	text-decoration:underline;
}
#label {
	position: relative;
    float: right; 
}
#label2 {
	position: relative;
	float: right; 
	width: 178px;
	height: 166px;
	margin: 0 0 8px 10px;
	box-shadow: 1px 1px 2px #555555; 
	-webkit-box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 2px 2px 2px #555555;
}

/* Buttons*/

#wineclub-btn {
	position: absolute; bottom: 25px; right: 175px;}
#red-btn {
	position: absolute;bottom: 168px;right: 50px;}
#red-btn a:hover img {box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
#white-btn {
	position: absolute; bottom: 168px; right: 50px;}
#white-btn a:hover img {box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}

#cab-button {
	position: absolute;bottom: 130px;right: 55px;}
#cab05-button {
	position: absolute;bottom: 150px;right: 65px;}
#cab06-button {
	position: absolute;bottom: 175px;right: 65px;}
#syrah-button {
	position: absolute;bottom: 150px;right: 65px;}
#syrah07-button {
	position: absolute;bottom: 155px;right: 65px;}
#zin-button {
	position: absolute;bottom: 125px;right: 25px;}
#zin06-button {
	position: absolute;bottom: 150px;right: 65px;}
#zin07-button {
	position: absolute;bottom: 180px;right: 65px;}
#sauv-button {
	position: absolute;bottom: 125px;right: 75px;}
#sauv08-button {
	position: absolute;bottom: 140px;right: 65px;}
#rose-button {
	position: absolute;bottom: 130px;right: 55px;}


/* Side Nav Elements */

#side-nav {
 width: 210px;
 min-height: 420px;
 display: inline;
 position: relative;
 float: right;
 margin: 4px 0 0 0;
 padding: 21px 25px 14px 25px;
 background: #FFFFFF url(../images/sub-nav_bg_5x300.jpg) repeat-x top;
}
#side-nav a:link {
 color: #754C24;
 text-decoration: none;
}
#side-nav a:visited {
 color: #754C24;
 text-decoration: none;
}
#side-nav a:hover {
 color: #000000;
}
#side-nav img {
 margin: auto;

}
#side-nav ul {
 font-size: 12px;
 line-height: 13px;
 text-align: left;
 margin-left: 15px;
 list-style: none;
}
#side-nav li {
 margin-top: 10px;
 text-decoration: none; 
}
#side-nav li a:link {
 color: #754C24;
 text-decoration: none;
}
#side-nav li a:visited {
 color: #754C24;
 text-decoration: none;
}
#side-nav li a:hover {
 color: #000000;
}

/* Bottom Bar Elements 
--------------------------------------*/
#bottom-bar {
   background: #FFFFFF url(../images/bottom-bar-bg.jpg) repeat-x top;
   float: left;
   width: 100%;
   height: 40px; 
   padding-top: 10px;
}
#search {
	width: 45%;
	margin: -5px 0 0 15px;
	float: left;
	font: 7px "Lucida Grande", normal Arial, Helvetica, sans-serif;
}
#social-links {
	width: 45%;
	margin: 3px 0 0 65px;
	float: left;
	font: 13px "Lucida Grande", normal Arial, Helvetica, sans-serif;
	line-height: 20px; 
}
#social-links p {
	float: left;
	margin-top: 3px;
}
#facebook a { 
	margin: 0 0 0 20px;
	background: #333333 url(../images/social-btns.jpg) 0px 0px no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	float: left;
	text-indent: -2000px;	  
}
#twitter a {
	margin: 0 0 0 20px;
	background: #444444 url(../images/social-btns.jpg) -30px 0px no-repeat;
	height: 25px;
	width: 45px;
	display: block;
	float: left;
	text-indent: -2000px;	     
}
#yelp a {
	margin: 0 0 0 15px;
	background: #666666 url(../images/social-btns.jpg) -75px 0px no-repeat;
	height: 25px;
	width: 55px;
	display: block;
	float: left;
	text-indent: -2000px;	     
}
#facebook a:hover{ 
	background: #333333 url(../images/social-btns.jpg) 0px -25px no-repeat;
}
#twitter a:hover {
	background: #444444 url(../images/social-btns.jpg) -30px -25px no-repeat;
}
#yelp a:hover {
	background: #666666 url(../images/social-btns.jpg) -75px -25px no-repeat;
}

  

/* Footer Elements 
--------------------------------------*/
#footer {
	background: url() top no-repeat;
	width: 844px;
 	margin: auto;
}
#footer-left {
	float: left;
}
#footer-right {
	float: left;
}
#footer ul {
 	padding: 20px 0;
 	font: 11px/14px "Helvetica", normal Arial, sans-serif;
 	text-align: center;
 	color: #FFFFFF;
 	list-style: none;
}
#footer li {
 	margin: 0 10px 0 10px;
 	font-size: 10px;
 	color: #FFFFFF;
 	text-decoration: none; 
}
#footer a:link, a:visited {
 	color: #FFFFFF;
  	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
 	text-decoration: underline;
}

