body {
	background-image: url(./background.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
	color: #76B54C;
	font-weight: 600;
}
a:hover {
	color: rgb(169, 209, 142);
}
hr {
	height: 10px;
	background: rgb(169, 209, 142);
	border: none;
}
p.error, p.success {
	font-weight: bold;
	padding: 25px;
	border: 1px solid;
}
p.error {
	background: #ffc0c0;
	color: #900;
}
p.success {
	background: #b3ff69;
	color: #4fa000;
}
form {
	padding: 0 10px;
	width: 100%;
}
label {
	text-align: right;
	padding-top: 4px;
}
input {
	width: 100%;
}
.menu ul {
	list-style: none;
	float: right;
}
.menu ul li {
	display: inline-block;
}
.menu a {
	text-decoration: none;
	text-align: center;
	color: rgb(10, 10, 10);
	font-size: 1.5em;
	display: block;
	background-color: rgb(210, 210, 210);
	width: 150px;
	margin-right: 20px;
	border: 5px solid rgb(210, 210, 210);
}

.menu ul a:hover {
	background-color: rgb(169, 209, 142);
	border: 5px solid rgb(169, 209, 142);
}
.active {
	background-color: rgb(169, 209, 142) !important;
	border: 5px solid rgb(169, 209, 142) !important;
}
.title {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5e0b4+0,76b54c+48,43682b+100 */
	background: #c5e0b4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzVlMGI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjNzZiNTRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzNjgyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-5deg,  #c5e0b4 0%, #76b54c 48%, #43682b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c5e0b4), color-stop(48%,#76b54c), color-stop(100%,#43682b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-5deg,  #c5e0b4 0%,#76b54c 48%,#43682b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-5deg,  #c5e0b4 0%,#76b54c 48%,#43682b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-5deg,  #c5e0b4 0%,#76b54c 48%,#43682b 100%); /* IE10+ */
	background: linear-gradient(175deg,  #c5e0b4 0%,#76b54c 48%,#43682b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e0b4', endColorstr='#43682b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	padding: 10px 10px 5px 10px;
	font-size: 2em;
	font-weight: 600;
	color: white;
}
.rightp {
	padding-right: 25px;
}
.moto {
	text-align: center;
	padding: 20px 10px;
	border: 5px double rgb(169, 209, 142);
	background: #c5e0b4; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #c5e0b4 0%, #76b54c 46%, #43682b 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#c5e0b4), color-stop(46%,#76b54c), color-stop(100%,#43682b)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #c5e0b4 0%,#76b54c 46%,#43682b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #c5e0b4 0%,#76b54c 46%,#43682b 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #c5e0b4 0%,#76b54c 46%,#43682b 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #c5e0b4 0%,#76b54c 46%,#43682b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e0b4', endColorstr='#43682b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.content {
	color: #666;
}
.content p {
	line-height: 1.5;
}
.content ul {
	list-style: square outside;
	line-height: 1.5;
	padding-left: 20px;
}
.content ul li {
	color: rgb(169, 209, 142);
}
.content ul li span {
	color: #666;
}
.list-title {
	color: #70AD47;
	font-weight: 600;
	font-size: 1.3em;
}
.specs {
	color: #548235;
	font-weight: 600;
	font-size: 1.3em;
}
.text {
	padding-left: 40px;
	padding-right: 20px;
}
.intro {
	font-size: 1.3em;
}
.lead {
	font-weight: normal;
}
.footer {
	text-align: left;
	float: left;
	width: 100%;
}
.photo {
	float: left;
	width: 20%;
}
.icon {
	display: inline-block;
	height: 15px;
    top: 5px;
}
.info {
	float: left;
	text-align: right;
	width: 80%;
}
.tel {display: inline-block;}
.email {display: inline-block;}
.infoblock {
	float: left;
}
.input {
	width: 100%;
	border: 3px solid #ccc;
	font-size: 1.3em;
	font-weight: normal;
	border-radius: 5px;
	padding: 10px;
}
.input:focus {
	border: 3px solid #70CE2D;
}
#message {border-radius: 5px;	font-family: Arial, Helvetica, 'Open Sans', sans-serif;}
.name {
	float: left;
	width: 45%;
	margin: 1% 3% 0 0;
}
.mail {
	float: left;
	width: 45%;
	margin: 1% 1% 0 3%;
}
.subj {
	width: 96%;
	margin: 2% 0 0 0;
}
.message {
	border-radius: 5px;
	margin: 2% 0;
	padding-right: 5px;
	width: 96%;
}
.formrow {
	display: inline-block;
	width: 100%;
}
.submit {
	margin: 1% 0;
	color: white;
	font-size: 1.5em;
	border: 3px solid #ccc;
	background-color: rgb(169, 209, 142);
	width: 200px;
	float: left;
	border-radius: 5px;
	padding: 5px;
}
.reset {
	background-color: #ccc;
	margin-left: 10px;
}
.submit:hover {
	background-color: #70CE2D;
}
/* implemented by Mikhail Gospodarikov (mig0s.tk) */