body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(25, 135, 48)), color-stop(64%, rgb(17, 95, 33)), to(rgb(6, 34, 12)));
	background: -webkit-linear-gradient(top, rgb(25, 135, 48) 0%, rgb(17, 95, 33) 64%, rgb(6, 34, 12) 100%);
	background: -moz-linear-gradient(top, rgb(25, 135, 48) 0%, rgb(17, 95, 33) 64%, rgb(6, 34, 12) 100%);
	background: -o-linear-gradient(top, rgb(25, 135, 48) 0%, rgb(17, 95, 33) 64%, rgb(6, 34, 12) 100%);
	background: linear-gradient(to bottom, rgb(25, 135, 48) 0%, rgb(17, 95, 33) 64%, rgb(6, 34, 12) 100%);
    background-attachment: fixed;
}

img {
	border: none;
}

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: 13px;
	background: -webkit-gradient(linear, left top, left bottom, from(#062a11), color-stop(40%, #148328), color-stop(60%, #148328), to(#062a11));
	background: -webkit-linear-gradient(top, #062a11 0%, #148328 40%, #148328 60%, #062a11 100%);
	background: -moz-linear-gradient(top, #062a11 0%, #148328 40%, #148328 60%, #062a11 100%);
	background: -o-linear-gradient(top, #062a11 0%, #148328 40%, #148328 60%, #062a11 100%);
	background: linear-gradient(to bottom, #062a11 0%, #148328 40%, #148328 60%, #062a11 100%);
	color: #fff;
    padding: 9px 7px;
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #d6dc9f;
    border: 1px solid #98abc0;
    padding: 1px;
}

.tmpl-module-block .tmpl-moduleBody {
	padding: 7px;
}

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

.tmpl-moduleBody a:hover {
    color: #014B79;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 31, 7)), color-stop(20%, rgb(0, 75, 17)), color-stop(39%, rgb(0, 118, 26)), color-stop(71%, rgb(0, 101, 22)), color-stop(90%, rgb(0, 58, 13)));
	background: -webkit-linear-gradient(top, rgb(0, 31, 7) 0%, rgb(0, 75, 17) 20%, rgb(0, 118, 26) 39%, rgb(0, 101, 22) 71%, rgb(0, 58, 13) 90%);
	background: -moz-linear-gradient(top, rgb(0, 31, 7) 0%, rgb(0, 75, 17) 20%, rgb(0, 118, 26) 39%, rgb(0, 101, 22) 71%, rgb(0, 58, 13) 90%);
	background: -o-linear-gradient(top, rgb(0, 31, 7) 0%, rgb(0, 75, 17) 20%, rgb(0, 118, 26) 39%, rgb(0, 101, 22) 71%, rgb(0, 58, 13) 90%);
	background: linear-gradient(to bottom, rgb(0, 31, 7) 0%, rgb(0, 75, 17) 20%, rgb(0, 118, 26) 39%, rgb(0, 101, 22) 71%, rgb(0, 58, 13) 90%);
    height: 36px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 7px;
}

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

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 6px 9px;	
	background-color: transparent;
	margin: 0 2px;
	border: 1px solid #b7c070;
	border-bottom: 0;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#ced58d), color-stop(40%, #e4e8bf), color-stop(60%, #e4e8bf), to(#ced58d));
	background: -webkit-linear-gradient(top, #ced58d 0%, #e4e8bf 40%, #e4e8bf 60%, #ced58d 100%);
	background: -moz-linear-gradient(top, #ced58d 0%, #e4e8bf 40%, #e4e8bf 60%, #ced58d 100%);
	background: -o-linear-gradient(top, #ced58d 0%, #e4e8bf 40%, #e4e8bf 60%, #ced58d 100%);
	background: linear-gradient(to bottom, #ced58d 0%, #e4e8bf 40%, #e4e8bf 60%, #ced58d 100%);
	color: #000;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#3f3c39), color-stop(40%, #5a5551), color-stop(60%, #5a5551), to(#3f3c39));
	background: -webkit-linear-gradient(top, #3f3c39 0%, #5a5551 40%, #5a5551 60%, #3f3c39 100%);
	background: -moz-linear-gradient(top, #3f3c39 0%, #5a5551 40%, #5a5551 60%, #3f3c39 100%);
	background: -o-linear-gradient(top, #3f3c39 0%, #5a5551 40%, #5a5551 60%, #3f3c39 100%);
	background: linear-gradient(to bottom, #3f3c39 0%, #5a5551 40%, #5a5551 60%, #3f3c39 100%);
	color: #fff;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #A3AB6B;
    color: #000;
    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: #444;
	background: none;
}

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

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

.category {
	width: 32.666666666667%;
}

.product {
	width: 32%;
}

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

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

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

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