body {
	background-color: #101010;
	color: white;
	font-family: Trebuchet MS, sans-serif;
}

a {
	color: #9d7c0a;
}

div#banner {
	background-color: black;
	background-image: url('http://www.gamachevintners.com/images/inside.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 138px;
	border-bottom: solid #9d7c0a 2px;
}

p.actions {
	font-size: smaller;
	margin-top: 0;
}
strong {
	color: #9d7c0a;
}

div.box {
	margin: 1em;
	padding: 1em;
	background-color: #222;
	border: solid #9d7c0a 1px;
}
div.box h1 {
	text-align: center;
	color: #9d7c0a;
}
div.box h2 {
	color: #9d7c0a;
	font-size: 100%;
}

p.footer {
	text-align: center;
	font-size: smaller;
	clear: both;
}
p.footer#fvtw {
	font-family: serif;
}

div#cart {
	float: right;
	border: solid black 1px;
}
div#cart h2 {
	background-color: black;
	color: white;
	margin: 1px;
}

th {
	text-align: left;
}
th.column {
	font-size: smaller;
	text-decoration: underline;
}
td.number {
	text-align: right;
}

table.grid {
	border-collapse: collapse;
}
table.grid td {
	padding: 0 4px 0 4px;
	border: solid black 1px;
}
table.grid th {
	text-align: center;
	border: solid black 1px;
	padding: 0 1em 0 1em;
}
table.grid td.space {
	border: none;
}

img.vintagePicture {
	float: right;
	margin: 1em;
	border: solid white 3px;
}

.formRequired {
	color: red;
}
.formError {
	color: red;
}
