@charset "UTF-8";
/* Global Settings */

html {
	overflow-y:scroll;
}	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	/*	line-height: 1.4em;*/
	color: #8B4513;
	display: block;
	background-image: url(../images/bg-paper.jpg);
	background-repeat: repeat;
	background-position: left top;
}
/* Common Formating */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
	color: #00703D;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 1em;
}
h2 {
	padding-right: 0;
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #00703D;
	letter-spacing: -1px;
	font-weight: bold;
}
h3 {
	font-weight:bold;
	font-size: .9em;
	color: #00703C;
	padding-bottom: 3px;
	padding-top: 0;
}
h4 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: .85em;
	color: #00703D;
	font-weight: bold;
}
h5 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1.1em;
	color: #6F553F;
	font-weight: bold;
}
h6 {
	padding-right: 0;
	padding-bottom: 5px;
	font-size: 1.1em;
	color: #00679E;
	font-weight: bold;
	padding-left: 10px;
}
p, ul, ol {
	margin:0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	color: #6f553f;
	text-align: left;
}
#mainContent p {
	line-height: 1.6em;
	font-size: .9;
}

.productsTable table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.productsTable th {
	color: #96735C;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: -5px;
	font-size: 0.95em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.productsTable td {
	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: none;
	border-left-style: none;
	text-align: left;
	border-bottom-color: #896A52;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	vertical-align: top;
}
small {
	font-size:0.85em;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
/***** Links *****/
 
a:link, a:visited {
	text-decoration:underline;
	color: #6f553f;
}
a:hover, a:active {
	text-decoration:underline;
	color: #00703D;
}


/***** Page Elements *****/

.logo {
	position: absolute;
	left: 20px;
	top: 0px;
}
.head-image {
	position: absolute;
	right: 10px;
	top: 10px;
}
#head {
	position: relative;
	height: 145px;
	margin-bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}
#homehead {
	position: relative;
	height: 100px;
	margin-bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}
ul.navMain {
	list-style-type: none;
	width: 100%;
	padding-left: 4em;
	background-color: transparent;
	padding-top: 1em;
	padding-bottom: 0px;
	padding-right: 0px;
	height: 35px;
	text-align: left;
	float: none;
}
ul.navMain li {
	font-size: 0.8em;
	float: left;
	font-weight: bold;
}
ul.navMain a {
	width: 10em;
	text-align: center;
	display: block;
	color: #FFFFFF;
	padding: 5px;
}
ul.navMain a:link, ul.navMain a:visited {
	color: #6F553F;
	text-decoration: none;
}
ul.navMain a:hover, ul.navMain a:active {
	color: #00703C;
	text-decoration: none;
}
#topNavWrap {
	float: right;
	width: 400px;
}
.miscNavTop {
	font-size: 1em;
	margin-top: 10px;
	float: right;
	color: #666666;
	padding-right: 115px;
}
#footerWrap {
	background-image: url(../images/bg-bagEdge.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	width: 100%;
	clear: both;
	margin-top: 20px;
}
#footer {
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	padding-top: 8px;
	background-color: transparent;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 65px;
}
.bottomNav {
	float: right;
	font-size: 0.75em;
	color: #6F553F;
	width: 45%;
	text-align: right;
	padding-top: 12px;
}
.bottomNav a:link, .bottomNav a:visited {
	color: #6F553F;
	text-decoration: none;
}
.bottomNav a:hover, .bottomNav a:active {
	color: #00703C;
	text-decoration: underline;
}
.storeinfo {
	float: left;
	font-size: 0.75em;
	color: #6F553F;
	width: 22%;
	padding-top: 12px;
	padding-right: 12px;
}
.storeinfo p {
	text-align: left;
	line-height: 1.3em;
}
.storeinfo a:link, .storeinfo a:visited {
	text-decoration:underline;
	color: #6F553F;
}

.storeinfo a:hover, .storeinfo a:active {
	text-decoration:underline;
	color: #00703D;
}
.copyright {
	padding-top: 5px;
	font-size: 0.7em;
	color: #6F553F;
	text-align: center;
	clear: both;
}
.copyright a:link, .copyright a:visited {
	text-decoration:none;
	color: #6F553F;
}

.copyright a:hover, .copyright a:active {
	text-decoration:underline;
}


/***** Home Page Styles *****/

.colWrap {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}
.colWrapLt {
	float: left;
	width: 50%;
	background-image: url(../images/columnHd-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 1em;
}
.colWrapRt {
	float: right;
	width: 50%;
	background-image: url(../images/columnHd-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 1em;
}
.HomeCol1 {
	width: 49%;
	float: left;
}
.HomeCol2 {
	width: 49%;
	float: left;
}
.small {
	font-size:.85em;
	color:#00703D;
}
/***** Sub Page Styles *****/
.subPgBg_Bar {
	background-image: url(../images/subPgBg_Bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.subPgTitle {
	float: none;
	color: #FFFFFF;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}
.subPgMain {
	float: right;
	width: 63%;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.subPgBg {
	height: 1px;
}
.subPgSideBar {
	width: 25%;
	float: left;
	padding-top: 8px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
.subPgMain li {
	padding-bottom: 5px;
	line-height: 1.3em;
}
/***** Global Classes *****/
 
.center {
	text-align:center;
}

.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
	padding-right: 5px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
	letter-spacing: -0.7px;
}
.italic {
	font-style:italic;
}
.text-underline {
	text-decoration: underline;
}
.highlight {
	background:#ffc;
}
#print-logo {
	display: none;
}
.wrapper {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.homewrapper {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.wrap {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg-test.jpg);
	background-repeat: no-repeat;
}
.img-left {
	float:left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.bullet {
	list-style-type: disc;
}
#main-body {
	background-color: transparent;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main-container {
	background-color: transparent;
	padding-top: 0px;
	padding-left: 60px;
}
.panel-wide {
	clear: both;
	background-color: transparent;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #574614;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	padding-right: 10px;
	font-weight: normal;
	margin-top: 15px;
}
.panel {
	float: left;
	height: 340px;
	width: 240px;
	margin-right: 30px;
	background-position: center top;
	background-image: url(../images/bag-blank.jpg);
	background-repeat: repeat-x;
	margin-left: 18px;
	margin-bottom: 15px;
}
.iconHome {
	padding-top: 20px;
	padding-left: 20px;
}
* html .panel {
	display: inline;
}
.extraMargin {
	margin-left: 30px;
}
.panel p {
	font-size: 0.8em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 0px;
	color: #D5C7B0;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: -8px;
}
.navMainWrap {
	background-color: transparent;
	width: 100%;
	background-image: url(../images/nav-top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 80px;
	margin-bottom: 0px;
}
.MainWrap {
	background-image: url(../images/nav-main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}
.bagLabel {
	margin-top: 75px;
	margin-left: 10px;
}
.bagImage {
	margin-top: -3px;
	margin-left: 10px;
	margin-bottom: 3px;
}
.bagFlash {
	margin-top: -3px;
	margin-left: 10px;
	margin-bottom: 6px;
}
/****************************************/
/********** Sub Page Elements ***********/
/****************************************/

#mainContent {
	float: left;
	width: 600px;
}
.panelSub {
	float: right;
	/*height: 335px;*/
	width: 240px;
	margin-right: 10px;
	background-position: center top;
	background-image: url(../images/bag-blank.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 47px;
}
.panelSub p {
	font-size: 0.8em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 0px;
	color: #D5C7B0;
	font-weight: normal;
	margin-top: -8px;
	line-height: 1.3em;
}
#joinList {
/*	float: right;
	height: 135px;*/
	width: 240px;
	margin-right: 14px;
	margin-left: 0;
	margin-top: 25px;
	clear: right;
}
.colSidebarText {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 0.8em;
	list-style-position: inside;
	margin-left: .5em;
	line-height: 1.6em;
}
#sideBarText {
	margin-top: 40px;
	margin-left:10px;
}
	

.col3 {
	float: left;
	width: 170px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 0.8em;
	list-style-position: inside;
	margin-left: 1em;
	line-height: 1.4em;
}
.col2 {
	float: left;
	width: 260px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 0.8em;
	list-style-position: inside;
	margin-left: 1em;
	line-height: 1.4em;
}
.col1 {
	float: left;
	width: 400px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 0.8em;
	list-style-position: inside;
	margin-left: -.5em;
	line-height: 1.5em;
}
.map {
	float: left;
	width: 500px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: .85em;
	list-style-position: inside;
	margin-left:-.5em;
	line-height: 1.5em;
}
#wineClub {
	margin-left: 20px;
	font-size: .85em;
}
#wineClub li {
	padding-bottom: 6px;
}
/****************************************/
/************Shopping Cart Styles********/
/****************************************/
#mainShop-container {
	background-color: transparent;
	padding-top: 20px;
	padding-left: 90px;
}

#mainShop {
	width: 780px;
	float: left;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Main Menu Styles */
.MainMenu {
    font-family: Tahoma, Verdana;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.MainMenu a {
    color: #ffffff;
    text-decoration: none;
}

.MainMenuHighlight {
    font-family: Tahoma, Verdana;
    color: #FB7F93;
    font-size: 12px;
    font-weight: bold;
}

.MainMenuHighlight a {
    color: #FB7F93;
    text-decoration: none;
}
/****************************************/
/************Specials Page Styles********/
/****************************************/
#main-body #main-container #mainContent .productsTable p {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#main-body #main-container #mainContent .productsTable p.label {
	font-size: 1.1em;
	color: #6F553F;
}
#main-body #main-container #mainContent .productsTable p.regular {
	font-size: 1em;
	font-weight: normal;
	color: #6F553F;
}
#main-body #main-container #mainContent .productsTable p.special {
	font-size: 1em;
	font-weight: bold;
	color: #C92714;
}
.quote {
	padding-right: 30px;
	padding-left: 30px;
	font-style: italic;
}
.special {
	font-weight: bold;
	color: #C92714;
	font-size: .9em;
}
/****************************************/
/************Kitchen Page Styles********/
/****************************************/

#menu {
	background-color: transparent;
}
#mainContent #menu h2 {
	padding-right: 0;
	padding-bottom: 7px;
	font-size: 0.9em;
	color: #6f553f;
	letter-spacing: -0.5px;
	font-weight: bold;
	padding-top: 0px;
}
#mainContent #menu h3 {
	font-weight:bold;
	font-size: 0.7em;
	color: #00703C;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 12px;
	text-transform: uppercase;
}
#mainContent #menu h4 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 0.8em;
	color: #00703D;
	font-weight: bold;
}
#mainContent #menu p {
	font-size: 0.75em;
	color: #6f553f;
	margin-top: -3px;
	padding-left: 12px;
	margin-bottom: -6px;
	line-height: 1.3em;
}
#menu ul {
	font-size: .85em;
	margin-left: 25px;
}
/*************************************************/
/************Tabbed Panels on Shop & Give ********/
/*************************************************/
.TabbedPanelsContent table td {
	font-size: .8em;
}
.TabbedPanelsContent a:link, .TabbedPanelsContent a:visited {
	text-decoration: none;
	color: #00703D;
}

.TabbedPanelsContent a:hover, .TabbedPanelsContent a:active {
	text-decoration:underline;
	color: #00703D;
}
.stafffavoritestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #030;
}
#mainslideshow {
	margin-top: 75px;
	margin-right: 100px;
	margin-bottom: 200px;
	margin-left: 100px;
	left: 100px;
	top: 75px;
	right: 100px;
	bottom: 200px;
}
#main-body #main-container .regular {
	text-align: left;
	font-size: 1.2em;
}
.homepagequote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #765B36;
	text-align: center;
}
sandiwchordertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	color: #9C653D;
}
.homepageimage {
	padding-left: 175px;
}

