﻿/* The supplier's logo */
#supplierLogo
{
	position:relative;
	left:-10px;
}

h1,h2,h3
{
	color: Navy; 
}


/* The supplier menu */
.menuHeader
{
	color: Navy; 
}

#supplierMenu
{
	font: arial;
	font-size: 8pt;
	color: Navy; 
	line-height:200%;
}

#supplierMenu li,a:link,a:visited,a:hover
{
	color:Navy; 
}

/**** The supplier content area. ****/

/* The content text */
#contentTextArea
{
	width:420px;
	text-align:justify;
	font-family:Verdana;
	font-size:8pt;
	color: Navy; 
}

/* Potette */
#awardImageArea1, #awardImageArea2
{
	position:absolute;
	top:0px;
	left:470px;
}

#awardImageArea2
{
	top:200px;
}


/* Potette Plus */
#potettePlusImage1, #potettePlusImage2
{
	position:absolute;
	top:40px;
	left:440px;
}

#potettePlusImage2
{
	top:300px;
}

