﻿/* The supplier's logo */
#supplierLogo
{
	position:relative;
	left:-6px;
}

h1,h2,h3
{
	color: #4d4d4d;
}


/* The supplier menu */
.menuHeader
{
	color:#4d4d4d;
}

#supplierMenu
{
	font: arial;
	font-size: 8pt;
	color:#4d4d4d;
	line-height:200%;
}

#supplierMenu li,a:link,a:visited,a:hover
{
	color:#4d4d4d;
}

/**** The supplier content area. ****/

/* The content text */
.contentTextArea, .contentWideArea
{
	width:420px;
	text-align:justify;
	font-family:Verdana;
	font-size:8pt;
	color: #4d4d4d;	
}

.contentWideArea
{
	width:590px;
}

/* The picture areas */
#imageArea1
{
	position:absolute;
	top:20px;
	left:455px;
}



