﻿/*** The style sheet for the supplier master page. ***/

/* The supplier's left column (the menu) */
.leftColumn
{
	position:relative;
	left: 0px;
	top: 0px;
	/* height: 500px; */
	width: 160px;
	text-decoration:none;
}

/* The background colour of the left columns */
#backGroundImage
{
	width:100%;
	height:500px;
}
#backGroundSpacer
{
	width:100%;
	position:relative;
	top:-3px;
}

/* */
#leftColumnContent
{
	position:absolute;
	top:0px;
	left:14px;
}

.leftColumnLink
{
	text-decoration:none;
}

/* The supplier menu */
.menuHeader
{
	font: verdana;
	font-weight: bold;
	font-size: 8pt;
}



#supplierProductsTable
{
	text-align:center;
	width: 100%;
	vertical-align:top;
}


