body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 112, 42)), color-stop(40%, rgb(170, 183, 67)), color-stop(80%, rgb(203, 211, 134)), to(rgb(217, 225, 168)));
	background: -webkit-linear-gradient(top, rgb(105, 112, 42) 0%, rgb(170, 183, 67) 40%, rgb(203, 211, 134) 80%, rgb(217, 225, 168) 100%);
	background: -moz-linear-gradient(top, rgb(105, 112, 42) 0%, rgb(170, 183, 67) 40%, rgb(203, 211, 134) 80%, rgb(217, 225, 168) 100%);
	background: -o-linear-gradient(top, rgb(105, 112, 42) 0%, rgb(170, 183, 67) 40%, rgb(203, 211, 134) 80%, rgb(217, 225, 168) 100%);
	background: linear-gradient(to bottom, rgb(105, 112, 42) 0%, rgb(170, 183, 67) 40%, rgb(203, 211, 134) 80%, rgb(217, 225, 168) 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(#c7d080), color-stop(60%, #a7b44a), to(#838d3c));
	background: -webkit-linear-gradient(top, #c7d080 0%, #a7b44a 60%, #838d3c 100%);
	background: -moz-linear-gradient(top, #c7d080 0%, #a7b44a 60%, #838d3c 100%);
	background: -o-linear-gradient(top, #c7d080 0%, #a7b44a 60%, #838d3c 100%);
	background: linear-gradient(to bottom, #c7d080 0%, #a7b44a 60%, #838d3c 100%);
	color: #000;
    padding: 9px 7px;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #e2e2e2;
    border: 1px solid #b8c071;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

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

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

.tmpl-moduleBody a:hover {
    color: #4f648b;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background-color: #5f7b9f;
    height: 36px;
    -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;
	margin-top: 12px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 6px 8px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#facf91), to(#f0962a));	
	background: -webkit-linear-gradient(top, #facf91 0%, #f0962a 100%);	
	background: -moz-linear-gradient(top, #facf91 0%, #f0962a 100%);	
	background: -o-linear-gradient(top, #facf91 0%, #f0962a 100%);	
	background: linear-gradient(to bottom, #facf91 0%, #f0962a 100%);
	margin: 0 2px;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
	border: 1px solid #b87421;
	border-bottom: 0;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus,
.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#d8deb1), to(#a9b556));
	background: -webkit-linear-gradient(top, #d8deb1 0%, #a9b556 100%);
	background: -moz-linear-gradient(top, #d8deb1 0%, #a9b556 100%);
	background: -o-linear-gradient(top, #d8deb1 0%, #a9b556 100%);
	background: linear-gradient(to bottom, #d8deb1 0%, #a9b556 100%);
	border-color: #6c7237;
	color: #000;
}

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

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

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

.category {
	width: 49%;
}

.product {
	width: 32%;
}

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

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

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

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