body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/finalback.gif) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8F8F8F;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #666666;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	background: #BCBCBC url(images/img33.gif) repeat-x left bottom;
	padding: 13px 0 0 20px;
	text-transform: none;
	font-size: 16px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 30px 20px 20px 0;
}

.serviceImage {
	float: right;
	margin: 20px 0 0 20px;
}

.rightImage {
	float: right;
	margin: 30px 0 0 0;
}

.serviceImageBot {
	float: left;
	margin: 0 20px 20px 0;
}

.centre {
	text-align: center;
}

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

.contacts
{
	text-align: center;
	color:#666666;	
}

.enqForm
{
	text-align: center;
}

.enqForm input
{
	margin: 0 20px;
	width: 80px;
}

.question
{
	font-weight:bold;
}

.heading
{
	font-weight:bold;
	color: #000000;
}

.cola {
	color: #875735;
	font-weight: bold;
}

.blue {
	color: #002cfd;
	font-weight: bold;
}

.strawberry {
	color: #f30094;
	font-weight: bold;
}

.pine {
	color: #fff125;
	font-weight: bold;
}

.lime {
	color: #408641;
	font-weight: bold;
}

.orange {
	color: #ff9936;
	font-weight: bold;
}

.rasp {
	color: #ac0047;
	font-weight: bold;
}

.mango {
	color: #ff9363;
	font-weight: bold;
}

.bberry {
	color: #416aad;
	font-weight: bold;
}

.wild {
	color: #68006b;
	font-weight: bold;
}

.pinelime {
	color: #c4a621;
	font-weight: bold;
}

.lemon {
	color: #fff125;
	font-weight: bold;
}

.lemlime {
	color: #66ff33;
	font-weight: bold;
}

.pink {
	color: #FF66CC;
	font-weight: bold;	
}

.aqua {
	color: #00CCCC;
	font-weight: bold;	
}

.green {
	color: #04B404;
	font-weight: bold;	
}

.beertype {
	font-weight: bold;
	font-size: 14pt;
}

/* Header */

#header {
	width: 892px;
	height: 160px;
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}


#header img {
	float: left;
	font-size: 33px;
	text-transform: none;
}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 20px 0 20px;
	background: url(images/img22.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover{
  	color:#666666;
	background: url(images/img22.gif) repeat-x;
}

/* Content */

#content {
	width: 892px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 186px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
	background: url(images/img6.gif) repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: right;
	width: 686px;
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img77.gif) repeat-x
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	list-style: none;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}