body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(74, 78, 64)), color-stop(40%, rgb(114, 122, 101)), color-stop(90%, rgb(162, 169, 151)), to(rgb(174, 178, 163)));
	background: -webkit-linear-gradient(top, rgb(74, 78, 64) 0%, rgb(114, 122, 101) 40%, rgb(162, 169, 151) 90%, rgb(174, 178, 163) 100%);
	background: -moz-linear-gradient(top, rgb(74, 78, 64) 0%, rgb(114, 122, 101) 40%, rgb(162, 169, 151) 90%, rgb(174, 178, 163) 100%);
	background: -o-linear-gradient(top, rgb(74, 78, 64) 0%, rgb(114, 122, 101) 40%, rgb(162, 169, 151) 90%, rgb(174, 178, 163) 100%);
	background: linear-gradient(to bottom, rgb(74, 78, 64) 0%, rgb(114, 122, 101) 40%, rgb(162, 169, 151) 90%, rgb(174, 178, 163) 100%);
	background-attachment: fixed;
	-webkit-background-size: auto 500px;
	   -moz-background-size: auto 500px;
	     -o-background-size: auto 500px;
	        background-size: auto 500px;
	background-repeat: repeat-x;
	background-color: #ADB2A3;
}

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: 8px;
	-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(#177239), color-stop(40%, #1f984c), color-stop(60%, #1f984c), to(#177239));
	background: -webkit-linear-gradient(top, #177239 0%, #1f984c 40%, #1f984c 60%, #177239 100%);
	background: -moz-linear-gradient(top, #177239 0%, #1f984c 40%, #1f984c 60%, #177239 100%);
	background: -o-linear-gradient(top, #177239 0%, #1f984c 40%, #1f984c 60%, #177239 100%);
	background: linear-gradient(to bottom, #177239 0%, #1f984c 40%, #1f984c 60%, #177239 100%);
	color: white;
    padding: 6px 8px;
}

.tmpl-module.tmpl-module-block {
	padding: 1px;
	background-color: #c2deba;
    border: 1px solid #ccd6e0;	
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

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

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

.tmpl-moduleBody a:hover {
    color: #555;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background-color: #1c8743;
    -webkit-box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);
       -moz-box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);
            box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);	
    height: 38px;
    padding: 3px 7px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	font-family: "Open Sans Bold";
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	position: relative;	
	border-right: 1px solid #8099b3;
	margin-top: 7px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 6px 18px;	
    -webkit-border-radius: 3px;	
       -moz-border-radius: 3px;	
            border-radius: 3px;
}

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

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

.tmpl-footer .tmpl-menu-horizontal  {
	background-color: transparent;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

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

.tmpl-footer .tmpl-menu-horizontal a {
	color: #000;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #555;
	border-color: transparent;
}

.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;
}
