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

#mainContent .containerTop {
	background:url(../images/container/top.png) no-repeat;
	width:670px;
	height:30px;
}

#mainContent .containerMiddle {
	background:url(../images/container/middle.png) repeat-y;
	width:606px; /* 670px minus padding */
	height:100%;
	padding:1px 32px 15px 25px;
}

#mainContent .containerBottom {
	background:url(../images/container/bottom.png) no-repeat;
	width:670px;
	height:31px;
}

#mainContent ul {
	line-height:1.5em;
}

a:link {
	color:#FF0;
}

a:active {
	color:#FF0;
}

a:visited {
	color:#FF0;
}

a:hover {
	color:#F90;
}

.smallLink a {
	color:#98d8d3;
}

.smallLink a:hover {
	color:#6FC;
}

/* SIDEBAR */

#sidebarSubContainer {
	background:#25586f;
	width:201px;
	margin:10px auto;
	text-align:center;
	padding:1px 0 7px 0;
}

#sidebarSubContainer img {
	border:#3d84a1 solid 1px;
	margin-top:12px;
}

#sidebarSubContainer h4 {
	margin-top:5px;
	margin-bottom:5px;
}

/* HOMEPAGE */

#johnDeere {
	width:218px;
	height:158px;
	background:url(../images/content/john-deere.png);
	background-repeat:no-repeat;
	position:absolute;
	top:80px;
	right:95px;
}

#johnDeere a {
	display:block;
	width:218px;
	height:158px;
	background:url(../images/content/john-deere.png);
	background-repeat:no-repeat;
}

#johnDeere a:hover {
	width:218px;
	height:158px;
	background:url(../images/content/john-deere.png);
	background-repeat:no-repeat;
	background-position:0 -158px;
}

/* ABOUT */

.imgContainer {
	background:url(../images/content/img-container.png) no-repeat;
	width:289px; /*289*/
	height:218px; /*218*/
	margin-top:18px;
}

#slideshow1 {
	position:relative;
	top:11px;
	left:11px;
}

/* REFER A FRIEND */


/* CONTACT */

#typeOfWork input {
	width:14px;
	margin:1px 0 0 0;
	padding:0;
}

/* CURBING PAGE */

#landscapeCurbingPricingTable {
	background:url(../images/content/curbing_page/table-background.jpg) no-repeat;
	margin-bottom:10px;
	/*background:#126255; /* #0e7069 */
}

#landscapeCurbingPricingTable td {
	background:#217f7d;
}

#landscapeCurbingPricingDetails {
	position:relative;
	height:357px;
}

#landscapeCurbingPricingDetails p {
	width:400px;
}

#curbStyles {
	width:153px;
	background:#217f7d;
	padding-top:7px;
	padding-bottom:7px;
	position:absolute;
	top:-102px;
	right:0;
	margin:5px 0 0 2px;
}

#curbStyles h3 {
	text-align:center;
	margin:0;
}

#curbStyles img {
	margin:5px 33px 8px 33px;
}

#curbingTextures {
	background:#217f7d;
	padding:10px;
	width:210px;
	float:left;
}

#curbingColors {
	background:#217f7d;
	padding:10px;
	width:306px;
	float:left;	
	margin-left:46px;
}

/* LANDSCAPE PACKAGES */

.landscapePackageSection ul {
	margin:0 0 0 30px;
	padding:0;
}

ul#additions {
	margin-top:8px;
	padding-top:0;
}

ul#additions li {
	width:250px;
	float:left;
}

/* REVIEWS */
#kudzu_reviews_footer a,
#kudzu_reviews_footer a:link,
#kudzu_reviews_footer a:visited,
#kudzu_reviews_footer a:active,
#kudzu_reviews_footer a:focus {
	color:#09C;
}

#kudzu_reviews_footer a:hover {
	color:#3CC;
}

/* FINANCE */

#lowMonthlyPaymentsStarburst {
	background:url(../images/content/finance/starburst.png) no-repeat;
	width:187px;
	height:124px;
	position:absolute;
	top:80px;
	right:95px;	
}

#paymentEstimatorTable {
	background:url(../images/content/curbing_page/table-background.jpg) no-repeat;
	width:613px;
}

#paymentEstimatorTable td {
	background:#217f7d;
}

#paymentEstimatorTable p {
	margin:0;
	padding:0;
}


