.background {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.background:before {
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(94, 125, 156)), color-stop(40%, rgb(158, 176, 196)), color-stop(80%, rgb(222, 229, 235)), to(rgb(255, 255, 255)));
	background: -webkit-linear-gradient(top, rgb(94, 125, 156) 0%, rgb(158, 176, 196) 40%, rgb(222, 229, 235) 80%, rgb(255, 255, 255) 100%);
	background: -moz-linear-gradient(top, rgb(94, 125, 156) 0%, rgb(158, 176, 196) 40%, rgb(222, 229, 235) 80%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(top, rgb(94, 125, 156) 0%, rgb(158, 176, 196) 40%, rgb(222, 229, 235) 80%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to bottom, rgb(94, 125, 156) 0%, rgb(158, 176, 196) 40%, rgb(222, 229, 235) 80%, rgb(255, 255, 255) 100%);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;    
}

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-color: #304967;
	color: #fff;
    padding: 9px 6px;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
}

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

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

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

.tmpl-moduleBody a:hover {
    color: #605439;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(56, 92, 133)), color-stop(78%, rgb(38, 62, 89)), to(rgb(33, 53, 78)));
	background: -webkit-linear-gradient(top, rgb(56, 92, 133) 0%, rgb(38, 62, 89) 78%, rgb(33, 53, 78) 100%);
	background: -moz-linear-gradient(top, rgb(56, 92, 133) 0%, rgb(38, 62, 89) 78%, rgb(33, 53, 78) 100%);
	background: -o-linear-gradient(top, rgb(56, 92, 133) 0%, rgb(38, 62, 89) 78%, rgb(33, 53, 78) 100%);
	background: linear-gradient(to bottom, rgb(56, 92, 133) 0%, rgb(38, 62, 89) 78%, rgb(33, 53, 78) 100%);
    height: 42px;
    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 #1a2a36;
	margin-top: 11px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 5px 6px;	
    margin: 0 2px;
	background: none;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

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

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#96aabf), to(#6c87a5));
	background: -webkit-linear-gradient(top, #96aabf 0%, #6c87a5 100%);
	background: -moz-linear-gradient(top, #96aabf 0%, #6c87a5 100%);
	background: -o-linear-gradient(top, #96aabf 0%, #6c87a5 100%);
	background: linear-gradient(to bottom, #96aabf 0%, #6c87a5 100%);       
	border-color: #d5dde5;
	color: #000;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #D5DDE5;
    color: #000;
    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: #28536C;
	border: none;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #000;
	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;
}
