body {
	/*background: #ABC25A;*/
	background: #323639;
	font: 12px/1.3 Verdana, Geneva, sans-serif;
	margin-top: 15px;
}
#wrapper {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	position: relative;
}

#header {
	background: url(../images/headerBg5.jpg) no-repeat left top;
	height: 160px;
	width: 996px;
}
#header h1 {
	text-indent: -2000px;
}
#topNav  {
	color: #B16C4A;
	padding-top: 15px;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #C16A42;
	line-height: 1;
}
#mainMenu ul {
	list-style: none;
}
#mainMenu ul li {
	float: left;
}
#mainMenu ul li a {
	display: block;
	color: #B16C4A;
	text-decoration: none;
	border: 1px solid #B16C4A;
	margin-right: -1px;
	margin-bottom: -2px;
	padding: 5px 10px;
	font-weight: bold;
}
#mainMenu ul li a:hover , #mainMenu ul li a#current{
	color: #FFF;
	border: 1px solid #B16C4A;
	background: #B16C4A;
}


#leftCol {
	float: left;
	width: 688px;
	margin-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#rightcol {
	float: left;
	width: 228px;
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#rightcol h1 {
	font-size: 130%;
	font-weight: bold;
	color: #B16C4A;
	padding-bottom: 6px;
}

#rightcol h2 {
	font-size: 120%;
	font-weight: bold;
	color: #B16C4A;
	padding-bottom: 6px;
}
#rightcol #quickMeniu ul {
	list-style: none;
}
#rightcol #quickMeniu ul li a {
	display: block;
	background: #82A274;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom: 2px solid #eee;
	border-top: 1px solid #82A274;
	border-right: 1px solid #82A274;
	border-left: 1px solid #82A274;
}
#rightcol #quickMeniu ul li a:hover {
	background: #FFF;
	color: #82A274;
}


#leftCol table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}
#leftCol table td {
	padding: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	vertical-align: top;
}
#leftCol table tr td strong {
	font-weight: bold;
	color: #666;
}
#leftCol h1 {
	font-size: 130%;
	font-weight: bold;
	color: #81A275;
	padding-bottom: 1em;
}

#leftCol h2 {
	font-size: 120%;
	font-weight: bold;
	color: #B16C4A;
	padding-bottom: 5px;
}
#leftCol p {
	padding-bottom: 10px;
	line-height: 1.5;
}
#mainBox #footermenu {
	clear: both;
	text-align: center;
	background: #eee;
	padding: 25px;
	border-top: 5px solid #ddd;
	border-bottom: 2px solid #ddd;
}
#mainBox #footermenu .linkBox {
	width: 120px;
	text-align: center;
	height: 150px;
	float: left;
	margin-right: 25px;
}

#mainBox #footermenu .linkBox p a{
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#footermenu img.footLink {
	padding: 10px;
	background: #FFF;
	border: 1px solid #DDD;
}






#footer {
	clear: both;
	height: 30px;
	background: #81A275;
	color: #FFF;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 90%;
}
.centre {
	text-align: center;
}
.imgPad {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p a {
	color: #FFF;
}
.clearfloat {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.bordered {
	padding: 7px;
	border: 3px double #CCC;
}

/* styles for shop listings */

.business h2 {
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top:5px;
}
#leftCol .business {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
}


.business h2 a {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}

.business.brownBox h2 {
background:none repeat scroll 0 0 #3F250D;
}

.business.blue1Box h2 {
background:none repeat scroll 0 0 #588BB8;
}

.business.redBox h2 {
background:none repeat scroll 0 0 #9D313D;
}

.business.seaBox h2 {
background:none repeat scroll 0 0 #7E8D79;
}

.business.greenBox h2 {
background:none repeat scroll 0 0 #81A275;
}

.business.blue2Box h2 {
background:none repeat scroll 0 0 #5F7EAA;
}
.business.gardenBox h2 {
	background:none repeat scroll 0 0 #AABEBF;
}

.business .telNo {
	font-weight: bold;
}
.business .openingHours {
	font-weight: bold;
	color: #333;
}
.business .openingHours strong {
	font-weight: bold;
	color: #000;
}
p.extraPad {
	padding-bottom: 30px !important;
}

