<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @override 
	http://www.winetrailtraveler.com/css/styleone.css */

@charset "UTF-8";
/* CSS DOCUMENT FOR ALL STYLES IN ALL DOCUMENTS (INDIVIDUAL PAGES AND HEADER, FOOTER, AND SIDEBARS*/

body {
	background-color: #6a2a4c;
	text-align: center;
	-webkit-box-shadow:0px 5px 10px #1c1c1c;
	-moz-box-shadow:0px 5px 10px #1c1c1c;
	box-shadow:0px 5px 10px #1c1c1c;


}


a:link {color: #c71d77; text-decoration: none;}      /* unvisited link */
a:visited {color: #a81d67; text-decoration: none;}  /* visited link */
a:hover {color: #000000; text-decoration: none;}  /* mouse over link */
a:active {color: #000000; text-decoration: none;}  /* selected link */



body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }

/*STYLES BELOW*/

	.style1 {
		font-family: Arial, Helvetica, sans-serif
			}
	.style2 {
		font-size: 90%
			}
	.style3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
			}
	.style4 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 80%; 
			}
	.style5 {
		font-size: 80%
			}
			
	.imgstyle {
	padding: 5px;
}
		
	.footerstyle {
		color: #eddede;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
			}
			
			.footerstyle a:link {
		color: #eddede;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
			}
			
			.footerstyle a:hover {
		color: #eddede;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
			}

.footerstyle a:visited {
		color: #eddede;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
			}
			
	.homestyle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		padding: 10px;
		}
		
	.titlestyle {
		color: #6a2a4c;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		padding: 10px;
		}
		
	.businessmenustyle {
		color: #FFFFCC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right;
		padding-left: 10px;
	
		}
		
		.businessmenustyle a:link {
		color: #FFFFCC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right;
		padding-right: 20px;
		text-decoration:none;
		}
		
		.businessmenustyle a:hover {
		color: #FFFFCC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right;
		padding-right: 20px;
		text-decoration:none;
		}
		
		.businessmenustyle a:visited {
		color: #FFFFCC;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right;
		padding-right: 20px;
		text-decoration:none;
		}
		
		
		
	.stylesb {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
/*DIV LAYERS BELOW*/

#wrapper 
{ 
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
padding-bottom: 5px; 
 padding-left: 30px;
padding-right: 30px;
 text-align: left;
 padding-top: 0;
 min-width: 60em;
} 

#header 
{ 

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(236,235,214,1) 100%, rgba(0,0,0,0) 0%), url('../images/logobg2.jpg') no-repeat;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(236,235,214,0.65))), url('../images/logobg2.jpg') no-repeat;
background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(236,235,214,1) 100%,rgba(0,0,0,0) 0%), url('../images/logobg2.jpg') no-repeat;
background: -o-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(236,235,214,1) 100%,rgba(0,0,0,0) 0%), url('../images/logobg2.jpg') no-repeat;
background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(236,235,214,1) 100%,rgba(0,0,0,0) 0%), url('../images/logobg2.jpg') no-repeat;
background: linear-gradient(to right, rgba(0,0,0,0) 20%,rgba(236,235,214,1) 100%, rgba(0,0,0,1) 59%), url('../images/logobg2.jpg') no-repeat;



 padding: 0px; 

 -webkit-box-shadow: 0 5px 10px -1px black;
    -moz-box-shadow: 0 5px 10px -1x black;
         box-shadow: 0 5px 10px -1px black;
         
         
         
         border:0px solid;
         border-top-right-radius:1em;
         border-top-left-radius:1em;
         	border-bottom-right-radius:1em;
         
} 

#logoholder
{
	margin-right: 10px;
	background-size:190px 110px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('../images/logo.gif');
}

#businessnav
{
	height: 15px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	}

#navigation
{
	padding-top: 0px;
	margin-top: 0px;
	height: 33px;
	text-align: center;
	background-color: #ceab69;
}

#sidewrap
{
	background-color: #ecebd6;
	margin-top: 25px;
	
	border:0px solid;
	border-top-right-radius:0em;
	border-top-left-radius:0em;
}

#sidebar
{
	margin-left: 10px;
	margin-top: 10px;
	width: 150px;
	background: #ecebd6;
	position:absolute;
}

#contentarea
{
	padding: 0px;
	min-height: 600px;
	padding-left:170px;
	padding-right: 15px;	
	
	
	-webkit-box-shadow: 0 4px 10px 0px black;
	   -moz-box-shadow: 0 4px 10px 0x black;
	        box-shadow: 0 4px 10px 0px black;
	}
	
#footer
{
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	
}

.box h3{
	text-align:center;
	position:relative;
	top:80px;
}
.box {
	width:70%;
	height:200px;
	background:#FFF;
	margin:40px auto;
}


	</pre></body></html>