/* COMMON STYLES */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times new roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #030303;
	background-color: #FFF;
}
#ContentBG	{
	background-color: #FFF;
	background-image: url(http://www.chinookwines.com/images/common/bg.gif);
	background-repeat: repeat-x;
}
#HomeBG	{
	background-color: #FFF;
	background-image: url(http://www.chinookwines.com/images/home/home-bg.gif);
	background-repeat: repeat-x;
}
#FooterBG	{
	background-color: #efeadd;
}

TD, td, .BodyText, select, input, textarea {
	font-family: georgia, times new roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #030303;
}
h1, .h1, a.h1, a.h1:visited, a.h1:hover	{
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #57472e;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h2, .h2	{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #57472e;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3, .h3	{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #198674;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	text-decoration: none;
}
.IntroText	{
	font-size: 12px;
	line-height: 22px;
	font-style: italic;
	color: #030303;
}
.quote	{
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #8d816d;
}
.divider	{
	background-color: #efeadd;
}
.whitedivider	{
	background-color: #FFF;
}
ul, ol	{
	margin: 2px 2px 7px 12px;
	padding: 2px 2px 7px 12px;
}
li	{
	padding-bottom: 3px;
}
.required	{
	color: #fca311;
}
#subject {
	display: none;
}

/* LINK STYLES */

a, a:visited {
	color: #198573;
	text-decoration: none;
}
a:hover	{
	color: #57472e;
	text-decoration: none;
}

/* FOOTER */

.footer	{
	font-size: 9px;
	line-height: 12px;
	color: #978c7a;
	padding: 15px 0px 15px 0px;
}
a.footerlink, a.footerlink:visited {
	font-size: 9px;
	line-height: 12px;
	color: #978c7a;
	text-decoration: none;
}
a.footerlink:hover	{
	color: #57472e;
}

