@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-size:22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: inline;
}
h2 {
	font-size:14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: inline;
}
h3 {
	font-size:11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: inline;
}
h4 {
	color: #B6D33D;
	text-transform: uppercase;
}
p {
	font-size:12px;
	vertical-align: top;
	white-space: normal;
	display: inline;
	line-height: 1.2;
}

li {
	font-size:12px;
	vertical-align: top;
	white-space: normal;
	line-height: 1.2;
}
li.ex {
	list-style-position: inside;
	list-style-type: circle;
}

p.ex {
	color:#77B418;
}
p.testimonial {
	color:#666;
	font-style: italic;
}
a {
	color: #FFF;
	text-align: left;
	white-space: normal;
	display: inline;
	text-decoration: none;
}

a:link {
	color: #A1C531;
}
a:hover {
	color: #000;
}

/* LAYOUT */

#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 6px;
}
#layout {
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 100%;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#logo {
	width: 185px;
	height: 92px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
	padding-top: 16px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 16px;
}
#claim {
	width: 60%;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}
#index-claim {
	width: 60%;
	height: 70px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #000;
}

#slideshow {
	width: 843px;
	height: 340px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bg-slideshow.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-position: center 0px;
}
#slideshow-gallery {
	width: 843px;
	height: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-position: center 0px;
	background-image: url(images/bg-portfolio.png);
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	height: 55px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: right;
	background-image: url(images/line.png);
	padding-top: 25px;
	background-repeat: no-repeat;
	background-position: center 10px;
}

/* NAVIGATION */
#nav-left {
	width: 240px;
	height: 20px;
	padding-left: 30px;
	margin-top: 55px;
	float: left;
}
#nav-right {
	width: 300px;
	height: 20px;
	padding-right: 30px;
	float: right;
	text-align: right;
	margin-top: 55px;
}
#navlist{
	list-style: none;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
}
#navlist li{
	display: inline;
	padding: 15px;
	margin: 0;
	color: #666;
	font-size:11px;
}
#nav-left ul li a:hover
{
	color: #ED2B94;
}
#nav-right ul li a:hover
{
	color: #ED2B94;
}
#active a {
	border-left: 0px solid #fff;
	color: #ED2B94;
}

/* FOOTER */
#footer-left {
	width: 440px;
	height: 20px;
	padding-left: 3px;
	float: left;
	font-size: 10px;
	color: #B2D445;
}
#footer-right {
	width: 300px;
	height: 20px;
	padding-right: 3px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #000;
}

/* SERVICE */
#service-slideshow {
	width: 843px;
	height: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg-slideshow-service.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-position: center 0px;
	clear: both;
}
#service-slideshow-bg {
	width: 843px;
	height: 580px;
	background-image: url(images/pics-service.jpg);
	background-repeat: no-repeat;
	background-position: 550px bottom;
}
#plantings-slideshow-bg {
	width: 843px;
	height: 368px;
	background-image: url(images/pics-plantings.jpg);
	background-repeat: no-repeat;
	background-position: 550px bottom;
}
#testimonials-slideshow-bg {
	width: 843px;
	height: 568px;
	background-image: url(images/pics-testimonials.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#service-claim {
	width: 60%;
	height: 80px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #000;
}
#service-left {
	width: 410px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	clear: right;
}
#service-right {
	width: 410px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	clear: right;
}
#service-title {
	width: 370px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}
#service-text {
	width: 370px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}


/* CONTACT */
#map {
	width: 560px;
	height: 340px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
#contact-text {
	width: 260px;
	height: 340px;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
}

#contact-claim {
	width: 70%;
	height: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}
#contact-title {
	width: 220px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}
#contact-text2 {
	width: 220px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#contact-form {
	width: 220px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 11px;
}
