html, body {}

body {
	background-color: #ffffff;
	color: #ffffff;
	margin: 20px 0px;
	padding: 0px;
}

body, table, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 130%;
}


/* links */
a {
	color: #FFFFFF;
}
a:active, a:visited {

}

a:hover {
	color: #E1974D;
}

a img {
	border: none;
	background-color: transparent;
}

/* these divs layout the page */
div#main {
	width: 768px;
}
div#mainborder {
	border: solid #532D23 1px;
}


/* content table displays page text */
table#content {
	background-color: #561e11;
	color: #ffffff;
}
table#content td.content {
	padding: 12px;
}


/* subscribe table contains recommend link and opt-in form */
table#subscribe {

}

table#subscribe input.text {
	color: #534640;
	font-size: 10px;
	border: solid #534640 1px;
	font-weight: bold;
	width: 150px;
	text-align: center;

}

/* inforow contains the gift certificate and reservations links */
table#inforow {}
table#inforow td {
	border: solid 0px #561E11;

}
table#inforow td {
	background-color: transparent;
}
table#inforow td.inforowinfo {
	background-color:#534640;
}

/* footer links */
table#footer {
	background-color: transparent;
}
table#footer td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 3px 0px;
	text-align: center;
	white-space: nowrap;
}

table#footer a, table#footer span {
	color: #9BA6A6;
	text-decoration: none;
	margin: 0px 4px;
}
table#footer a:hover {
	color: #532D23;
}

/* styles for main menu */
#menu {
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;

}
#menu td {
	text-align: right;
	white-space: nowrap;
	text-transform: uppercase;
	padding:3px 135px 0px 0px;
}
#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover, #menu a.hover {
	color: #e1974d;
}

.menudiv {
	position:absolute;
	visibility: hidden;
	padding: 0px 4px 0px 2px;
}

.submenuitems td.menuitem {
	padding: 1px 2px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 10px;
}

.submenuitems td.menuitem a {
	color: white;
	text-decoration: none;
}
.submenuitems td.menuitem a:hover {
	color: #e1974d;
}


/* content headings */
.h1, .h2, .h3 {
	color: #E1974D;
	font-weight: bold;
}
.h1 { font-size: 14px; }
.h2 { font-size: 12px; }
.h3 { font-size: 10px; }


/* spread out list items */
li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* form fields */
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.img {
	border: none;
	background-color: transparent;
	padding: 0px;
}

input.text, select, textarea {
	color: #534640;
	font-size: 10px;
	border: solid #534640 1px;

}
input.text, textarea {
	padding: 2px 4px;
}

input.button {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #534640;
	border: 1px;
	border-style: outset;
}

input.radio, input.checkbox {
	border: none;
	background: transparent;
}

td.formcaption {
	font-weight: normal;
	text-align: right;
	padding-right: 4px;
	white-space: nowrap;
}

td.formfield {
	padding-left: 4px;
}


/* styles for wine list */
table.winelist {
	width: 100%;
	border: solid #ffffff;
	border-width: 0px 1px 1px 0px;
}

table.winelist td, table.winelist th {
	padding: 2px 4px;
	border: solid #ffffff 1px;
	border-width: 1px 0px 0px 1px;
	font-size: 10px;
}

table.winelist tr.header th {
	text-align: left;
	background-color: #534640;
	color: #ffffff;
}
table.winelist tr.colheaders th {
	text-align: left;
	color: #e1974d;
}

hr	{
	height: 0px;
	border: solid #ffffff 0px;
	border-top-width: 1px;
}






