h1, h2, h3, h4, h5, h6{
	color:#ffffff;
}
.header-logo h1{
	color:#65a449;
}
textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="submit"] {
	border:1px solid #65a449;
}
button, input[type="submit"]{
	color:#eaeaea;
	background:#65a449;
	border-bottom:3px solid #65a449;
}
.btn-color{
	background:#65a449;
	border-bottom:3px solid #65a449;
	border-radius:4px;
	font-weight:bold;
	color:#ffffff;
}
.btn-orange{
	background:#65a449;
	border-bottom:3px solid #65a449;
	border-radius:4px;
	font-weight:bold;
	color:#ffffff;
}
.color{
	color:#65a449;
}
.background{
	background:#65a449;
}
/* Content */
.ft-content{
	background:url(../images/green-bg.png);
	background-repeat:repeat-x;
}
/* Footer */
.ft-footer{
	background:url(../images/green-footer-grad.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
/* Timer */
a{
	color:#65a449;
}
.ft-timer-square{
	background:#65a449;
}
.header-nav-menu li a:hover, a:hover{
	color:#65a449;
}
a:link{
	color:#aecda1;
}
.img-cloud{
	background:url(../images/green-cloud.png);
}
.img-leaf{
	background:url(../images/green-leaf.png);
}
.img-ladybird{
	background:url(../images/green-ladybird.png);
}
.ft-video-nav li a:hover{
	background:url(../images/nav-link-bg-green-hover.png);
}
.ft-timer-circle{
	background:url(../images/counter-green-bg.png);
}
