html {
	height: 100%;
}
body {
	margin: 0px;
	padding:  0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	/* color: #818181; */
	color: #392700;
	font-weight: normal;
	background: url(images/bkg_wide.jpg) no-repeat scroll 50% 0pt;
	height: 100%;
}
.subTitle{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #392700;
}
.pageTitle {
	font-family: serif;
	font-size: 20px;
	color: #392700;
	font-weight: normal;
	text-align:left;
	letter-spacing: 0.02em;
}
a.leftMenu, a.leftMenu:Visited, a.leftMenu:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 24px;
}
a.leftMenu:Hover {
	color: #006600;
	font-family: verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 24px;
	border-top: 1px solid #cadbc0;
	border-bottom: 1px solid #cadbc0;
}
a.leftMenuSub, a.leftMenuSub:Visited, a.leftMenuSub:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
a.leftMenuSub:Hover {
	background-color:#faf6cf;
	/* color: #006600; */
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
a.contact, a.contact:Visited, a.contact:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}
a.contact:Hover {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	line-height: 14px;
}
a.content, a.content:Visited, a.content:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}
a.content:Hover {
	color: #006600;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}
a.contentB, a.contentB:Visited, a.contentB:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
}
a.contentB:Hover {
	/* color: #006600; */
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}
a.contentClean, a.contentClean:Visited, a.contentClean:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
}
a.contentClean:Hover {
	/* color: #006600; */
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
}
.contentImage {
	border: 0px;
	float: left;
	padding-right: 16px;
}
.leftColumn {
	/* width: 280px; */
	width: 164px;
	padding: 20px 20px 20px 96px;
}
.rightColumn {
	/* width: 616px; */
	width: 576px;
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
}
.rightContent  {
	font-size: 11px;
	color: #392700;
	line-height: 14px;
}
.rightContentDivider {
	font-size: 3px;
	line-height:3px;
	border-top: 1px dashed #392700;
	border-bottom: 1px dashed #392700;
	width: 561px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.leftMenuDiv {
	text-align: left;
	
}
	

a.footer, a.footer:Visited, a.footer:Active {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.footer:Hover {
	color: #392700;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.footer {
	color: #392700;
	font-size: 11px;
	text-align: center;
}
.noPad {
	margin: 0px;
	padding: 0px;
}
#address {
	position: absolute;
	top: 400px;
	left: 0px;
}
table.shipping{
	border: 1px solid black;
}
.header{
	width: 20%;
	font-size: 1.5em;
	padding: 5px 10px 5px 0;
	text-align: right;
}
/* -- online store button --*/
div.on-line-store-box{
	float: right; 
	margin: -5px 0px 10px 10px;
	text-align: center;
}
span.small{
	display: block;
	font-size: .9em; 
	font-weight: normal; 
}
a.on-line-store, a.on-line-store:visited{
	background-color: #70a652;
	border: 1px solid #000;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: -10px;
	padding: .6em;
	text-decoration: none;
}
a.on-line-store:hover, a.on-line-store:target{
	background-color: #7DB85E;
}