body {
	background-color: #ffffff;
	font-size: 11px; 
	font-weight: normal; 
	color: #3C6B35; 
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

#all {
    margin: auto;
    position: absolute;
    width: 960px;
    height: 900px;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
}

#header {
    position: absolute;
    width: 960px;
    height: 100px;
    top: 0px;
    left: 0px;
    background-image: url(images/background1.gif);
    background-repeat: no-repeat;
    background-position: bottom right;   
}

#header img {
    margin-top: 25px;
    margin-left: 0px;
}

#menu {
    position: absolute;
    width: 960px;
    height: 30px;
    top: 100px;
    left: 0px;
    background-color: #D9EDC6;
    z-index: 1;
}
#menu ul {
    margin-left: -2.5em;
    height: 30px;
}

#menu li {
    list-style-type: none;
    width: 9em;
    text-align: center;
    border-right: solid;
    border-right-width: thin;
    background-color: #D9EDC6;
    float: left;
}

#menu a {
    display: block;
    color: #3B6B31;
    text-decoration: none;
}

#menu a:hover {
    color: #000000;
    background-color: #B1DB92;
}

#menu li ul {
    display: none;
}

#menu li:hover > ul {
    display: block;
    line-height: 20px;    
}

#left {
    position: absolute;
    width: 200px;
    height: 670px;
    top: 130px;
    left: 0px;
    padding-top: 20px;
    background-color: #ffffff;    
}

#right {
    position: absolute;
    width: 710px;
    height: 670px;
    top: 130px;
    left: 200px;
    padding-left: 50px;
    padding-top: 20px;
    background-color: #ffffff;
    background-image: url(images/background-curve.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

#right a {
	color: #409D27;
}

#right a:hover {
	color: #FF9900;
}

#right li {
	line-height: 1.5;
}

#footer {
    position: absolute;
    width: 960px;
    height: 100px;
    top: 800px;
    left: 0px;
    background-color: #ffffff;
    text-align: center;
}

#footer a {
    color: #409D27;
}

#footer a:hover {
	color: #E28001;
}

h1 {
    font-size: 20px; 
    font-weight: bold; 
    color: #3B6B31; 
    font-family: Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 14px; 
    font-weight: bold; 
    color: #3B6B31; 
    font-family: Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #3B6B31;
    font-family: Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 12px;
	color: #409D27;
	font-weight: bold;
}

#consult {
    color: #3C6B35;
    padding-right: 50px;
}

#dev {
    color: #228EC3;
    padding-right: 50px;
}

#shop {
    color: #E28001;
    padding-right: 50px;
}

.llink {
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    color: #3C6B35;
}

.llink a {
    font-size: 11px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    color: #3C6B35;
}

.llink a:hover {
    color: #000000;
}

#consultlink {
	background-image: url(images/consultancy.gif);
	background-repeat: no-repeat;
        line-height: 20px;
}
#consultlink:hover {
	background-image: url(images/consultancyover.gif);
	background-repeat: no-repeat;
}
#devlink {
	background-image: url(images/training.gif);
	background-repeat: no-repeat;
        line-height: 20px;
}
#devlink:hover {
	background-image: url(images/trainingover.gif);
	background-repeat: no-repeat;
}
#shoplink {
	background-image: url(images/shop.gif);
	background-repeat: no-repeat;
        line-height: 20px;
}
#shoplink:hover {
	background-image: url(images/shopover.gif);
	background-repeat: no-repeat;
}

.contact {
	width: 170px;
	line-height: 20px;
}

.name {
	float: left;
	width: 70px;
}

.number {
	width:100px;
}

.splodges {
	width: 390px;
}

.splodges img {
	height: 115px;
	width: 115px;
}

.pics {
	height: 115px;
	width: 115px;
}

.pictitle {
	width: 115px;
	height: 20px;
}

.Table
    {
        display: table;
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;