/* CSS Document */

/* Remove border around linked images */

img {

	border: 0;

}

body {
	width: 780px;
	margin:  0;
	padding: 0;
	background: #fff url(images/bckgnd.jpg) no-repeat left top;
	font: 100% verdana, arial, sans-serif;
}

div#content {
	width: 698px;
	margin-left: 40px;
	margin-top: 140px;
	padding: 0px;
}

div#nav {
	margin: 0px;
	padding: 0px;
}



/* begin css tabs */

ul#tabnav { /* general settings */
	text-align: center; /* set to left, right or center */
	margin: 0em; /* set margins as desired */
	font: bold .85em verdana, arial, sans-serif; /* set border COLOR as desired */
	list-style-type: none;
	padding: 0px 0px 3px; /* THIRD number must change with respect to padding-top (X) below */
	width: 698px;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5 { /* settings for selected tab */
background-color: #002c6d; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a { /* settings for selected tab link */
	background-color: #002c6d; /* set selected tab background color as desired */
	color: #99abc5; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px;
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 20px; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #a99016; /* set unselected tab background color as desired */
	color: #ddd3a2; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	border-top: 1px solid #dec483;
	border-right: 1px solid #dec483;
	border-left: 1px solid #dec483;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #002c6d; /* set desired hover color */
	color: #99abc5;
}

/* end css tabs */

div#main {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 50px 0px 0px;
	background-image: url(images/bckgnd_story2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ddd3a2;
}

div#home {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd3a2;
	width: 698px;
}

div#wines {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 50px 0px 0px;
	background-image: url(images/header_winlist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ddd3a2;
}

h1.wines {
	font-size: 1.2em;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	color: #003366;
}

h1.wines a {
	text-decoration: none;
	color: #003366;
}

h1.wines a:hover {
	color: #660000;
}

h2.wines{
	font-size: 1em;
	margin: 4px 0px 0px 20px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
}

h1.wines2 {
	font-size: 1.2em;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 100px;
	margin-top: 10px;
	color: #003366;
}

h3.wines {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: #660000;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}

p.wines {
	font-size: 0.85em;
	margin-left: 100px;
	margin-right: 30px;
	padding: 5px 0px 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

p.wines2 {
	font-size: 0.85em;
	margin-left: 145px;
	margin-right: 30px;
	padding: 5px 0px 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}

.wines_table {
	font-size: 0.85em;
	padding: 0px;
	margin: 0px 0px 0px 140px;

}

p.wines3 {
	font-size: 0.85em;
	margin-left: 20px;
	margin-right: 30px;
	padding: 0px 0px 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
}

h3.wines2{
	margin-left: 20px;
	font-size: 1em;
}

h3.wines2 a {
	text-decoration: none;
	color: #003366;
}

h3.wines2 a:hover {
	color: #660000;
}

span.available {
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}

p.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-left: 40px;
	margin-right: 300px;
	margin-bottom: 30px;
	line-height: 1.4em;
}

div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	line-height: 1.6em;
	width: 698px;
}
div#contact {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 50px 0px 0px;
	background-image: url(images/bckgnd_contact2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ddd3a2;
}
div#club {
	margin: 0px;
	padding: 50px 0px 0px;
	background-image: url(images/bckgnd_club2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ddd3a2;
}

#winetable {
}

p.secondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-left: 40px;
	margin-right: 240px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
	
</style>
