html {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #003300;
	font-size: 14pt;	
}
p {
	color: black;
	font-size: 11pt;
}
h2 {
	color: #003300;
	font-size: 12pt;
}
h3 {
	color: #003300;
	font-size:11pt;
}
a {
	color: #78843E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img { border: 0; }
p.contacts {
	font-weight: bold;
	text-align: right;
	color: White;
	font-size: 11pt;
	padding: 5px;
	margin: 4px 10px 4px 4px;
	line-height: 22px;
}
.contacts a {
	color: White;
}
legend {
	color: #003300;
}
#categoryboxes a {
	display: block;
	text-align: center;
}
a.checkout_button {
	border: 1px Solid #003300;
	background-color: #C8DC68;
	padding: 3px 5px;
	color: #003300;
}
a.checkout_button:hover {
	background-color: #003300;
	color: #C8DC68;
	text-decoration: none;
}
#viewbasket{
	margin-left:4px;
	padding-top: 11px;
}
#viewbasket a {
	color: #003300;
	font-size: 0pt;
	display:block;
	height:44px;
	width:174px;
	background-image: url(../images/viewbasket.gif);
}
#viewbasket a:hover{
	background-position:0 -46px;
	text-decoration: none;
}
.imgbg {
	text-align:left;
	width:212px;
	height:132px;
	padding:14px 9px;
	background-image: url('../images/border.jpg');
	background-repeat:no-repeat;
}
.imgbg2 {
	text-align:left;
	width:212px;
	height:132px;
	padding:14px 0 14px 14px;
	background-image: url('../images/border.jpg');
	background-repeat:no-repeat;
}
/* Enquiry Form */
.enqform th {
	text-align: left;
}
