@charset "utf-8";
/* CSS Document */
body {
	background: none;
	font-size: medium;
	font-family: Tahoma, Verdana, Geneva;
	color: #6f6f6f;
	min-width: 100px;
}
#pageWrapper {
	width: auto;
    min-width: 0px;
}
#greenStripe, #LowerGreenStripe, #redStripe {
	display: none;
}
#outerContainer {
	width: auto;
	min-width: 0px;
	left: 0px;
	margin: 10px;
}
#innerContainer {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 0px;
}
#header {
	margin-top: 20px;
	height: 50px;
	margin-bottom: 10px;
}
#logoName {
	/*position in relation to outerContainer*/
	position: absolute;
	z-index: 30;
}
#logoName img {
	margin: 0 auto 10px auto;
	width: 95%;
	height: auto;
}
#quickContact {
	display: none;
}
#sideBar {
	position: static;
	left: 0px;
	top: 0px;
	width: auto;
	z-index: 40;
}
#navMain {}
#navMain ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#navMain ul li {
	text-align: left;
	margin: 5px 20px 5px 0;
}
#navMain ul li a {
	display: block;
	padding: 2px 5px 2px 5px;
/*	margin-bottom: 1px;  */
	text-decoration: none;
	font-weight: bold;
	border: 1px dashed #000;
}
#navMain ul li a:link, #navMain ul li a:visited, #navMain ul li a:hover, #navMain ul li a:active{
	color: #fff;
	background: none;
	background-color: #339966;
	border-right: 1px dashed #000;
}
#home #homeLink, #about #aboutLink, #contact #contactLink, #design #designLink, #landscaping #landscapingLink, #previous #previousLink, #customer #customerLink, #projects #projectsLink, #driveways #drivewaysLink, #fencing #fencingLink, #pergolas #pergolasLink, #decking #deckingLink, #ponds #pondsLink {
	color: #339966;
	background-color: #fff;
	background-position: left -120px;	
	border-right: 1px dashed #000;
}
#marshalls {
	display: none;
}
#mainContent  {
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #cc0000;
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #cc0000;
	margin-bottom: 15px;
}
#mainContent p, #mainContent cite  {
	font-size: 1em;
	margin-bottom: 10px;
	text-indent: 20px;
}
#mainContent p.clickStrip {
	display: none;
}
#mainContent p a:link, #mainContent p a:visited {
	color: #339966;
	text-decoration: underline;
}
#mainContent p a:hover, #mainContent p a:active {
	color: #cc0000;
}
#mainContent p:first-letter {
	font-size: 1.5em;
	color: #339966;
}
/* use this to remove styling from link paras if needed - or delete */
#mainContent p.plain {
	text-indent: 0;
}
#mainContent p.plain:first-letter {
	font-size: inherit;
	color: inherit;
}
p.mobile {
	display: block;
	font-weight: bold;
}
p.breadcrumbs {
	font-size: 0.8em;
	font-weight: normal;
}
#mainContent ol {
	margin-left: 40px;
	font-size: 1.2em;
}
#mainContent ol li {
	margin-bottom: 10px;
}
#mainContent img.topImage {
	display: none;
}
#homeSlider {
	display: none;
}
#mainContent #lightBoxGallery {
	display: none;
}
#pointBoxOuter {
	float: none;
	width: auto;
	border-radius: 20px;
	padding: 5px;
	background-color: #339966;
	margin-left: 10px;
	margin-bottom: 10px;
}
#pointBoxInner {
	width: auto;
	border-radius: 20px;
	padding: 10px;
	background-color: #fff;
}
#pointBoxInner ul {
	list-style-image: url(../images/green-bullet.png);
}
#pointBoxInner ul li {
	font-size: 1.1em;
	font-weight: normal;
	color: #cc0000;
	text-transform: capitalize;
	margin-bottom: 5px;
}


/*
#contactAddress {
	float: left;
	width: 350px;
	padding-right: 20px;
}*/
#mainContent address {
	font-size: 1.3em;
	margin-bottom: 10px;
	font-style: normal;
}
/* contact page form */
#contactForm {
	background-color: #339966;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom:20px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
/*	behavior: url(css/border-radius.htc);  added for ie but doesn't work well with spryValidation*/
 	overflow: hidden;
/*	zoom: 1;  added for ie */
	
}
#contactForm .formItem {
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}
#contactForm .formItem p:first-letter {
	font-size: 1em;
	color: #fff;
}
#contactForm label {
	opacity: 1 !Important;
	display: block !Important;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm .label {
	float: none;
	width: auto;
	text-align: left;
	clear: none;
	margin-left: 0px;
	text-indent: 0px;
	margin-bottom: 5px;
	
	color: #fff;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm .button {
	text-align: center;
	margin-top: 10px;
	clear: none;
	margin-bottom: 0;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm input[type="text"], #contactForm textarea {
	width: auto;
}

/* may be able to remove some of the parents if all forms are similar */
#contactForm input[type="submit"] {
	width: auto;
	text-align: center;
	padding: 3px 12px;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm textarea {
	height: 5em;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm #name,
#contactForm #phone-number,
#contactForm #email,
#contactForm #details
{

	background-color: #dce6b5;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm #name:focus,
#contactForm #phone-number:focus,
#contactForm #email:focus,
#contactForm #details:focus
{
	background-color: #fff;
}



/* portfolio */
#previous .figure {
	border-bottom: 2px dashed #339966;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#previous .figure img {
	display: block;
	float: right;
	width: 135px;
	height: 101px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	background: none;
	border: 2px solid #339966;
}
#previous .figure h2 {
	background: none;
	padding: 3px 0 3px 10px;
	color: #000;
}
#previous .figure p.plain {
	display: none;
}
#previous .figure a {
    pointer-events: none;
    cursor: default;
}
/* customer references */
#mainContent #marshalls {
	display: none;
}
#customer .testimonial {
	padding-bottom: 10px;
	border-bottom: 1px dashed #339966;
	margin-bottom: 10px;
	width: auto;
}
#customer blockquote {
	background: url("../images/quotation-marks-upper.png") no-repeat scroll left top transparent;
	padding-top: 13px;
	
}
#customer blockquote p {
 	background: url("../images/quotation-marks-lower.png") no-repeat scroll right bottom transparent;
	padding-bottom: 12px;
	padding-right: 17px;
}

.inContentTestimonial {
	float: none;
	width: auto;
	margin: 10px 0px;
	padding: 10px;
	border: 1px dashed #339966;
	background-color: #eaf5ef;
}
.inContentTestimonial blockquote {
	background: url("../images/quotation-marks-upper.png") no-repeat scroll left top transparent;
	padding-top: 13px;
	
}
.inContentTestimonial blockquote p {
 	background: url("../images/quotation-marks-lower.png") no-repeat scroll right bottom transparent;
	padding-bottom: 12px;
	padding-right: 17px;
	color: #339966;
}
.inContentTestimonial cite {
	color: #339966;
}

/* Contact results page */
#result #mainContent p {
	text-align: center;
	font-size: 1.5em;
}
#result #mainContent p:first-child {
	margin-top: 130px;
}

/* sitemap */
#sitemap p.plain {
	padding-left: 100px;
}

#footerMobile {
	display: block;	
	margin: 0px 10px 10px 10px;
}

/* cookies button etc */
#cookiesButton {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 0;
	width: 111px;
	z-index: 50;
}
#cookiesInfo {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	margin-left: 0;
	background-color: #fff;
	width: auto;
	padding: 20px;
	margin: 10px;
	overflow: hidden;
	border: 5px solid #339966;
	z-index: 100;
	font-size: 0.8em;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#cookiesInfo #continue {
	width: 87px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#cookiesInfo #closeCircle {
	position: absolute;
	top: 2px;
	right: 2px;
}