body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(2, 127, 207)), color-stop(40%, rgb(1, 86, 140)), color-stop(80%, rgb(0, 43, 68)), to(rgb(0, 22, 35)));
	background: -webkit-linear-gradient(top, rgb(2, 127, 207) 0%, rgb(1, 86, 140) 40%, rgb(0, 43, 68) 80%, rgb(0, 22, 35) 100%);
	background: -moz-linear-gradient(top, rgb(2, 127, 207) 0%, rgb(1, 86, 140) 40%, rgb(0, 43, 68) 80%, rgb(0, 22, 35) 100%);
	background: -o-linear-gradient(top, rgb(2, 127, 207) 0%, rgb(1, 86, 140) 40%, rgb(0, 43, 68) 80%, rgb(0, 22, 35) 100%);
	background: linear-gradient(to bottom, rgb(2, 127, 207) 0%, rgb(1, 86, 140) 40%, rgb(0, 43, 68) 80%, rgb(0, 22, 35) 100%);
	background-attachment: fixed;
	background-size: 100vw 100vh;
}

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-size: 13px;
	background-color: #0d4b77;
	color: #fff;
    padding: 9px 7px;
}

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

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

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

.tmpl-moduleBody a:hover {
    color: #000;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e5d9a8), color-stop(81%, rgb(219, 199, 127)), to(rgb(209, 182, 89)));
	background: -webkit-linear-gradient(top, #e5d9a8 50%, rgb(219, 199, 127) 81%, rgb(209, 182, 89) 100%);
	background: -moz-linear-gradient(top, #e5d9a8 50%, rgb(219, 199, 127) 81%, rgb(209, 182, 89) 100%);
	background: -o-linear-gradient(top, #e5d9a8 50%, rgb(219, 199, 127) 81%, rgb(209, 182, 89) 100%);
	background: linear-gradient(to bottom, #e5d9a8 50%, rgb(219, 199, 127) 81%, rgb(209, 182, 89) 100%);
    height: 38px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
	line-height: 18px;
	border-right: 1px solid #333127;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 6px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#092f48), color-stop(40%, #1164a3), color-stop(60%, #1164a3), to(#092f48));	
	background: -webkit-linear-gradient(top, #092f48 0%, #1164a3 40%, #1164a3 60%, #092f48 100%);	
	background: -moz-linear-gradient(top, #092f48 0%, #1164a3 40%, #1164a3 60%, #092f48 100%);	
	background: -o-linear-gradient(top, #092f48 0%, #1164a3 40%, #1164a3 60%, #092f48 100%);	
	background: linear-gradient(to bottom, #092f48 0%, #1164a3 40%, #1164a3 60%, #092f48 100%);
	margin: 0 1px;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#2b2625), color-stop(40%, #5b4e4d), color-stop(60%, #5b4e4d), to(#2b2625));
	background: -webkit-linear-gradient(top, #2b2625 0%, #5b4e4d 40%, #5b4e4d 60%, #2b2625 100%);
	background: -moz-linear-gradient(top, #2b2625 0%, #5b4e4d 40%, #5b4e4d 60%, #2b2625 100%);
	background: -o-linear-gradient(top, #2b2625 0%, #5b4e4d 40%, #5b4e4d 60%, #2b2625 100%);
	background: linear-gradient(to bottom, #2b2625 0%, #5b4e4d 40%, #5b4e4d 60%, #2b2625 100%);
	color: #fff;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#972c21), color-stop(40%, #dd3e2f), color-stop(60%, #dd3e2f), to(#972c21));
	background: -webkit-linear-gradient(top, #972c21 0%, #dd3e2f 40%, #dd3e2f 60%, #972c21 100%);
	background: -moz-linear-gradient(top, #972c21 0%, #dd3e2f 40%, #dd3e2f 60%, #972c21 100%);
	background: -o-linear-gradient(top, #972c21 0%, #dd3e2f 40%, #dd3e2f 60%, #972c21 100%);
	background: linear-gradient(to bottom, #972c21 0%, #dd3e2f 40%, #dd3e2f 60%, #972c21 100%);
	color: #fff;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #4793C4;
    color: #000;
    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: #444;
	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;
}
