/* Set body and html to full height */
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	/* Appearance */
	background-image: url(../images/layout/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #D8CEA8;
}


/**** Container *****/
#container {
	
	/* Positioning */
	position: relative;
	min-height: 100%;
	height: 100%;	/* for IE (doesn't understand min-height) */
	voice-family: "\"}\"";	/* make IE think declaration has stopped */
	/* After this point, declaration is for non-IE browsers only */	
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}


/***** Header *****/
#header {
	position: absolute;
	top: 0px;
	height: 196px;
	left: 0px;
	width: 100%;
	background-image: url(../images/layout/header_grade_bg.jpg);
	background-repeat: repeat-x;
}
#headerImage {
	position: absolute;
	left: 0px; width: 207px;
	top: 0px; height: 189px;
	background-image: url(../images/layout/header_image.jpg);
	z-index: 5;
}
#headerLogo {
	position: absolute;
	right: 0px; width: 225px;
	top: 0px; height: 89px;
	z-index: 5;
}
#headerMenuBar {
	position: absolute;
	left: 0px; width: 100%;
	top: 155px; height: 34px;
	background-image: url(../images/layout/menu_bg.jpg);
	background-repeat: repeat-x;
	z-index: 4;
}
#headerMenuBarContent {
	position: absolute;
	right: 0px;
	top: 155px; height: 34px;
	overflow: hidden;
	z-index: 6;
}
#headerRule {
	position: absolute;
	left: 0px; width: 100%;
	top: 189px; height: 7px;
	background-image: url(../images/layout/header_rule_bg.gif);
	background-repeat: repeat-x;
}
#headerRuleLeft {
	position: absolute;
	left: 0px; top: 189px;
	width: 171px; height: 7px;
	background-image: url(../images/layout/header_rule_left.gif);
	background-repeat: no-repeat;
	z-index: 5;
}
#headerRuleRight {
	position: absolute;
	right: 0px; top: 189px;
	width: 580px; height: 7px;
	background-image: url(../images/layout/header_rule_right.gif);
	background-repeat: no-repeat;
	z-index: 4;
}


/***** Inner container *****/
#innerContainer {
	padding-top: 196px;
	padding-bottom: 150px;
}


/***** Left column *****/
#leftColumn {
	width: 180px;
	float: left;
}
#leftColumnContent {
	padding-top: 1px; /* for some reason IE likes this, otherwise the left col butts against the header. */
}


/***** Right column (content column) *****/
#rightColumn {
	padding-top: 1px;	/* not needed except to line up with left col's hack */
	margin-left: 197px;
}
#rightColumnContent {
	padding-right: 1em;
	padding-left: 1em;
}


table#mainLayoutTable {
	width: 100%;
	height: 100%;
	padding: 0px; margin: 0px;
}
td#mainCell { padding-top: 196px; vertical-align: top; }
td#leftCell {
	padding: 0px; margin: 0px;
	width: 170px;
	vertical-align: top;
}
td#rightCell {
	padding: 0px; margin: 0px;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 17px;
}


/***** Left column Footer *****/
td#leftFooterCell {
	padding: 0px; margin: 0px;
	height: 139px;
	vertical-align: top;
}
#footerLeft {
	position: absolute;
	left: 0px; width: 198px;
	height: 139px;
	background-image: url(../images/layout/leftbar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 5;
}
#footerLeftContent {
	padding-top: 100px;
	text-align: center;
}


/***** Right column Footer *****/
td#rightFooterCell {
	padding: 0px; margin: 0px;
	vertical-align: bottom;
	background-image: url(../images/layout/footer_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footerRight {
	height: 45px;	
	background-image: url(../images/layout/footer_bg.gif);
	background-repeat: repeat-x;
}
#footerRightLeft {
	position: absolute;
	left: 198px;
	width: 310px;
	height: 45px;
	background-image: url(../images/layout/footer_left.jpg);
	z-index: 4;
}
#footerRightRightSpacer {
	float: right;
	width: 1px;
	height: 45px;
}
#footerRightRight {
	position: absolute;
	right: 0px; width: 282px;
	height: 45px;
	background-image: url(../images/layout/footer_right.jpg);
}
#footerRightContent {
	position: absolute;
	right: 0px;
	padding-left: 25px;
	padding-top: 17px;
	text-align: right;
}
#fmLogo {
	vertical-align: middle;
	float: right;
	padding-left: 10px;
}
table#fmTable {
	font-size: 7pt;
	line-height: 7pt;
}
table#fmTable td { text-align: right; color: #903D18; }
table#fmTable td a { color: #903D18; }
table#fmtable td a:hover { color: #903D18; }


/***** Tumbleweed decal *****/
#tumbleweedDecal {
	position: absolute;
	right: 0px;
	width: 102px;
	height: 105px;
	background-image: url(../images/layout/content_bg.jpg);
}


/*** Left stroke decal *****/
#leftStrokeDecal {
	position: absolute;
	left: 191px; width: 7px;
	top: 196px; height: 244px;
	background-image: url(../images/layout/leftbar_top.gif);
}

#welcomeMessage {
	border: 1px solid green;
	padding-right: 150px;
}
#featuredProducts {
	float: right;
	width: 125px;
	text-align: center;
	border: 1px solid blue;
}


table#layoutTable {
	width: 100%;
	padding: 0px; margin: 0px;
}
td#contentCell {
	vertical-align: top;
	padding-right: 4em;
}
td#productCell {
	vertical-align: top;
	width: 125px;
}



table#innerLayoutTable { width: 100%; }

td#footerCell {
	height: 132px;
	background-image: url('../images/layout/footer_table_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
	padding: 0px; margin: 0px;
}
table#footerTable {
	width: 100%;
	height: 132px;
	padding: 0px; margin: 0px;
}
td#footerTableLeft {}
td#footerTableRight { position: absolute; right: 3px; }
div#footerCellLeft {
	position: relative;
	left: -5px;
	bottom: -3px;
	height: 132px; width: 450px;
	background-image: url('../images/layout/footer_cell_left.jpg');
	background-repeat: no-repeat;
}
div#footerLeftCellContent {
	font-size: 7pt;
	line-height: 7pt;
	padding-top: 100px;
	width: 190px;
	position: relative;
	text-align: center;
}

div#footerCellRight {
	position: relative;
	height: 132px; width: 349px;
	left: 4px; 
	bottom: -3px !important; /* <--- hide this from IE */
	bottom: -5px;
	background-image: url('../images/layout/footer_cell_right.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	/* for some reason IE wants this div 2px lower than firefox */
	
}
div#footerRightCellContent {
	position: absolute;
	right: 3px;
	padding-top: 103px;
	padding-right: 7px;
}
