/* basic elements */
body
{
	height: 100%;
	background-color: #F6F7F5;
	font-family: Tahoma;
	font-size: 10px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

li
{
	margin-left: 40px;
	line-height: 250%;
	list-style-type: none;
	list-style-position: outside;
}

img 
{
	border: 0;
}

/* specific divs */
#container /* contains whole page */
{ 
	position: absolute;
	top: 0px;
	padding: 0px;  
	left: 50%;
	margin-left: -438px;
	width: 876px;
	height: 100%;
	background-image: url(/download/?id=577544);
	background-repeat: repeat-y;
}

#logo
{
	position: relative;
	left: -46px;
	width: 921px;
	height: 91px;
}

#containerLeft /* contains: #menuIndex #menuLeft */
{
	position: absolute;
	top: 91px; /* top = #logo height */
	width: 164px;
}

#menuIndex
{
	position: relative;
	width: inherit;
	height: 28px; /* height = original 32px - (2x border 2px) */
	border-color: #008349;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 0px;	
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-color: #90BAA3;
	color: #FFFFFF;
}

#menuLeft
{
	position: relative;
	width: inherit;
	background-color: #008349;
	color: #FFFFFF;
}

#searchForm
{
	background-image: url(/download/?id=577546);	
	padding-top: 20px;
	padding-left: 20px;
}

#containerRight /* contains: #menuTop #crumbPath #mainContent */
{
	position: absolute;
	top: 91px; /* top = #logo height */
	left: 164px; /* left = #containerLeft width */
	width: 712px;
}

#menuTop
{
	position: relative;
	width: 710px; /* width = original width 712px - border 2px */
	height: 28px; /* height = original height 32px - (2x border 2px) */
	border-color: #008349;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;	
	border-bottom-width: 2px;
	border-left-width: 0px;
	background-color: #90BAA3;
	color: #FFFFFF;
	text-align: center;
}

#crumbPath
{
	position: relative;
	width: auto;
	height: 19px;	
	background-color: #559C7D;
	color: #FFFFFF;
	padding-left: 32px;
         padding-top: 3px;
}

#mainContent
{
	position: relative;
	width: auto;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 16px;
	padding-left: 32px;
}

#productTable
{
	position: relative;
	width: 675px;
	height: 130px;
	/* background-color: #F3F2F0; */
	top: 10px;
	left: -10px;
	margin-bottom: 14px;
}

/* home divs */
#homeContent
{
	position: relative;
	width: auto;
	background-color: #FFFFFF;
	color: 4a4e4c;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-left: 0px;
}
.subMenuDiv {
	position: absolute;
	display: none;
	background-color: #90baa3;
	width: 150px;
	height: auto;
	padding: 5px;
	border: 1px solid #000000;
}