body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 61, 0)), color-stop(40%, rgb(78, 141, 0)), color-stop(80%, rgb(123, 220, 0)), to(rgb(143, 255, 5)));
	background: -webkit-linear-gradient(top, rgb(33, 61, 0) 0%, rgb(78, 141, 0) 40%, rgb(123, 220, 0) 80%, rgb(143, 255, 5) 100%);
	background: -moz-linear-gradient(top, rgb(33, 61, 0) 0%, rgb(78, 141, 0) 40%, rgb(123, 220, 0) 80%, rgb(143, 255, 5) 100%);
	background: -o-linear-gradient(top, rgb(33, 61, 0) 0%, rgb(78, 141, 0) 40%, rgb(123, 220, 0) 80%, rgb(143, 255, 5) 100%);
	background: linear-gradient(to bottom, rgb(33, 61, 0) 0%, rgb(78, 141, 0) 40%, rgb(123, 220, 0) 80%, rgb(143, 255, 5) 100%);
    background-attachment: fixed;
	background-size: auto 100vh;
}

img {
	border: none;
}

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

.glare {
	position: absolute;
    top: 0;
    max-width: 557px;
    min-width: 1000px;
    height: 312px;
    left: 0;
    margin-right: auto;
    background-image: url(page_gl.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.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(#4e4e4e), color-stop(40%, #636363), color-stop(60%, #636363), to(#4e4e4e));
	background: -webkit-linear-gradient(top, #4e4e4e 0%, #636363 40%, #636363 60%, #4e4e4e 100%);
	background: -moz-linear-gradient(top, #4e4e4e 0%, #636363 40%, #636363 60%, #4e4e4e 100%);
	background: -o-linear-gradient(top, #4e4e4e 0%, #636363 40%, #636363 60%, #4e4e4e 100%);
	background: linear-gradient(to bottom, #4e4e4e 0%, #636363 40%, #636363 60%, #4e4e4e 100%);
	color: #fff;
    padding: 9px 5px;
    -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: #f5fff9;
    border: 1px solid #98abc0;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
}

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

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

.tmpl-moduleBody a:hover {
    color: #2F617F;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(#363636), color-stop(40%, #4d4d4d), color-stop(60%, #4d4d4d), to(#363636));
	background: -webkit-linear-gradient(top, #363636 0%, #4d4d4d 40%, #4d4d4d 60%, #363636 100%);
	background: -moz-linear-gradient(top, #363636 0%, #4d4d4d 40%, #4d4d4d 60%, #363636 100%);
	background: -o-linear-gradient(top, #363636 0%, #4d4d4d 40%, #4d4d4d 60%, #363636 100%);
	background: linear-gradient(to bottom, #363636 0%, #4d4d4d 40%, #4d4d4d 60%, #363636 100%);
    height: 49px;
    padding: 0 5px;
    -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;
	border-right: 1px solid #74879c;
	margin-top: 15px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 6px 8px;	
    margin: 0 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#355475), color-stop(80%, #426b97), to(#3c6088));
	background: -webkit-linear-gradient(top, #355475 0%, #426b97 80%, #3c6088 100%);
	background: -moz-linear-gradient(top, #355475 0%, #426b97 80%, #3c6088 100%);
	background: -o-linear-gradient(top, #355475 0%, #426b97 80%, #3c6088 100%);
	background: linear-gradient(to bottom, #355475 0%, #426b97 80%, #3c6088 100%);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

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

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#70914a), color-stop(80%, #8bb05e), to(#7ea252));
	background: -webkit-linear-gradient(top, #70914a 0%, #8bb05e 80%, #7ea252 100%);
	background: -moz-linear-gradient(top, #70914a 0%, #8bb05e 80%, #7ea252 100%);
	background: -o-linear-gradient(top, #70914a 0%, #8bb05e 80%, #7ea252 100%);
	background: linear-gradient(to bottom, #70914a 0%, #8bb05e 80%, #7ea252 100%);
	color: #000;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #696969;
    color: #eee;
    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: 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;
}
