body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(107, 107, 107)), color-stop(40%, rgb(150, 150, 150)), color-stop(80%, rgb(193, 193, 193)), to(rgb(214, 214, 214)));
	background: -webkit-linear-gradient(top, rgb(107, 107, 107) 0%, rgb(150, 150, 150) 40%, rgb(193, 193, 193) 80%, rgb(214, 214, 214) 100%);
	background: -moz-linear-gradient(top, rgb(107, 107, 107) 0%, rgb(150, 150, 150) 40%, rgb(193, 193, 193) 80%, rgb(214, 214, 214) 100%);
	background: -o-linear-gradient(top, rgb(107, 107, 107) 0%, rgb(150, 150, 150) 40%, rgb(193, 193, 193) 80%, rgb(214, 214, 214) 100%);
	background: linear-gradient(to bottom, rgb(107, 107, 107) 0%, rgb(150, 150, 150) 40%, rgb(193, 193, 193) 80%, rgb(214, 214, 214) 100%);
    background-attachment: fixed;
	background-size: auto 100vh;
}

img {
	border: none;
}

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

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

.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-header {
	height: 155px;
}

.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: 12.5px;
	background-image: url(blockheader.png);
	color: #000;
    padding: 9px 6px;
	margin: 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;    
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    border: 1px solid #a0a0a0;
	background-color: #e7dfd3;
	-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: #014B79;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b63d), color-stop(40%, #f7c661), color-stop(60%, #f7c661), to(#f5b63d));
	background: -webkit-linear-gradient(top, #f5b63d 0%, #f7c661 40%, #f7c661 60%, #f5b63d 100%);
	background: -moz-linear-gradient(top, #f5b63d 0%, #f7c661 40%, #f7c661 60%, #f5b63d 100%);
	background: -o-linear-gradient(top, #f5b63d 0%, #f7c661 40%, #f7c661 60%, #f5b63d 100%);
	background: linear-gradient(to bottom, #f5b63d 0%, #f7c661 40%, #f7c661 60%, #f5b63d 100%);
    height: 34px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}

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

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 4px 10px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#cadfeb), color-stop(20%, #e8f1f7), color-stop(49%, #d1e3ed), color-stop(50%, #acccde), to(#c0d9e7));	
	background: -webkit-linear-gradient(top, #cadfeb 0%, #e8f1f7 20%, #d1e3ed 49%, #acccde 50%, #c0d9e7 100%);	
	background: -moz-linear-gradient(top, #cadfeb 0%, #e8f1f7 20%, #d1e3ed 49%, #acccde 50%, #c0d9e7 100%);	
	background: -o-linear-gradient(top, #cadfeb 0%, #e8f1f7 20%, #d1e3ed 49%, #acccde 50%, #c0d9e7 100%);	
	background: linear-gradient(to bottom, #cadfeb 0%, #e8f1f7 20%, #d1e3ed 49%, #acccde 50%, #c0d9e7 100%);
	margin-right: 4px;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#85e198), color-stop(20%, #a6e9b3), color-stop(49%, #8de39d), color-stop(50%, #67d97d), to(#7cde8f));
	background: -webkit-linear-gradient(top, #85e198 0%, #a6e9b3 20%, #8de39d 49%, #67d97d 50%, #7cde8f 100%);
	background: -moz-linear-gradient(top, #85e198 0%, #a6e9b3 20%, #8de39d 49%, #67d97d 50%, #7cde8f 100%);
	background: -o-linear-gradient(top, #85e198 0%, #a6e9b3 20%, #8de39d 49%, #67d97d 50%, #7cde8f 100%);
	background: linear-gradient(to bottom, #85e198 0%, #a6e9b3 20%, #8de39d 49%, #67d97d 50%, #7cde8f 100%);
	color: #000;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#264356), color-stop(20%, #315c76), color-stop(49%, #28495d), color-stop(50%, #1b2f3a), to(#223d4d));
	background: -webkit-linear-gradient(top, #264356 0%, #315c76 20%, #28495d 49%, #1b2f3a 50%, #223d4d 100%);
	background: -moz-linear-gradient(top, #264356 0%, #315c76 20%, #28495d 49%, #1b2f3a 50%, #223d4d 100%);
	background: -o-linear-gradient(top, #264356 0%, #315c76 20%, #28495d 49%, #1b2f3a 50%, #223d4d 100%);
	background: linear-gradient(to bottom, #264356 0%, #315c76 20%, #28495d 49%, #1b2f3a 50%, #223d4d 100%);
	color: #fff;
}

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