/*
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-family: 'PT Sans Narrow', sans-serif;
*/


body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	background: url('../img/pattern1.png');
	min-width: 960px;
}
h1, h2, h3, h4, h5, h6, b {font-weight: normal;}


/*buttons*//*************************//*************************//*************************//*************************/
.btn {
	background-color: #e6e6e6;
	background: linear-gradient(#e6e6e6, #cecece);
	background: -o-linear-gradient(#e6e6e6, #cecece);
	background: -ms-linear-gradient(#e6e6e6, #cecece);
	background: -moz-linear-gradient(#e6e6e6, #cecece);
	background: -webkit-linear-gradient(#e6e6e6, #cecece);
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.4);
	cursor: pointer;
	border: none;
	display: inline-block;
}
.btn:hover {
	background-color: #cecece;
	background: linear-gradient(#cecece, #e6e6e6);
	background: -o-linear-gradient(#cecece, #e6e6e6);
	background: -ms-linear-gradient(#cecece, #e6e6e6);
	background: -moz-linear-gradient(#cecece, #e6e6e6);
	background: -webkit-linear-gradient(#cecece, #e6e6e6);
}

.btn2 {
	background-color: #dc3838;
	background: linear-gradient(#d92b2b, #b20808);
	background: -o-linear-gradient(#d92b2b, #b20808);
	background: -ms-linear-gradient(#d92b2b, #b20808);
	background: -moz-linear-gradient(#d92b2b, #b20808);
	background: -webkit-linear-gradient(#d92b2b, #b20808);
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0 2px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	border: none;
	display: inline-block;
}
.btn2:hover {
	background-color: #428a29;
	background: linear-gradient(#408827, #256014);
	background: -o-linear-gradient(#408827, #256014);
	background: -ms-linear-gradient(#408827, #256014);
	background: -moz-linear-gradient(#408827, #256014);
	background: -webkit-linear-gradient(#408827, #256014);
}



/*popUp*//*************************//*************************//*************************//*************************/
.popUpContainer {
	position: fixed;
	top: 0;
	left: 0;
	background: url('../img/popUpPattern.png');
	display: none;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.popUpContainer tr td {vertical-align: middle;}
.popUpContainer form {
	position: relative;
	width: 334px;
	margin: auto;
	background-color: #ededed;
	background: linear-gradient(#fff, #ededed);
	background: -o-linear-gradient(#fff, #ededed);
	background: -ms-linear-gradient(#fff, #ededed);
	background: -moz-linear-gradient(#fff, #ededed);
	background: -webkit-linear-gradient(#fff, #ededed);
	border-radius: 8px;
	box-shadow: 0 0 33px rgba(0,0,0,0.8);
	text-align: center;
	padding: 22px 0;
}
.popUpContainer form h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2em;
	color: #292929;
	padding: 0 25px 15px;
}
.popUpContainer form input {
	width: 240px;
	height: 40px;
	padding: 0 10px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2) inset;
}
.popUpContainer form button {
	width: 120px;
	height: 40px;
	font-size: 20px;
	color: #292929;
	letter-spacing: 1px;
	margin-top: 8px;
}
.popUpContainer form h2.close {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: 2px solid white;
	box-shadow: -1px -1px 4px 2px rgba(0,0,0,0.6);
	background: #444 url('../img/popUpClose.png') center center no-repeat;
}
.popUpContainer form h2.close:hover {background: #e54782 url('../img/popUpClose.png') center center no-repeat;}


/*************************//*************************//*************************//*************************/
.box1 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
}
.box1 img {
	float: left;
	padding: 0 30px 0 0;
}
.box1 h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 32px;
	line-height: 1em;
	float: left;
}
.box1 h1 span {
	display: block;
	font-size: 46px;
	line-height: 1em;
	color: #227608;
	font-weight: bold;
	text-transform: uppercase;
}
.box1 h1 b {
	font-weight: bold;
	text-transform: uppercase;
}
.box1 div {
	float: right;
	text-align: center;
	width: 260px;
	margin-top: -20px;
}
.box1 div h6 {
	font-size: 16px;
	line-height: 1.2em;
	color: #cf0000;
	font-style: italic;
}
.box1 div h2 {
	font-size: 35px;
	line-height: 1.4em;
	font-family: 'PT Sans Narrow', sans-serif;
}
.box1 div p {
	width: 166px;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	margin-top: 8px;
}


/*************************//*************************//*************************//*************************/
.box2 {
	height: 595px;
	background: url('../img/bg1.jpg') center top no-repeat;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.4);
}
.box2 > div {
	width: 960px;
	margin: 0 auto;
	font-family: 'PT Sans Narrow', sans-serif;
}
.box2 h1 {
	text-align: center;
	font-size: 31px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 22px 0 0;
}
.box2 h2 {
	text-align: center;
	font-size: 45px;
	line-height: 1.2em;
	color: #bd0a0a;
	text-transform: uppercase;
	font-weight: bold;
}
.box2 h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1em;
}
.box2 form {
	float: right;
	text-align: center;
	width: 335px;
	margin: 25px 18px 0 0;
}
.box2 form h4 {
	font-size: 28px;
	line-height: 1.1em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 0 23px;
}
.box2 form h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: white;
}
.box2 form input {
	width: 240px;
	height: 40px;
	padding: 0 10px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4) inset;
}
.box2 form button {
	width: 260px;
	height: 67px;
	font-size: 25px;
	line-height: 1em;
	margin-top: 6px;
}
.box2 form button span {font-size: 18px;}


/*************************//*************************//*************************//*************************/
.box3 {
	width: 960px;
	margin: 0 auto;
}
.box3 h1 {
	height: 50px;
	background: url('../img/bg2.png') center center no-repeat;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 35px 0 25px;
}
.box3 ul {
	overflow: hidden;
}
.box3 ul li {
	float: left;
	width: 25%;
	text-align: center;
}
.box3 ul li p {
	padding: 8px 20px 25px;
}


/*************************//*************************//*************************//*************************/
.box4 {
	width: 960px;
	margin: 0 auto;
}
.box4 h1 {
	height: 50px;
	background: url('../img/bg3.png') center center no-repeat;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 35px 0 25px;
}
.box4 ul {
	overflow: hidden;
}
.box4 ul li {
	float: left;
	width: 16.6%;
}
.box4 ul li img {
	margin-left: -25px;
}
.box4 ul li h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	line-height: 1.2em;
	color: #408827;
	font-weight: bold;
	padding: 8px 25px 0 0;
	min-height: 45px;
}
.box4 ul li p {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 25px 16px 0;
	min-height: 120px;
}
.box4 ul li h5 {
	width: 120px;
	height: 32px;
	font-size: 19px;
	line-height: 32px;
	margin-bottom: 12px;
}


/*************************//*************************//*************************//*************************/
.box5 {
	border-top: 1px solid #bfbfbf;
	box-shadow: 0 3px 8px 0 #d1e7f0 inset;
	background-color: #e8f3f8;
	margin-top: 33px;
}
.box5 > div {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.box5 ul {
	width: 50%;
	float: left;
	padding-bottom: 25px;
}
.box5 ul li {
	overflow: hidden;
	padding-bottom: 18px;
}
.box5 ul li h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 50px;
	height: 50px;
	background: url('../img/bg4.png') center center no-repeat;
	margin: 18px 0 8px;
}
.box5 ul.item2 li h1 {
	color: #397f22;
	background: url('../img/bg5.png') center center no-repeat;
}
.box5 ul li h2 {
	float: left;
	font-size: 20px;
	line-height: 30px;
	color: white;
	width: 36px;
	height: 30px;
	text-align: center;
	background-color: #a5a5a5;
	background: linear-gradient(#a5a5a5, #858585);
	background: -o-linear-gradient(#a5a5a5, #858585);
	background: -ms-linear-gradient(#a5a5a5, #858585);
	background: -moz-linear-gradient(#a5a5a5, #858585);
	background: -webkit-linear-gradient(#a5a5a5, #858585);
	box-shadow: 0 -6px 0px #ddd;
	border-radius: 6px;
	margin: 6px 0 0 40px;
}
.box5 ul.item2 li h2 {
	background-color: #509536;
	background: linear-gradient(#509536, #2f721b);
	background: -o-linear-gradient(#509536, #2f721b);
	background: -ms-linear-gradient(#509536, #2f721b);
	background: -moz-linear-gradient(#509536, #2f721b);
	background: -webkit-linear-gradient(#509536, #2f721b);
	box-shadow: 0 -6px 0px #73af5a;
}
.box5 ul li p {
	font-size: 18px;
	line-height: 1.2em;
	padding: 2px 25px 0 95px;
}


/*************************//*************************//*************************//*************************/
.box6 {
	background-color: #478731;
	background: linear-gradient(#478731, #5f9f46);
	background: -o-linear-gradient(#478731, #5f9f46);
	background: -ms-linear-gradient(#478731, #5f9f46);
	background: -moz-linear-gradient(#478731, #5f9f46);
	background: -webkit-linear-gradient(#478731, #5f9f46);
	border-top: 1px solid #8dbc78;
}
.box6 > div {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.box6 h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 45px;
	line-height: 50px;
	color: white;
	background: url('../img/bg6.png') center center no-repeat;
	margin: 25px 0 15px;
}
.box6 h2 {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	line-height: 1em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-top: 27px;
}
.box6 h2 span {
	display: inline-block;
	width: 220px;
	height: 65px;
	background-color: #ddda00;
	border-radius: 5px;
	margin-top: 12px;
	color: black;
	line-height: 65px;
}
.box6 ul {
	width: 740px;
	float: left;
	overflow: hidden;
}
.box6 ul li {
	width: 25%;
	float: left;
	position: relative;
}
.box6 ul li img:first-child {
	display: block;
	margin: 0 auto;
}
.box6 ul li img:last-child {
	position: absolute;
	top: 22px;
	right: -10px;
}
.box6 ul li p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	color: white;
	padding: 8px 0 30px 20px;
}


/*************************//*************************//*************************//*************************/
.box7 {background-color: #3c7e27;}
.box7 > div {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0 40px;
	overflow: hidden;
}
.box7 h2 {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	line-height: 1em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin-top: 27px;
}
.box7 h2 span {
	display: inline-block;
	width: 220px;
	height: 65px;
	background-color: #ffa200;
	border-radius: 5px;
	margin-top: 12px;
	color: black;
	font-size: 18px;
	line-height: 65px;
}
.box7 ul {
	width: 740px;
	float: left;
	overflow: hidden;
}
.box7 ul li {
	width: 25%;
	float: left;
	position: relative;
}
.box7 ul li img:first-child {
	display: block;
	margin: 0 auto;
}
.box7 ul li img:last-child {
	position: absolute;
	top: 22px;
	right: -10px;
}
.box7 ul li p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	color: white;
	padding: 8px 0 30px 20px;
}


/*************************//*************************//*************************//*************************/
.box8 {
	background-color: white;
	padding-bottom: 40px;
}
.box8 > div {
	width: 960px;
	margin: 0 auto;
}
.box8 h1 {
	height: 50px;
	background: url('../img/bg7.png') center center no-repeat;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 35px 0 25px;
}
.box8 table tr {
	border-bottom: 1px dashed #7ea474;
}
.box8 table tr td {
	vertical-align: middle;
}
.box8 table tr td h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3em;
	padding: 0 0 12px;
	color: #3c7e27;
}
.box8 table tr td img {
	display: block;
	margin: 0 auto;
}
.box8 table tr td p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	padding: 7px 25px 7px 0;
}
.box8 table tr td p.style1 {
	text-align: center;
	padding: 7px 0;
}
.box8 table tr td h3 {
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #3c7e27;
	padding: 12px 0;
}
.box8 table tr td h3 span {
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
}
.box8 table tr td h4 {
	width: 110px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-transform: none;
	font-weight: normal;
	margin: 12px 39px;
}
.box8 table tr:last-child {
	border-bottom: none;
}


/*************************//*************************//*************************//*************************/
.box9 {
	background-color: #f3f9fe;
	background: linear-gradient(#dff0fd, #fff);
	background: -o-linear-gradient(#dff0fd, #fff);
	background: -ms-linear-gradient(#dff0fd, #fff);
	background: -moz-linear-gradient(#dff0fd, #fff);
	background: -webkit-linear-gradient(#dff0fd, #fff);
	padding: 35px 0 45px;
}
.box9 h1 {
	height: 50px;
	background: url('../img/bg8.png') center center no-repeat;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.box9 ul {
	background-color: white;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.box9 ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}


/*************************//*************************//*************************//*************************/
.box10 {
	background-color: white;
	padding-bottom: 35px;
}
.box10 h1 {
	height: 50px;
	background: url('../img/bg9.png') center center no-repeat;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 15px 0 25px;
}
.box10 .zoom-gallery {
	width: 960px;
	margin: 0 auto;
}
.box10 .zoom-gallery a {
	display: inline-block;
	vertical-align: top;
	width: 228px;
	height: 321px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	margin: 0 3px 12px;
	overflow: hidden;
}
.box10 .zoom-gallery a img {
	width: 100%;
	height: 100%;
}


/*************************//*************************//*************************//*************************/
.box11 {
	height: 615px;
	background: url('../img/bg10.jpg') center top no-repeat;
}
.box11 .item1 {
	width: 960px;
	margin: 0 auto
}
.box11 .item1 h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 37px;
	line-height: 1em;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 25px 0 65px;
}
.box11 .item1 form {
	width: 470px;
	margin: 0 auto;
}
.box11 .item1 form > div {
	float: left;
}
.box11 .item1 form input {
	width: 240px;
	height: 40px;
	padding: 0 10px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4) inset;
}
.box11 .item1 form button {
	display: block;
	width: 185px;
	height: 88px;
	font-size: 36px;
	float: right;
}
.box11 .item1 h6 {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	padding: 14px 0 0;
}
.box11 .item1 h2 {
	text-align: center;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
}
.box11 .item2 {
	width: 960px;
	margin: 142px auto 0;
}
.box11 .item2 img {
	float: left;
	padding: 0 25px 0 12px;
}
.box11 .item2 h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 32px;
	line-height: 1em;
	float: left;
}
.box11 .item2 h1 span {
	display: block;
	font-size: 46px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.box11 .item2 div {
	float: right;
	text-align: center;
	width: 260px;
	margin-top: -20px;
}
.box11 .item2 div h6 {
	font-size: 16px;
	line-height: 1.2em;
	color: #cf0000;
	font-style: italic;
}
.box11 .item2 div h2 {
	font-size: 35px;
	line-height: 1.4em;
	font-family: 'PT Sans Narrow', sans-serif;
}
.box11 .item2 div p {
	width: 166px;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	margin-top: 8px;
}
.box11 > h6 {
	font-size: 15px;
	line-height: 1em;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 130px;
}
.box11 > h6 a {
	color: white;
}
.box11 > h6 a:hover {
	color: red;
}
