

/* ----- HTML TAGS ----- */

body {
    background-color: #59992f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	line-height: 150%;
}

body h1 {
	font-size: 150%;
	color: #59992f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body h2 {
	font-size: 120%;
	color: #59992f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body h3 {
	font-size: 120%;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

hr {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #898887;
	border-bottom: none;
}

img {
	border: none;
}

a {
    color:#898887;
}

a:hover {
    color:#000000;
}

/* ----- END HTML TAGS ----- */

/* ----- CONTAINER TAGS ----- */


.siteContainer {
   
    
}

.headerBgContainer {
	
	
}

.headerContainer {
	
	
}

.logo  {
	padding: 10px 0px 0px 0px;
	height: 135px;

}

.menuContainer  {
	display: none;
}

.menuContainerBenefits  {
	display: none;

}

.menuContainerServices  {
	display: none;

}

.menuContainerGallery  {
	display: none;

}

.menuContainerFranchise  {
	display: none;

}

.menuContainerContact {
	display: none;

}

.menuContainerTestimonials  {
	display: none;

}




/*  Start CSS navigation code */

.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	width: 80px;
	height: 50px;
	/*overflow:hidden;/* for ie to hide extra height*/	
}

.cssnav a {
	display: block;
	color: #ffffff;
	width: 80px;
	height: 50px;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover {
	color: #cccccc;
			
			
}

.cssnav img {
	
	width: 80px; 
	height: 50px; 
	border: 0; 
	visibility:hidden
}

* html a:hover {
	visibility:visible
}


.cssnav a:hover img{
	
	visibility:visible
}

.cssnav span {
			position: absolute;
			left: 0px;
			top: 15px;
			text-align: center;
			width: 80px;
			cursor: pointer;
}

/*End CSS navigation code*/

.contentBgContainer  {
	
}

.contentContainer  {

}

.leftContainer  {

}


.leftContainerText  {
	padding: 15px;
}

.rightContainer  {
	display: none;
}

.rightCol  {
	display: none;

}

.rightCol img {

}

.footerBgContainer  {
	
}

.footerContainer  {
	
}

.footerTagLine  { 
	display: none;
}

.FooterTopTab  {
	display: none;
}

.footerTelephone  { 
	padding:50px 50px 0px 0px;
	float:right;
	color:#ffffff;
	font-size: 120%;
}

.testimonialBg  {
	background-image: url(../../images/testimonial.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 550px;
}



.testimonialBg2  {
	background-image: url(../../images/testimonial2.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 550px;
}

.testimonialBg3  {
	background-image: url(../../images/testimonial3.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 550px;
}

.testimonialBg4  {
	background-image: url(../../images/testimonial4.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 550px;
}

.testimonialBg5  {
	background-image: url(../../images/testimonial5.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 550px;
}

.testimonialText  {
	padding: 20px 10px 10px 160px;
}

.ukMap  {
	background-image: url(../../images/uk-map-2.gif);
	background-repeat: no-repeat;
}

.ukMapText  {

}

.colourThumb  {
	height: 60px;
	width: 60px;
	float: left;
	margin:0px 10px 0px 0px;
}

.colourThumbEnd  {
	height: 60px;
	width: 60px;
	float: left;
	margin:0px;
}

.colourThumbLge  {
	height: 120px;
	width: 123px;
	float: left;
	margin:0px 19px 20px 0px;
}

.colourThumbEndLge  {
	height: 120px;
	width: 123px;
	float: left;
	margin:0px;
}

.galleryprint  {
	background-image:url(/images/gallery/photographs/01.jpg);
}


#myGallery
{
width: 510px !important;
height: 373px !important;
}

.galleryPics  {
	height: 210px;
	width: 255px;
	float: left;
	margin:0px 10px 10px 0px;
}

.boxDiv  {
	background-color:#cccccc;
	color:#ffffff;
	padding: 10px;

}
/* ----- END CONTAINER TAGS ----- */


/* ----- FORMATTING -----*/
/* these styles are general formatting */

.clear {
    clear: both;
}

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCentre {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBullet {
	list-style-type: none;
}

.displayBlock {
    display: block;   
}

.displayInline {
    display: inline;   
}

.pSpacer {
    height: 20px;
}

.textGreen  {
	color: #59992f;

}

/* ----- END FORMATTING -----*/

/* ********************************************************************* */





