html
{
	font-size: 100%;
}

body
{
	margin: 0;
	font-size: 62.5%;
	font-family: Times, Garamond;
}

img
{
	border: none;
	display: block;
}

img.border
{
	padding: 1px;
	border: 1px solid #000000;
}

.mb10
{
	margin: 0 0 10px 0;
}

h1
{
	font-size: 200%;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 150%;
	margin: 0;
	padding: 0;
}

p
{
	font-size: 137.5%;
	text-align: justify;
}

td
{
	font-size: 137.5%
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #c02439;
	text-decoration: none;
}

input
{
	padding: 0;
	margin: 0;
}

IMG#img_logo
{
	position: absolute;
	top: 0;
	left: 0;
}

IMG#img_grapes
{
	position: absolute;
	top: 0;
	left: 851px;
}

ol#nav {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#nav li {
	background: url(/images/tabs_bg.png);
	float: left;
	width: 112px;
	height: 30px;
	margin: 0 1px 0 0;
	font-size: 9pt;
	font-weight: bold;
}

ol#nav a {
	color: #fff;
	display: block;
	float: left;
	width: 112px;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
}

ol#nav li a:hover
{
	color: #b29c06;
}

ol#nav li.current {
    background-position: 0 -30px;
}

ol#nav li.current a {
    background-position: 100% -30px;
}

DIV#outer_container
{
	margin: 0 auto;
	padding: 0 5px 0 5px;
	width: 990px;
	background-image: url(/images/body_slice.jpg);
	background-repeat: repeat-y;
}

DIV#header
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 990px;
	background-image: url(/images/header_slice.jpg);
	background-repeat: repeat-x;
	min-height: 128px;
	height: auto !important;
	height: 128px;
}

DIV#banner
{
	position: absolute;
	top: 10px;
	left: 160px;
}

DIV#header_address
{
	position: absolute;
	top: 0;
	left: 556px;
	margin: 0;
	padding: 0;
	width: 278px;
	background-image: url(/images/header_address.jpg);
	background-repeat: none;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

DIV#nav
{
	position: absolute;
	top: 70px;
	left: 174px;
	margin: 0;
	padding: 0;
	width: 678px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

DIV#content
{
	margin: 0;
	padding: 10px;
	width: 910px;
	padding: 0 40px 0 40px;
	background-image: url(/images/content_slice.jpg);
	background-repeat: repeat-y;
}


DIV#footer
{
	margin: 0;
	padding: 15px 25px 0 0;
	width: 965px;
	background-image: url(/images/content_bottom.jpg);
	background-repeat: none;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	font-size: 100%;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}

DIV#footer a
{
	color: #ffffff;
	text-decoration: none;
}

DIV#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

DIV#main_copy
{
	padding: 0;
	margin: 0;
	width: 610px;
	float: left;
	background: url(/images/sign_fade.jpg) 50% 20% no-repeat;
}

DIV#side_content
{
	padding: 0;
	margin: 0;
	text-align: right;
	width: 300px;
	float: right;
}

DIV#bullet
{
	width: 20px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}

DIV#bullet_text
{
	float: left;
	margin: 0;
	width: 450px;
	font-size: 150%;
	padding: 10px 0 0 10px;
}

DIV#label
{
	font-size: 110%;
	font-weight: bold;
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 0 0 50px;
}

DIV#field
{
	float: left;
	width: 301px;
	padding: 0;
	margin: 0;
}

DIV#cb
{
	clear: both;
}