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: 10px;
	line-height: 130%;
}


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

}

a:hover {
	color: #ebad41;
}

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


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



/* header contains the reservation link and opt-in form */
table#header {

}

table#header input.text {
	color: #7DA4A5;
	font-size: 10px;
	border: solid #EBAD41 1px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

table#header td.headerspacer {
	height: 6px;
	background-color: #EBAD41;
}


/* menu links row */
table#menulinks {
	background-color: #532D23;

}
table#menulinks td {
	font-size: 11px;
	padding: 4px 0px;
	text-align: center;
	white-space: nowrap;
}
table#menulinks a {
	color: white;
	text-decoration: none;
	margin: 0px 8px;
}
table#menulinks a:hover {
	color: #EBAD41;
}

/* 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: #7DA4A5;
	text-decoration: none;
	margin: 0px 7px;
}
table#footer a:hover {
	color: #532D23;
}

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

}


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



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

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

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

input.button {
	color: #ffffff;
	font-size: 10px;
	background-color: #532d23;
}

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

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

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 #532d23 1px;

}

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

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






