@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #384328;
	background-repeat: repeat;
	background-image: url(../_images/backgrounds/bgTile4.jpg);
}
.twoColFixRtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #a3c86b;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	text-align: center;
	background-color: #A3C86D;
	background-image: url(../_images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 282px;
	vertical-align: bottom;
} 
.twoColFixRtHdr #container #header #tblHeader {
	text-align: right;
	vertical-align: bottom;
	height: 284px;
	margin-bottom: 1px;
	width: 1002px;
}
.twoColFixRtHdr #header h1 {
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 305px;
	background-color: #A3C86D;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px none #000;
	text-align: center;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #sidebar1 #designSevs {
	background-color: #A3C86D;
	width: 305px;
}
.twoColFixRtHdr #container #sidebar1 #designSevs #galLink {
	margin-top: 23px;
	border: 1px none #445826;
}
.twoColFixRtHdr #container #sidebar1 #designSevs a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #mainContent {
	margin-top: 30px;
	margin-right: 350px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #B5DE78;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-repeat: repeat;
	margin-bottom: 20px;
	border: 1px solid #45542D;
} 
.twoColFixRtHdr #container #mainContent a:link {
	color: #4C642F;
}
.twoColFixRtHdr #container #mainContent a:visited {
	color: #4C642F;
}
.twoColFixRtHdr #container #mainContent a:hover {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.twoColFixRtHdr #container #movieContent {
	margin-right: 350px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #a3c86b;
	border: 1px none #000;
	text-align: center;
}
.twoColFixRtHdr #footer {
	padding: 8px;
	background-image: url(../_images/backgrounds/footerBG.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
} 
.twoColFixRtHdr #container #footer table {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container #footer table tr td a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer table tr td a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer table tr td a:hover {
	color: #CCFA87;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer table tr td a:active {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContentGardens table {
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #servDesign table #servDesign td p a:link {
	color: #4C642F;
}
.twoColFixRtHdr #container #servDesign table #servDesign td p a:visited {
	color: #4C642F;
}
.twoColFixRtHdr #container #servDesign table #servDesign td p a:hover {
	color: #FFF;
}
.twoColFixRtHdr #mainContentServices {
	margin-top: 30px;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 15px;
	background-color: #B5DE78;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #45542D;
}
.twoColFixRtHdr #container #sidebarServices a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #sidebarServices {
	float: right; /* since this element is floated, a width must be given */
	width: 305px;
	background-color: #A3C86D;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #container #sidebarServices #servBtn {
	margin-top: 15px;
}
.twoColFixRtHdr #container #servDesign {
	margin-right: 270px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #A3C86D;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixRtHdr #container #servInstall {
	margin-right: 270px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #A3C86D;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixRtHdr #container #servMaint {
	margin-right: 270px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #A3C86D;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixRtHdr #container #servIrrigat {
	margin-right: 270px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #A3C86D;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixRtHdr #container #servLighting {
	margin-right: 270px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #A3C86D;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixRtHdr #container #servLighting table #servDesign5 td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servLighting table #servDesign5 td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servLighting table #servDesign5 #tdImage5 img {
	padding: 5px;
}
.twoColFixRtHdr #container #servIrrigat table #servDesign4 td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servIrrigat table #servDesign4 td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servIrrigat table #servDesign4 #tdImage4 img {
	padding: 5px;
}
.twoColFixRtHdr #container #servInstall table #servDesign2 td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servInstall table #servDesign2 td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servDesign table {
}
.twoColFixRtHdr #container #servDesign table #servDesign #tdImage img {
	padding: 5px;
}
.twoColFixRtHdr #container #servDesign table #servDesign td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servDesign table #servDesign td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servInstall table #servDesign2 #tdImage2 img {
	padding: 5px;
}
.twoColFixRtHdr #container #mainContentServices ul {
	line-height: 24px;
}
.twoColFixRtHdr #container #mainContentServices h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixRtHdr #container #servMaint table #servDesign3 td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servMaint table #servDesign3 td h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}
.twoColFixRtHdr #container #servMaint table #servDesign3 #tdImage3 img {
	padding: 5px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #a3c86b;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	background-color: #A3C86D;
	height: 282px;
	width: 1000px;
	background-image: url(../_images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.oneColFixCtrHdr #footer {
	padding: 8px;
	background-image: url(../_images/backgrounds/footerBG.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
.oneColFixCtrHdr #container #footer table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #container #footer table tr td a:link {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer table tr td a:visited {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer table tr td a:hover {
	color: #D1FF8A;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer table tr td a:active {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContentGardens {
	background-color: #a3c86b;
	border: 1px none #000;
	text-align: center;
	padding: 0;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.oneColFixCtrHdr #container #mainContentGardens table tr td img {
	padding: 0px;
	border: 2px none #445826;
	margin: 10px;
}
.oneColFixCtrHdr #container #mainContentGardens table {
	text-align: center;
	background-color: #a3c86b;
	margin: 0px;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container #mainContentDesign {
	margin: 15px;
	background-color: #a3c86b;
}
.oneColFixCtrHdr #container #mainContentDesign p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContentDesign h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.twoColFixRtHdr #container #CGdesign1 {
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 75px;
	margin-left: 15px;
	background-color: #a3c86b;
	border: 1px none #000;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container #mainContentContact {
	margin-top: 30px;
	margin-right: 400px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContentContact p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContentContact h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContentContact h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 #designCoupon {
	margin-top: 8px;
}
.oneColFixCtrHdr #container #mainContentGardens #bgThumbs {
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #container #mainContentGardens #bgThumbs tr td img {
	margin: 15px;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

