html { 
  background-color: #525252
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	margin-bottom: 0px;
	font-family: Georgia, serif;
	color: black;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

h1 {
	display: none;
}

tr {
	vertical-align: top;
}

table {
	border-spacing: 0px;
	padding: 0px;
	border-collapse: collapse;
}	

h2 {
	color: #275200;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}	

p {
	padding-top: 0px;
}
#outer-bg { 
	background-color: #525252;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#inner-bg {
	background-color: #669933;
	margin: 31px;
	width: auto;
	height: 100%;
}
	
#FH-SiteLogo {
	top: 31px;
	left: 31px;
	height: 121px;
	background-color: #669933;
	z-index: 5;
}

#FH-Affiliations {
	position: absolute;
	top: 48px;
	left: 373px;
	height: auto;
	width: auto;
	background-color: #669933;
	z-index: 5;
}

#FH-Pallet-Stack-Top {
	position: absolute;
	top: 0px;
	right: 31px;
	height: 31px;
	background-color: #525252;
	z-index: 5;
}

#FH-Pallet-Stack-Middle {
	position: absolute;
	top: 31px;
	right: 31px;
	height: 121px;
	background-color: #669933;
	z-index: 5;
}
#FH-Pallet-Stack-Bottom {
	position: absolute;
	top: 152px;
	right: 31px;
	height: 29px;
	background-color: #669933;
	z-index: 5;
}
#menubar {
	position: absolute;
	top: 152px;
	left: 31px;
	right: 31px;
	height: 29px;
	background-color: #275200;
	background-image: url("../images/menu-bar-bg.jpg");
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	line-height: 12px;
}

#menubar ul { 
	list-style-type: none;
	padding-left: 20px;
}
#menubar ul li {
	display: inline;
	margin-left: 0px;
	margin-right: 35px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 0px;
}

#menubar a {
	color: white;
	text-decoration: none;
}

#menubar a:hover {
	color: #ddf560;
}

#page-body {
	width: auto;
	background-color: #669933;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px solid yellow;
}	
#page-body-table {
	margin-bottom: -12px;
}	

.maintable {
	height: 100%;
	padding-top: 8px;
}

#dimensioning-row {
	width: 100%;
	height: 31px;
}
#dim-col-1 {
	width: 30%;
	min-width: 30%;
}
#dim-col-2 {
	width: 31px;
}
#dim-col-3 {
	width: auto;
}
#dim-col-4 {
	width: 20px;
}

#img-highlight {
	max-height: 159px;
	height: 159px;
}

#img-highlight img {
	border: 2px solid white;
	margin: 0px 20px 20px 20px; 
}

.h2-homepage {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	text-transform: lowercase;
	color: #275200;
	padding-left: 31px;
}

.h2-homepage a {
	color: #275200;
	text-decoration: none;
}

.h2-homepage a:hover {
	color: #669933;
	text-decoration: none;
}

.h2-homepage > a:visited {
	color: #275200;
	text-decoration: none;
}

.h2-subpage {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	text-transform: lowercase;
	color: #275200;
	padding-left: 0px;
	padding-top: 20px;
}
.td-maintext {
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 20px;
	background-color: white;
}
.td-maintext-table {
	width: 100%;
}

.img-homepage {
	border: 2px solid #275200;
	width: 120px;
	height: auto;
	padding: 1px 1px 1px 1px;
	margin-left: 0px;
}

.p-home-main {
	font-size: 0.9em;
	margin-bottom: 0px;
	padding-left: 31px;
}

.p-home-main a, .p-subpage-main a {
	color: #275200;
}

.p-home-main a:hover, .p-subpage-main a:hover {
	color: #669933
}

.p-subpage-main {
	font-size: 0.9em;
	margin-bottom: 0px;
	padding-left: 0px;
}

#leftcontainer {
	background-color: #ecf4be;
	height: 100%;
	font-family: Verdana, sans-serif;
}

#leftcontainer h2 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #275200;
	text-transform: lowercase;
	padding-left: 20px;
	padding-top: 0.8em;
	padding-bottom: 0em;
	margin-bottom: 0.5em;
}

#leftcontainer h2.second {
	padding-top: 0.1em;
}

#leftcontainer h3 {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #525252;
	padding-left: 40px;
	padding-top: 1em;
	margin-top: 0px;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;

}

#leftcontainer p {
	padding-left: 40px;
	color: black;
	margin-right: 20px;
	padding-top: 0em;
	margin-top: 0em;
	padding-bottom: 0.75em;
	margin-bottom: 0em;
	font-size: 0.75em;
}

#leftcontainer a {
	color: #275200;
}
#leftcontainer p.lastpara {
	padding-bottom: 1.8em;
}

#leftcontainer > a:visited {
	color: #275200;
}

#leftcontainer > a:hover {
	color: black;
}

#pallet-types, #presswood {
	border: 1px solid #275200;
	font-family: Arial, sans-serif;
	padding-top: 1em;
	margin-top: 1em;
}

#pallet-types th {
	width: auto;
	min-width: 12em;
	height: 1.3em;
	border-bottom: 2px solid #275200;
	color: #275200;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	
}

#pallet-types td {
	width: auto;
	min-width: 12em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-bottom: 1px solid #275200;
	
}
#presswood th {
	width: auto;
	height: 1.3em;
	border-bottom: 2px solid #275200;
	color: #275200;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	
}

#presswood td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-bottom: 1px solid #275200;
}

#presswood td.code {
	width: 5em;
	font-weight: bold;
}

#presswood td.dimensions {
	width: 12em;
}

#presswood td.capacity {
	width: 8em;
}

#presswood td.description {
	width: auto;
}

#product li {
	padding-top: 1.2em;
}

#product li p {
	padding-top: 0px;
}

#product li a, a.more {
	color: #275200;
}

#product li a.more {
	/* font-family: Arial, sans-serif; */
	text-decoration: underline;
	/* font-size: 0.8em; */
}

#product li a:visited {
	color: #275200;
}

img.footer-logo {
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

#affiliations {
	text-align: right;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: -5px;
	margin-right: -190px;
	width: 100%;
	padding-right: 0px;
}
#affiliations img {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
	vertical-align: middle;
	width: auto
}

#FH-Affiliations img {
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 3px;
	vertical-align: middle;
	display: none;
}

#sitemap ul {
	list-style: none;
}

#sitemap ul a:hover {
	color: #669933;
}

#sitemap li.level-1 {
	margin: 12px;
	padding-top: 10px;
	padding-bottom: 2px;
}

#sitemap li.level-2 {
	margin: 8px;
	padding-left: 50px;
}

#sitemap li.level-3 {
	margin: 6px;
	padding-left: 100px;
}

td.contact {
	padding-top: 12px;
	padding-right: 50px;
}

tr.footer {
	background-color: #275200;
	border-top: 2px solid #275200;
	height: 54px;
	vertical-align: middle;
}

td.footer {
	background-color: white;
	border-top: 2px solid #275200;
	vertical-align: middle;
	text-align: center;
}

td.footer-bl { /* footer bottom left corner */
	background-image: url("../images/green-corner-bottom-left.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #275200;
	height: 13px;
}
td.footer-br {
	background-image: url("../images/green-corner-bottom-right.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #275200;
	height: 13px;

}

#breadcrumb-table {
	width: 100%;
	border-bottom: 1px solid #669933;
}

tr.breadcrumb {
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	color: black;
	height: 22px;
	text-transform: lowercase;
}

tr.breadcrumb a {
	color: #275200;
	text-decoration: none;
}

tr.breadcrumb a:hover {
	color: #669933;
	text-decoration: underline;
}

td.sitemap {
	text-align: right;
	visibility: hidden;
}

img.right {
	border: 2px solid #275200;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

img.left {
	border: 2px solid #275200;
	padding: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

img.large {
	border: 2px solid #275200;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

img.inline {
	border: 2px solid #275200;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

p.nospace {
	padding-top: 0px;
	margin-top: 0px;
}

p.centered {
	text-align: center;
}

p.domestic {
	text-align: right;
}

p.small {
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}

p.clear {
	clear: both;
	margin-top: 0px;
}	

p.lastpara {
	margin-bottom: 1.7em;
}

p.director {
	font-weight: bold;
	border-bottom: 1px solid #275200;
	padding-top: 20px;
	font-size: 1.2em;
	clear: both;
	margin-top: 0px;
	padding-bottom: 2px;
}

p.readmore {
	padding-bottom: 0px;
}

#footer-text {
	font-family: Verdana, sans-serif;
}
#footer-text p {
	font-size: 0.75em;
}
#footer-text p.copyright {
	margin-top: 5px;
}

#footer-text a {
	color: #275200;
}
#footer-text a:hover {
	color: #669933;
}

span.dimensions {
	font-family: Arial, sans-serif;
}

span.caps {
	text-transform: uppercase;
}

iframe.map {
	width: 97%;
	height: auto;
	min-height: 350px;
	margin-top: 12px;
	border: 1px solid #275200;
	text-align: center;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

