body {
	margin: 0px;
	padding:0;
	background-color: #000000;
	color: #333333;
	font: 13px/20px "Trebuchet MS", Verdana, Arial, sans-serif;

}
#leftnavbox {
	background-color: #82AB2E;
	float: left;
	height: 35px;
	width: 190px;
}


#pageSurround {
	width: 748px;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
}

#PageOuter {
	background-image:url(../styleImages/backgrounds/contentBgSdw.gif);
	background-position:left top;
	background-repeat:repeat;
	width:834px;
	margin:0 auto;
	padding:0;
}


#Header {
	text-align: right;
	height: 90px;
	width: 752px;
	margin:0 0 0px 0;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #669900;
	color: #333333;
	background-image: url(images/default.jpg);
	}
#toptext{
	background-color: #333333;
	float: left;
	width: 400px;
	height: auto;
	padding-top: 15px;
}
#SubHeader {
	height: 30px;
	width: 752px;
	background-color: #333333;
	color: #333333;
	padding-bottom: 10px;
	margin: 0;
	}
	
	#slogan{
	background-color: #333333;
	float: left;
	width: 350px;
	height: auto;
	padding-top: 15px;
}


#topheading{
	float: right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: right;
	padding-right: 10px;
}

/*About Picture*/

#aboutpictures{
	background-image:url(images/about-pictures.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 562px;
}

/*End of About Picture*/


/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}




/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	width: 200px;
	float: left;
	z-index:20;
	background-color: #D1E0B2;
	left: 0px;
	font-size: 11px;
	color: #669900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	}
.leftnewsle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #304600;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}


/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	width:100%;
	border-bottom: 1px dotted #FFFFFF;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	width:auto;
	background-color: #CC0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	float: none;
	border: 1px solid #999999;
	}
#copyright-b {
	background-color: #333333;
	float: none;
	width: 752px;
	color: #CCCCCC;
	height: auto;
	bottom: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	vertical-align: bottom;
	padding-top: 5px;
}



.LeftBox a {
	color: #FFFFFF;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #82AB2E;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:537px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


#Content p {margin-left:10px;}



#ContentBox {
	width: 545px;
	position: relative;
	height: auto;
	}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	padding-right: 10px;
	padding-left: 15px;
	font-weight: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
	line-height: 20px;
}


#topimagebox {
	margin-bottom: 10px;
	width: 550px;
	background-image: url(images/about-pictures.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;


	}
#content {
	float: right;
	width: 550px;
}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0pt 6px 5px;
	}


h4 {
	}

#Inner {
	margin: 5px;
	padding:0;
	}


/*Left Nav Menu*/

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }


#home-header {
	width: 600px;
	float: none;
	margin-left: 200px;
	margin-top: 50px;
	background-color: #FFFFFF;
}


/*new left Nav */



<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 170px; /*width of menu*/
}

.markermenu ul{
	list-style-type: none;
	padding: 0;
	border: 1px solid #82AB2E;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.markermenu ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 30px;
	text-decoration: none;
	background-color: #82AB2E;
	background-image: url(images%5Cleft-nav-arrow-1.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #568000;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FFFFFF;
}

.markermenu ul li a:hover{
color: #4D7100;
background-color: #82AB2E;
background-image:url(images/left-nav-arrow-1.gif); /*onMouseover image change. Remove if none*/
}


/*End of new left nav*/


.SubmitBtn{
background:url(images/left-nav-arrow-1.gif)
}
.boxContentLeft, .boxContentRight {
	border: 2px solid #666666;
	background-color: #CC0000;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	
	}

.SmallTitle{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.greencolour {
	font-weight: bold;
	color: #009900;
}
#image-btt {
	float: none;
	height: 205px;
	width: 545px;
	padding-bottom: 30px;
	background-image: url(images/chair-cover-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#image-packages {
	float: none;
	height: 205px;
	width: 545px;
	padding-bottom: 30px;
	background-image: url(images/package-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#image-aboutus {
	float: none;
	height: 205px;
	width: 545px;
	padding-bottom: 30px;
	background-image: url(images/about-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.listcolour {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	list-style-type: circle;
	font-weight: bold;
	list-style-position: inside;
	padding-top: 5px;
}
