﻿/* The supplier's logo */
#supplierLogo
{
	position:relative;
	left:-10px;
	text-align:center;
}

/* The supplier menu */
.menuHeader, h1, h2
{
	color: #4d4d4d; 
}

#supplierMenu
{
	font: arial;
	font-size: 8pt;
	color:#4d4d4d;  /* gray */
	line-height:200%;
}

#supplierMenu li,a:link,a:visited,a:hover
{
	color: #4d4d4d;  /* gray */
}

/**** The supplier content area. ****/

/* The content text */
.contentTextArea, .instructionsTextArea
{
	width:450px;
	text-align:justify;
	font-family:Verdana;
	font-size:8pt;
	color: #4d4d4d; 
}


.instructionsTextArea
{
	width:440px;
}

/* The content text */
#contentPictureArea
{
	width:600px;
}

#supplierPageProducts a:link
{
	font-weight:bold;
	text-decoration:none;
}

#supplierPageProducts a:visited
{
	font-weight:bold;
	text-decoration:none;
}

/* Walltastic - product pages */


.walltasticsTable
{
	text-align:center;
	width: 550px;
	vertical-align:top;
	height:auto;
}

.walltasticsTable td
{
	text-align:left;
	width: 260px;
	vertical-align:top;
}

.walltasticsTable a:link, .walltasticsTable a:visited, .walltasticsTable a:hover
{
	text-decoration:none;
}
