@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #FFFFCC;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC;
}
.thrColFixHdr #sidebar2 {
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC;
	float: right;
	margin: 0px;
}
#container p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #mainContent {
	margin-right: 250px;
	margin-left: 250px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFCC;
} 
.thrColFixHdr #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 */
}
#container #header #navmenu {
	width: 1000px;
	background-color: #889F28;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 010px;
	margin-left: 0px;
}
#container #header #navmenu li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #container #header #navmenu li a {
	line-height: 3em;
	text-decoration: none;
	color: #FFFFCC;
}
.home #container #header #navmenu #home a {
	color: #5E2021;
	font-weight: bold;
}
.gardendesign #container #header #navmenu #gardendesign a {
	color: #5E2021;
	font-weight: bold;
}
.plantingschemes #container #header #navmenu #plantingschemes a {
	color: #5E2021;
	font-weight: bold;
}
.landscaping #container #header #navmenu #landscaping a {
	color: #5E2021;
	font-weight: bold;
}
.gardenblitz #container #header #navmenu #gardenblitz a {
	color: #5E2021;
	font-weight: bold;
}
.portfolio #container #header #navmenu #portfolio a {
	color: #5E2021;
	font-weight: bold;
}
.testimonials #container #header #navmenu #testimonials a {
	color: #5E2021;
	font-weight: bold;
}
.aboutus #container #header #navmenu #aboutus a {
	color: #5E2021;
	font-weight: bold;
}
.contact #container #header #navmenu #contact a {
	color: #5E2021;
	font-weight: bold;
}
#container #header #navmenu li a:hover {
	color: #5B1D20;
}
.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;
}
.thrColFixHdr.gardendesign #container #sidebar2 {
	width: 550px;
	padding: 0px;
}
.thrColFixHdr.gardendesign #container #sidebar1 {
	width: 360px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.thrColFixHdr.home #container #sidebar1 p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
.thrColFixHdr.plantingschemes #container #sidebar2 {
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 p a #gardendesignnav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container #sidebar1 p a #plantingnav {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container #sidebar1 p a #landscapingnav {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#slideshow {
	position:relative;
	height:500px;
	width: 470px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.thrColFixHdr.home #container #sidebar2 p #FlashID2 {
	margin-bottom: 10px;
}
.thrColFixHdr.home #container #sidebar2 p #FlashID3 {
}
.thrColFixHdr.plantingschemes #container #sidebar1 {
	width: 400px;
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr.landscaping #container #sidebar1 {
	width: 420px;
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr.landscaping #container #sidebar2 {
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr.gardenblitz #container #sidebar2 {
	width: 550px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr.gardenblitz #container #sidebar1 {
	margin: 0px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr.gardenblitz #container #sidebar1 p #before_thumb1 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr.portfolio #container #sidebar1 {
	margin: 0px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColFixHdr.portfolio #container #sidebar2 {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.thrColFixHdr.portfolio #container #sidebar1 p #folio1_t1 {
	padding-top: 10px;
}
.thrColFixHdr.home #container #sidebar2 p #FlashID3 {
	margin-bottom: 10px;
}
#container #header a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr.portfolio table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}
.thrColFixHdr.testimonials #container #sidebar1 {
	width: 450px;
}
.thrColFixHdr.testimonials #container #sidebar2 {
	width: 500px;
}
.thrColFixHdr.aboutus #container #sidebar1 {
	width: 400px;
	padding-left: 50px;
}
.thrColFixHdr.contact #container #sidebar1 {
	width: 400px;
	padding-left: 60px;
}
.thrColFixHdr.contact #container #sidebar2 {
	width: 500px;
}
.thrColFixHdr.aboutus #container #sidebar2 {
	width: 500px;
}
.thrColFixHdr.testimonials #container #sidebar1 p strong {
	font-size: 10px;
}
.thrColFixHdr.testimonials #container #sidebar1 {
	width: 450px;
	padding-left: 60px;
}
.thrColFixHdr.testimonials #container #sidebar2 {
	width: 400px;
	padding-right: 70px;
}
.thrColFixHdr.home #container #sidebar2 #box1title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5C2D2D;
	background-color: #C5AEA9;
	padding: 5px;
	vertical-align: middle;
	height: 40px;
}
.thrColFixHdr.home #container #sidebar2 #box1content {
	background-color: #C5AEA9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 78px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.thrColFixHdr.home #container #sidebar2 #box2title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #5C2D2D;
	vertical-align: baseline;
	padding: 5px;
	height: 20px;
}
.thrColFixHdr.home #container #sidebar2 #box2content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #5C2D2D;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 7px;
	height: 80px;
}
.thrColFixHdr.home #container #sidebar2 #box3title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5C2D2D;
	padding: 5px;
	background-color: #BFC4A7;
	height: 20px;
}
.thrColFixHdr.home #container #sidebar2 #box3content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #BFC4A7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100px;
}
.thrColFixHdr.home #container #home #sidebar2 {
	height: 400px;
}
.thrColFixHdr.home #container #sidebar2 #sidebarhome {
	height: 400px;
}
.thrColFixHdr.home #container #sidebar2 #box1content a {
	text-decoration: none;
	color: #FFF;
}
.thrColFixHdr.home #container #sidebar2 #box1content a:hover {
	color: #6D2D2D;
}
.thrColFixHdr.home #container #sidebar2 #box2content a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr.home #container #sidebar2 #box2content a:hover {
	color: #D0BCB8;
}
.thrColFixHdr.home #container #sidebar2 #box3content a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr.home #container #sidebar2 #box3content a:hover {
	color: #5C2D2D;
}
.thrColFixHdr #container #header #navmenu #store a {
	color: #030;
}
.thrColFixHdr #container #header #navmenu #store a:hover {
	color: #BFC4A7;
}
#porfoliomaindiv {
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
	height: 3000px;
}
.thrColFixHdr.portfolio #container #porfoliomaindiv .CollapsiblePanelContent table tr td p img {
	border: 2px solid #FFFECE;
}
.thrColFixHdr.portfolio #container #porfoliomaindiv .CollapsiblePanelContent table tr td p img:hover {
	border: 2px solid #99AB42;
}
