body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(40%, rgb(0, 55, 23)), color-stop(80%, rgb(0, 111, 45)), to(rgb(1, 138, 58)));
	background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 55, 23) 40%, rgb(0, 111, 45) 80%, rgb(1, 138, 58) 100%);
	background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 55, 23) 40%, rgb(0, 111, 45) 80%, rgb(1, 138, 58) 100%);
	background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 55, 23) 40%, rgb(0, 111, 45) 80%, rgb(1, 138, 58) 100%);
	background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 55, 23) 40%, rgb(0, 111, 45) 80%, rgb(1, 138, 58) 100%);
	background-attachment: fixed;
	background-size: 100vw 100vh;
}

img {
	border: none;
}

.glare {
	position: fixed;
    background-image: url(page_gl.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 312px;
    z-index: -1;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tmpl-sheet {
	display: inline-block;
	text-align: left;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 20px 10px;
	background-color: white;
	width: 1000px;
	overflow: hidden;
}

.tmpl-sidebar {
	width: 200px;
	display: block;
	vertical-align: top;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tmpl-sidebar-left {
	float: left;
}

.tmpl-sidebar-right {
	float: right;
}

.tmpl-content {
	width: 600px;
	display: inline-block;
	vertical-align: top;
}

.tmpl-sidebar .tmpl-module {
	margin-bottom: 10px;
}

.tmpl-moduleHeader {
	font-family: "Open Sans Bold";
	font-size: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 114, 66)), color-stop(21%, rgb(52, 173, 100)), color-stop(80%, #235b38), to(#27683f));
	background: -webkit-linear-gradient(top, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	background: -moz-linear-gradient(top, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	background: -o-linear-gradient(top, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	background: linear-gradient(to bottom, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	color: #fff;
    padding: 9px 5px;
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.tmpl-module-block .tmpl-moduleBody {
	padding: 7px;
	background-color: #f5fff9;
	border: 1px solid #c7efd6;
}

.tmpl-moduleBody a {
	color: #333;
	line-height: 1.4em;
}

.tmpl-moduleBody a:hover {
    color: #438CB6;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(34, 114, 66)), color-stop(21%, rgb(52, 173, 100)), color-stop(80%, #235b38), to(#27683f));
	background: -webkit-linear-gradient(top, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	background: -moz-linear-gradient(top, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	background: -o-linear-gradient(top, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
	background: linear-gradient(to bottom, rgb(34, 114, 66) 0%, rgb(52, 173, 100) 21%, #235b38 80%, #27683f 100%);
    height: 44px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6px;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	line-height: 44px;
}

.tmpl-menu-horizontal li:last-child {
	border: none;
}

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 7px 10px;	
	margin: 0 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#67b286), color-stop(20%, #93caa9), color-stop(80%, #55a776), to(#5eae7f));
	background: -webkit-linear-gradient(top, #67b286 0%, #93caa9 20%, #55a776 80%, #5eae7f 100%);
	background: -moz-linear-gradient(top, #67b286 0%, #93caa9 20%, #55a776 80%, #5eae7f 100%);
	background: -o-linear-gradient(top, #67b286 0%, #93caa9 20%, #55a776 80%, #5eae7f 100%);
	background: linear-gradient(to bottom, #67b286 0%, #93caa9 20%, #55a776 80%, #5eae7f 100%);
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus,
.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0a4423), color-stop(20%, #15883e), color-stop(80%, #062616), to(#08371d));
	background: -webkit-linear-gradient(top, #0a4423 0%, #15883e 20%, #062616 80%, #08371d 100%);
	background: -moz-linear-gradient(top, #0a4423 0%, #15883e 20%, #062616 80%, #08371d 100%);
	background: -o-linear-gradient(top, #0a4423 0%, #15883e 20%, #062616 80%, #08371d 100%);
	background: linear-gradient(to bottom, #0a4423 0%, #15883e 20%, #062616 80%, #08371d 100%);
	color: #fff;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #C7EFD6;
    color: #333;
    padding-bottom: 1px;
    padding-top: 15px;
    font-size: 12px;
}

.tmpl-footer .tmpl-menu-horizontal  {
	background: none;
	border: none;
}

.tmpl-footer .tmpl-menu-horizontal li,
.tmpl-footer .tmpl-menu-horizontal li:hover  {
	background-color: transparent;
}

.tmpl-footer .tmpl-menu-horizontal li:last-child {
	border: none;
}

.tmpl-footer .tmpl-menu-horizontal a {
	color: #000;
	border: none;
	background-color: transparent;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #438CB6;
	background: none;
}

.tmpl-footer p {
	margin: 0 0 10px 0;
}

.tmpl-categories div {
	margin-bottom: 10px;
}

.category {
	width: 24.5%;
}

.product {
	width: 32%;
}

.categoryImage {
	width: 120px;
	height: 120px;
}

.productImage {
	width: 160px;
	height: 160px;
}

.categoryImage img {
	max-width: 120px;
	max-height: 120px;
}

.productImage img {
	max-width: 160px;
	max-height: 160px;
}
