<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
#bannertextbx {
	float: left;
	width: 700px;
	text-align: left;
	margin-top: 135px;
	font-size: 17px;
	color: #626262;
}
a:hover {
	text-decoration: none;
	color: #999;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#fllwidthheader {

}
.ccopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

#menu {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 4px;
}

#fllwidthnav {
	background-color: #819A72;
	height: 44px;

}

#headcont2 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(graphic/banner.jpg);
	background-repeat: no-repeat;
	height: 163px;
	padding-bottom: 8px;
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
	text-align: left;
}

/* ~~ The footer ~~ */
.footer {
	background-color: #819A72;
	text-align: left;
	padding: 10px;
	overflow: hidden;
	width: 98%;
}
/* ~~ miscellaneous float/clear classes ~~ */

h2 {
	color: #888888;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
}




/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: bounding-box;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color: #FFF;
	background-image: url(graphic/bggrain.jpg);
}

.whitemed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 3px;
	background-color: #728859;
	margin-top: 22px;
	margin-right: 11px;
	margin-bottom: 11px;
	padding: 2px;
	height: 33px;
}

.greenitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #596C46;
	font-weight: normal;
}

/* Commonly used to style page titles. */
h1 {
	color: #494949;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
}
/* Commonly used to style section titles. */
h2 {
	color: #7B8C79;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

#mainhometext {
	float: left;
	width: 580px;
	font-size: 14px;
	text-align: justify;
	line-height: 29px;
	color: #555555;
	background-position: bottom;
	background-image: url(file:///C|/Users/boo/Downloads/graphic/stain.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

#mainhometext2a {
	float: left;
	width: 933px;
	font-size: 14px;
	text-align: justify;
	line-height: 29px;
	color: #555555;
	padding-left: 10px;
	padding-right: 10px;
	
}

#mainhometext3 {
	float: left;
	width: 933px;
	font-size: 14px;
	text-align: justify;
	line-height: 29px;
	color: #555555;
	background-position: bottom;
	background-image: url(file:///C|/Users/boo/Downloads/graphic/stain.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;	
}





#sidetext {
	float: right;
	width: 330px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 19px;
}

#photo1 {
	width: 960px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	float: left;
	width: 177px;
	margin-right: 49px;
}



#menu {
	background-color: #819A72;
	height: 34px;
}

body {
	background-image: url(file:///C|/Users/paper/Texture0208.jpg);
}
#copyright {
	float: right;
	width: 83px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding: 4px;
}
#copyright2 {
	float: right;
	width: 83px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding: 4px;
}


.wineclubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7B8C79;
	line-height: 22px;
	text-align: left;
}
#bx1 {
	float: left;
	width: 300px;
	color: #7B8C79;
	text-align: justify;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 6px;
	border: thin solid #CCC;
	padding-right: 5px;
}


#bx2 {
	float: left;
	width: 300px;
	border: thin solid #CCC;
	color: #666666;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 6px;
	background-image: url(graphic/news.jpg);
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	padding-bottom: 8px;
	margin-left: 5px;
	padding-right: 5px;
	background-position: 0%
%;
	background-position: 0% 33%;
	font-size: 12px;
	line-height: 1.6em;
	overflow:hidden;
}
#bx3 {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;



	link
	border: 1px solid #CCC;
	padding-top: 3px;
	margin-left: 5px;
	padding-left: 6px;
	text-align: left;
	padding-right: 5px;
	height: auto;



	a
; 			border: 1px solid #CCC;
	padding-bottom: 5px;
	
}
#bx4 {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	link
	border: 1px solid #CCC;
	padding-top: 3px;
	margin-left: 5px;
	padding-left: 6px;
	text-align: left;
	padding-right: 5px;
	height: auto;
a
; 					border: 1px solid #CCC;
	padding-bottom: 5px;
	margin-top: 11px;
}


#outerWrapper #topNavigation #sidetext #bx2 #20634285727962 .form-all .form-section #id_2 {
	text-align: right;
}
body {
	background-image: url(file:///C|/Users/boo/Downloads/paper/Texture0208.jpg);
	background-color: #F1F0EC;
}

.whiteft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.transparent_class {
	font-size:16px;
	height:122px;
	width:280px;
	border:qpx solid gray;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B8C79;
	background-image: url(file:///C|/Users/boo/Downloads/images/test_bg.gif);
	line-height: normal;
	text-align: left;
}

.copytxt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#nicolle1 {
	float: right;
	width: 230px;
	text-align: center;
	border: 1px solid #CCC;
	padding: 7px;
}
#nicoller {
	float: left;
	width: 330px;
}

.bold1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#wt1 {
	float: left;
	width: 610px;
}
#wt2 {
	text-align: left;
}
#wt3 {
	float: right;
	width: 300px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
}
#wt4 {
	float: right;
	width: 300px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
}
#wt5 {
	float: left;
	width: 928px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
}
.btetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #494949;
	font-style: italic;
}

#wt6 {
	float: left;
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
}

#email {
	float: left;
	width: 533px;
	border: 1px solid #CCC;
}
a:hover {
	color: #95AA88;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.clear			{
				display:block;
				clear:both;
				height:0 !important;
				overflow:hidden;
				}
#tripadvisor {
	float: left;
	width: 300px;
	border: thin solid #CCC;
	color: #666666;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 6px;
	margin-top: 17px;
	margin-bottom: 6px;
	text-align: left;
	padding-bottom: 8px;
	margin-left: 5px;
	padding-right: 5px;
}
</pre></body></html>