@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/grass-closeup-bg.jpg);
	background-repeat: no-repeat; 
	background-position: center top;   
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: Tahoma, Verdana, Geneva;
	color: #6f6f6f;
	min-width: 1000px;
}
#pageWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#greenStripe {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color:#339966;
	z-index: 10;
}
#LowerGreenStripe {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color:#339966;
	z-index: 10;
}

/*  below style is part of problem on android  */
#outerContainer {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
/*	height: 100%; */
}
#innerContainer {
	width: 920px;
	min-height: 980px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
/*	height: 100%; */
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 30px;
}
#redStripe {
	/*position in relation to outerContainer*/
	position: absolute;
	left: 40px;
	top: -15px;
	bottom: -15px;
	width: 25px;
	background-color: #cc0000;
	z-index: 20;
}
#header {
	height: 120px;
	}
#logoName {
	/*position in relation to outerContainer*/
	position: absolute;
	z-index: 30;
}
#logoName img {
	margin-left: 50px;
	margin-top: 4px;
}
#quickContact {
	/*position in relation to outerContainer*/
	position: absolute;
	z-index: 30;
	left: 585px;
	width: 348px;
}
#quickContact #callUs {
	height: 22px;
	margin-top: 25px;
	padding-top: 3px;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#quickContact #callBackForm {
	margin-top: 4px;
	background-color: #339966;
	padding: 5px;
	width: 336px;
	z-index: 40;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 7px;
}
#quickContact p#orCallBack  {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 5px;
}
#quickContact #callBackForm .formItem {
	float: left;
}

#quickContact #callBackForm .formItem p { 
	position: relative;
	}
#quickContact #callBackForm .formItem label  { 
	position: absolute; 
	top: 3px; 
	left: 5px;
	}
#quickContact #callBackForm input[type="submit"] {
	font-size: 11px;
	}
#quickContact #callBackForm #name {
	font-size: 11px;
	width: 160px;
	margin-right: 5px;
}
#quickContact #callBackForm #phone {
	width: 100px;
	font-size: 11px;
	margin-right: 5px;
}
#sideBar {
	/*position in relation to outerContainer*/	
	position: absolute;
	left: 50px;
	top: 110px;
	width: 150px;
	z-index: 40;
}
#navMain {}
#navMain ul {
	list-style-type: none;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
#navMain ul li {
	
	text-align: right;
}
#navMain ul li a {
	display: block;
	padding: 10px 15px 10px 10px;
/*	margin-bottom: 1px;  */
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
#navMain ul li a:link, #navMain ul li a:visited {
	color: #fff;
	background: url(../images/tab-bg.png) no-repeat left top;
	background-color: #339966;
	border-right: 1px solid #000;
}
#navMain ul li a:hover, #navMain ul li a:active {
	color: #339966;
	background-color: #fff;
	background-position: left -120px;
}
#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: none;
}
#marshalls {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainContent  {
	overflow: hidden;
	margin-left: 200px;
	margin-bottom: 20px;
	margin-right: 20px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #cc0000;
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 15px;
}
#mainContent p, #mainContent cite  {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-indent: 20px;
}
#mainContent p.clickStrip {
	margin-bottom: 5px;
	font-weight: bold;
}
#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: none;
}
#mainContent ol {
	margin-left: 40px;
	font-size: 1.2em;
}
#mainContent ol li {
	margin-bottom: 10px;
}
#mainContent img.topImage {
	display: block;
	margin: 20px auto;
	padding: 10px;
	background-color: #339966;
	border: 3px solid #cc0000;
}
#mainContent #lightBoxGallery {
	margin-bottom: 10px;
}
#pointBoxOuter {
	float: right;
	width: 250px;
	border-radius: 20px;
	padding: 5px;
	background-color: #339966;
	margin-left: 20px;
	margin-bottom: 20px;
}
#pointBoxInner {
	width: 230px;
	border-radius: 20px;
	padding: 10px;
	background-color: #fff;
}
#pointBoxInner ul {
	list-style-image: url(../images/green-bullet.png);
}
#pointBoxInner ul li {
	font-size: 1.3em;
	font-weight: bold;
	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: 500px;
	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 label {
	opacity: 1 !Important;
	display: block !Important;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm .label {
	float: left;
	width: 105px;
	text-align: right;
	clear: left;
	margin-right: 10px;
	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: left;
	margin-bottom: 0;
}
/* may be able to remove some of the parents if all forms are similar */
#contactForm input[type="text"], #contactForm textarea {
	width: 355px;
}

/* may be able to remove some of the parents if all forms are similar */
#contactForm input[type="submit"] {
	width: 75px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
/* 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;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 3px;
	background-color: #339966;
	border: 2px solid #cc0000;
}
#previous .figure h2 {
	background-color: #339966;
	padding: 3px 0 3px 10px;
	color: #fff;
}

/* customer references */
#mainContent #marshalls {
	width: 130px;
	float: right;
	padding-left: 10px;
	border-left: 2px dashed #339966;
	margin-left: 10px;
}
#mainContent #marshalls img {
	margin-bottom: 10px;
}
#customer .testimonial {
	padding-bottom: 10px;
	border-bottom: 1px dashed #339966;
	margin-bottom: 10px;
	width: 540px;
}
#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: right;
	width: 250px;
	margin: 10px 0 10px 20px;
	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;
}

/* footer */
#footerContainer {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
}
#footer {
	margin-left: 75px;
	margin-right: 30px;
	color: #fff;
	font-size: 1.2em;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	float: left;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	border-left: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
#footer ul li a.firstLink {
	border-left: none;
	padding-left: 0;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #0ef07f;
	text-decoration: underline;
}
#footer #copyright {
	text-align: right;
}
#footerMobile {
	display: none;
}

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