body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    color: #008000;
}
#container {
    padding: 10px;
}
#header {
    width: 970px;
    height: 140px;
    border-bottom: solid 5px #008000;
}
#logo {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 150px;
	height: 135px;
}
#banner {
	position: absolute;
	top: 15px;
	left: 180px;
	width: 800px;
	height: 130px;
	background: url(images/banner.png) no-repeat;
}
#bannertext {
    margin-left: 40px;
    margin-top: 20px;
}
.bannertext1 {
    color: white;
    font-size: 30px;
}
.strapline {
    position: relative;
    top: 25px;
}
#mainbody {
    position: absolute;
    top: 170px;
    left: 10px;
}
#leftpanel {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 144px;
}
#navpanel a {
	display:block;
	text-decoration:none;
	background-color:#008000;
	color:#FFF;
	padding: 10px 0px 10px 20px;
}
#navpanel a:hover {
	background-color:#399;
}
#leftlinks {
	padding-top: 20px;
}
#maincontent {
	margin-left: 170px;
	text-align: left;
	width: 750px;
}
#container #mainbody #maincontent table tbody tr td p {
	text-align: left;
}
#maincontent p a:link, #maincontent p a:visited, #maincontent p a:active {
	color:#63F;
	text-decoration: none; 
}
#maincontent p a:hover {
	text-decoration: underline; 
}
#pagename {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #693;
}
.bordered, .bordered2 {
	border: 1px solid #CCC;
	margin-top: 10px;
}
.bordered td {
	padding: 20px;
	vertical-align:top;
}
.bordered2 td {
	padding: 10px;
	vertical-align: top;
}
.smallprint {
	font-size: 0.7em;
}
.prodimage {
    width: 310px;
	text-align: center;
}
.proddets {
	width: 420px;
	margin-left: 10px;
}
.prodname {
    font-weight: bold;
    font-size: 1.2em;
	margin-bottom: 5px;
}
.prodref {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0.7em;
}
.prodprice {
    width: 70px;
    text-align: right;
}
#tabs {
    border-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 2px solid #008000;
}
#tabs td {
    padding-bottom: 0px;
}
#tabs td a {
    display:block;
	text-decoration:none;
	text-align:center;
	color: #fff;
    background: url(images/tab3.gif) no-repeat;
    width: 220px;
    padding-top: 7px;
    height: 23px;
}
#tabs td a:hover {
    background-position: -220px 0px;
}