html {
	background-color: #12350c;
}

body {
	background: -webkit-gradient(linear, left top, left bottom, from(#1b5e13), to(#1b5e13));
	background: -webkit-linear-gradient(top, #1b5e13 0%, #1b5e13 100%);
	background: -moz-linear-gradient(top, #1b5e13 0%, #1b5e13 100%);
	background: -o-linear-gradient(top, #1b5e13 0%, #1b5e13 100%);
	background: linear-gradient(to bottom, #1b5e13 0%, #1b5e13 100%);
	background-repeat: repeat-x;
	background-position: top left;
	-webkit-background-size: 61px 61px;
	   -moz-background-size: 61px 61px;
	     -o-background-size: 61px 61px;
	        background-size: 61px 61px;
    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;
	color: #fff;
    padding: 4px;
   	background: -webkit-gradient(linear, left top, left bottom, from(#1f7718), color-stop(49%, #185412), color-stop(50%, #0f2709), to(#143e0f));
   	background: -webkit-linear-gradient(top, #1f7718 0%, #185412 49%, #0f2709 50%, #143e0f 100%);
   	background: -moz-linear-gradient(top, #1f7718 0%, #185412 49%, #0f2709 50%, #143e0f 100%);
   	background: -o-linear-gradient(top, #1f7718 0%, #185412 49%, #0f2709 50%, #143e0f 100%);
   	background: linear-gradient(to bottom, #1f7718 0%, #185412 49%, #0f2709 50%, #143e0f 100%);
}

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

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

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

.tmpl-moduleBody a:hover {
    color: #09B800;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background-color: #000;
    height: 41px;
    padding: 0 2px;
    border-bottom: 1px solid #7f97b1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin-top: 15px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 6px;	
    margin: 0 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#23c823), to(#146411));
	background: -webkit-linear-gradient(top, #23c823 0%, #146411 100%);
	background: -moz-linear-gradient(top, #23c823 0%, #146411 100%);
	background: -o-linear-gradient(top, #23c823 0%, #146411 100%);
	background: linear-gradient(to bottom, #23c823 0%, #146411 100%);
	border: 1px solid #325d79;
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    border-bottom: none;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	color: #fff;
	border-color: #d5dde5;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #1A5E14;
    color: #fff;
    padding-bottom: 1px;
    padding-top: 5px;
    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 a {
	color: #fff;
	border: none;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #ddd;
	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;
}
