﻿#mainDivFloorboardBackground
{
    z-index:0;
    background-image: url('../../Images/floorboard/BGfloorboard.jpg');
    width:1024px;
    height:726px;
}
/* menu position */
#floorboardDivMenu
{
    z-index:5;
    position:absolute;
    width:404px;
    height:30px;
    left:600px;
    top:18px; 
}
/* end menu position */

#companyLogo
{
    position:absolute;
    width:205px;
    height:22px;
    left:292px;
    top:301px;
}
#pageName
{
    position:absolute;
    width:39px;
    height:219px;
    left:985px;
    top:317px;
}
#productName
{
    position:absolute;
    width:479px;
    height:54px;
    left:18px;
    top:323px;
}
#contentBar
{
    position:absolute;
    width:751px;
    height:9px;
    top:377px;
    left:18px;
}
#contentBox
{
    position:absolute;
    width:751px;
    height:322px;
    top:385px;
    left:18px;
    color:#FFF;
}
#contentBox p
{
    padding: 10px 10px 10px 10px;
    line-height:14.5px;
}
#floorboard table
{
    margin-left:10px;
    border: 1px solid #fff;
}
#floorboard td
{
    color:#fff;
    background-color: black;
    padding: 1px 0px 1px 10px;
}

#floorboard td.blue
{
    color:#fff;
    background-color: #0f5b8d;
    padding:3px 0px 3px 10px;
}
#floorboard td.grey
{
    color:#fff;
    background-color: #878b8f;
    padding: 3px 0px 3px 10px;
}
a:active, a:link, a:visited
{
    color:White;
    text-decoration:underline;
}
a:hover
{
    color:White;
    text-decoration:underline;
}

/* menu popup location */
#productMenu
{
	right:394px;
	top:57px;
}
#brochuresMenu
{
	right:347px;
	top:57px;
}
#coloursMenu
{
	right:300px;
	top:57px;
}
#qualityMenu
{
	right:253px;
	top:57px;
}
#peopleMenu
{
	right:206px;
	top:57px;
}
#locationsMenu
{
	right:159px;
	top:57px;
}
#samplesMenu
{
	right:112px;
	top:57px;
}
#contactUsMenu
{
	right:65px;
	top:57px;
}
#aboutUsMenu
{
	right:18px;
	top:57px;
}
#listProducts
{
	padding-top:0px;
}
#listBrochures
{
	padding-top:0px;
}
#listColours
{
	padding-top:0px;
}
#listQuality
{
	padding-top:0px;
}
#listPeople
{
	padding-top:0px;
}
#listLocations
{
	padding-top:0px;
}
#listSamples
{
	padding-top:0px;
}
#listContactUs
{
	padding-top:0px;
}
#listAboutUs
{
	padding-top:0px;
}

/* end menu popup location */