body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #648E80;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 18px;
	color: #589442;
}
h2 {
	font-size: 17px;
	color: #589442;
}

h6 {
	font-size: 17px;
	color: #589442;
	background-color:#1c1a1a;
	width:92%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	color: #589442;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 8px solid #000000;
}
.header {
	background-color: #B8B894;
	text-align: center;
}
/* ~~ These are the columns for the layout. ~~*/
.sidebar1 {
	float: left;
	width: 200px;
	background-color: #B7B692;
	padding-bottom: 145px;
	margin-bottom: 15px;
}

.sidebar1 button { margin-left: 15px; }

.acc-right {
	float: left;
	width: 200px;
	background-color: #B7B692;
	padding-bottom: 145px;
	margin-bottom: 15px;
}

.content {
	padding: 10px 0;
	width: 540px;
	float: left;
	margin-left: 10px;
}
.home {
	width: 350px !important;
	padding-right: 10px;
}
.gallery {
	width: 730px !important;
	padding-right: 10px;
}
.gallery img {
	border: 1px solid #CCCCCC;
	box-shadow: 1px 0 5px #C0BFBF;
	padding: 5px;
}
.content p {
	text-align: justify;
}
.sidebar2 {
	float: left;
	width: 170px;
	background-color: #B7B692;
	padding: 10px 10px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	background-color: #3B6F5E;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 4px;
}
ul.nav li {
	display: inline;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 13px 5px 13px;
	width: 60px;
	text-decoration: none;
	color: #FFF;
	font-family: papyrus;
	font-size: 12px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #589442;
	color: #FFF;
}
.footer {
	padding: 10px 0;
	background-color: #589442;
	position: relative;
	clear: both;
	color: #FFF;
}
.footer p {
	padding: 0px 0px;
	margin: 5px 0px;
}
.footer a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.link-footer a {
	color: #ccc;
	font-size: 14px;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.center {
	text-align: center !important;
}
.pixframe {
	border: #000000 2px solid;
}
.side {
	margin-top: 15px;
}
.TA_excellent {
	width: 175px !important;
	margin: 0px auto;
}
.header-right {
	background-color: #589442;
	text-align: center;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}
.header-red {
	background-color: #A02831;
	text-align: center;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}
.sidebox {
	margin-top: 15px;
}
.sidebox a, sidebox a:hover {
	color: #000;
	font-weight: bold;
}
.sidebox p {
	padding: 5px 2px;
	font-size: 11px;
	text-align: justify;
}
.sub-footer {
	border: 8px solid #000000;
	width: 760px;
	background-color: #FFFFFF;
	margin: 15px auto;
}
.sub-footer a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.grey {
	background-color: #EFEEEE;
	margin-bottom: 15px;
}
.grey p {
	padding-left: 10px;
}
.keep {
	width: 460px;
	margin: 0px auto;
}
.left {
	float: left;
	width: 150px;
	margin-right: 30px;
}

#first { margin-left: 45px; }
#last { margin-right: 0; }


.right {
	float: right;
	width: 48%;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
.breadcrumbs {
	font-size: 11px;
	color: #000;
	text-align: right;
}
.breadcrumbs a {
	text-decoration: none;
}

.social
{width: 120px; margin: 10px auto;}

#enquiryForm input { padding: 6px; }
#enquiryForm textarea { padding: 6px; }
#enquiryForm select { padding: 6px; }

.margin { margin-left: 38px; }

#center-text { text-align: center!important; }

#table-nice { border-collapse:collapse; border: 1px solid #cccccc; }
#table-nice td { border: 1px solid #cccccc; }

sidebarbutton {  }