body
{
	font-family: 'myriad pro', arial, helvetica, sans-serif;
	background-color: white;
	margin-top: 0;
}

.banner
{
	background-image: url(images/distillery.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: white;
	height: 120px;
	padding-left: 1em;
}

.banner h1
{
	font-size: 16pt;
	text-shadow: 0.1em 0.1em 3px #603;
}

h1
{
	font-size: 14pt;
	font-weight: 400;
}

.heading
{
	color: #900;
	font-family: 'Century Old Style', times, serif;
	font-size: 14pt;
	font-style: italic;
}

.heading2
{
	color: rgb(68, 115, 132);
	font-family: 'Century Old Style', times, serif;
	font-size: 14pt;
	font-style: italic;
}

.nav
{
	width: 200px;
}

.nav a
{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: black;
	font-size: 12pt;
}

.nav a:hover
{
	color: blue;
	text-shadow: 0.1em 0.1em 3px #063;
}

.order-form th
{
	border: 0;
	padding: 3px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.order-form td
{
	padding: 3px;
}

.summary td
{
	border-top: 1px solid silver;
}

.content
{
	padding: 1em;
}

.line
{
	background: rgb(105, 93, 85);
	border: 1px solid rgb(135, 123, 115);
	height: 4px;
}

.denim
{
	color: rgb(68, 115, 132);
	font-style: italic;
}

.label
{
	padding: 30px;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	width: 220px;
}

.account
{
	border-color: rgb(160, 16, 25);
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
	background: rgb(160, 16, 25);
	color: white;
}

.account td
{
	border-color: rgb(160, 16, 25);
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}

.order td, th
{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.nav_left
{
	background-image: url(nav/left.png);
	background-repeat: repeat-y;
}

.nav_right
{
	background-image: url(nav/right.png);
	background-repeat: repeat-y;
}



