/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url("../../ProductCategory/Generic/images/General/Page_Tile.gif");
	background-repeat:repeat-y;
	background-position:center;
	background-color:#627478;
}

#Header
{
	background-image: url("../../ProductCategory/Generic/images/General/Header.gif");
	background-position:center;
	background-repeat:no-repeat;
	min-height: 33px;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
position: relative;
margin-top: -7.5em;
}

tr.small
{ max-height: 15px;
min-height: 15px;
height: inherit;
border: 0px #000000 solid;
font-family: Arial;
font-weight: normal;
font-size: 10px;
padding: [2][0][0][2]
}

