
	/* <!-- */
	/* General styles (for this stylesheet, more general styles in rhiannon.css) */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background: #fff;
		min-width:600px; 	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
				font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
	/* Header styles */
	#header {
	background:#fff;
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
/* 'topmenu' style adapted by Rhiannon Lassiter from 'boxtab blue' by Matthew James Taylor (http://matthewjamestaylor.com/centered-menus/) */
	.topmenu {
		clear:left;
		float:left;
		padding:0;
	/*	background: url(img/tabbottomline.gif) bottom repeat-x; */
		background: #000 url(../img/styling/garden_baseline3.jpg) bottom left repeat-x;

		width:100%;
		overflow:hidden;
	}
	.topmenu ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:20px 0 0 0;
		padding:0;

	}
	.topmenu ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	.topmenu ul li a {
		display:block;
		float:left;
		margin: 0 0 0 5px;
		padding:5px 10px;
		text-align:center;
		color:#000;
		background:#eee;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
		border-top:.5px solid #000;
		border-left:.5px solid #000;
		border-right:.5px solid #000;
		bottom: -9px;
		height: 35px; /* height required when images are used */
		font-size: 1.8em;
	}
	
	.topmenu ul li a img { /* img style needed or image in a tag takes a border */
	border: none;
	}

	.topmenu ul li a:hover {
		color:#fff;
		background:#000;
	}
	.topmenu ul li.active a,
	.topmenu ul li.active a:hover {
		position:relative;
		bottom: 0px;
		padding:10px;
		background:#fff;	
		color:#000;
		font-weight:bold;


	}
	#topmenu ul li a span {
		display:block;
	}

	
	/* 'widths' sub menu */
	#submenu {

		clear:both;
		background:#fff;	
		margin:0;
		padding: 10px 20px !important;
		text-align:left;
	
	}
	#submenu ul li {

			height: auto;
}
	
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
	background:#fff;	
		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background: #fff;		/* left column background colour */
			border-top: #666666 solid 0px;
			border-right: #666666 solid 0px;
			border-bottom: #666666 solid 0px;
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
}
	.rightmenu .col2 {
	background:#f4efd9;
		padding: 1%;
		width:19%;			/* right column content width (right column width minus left and right padding) */
		left:33%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		border-left:dotted #000000;
	}
	/* Footer styles */
	.footer {
	background: url(../img/styling/garden_baseline2.jpg) repeat-x;
	background-position: 0px 50px;
		clear:both;
		float:left;
					width:100%;
					height: 200px;
		border-top:0px solid #000;
	}
	.footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
	


