h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 140%;
	color: #990000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-transform: lowercase;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 130%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #990000;
	text-transform: lowercase;
}

h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited
{
	color: #693120;
	text-transform: none;
}

h2 a:hover, h2 a:active, h3 a:hover, h3 a:active
{
	color: #000;
	text-transform: none;
}

h3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 120%;
	text-transform: lowercase;
}

h4
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	line-height: 120%;
	text-transform: lowercase;
}

h5
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	line-height: 120%;
}

p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 130%;
}

p + ul
{
	margin-top: 0px;
}

dl
{
	margin: 5px 0px 7px 0px;
	padding: 0px;
}

dt
{
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 130%;
	font-weight: bold;
}

dd
{
	margin-left: 20px;
	font-size: 1.3em;
}

dd p
{
	margin-bottom: 0px;
	font-size: 100%;
}

dd p.link
{
	margin-top: 5px;
	margin-bottom: 5px;
}

a, a:link
{
	color: #03c;
}

a:visited
{
	color: #03c;
}

a:hover, a:active
{
	color: #000;
}

li
{
	font-size: 1.3em;
	padding: 2px 0px;
	line-height: 130%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #784771;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	width: 780px;
	text-align: center;
	font-weight: normal;
	position: relative;
	line-height: 130%;
}

#banner
{
/*	font-size: 0px;  */			/* Need to get rid of extra space in Netscape 6, IE6 (possibly others */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	width: 780px;
	height: 102px;
	position: relative;
	display: block;			/* Gets rid of white band underneath banner */
}

	#banner ul#navbar
	{
		list-style: none;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		position: absolute;
		left: 365px;
		top: 20px;
		width: 500px;
		height: 50px;
	}

		#banner ul#navbar li
		{
			margin: 0px;
			display: inline;
			float: left;
			padding: 0px 0px 0px 0px;  /* Works for most browsers */
		}

			#banner ul#navbar li a, #banner ul#navbar li a:visited
			{
				display: block;
				text-decoration: none;
				margin: 0px;
				padding: 10px 5px 10px 5px;
				padding: 0px;
				height: 35px;
				background-position: 0 0;
				background-repeat: no-repeat;
			}

			#banner ul#navbar li a:hover
			{
				background-position: 0 -35px;
			}

			#banner ul#navbar li a:active
			{
				background-position: 0 -70px;
			}

			#banner ul#navbar li#rollover-home a
			{
				width: 78px;
				background-image: url(../images/rollover_home.gif);
			}

			#banner ul#navbar li#rollover-catalog a
			{
				width: 85px;
				background-image: url(../images/rollover_catalog.gif);
			}

			#banner ul#navbar li#rollover-shipping a
			{
				width: 90px;
				background-image: url(../images/rollover_shipping.gif);
			}

			#banner ul#navbar li#rollover-contact a
			{
				width: 95px;
				background-image: url(../images/rollover_contact.gif);
			}

	#banner p#subnav
	{
		position: absolute;
		top: 66px;
		left: 77px;
		width: 450px;
		height: 36px;
		text-align: left;
		font-size: 1.2em;
		line-height: 36px;
	}

		#banner p#subnav a
		{
			margin: 0px 10px;
			vertical-align: middle;
		}

	#banner form
	{
		position: absolute;
		top: 63px;
		right: 10px;
		width: 250px;
		text-align: right;
	}

#container
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 10px 0px;		/* Need bottom padding for space at bottom of page */
	width: 778px;
	text-align: center;
	vertical-align: top;
	position: relative;
	background: #fcf8eb;
	border-left: 1px solid #636;
	border-right: 1px solid #636;
}

	#container-content
	{
		margin: 0px 20px 0px 20px;
		padding: 20px 0px 0px 0px;
		position: relative;
		text-align: left;
	}

		#catalog h2
		{
			font-size: 2.0em;
			color: #33f;
			margin-left: 20px;
			text-transform: none;
		}

			#catalog h2 a
			{
				font-size: 90%;
			}

		#catalog h3
		{
			margin: 2px 0px 2px 40px;
			font-size: 1.4em;
		}

			#catalog h3.wine-category
			{
				font-size: 2.0em;
				color: #33f;
				text-transform: none;
			}

		#catalog h4
		{
			margin: 2px 0px 2px 60px;
			font-weight: normal;
			font-weight: normal;
			font-size: 1.2em;
			text-transform: none;
		}

		#catalog .wine-description
		{
			margin: 2px 0px 0px 20px;
		}

		#catalog .wine-description p
		{
			font-style: italic;
			margin: 0px 0px 0px 0px;
			text-indent: -20px;
		}


#footer
{	width: 778px;
/*	margin-top: -3px;		 -3px needed for IE 7 */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #e8d2bb;
	clear: both;
	border-left: 1px solid #636;
	border-right: 1px solid #636;
	border-bottom: 1px solid #636;
/*	border-top: 1px solid #636; */
}

	#footer p
	{
		font-size: 1.2em;
		color: #000;
		font-weight: normal;
		margin-top: 15px;
	}

		#footer p img
		{
			margin: 0px 10px;
		}

	#footer ul
	{
		list-style: none;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}

		#footer ul li
		{
			margin: 0px;
			padding: 0px 0px 0px 0px;  /* Works for most browsers */
			display: inline;
			background-image: none;
			font-size: 1.2em;
		}

			#footer ul li a
			{
				display: inline;
				text-decoration: none;
				white-space: nowrap;
				font-weight: normal;
				margin: 0px;
				padding: 8px 8px 9px 8px;
				color: #992f3d;
			}

	#footer a:hover, #footer a:active
	{
		color: #000;
	}

	#footer #credit
	{
		margin: 10px 0px 0px 0px;
		padding: 0px;
		font-size: 1.1em;
		letter-spacing: 1px;
	}

		#footer #credit a, #footer #credit a:visited
		{
			color: #000;
		}

		#footer #credit a:hover, #footer #credit a:active
		{
			color: #666;
		}


#winewheelwitharrow
{
	float: left;
	margin: 0px 20px 0px 0px;
}

.company-name
{
	font-family: papyrus, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	vertical-align: inherit;
	color: #992f3d;
}

.company-text
{
	color: #992f3d;
}

p.button
{
	margin: 0px 10px 0px 0px;
	padding: 5px;
}

	p.button a, p.button a:link, p.button a:visited
	{
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		text-decoration: none;
		background: #e4eeff repeat-x url(../images/bg_admin_th.jpg);
		color: #000;
		margin: 0px;
		padding: 5px;
	}

	p.button a:hover, p.button a:active
	{
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		color: #000;
		background: #ccddee;
	}

.img-float-right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.img-float-left
{
	float: left;
	margin: 0px 20px 10px 0px;
}

.logo-icon
{
	vertical-align: bottom;
	margin-left: 5px;
	height: 25px;
}

/* css definitions for forms */

ul.radio-check-list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
/*	white-space: nowrap; */
}

	ul.radio-check-list li
	{
		margin: 0px 0px 2px 0px;
		white-space: nowrap;
		list-style: none;
	}

form
{
	margin: 10px 0px 10px 0px;
}

td input, td select
{
/***
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.2em;
***/
}

th .form-button
{
	font-size: 1.17em; 		/* Gets multipled by 1.2 from <th> */
}

.form-button
{
	/***
	color: #000;
	background: #f0e5cf;
	border: 2px outset #dddddd;
	***/
	font-size: 1.4em;
}

input.cbox
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 20px;

	vertical-align: middle;
}

.cbox-text
{
	margin: 0px 0px 5px 8px;
	padding: 0px;
/*	white-space: nowrap; */

	vertical-align: middle;
}

textarea
{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	height: 10em;
}

p.form-error-heading
{
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

p.form-error
{  	color: #f00;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

p.required-fields
{
	font-weight: bold;
	margin: 10px 0px 0px 5px;
}

	p.required-fields span, span.required
	{
		color: #f00;
		vertical-align: bottom;
		padding-left: 3px;
		font-size: 150%;
	}

p.th-note, p.td-note
{
	font-weight: normal;
	font-style: italic;
	line-height: 120%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

p.td-heading
{
	font-style: italic;
	font-weight: bold;
	line-height: 130%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#onhand
{
	margin-top: 0px;
	margin-left: -20px;
}

/* Tables
-----------------------------------------------------------------------------------------------*/


th, td
{
	font-size: 1.2em;
}

.table-vertical
{
	margin: 10px 10px 10px 20px;
	border: 1px solid #655d00;
}

	.table-vertical th
	{
		border-top: 1px solid #655d00;
		border-bottom: 1px solid #655d00;
		background: #f0e5cf;
		padding: 5px;
	}

	.table-vertical th.header
	{
		border-top: 1px solid #655d00;
		border-bottom: 1px solid #655d00;
		background: #992f3d;
		color: #fff;
		padding: 5px;
		text-transform: lowercase;
	}

	.table-vertical td
	{
		vertical-align: top;
		border-top: 1px solid #655d00;
		border-bottom: 1px solid #655d00;
		line-height: 130%;
		padding: 5px;
	}


.table-catalog
{
	margin: 10px 0px 10px 60px;
	border: 1px solid #cc6677;
	width: 678px;
}

	.table-catalog th
	{
		background: #992f3d;
		color: #fcf8eb;
		font-size: 1.2em;
		padding: 5px;
		text-transform: lowercase;
		white-space: nowrap;
	}

		.table-catalog th a, .table-catalog th a:visited
		{
			background: #992f3d;
			color: #efe2d2;
		}

		.table-catalog th a:hover, .table-catalog th a:active
		{
			background: #992f3d;
			color: #fff;
		}

	.table-catalog td
	{
		border-top: 1px solid #cc6677;
		border-bottom: 1px solid #cc6677;
		vertical-align: top;
	}