body {
	margin: 0;
	padding: 0;
	background: url(images/img01.jpg) repeat;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #3c382f;
	text-align: justify;
}

#gradient {
	padding: 20px 0;
	background: url(images/img02.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #80000c;
}

h1 {
	font-size: 1.8em;
	letter-spacing: .1em;
	padding-bottom:5px;
}

h2 {
	font-size: 1.6em;
	letter-spacing: em;
	font-weight: bold;
	color: #637150;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #637150;
	font-weight: bold;
}

a:hover {
	color: #80000c;
}


/* Wrapper */

#wrapper {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 15px solid #FFFFFF;
}

.container {
	width: 850px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	width: 850px;
	height: 160px;
	margin: 0 auto;
}


/* Content */

#main {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content {
	margin: 0 auto;
	padding: 35px 30px 20px 30px;
}

#colcontent {
	margin: 0 auto;
	padding: 35px 20px 20px 30px;
}

#column-left { 
	width:550px; 
	float:left; 
	margin-right:2px; 
}

#column-left a:link, #column-left a:visited { 
color:#990033; 
}

#column-right {
	width:200px; float:left; 
}

#column-right a:link, #column-right a:visited { 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:underline; 
}

#column-right a:hover, #column-right a:active { 
	text-decoration:none; 
}

.address {
	margin: 0;
	padding: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	letter-spacing:2px;
	color: #3c382f;
	width: 850px;
	height: 18px;
	background: url(images/goldbar.jpg) repeat-x;
}

.hours {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #637150;
	line-height: normal;
}

.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #7d0f11;
}

.wines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #3c382f;
	line-height: normal;
}

.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #637150;
	line-height: normal;
}

.greennorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #637150;
	line-height: normal;
}


/* Menu */

#menu {
	height: 66px;
	width: 850px;
}

#menu ul {
	height: 66px;
	margin: 0;
	padding-top: 9px;
	background: url(images/bg05.jpg);
	list-style: none;
	/*line-height: 1*/
}

#menu li {
	float: left;
	height: 35px;
	padding: 10px 20px 0 20px;
}

#menu li.active {
	background: url(images/bg06.jpg) no-repeat;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

.req {
	color: #CC0000;
}


/* Footer */

#footer {
	clear: both;
	margin-top:20px;
	padding-top: 5px;
	height: 44px;
	width: 850px;
	background-color: #637150;
}

#footer div {
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
}

#bottomnav {
	margin: 0;
	text-align: center;
}

#bottomnav a {
	color: #749A75;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}

#bottomnav a:hover {
	color: #2d5035;
	text-decoration: none;
}

