﻿/* The supplier's logo */
#supplierLogo
{
	position:relative;
	left:7px;
}

h1,h2,h3
{
	color: #1060A0;
}


/* The supplier menu */
.menuHeader
{
	color: #1060A0;
}

#supplierMenu
{
	font: arial;
	font-size: 8pt;
	color: #1060A0;
	line-height:200%;
}

#supplierMenu li,a:link,a:visited,a:hover
{
	color:#1060A0;
}

/**** The supplier content area. ****/

/* The content text */
#contentTextArea
{
	width:590px;
	text-align:justify;
	font-family:Verdana;
	font-size:8pt;
	color: #1060A0;	
}

/* The picture areas */
#awardImageArea1
{
	position:absolute;
	top:30px;
	left:470px;
}

#productImageArea1
{
	position:absolute;
	top:160px;
	left:397px;
}



