html {
	height:100%;
}

body {
	background-color:#f6f7e0;
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	color:#000;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	margin: 0;
	padding: 0 0 .5em 0;
}

hr {
		border: 0;
		color: #666;
		background-color: #666;
		height: 1px;
		width: 100%;
		}

h2 {
	font: normal 1.5em verdana, arial, sans-serif;
	color: #333;
	margin: 0;
	padding: .5em 0;
}

h3 {
	font: bold 1em verdana, arial, sans-serif;
	color: #000;
	margin: 0;
	padding: .5em 0 .3em 0;
}

a:link,a:visited {
	color: #666;
	text-decoration:underline;
}

a:hover {
	color: #b35000;
	text-decoration: underline;
}

#topcontainer {
	width: 100%;
}


#header {
	background-image:url(../images/header.jpg);
	width:961px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}

#navstrip {
	height:38px;
	width:100%;
	background: transparent url(../images/navstrip.png) repeat;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

#navstrip .menu{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:960px;
	position:relative;
	display:block;
	height:38px;
	font: normal .9em arial, verdana, sans-serif;
}
#navstrip .menu li{
	display:block;
	/*float:right;*/
	margin:0;
	pading:0;
	/*border-right:1px solid #cccc99;*/
	}
#navstrip .menu li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding: .6em .9em 0 .9em;
	height:30px;
	}
#navstrip .menu li a:hover{
	background: #b35000;	
	}

#maincontainer {
	width: 962px;
	/*height: 100%;*/
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/maincontainerbg.png) repeat-y;
}

/* services nav */
#navservices {
	width: 252px;
	float:left;
	margin: 0 0 0 .7em;
	padding: 0;
	list-style-type:none;
	text-decoration: none;
	}

#navservices h2 {
	font: normal 1.5em verdana, arial, sans-serif;
	color: #b35000;
	margin: 0;
	padding: 1em 0;
}

		
#landscape li, #landscape a {
	color: #000;
	text-decoration:none;
	font: bold 1em arial, verdana, helvetica, sans-serif;
	display: block;
	background: transparent url(../images/servicesnav/landscape-thumb.jpg) no-repeat;
	padding: 1em 0 0 5.5em;
	margin: 0;
	height: 62px;
	width: 160px;
	}

#landscape li, #landscape a:hover {
	color: #999;
	background: transparent url(../images/servicesnav/landscape-thumb-over.jpg) no-repeat;
	}
	
	
#garden li, #garden a {
	color: #000;
	text-decoration:none;
	font: bold 1em arial, verdana, helvetica, sans-serif;
	display: block;
	background: transparent url(../images/servicesnav/garden-thumb.jpg) no-repeat;
	padding: 1em 0 0 5.5em;
	margin: 0;
	height: 62px;
	width: 160px;
	}

#garden li, #garden a:hover {
	color: #999;
	background: transparent url(../images/servicesnav/garden-thumb-over.jpg) no-repeat;
	}

#sandstone li, #sandstone a {
	color: #000;
	text-decoration:none;
	font: bold 1em arial, verdana, helvetica, sans-serif;
	display: block;
	background: transparent url(../images/servicesnav/sandstone-thumb.jpg) no-repeat;
	padding: 1em 0 0 5.5em;
	margin: 0;
	height: 62px;
	width: 160px;
	}
#sandstone li, #sandstone a:hover {
	color: #999;
	background: transparent url(../images/servicesnav/sandstone-thumb-over.jpg) no-repeat;
	}

#granite li, #granite a {
	color: #000;
	text-decoration:none;
	font: bold 1em arial, verdana, helvetica, sans-serif;
	display: block;
	background: transparent url(../images/servicesnav/granite-thumb.jpg) no-repeat;
	padding: 1em 0 0 5.5em;
	margin: 0;
	height: 62px;
	width: 160px;
	}
#granite li, #granite a:hover {
	color: #999;
	background: transparent url(../images/servicesnav/granite-thumb-over.jpg) no-repeat;
	}

/* body content */
#content {
	float: left;
	width: 70%;
	background-color:#f6f7e0;
	margin: .8em 0 0 1em;
}

#content #leftcontent {
	float:left;
	width: 36%;
	text-align: justify;
}

#content #rightcontent {
	float:right;
	width: 64%;
}

#content #leftcontent ul {  /* all list column body text */
		list-style: circle;
		width: auto; /* sets the haslayout rule but keeps it narrow enough not to go under an image */
		padding: 0 0 0 .5em; /* makes room for the bullet */
		margin: 0 0 0 1em; /* indents the list slightly */
		font-size:.8em;
}

#content #leftcontent ul ul {
		list-style:none;
		font-size:1em;
}

#content #leftcontent li  {  /* all list column body text */
		width: auto;
		vertical-align: middle; /* centre the bullet */
		padding: .3em 0;
}

#content #leftcontent li li {
		 padding: .2em 0;
}

#content #rightcontent h3 {
	font: bold 1em verdana, arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 1.2em 0 .3em 0;
	text-align:right;
}
#content #rightcontent h4 {
	font: bold 1em arial, helvetica, sans-serif;
	color: #b35000;
	margin: 0;
	padding: .5em 0;
	text-align: right;
}

#content #rightcontent p {
	text-align: right;
}

/* footer */
#footer
{
	clear: both;
	width: 700px;
	bottom: 0;
	margin: 0 0 0 265px;
	padding: 1.3em 0 0 0;
	height:35px;
	text-align:left;
	overflow: hidden; /* required for IE6 to hide gaps between divs and helps centre text within the width of the footer */
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
}

#footer p
{
	text-align: center;
	color: #333;
	padding: 1.5em 0 0 0;
	line-height: 1.3em;
}

#footer a:link, #footer a:visited
{
	color: #b35000;
	text-decoration: underline;
}

#footer a:hover
{
	color: #999;
	text-decoration: none;
}

/*classes*/
.address { /*for testimonials*/
	font: italic .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bulletlist {  /* all list body text */
		list-style: circle;
		width: auto; /* sets the haslayout rule but keeps it narrow enough not to go under an image */
		padding: 0 0 0 .5em; /* makes room for the bullet */
		margin: 0 0 0 1em; /* indents the list slightly */
		font-size:.8em;
}

.bulletlist li  {  /* all list column body text */
		width: auto;
		vertical-align: middle; /* centre the bullet */
		padding: .3em 0;
}


