body {
	background-color: #CCC1A8;
    background-image: url(bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
	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-family: "Open Sans Bold";
	font-size: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#5c350e), color-stop(40%, #ba661c), color-stop(60%, #ba661c), to(#5c350e));
	background: -webkit-linear-gradient(top, #5c350e 0%, #ba661c 40%, #ba661c 60%, #5c350e 100%);
	background: -moz-linear-gradient(top, #5c350e 0%, #ba661c 40%, #ba661c 60%, #5c350e 100%);
	background: -o-linear-gradient(top, #5c350e 0%, #ba661c 40%, #ba661c 60%, #5c350e 100%);
	background: linear-gradient(to bottom, #5c350e 0%, #ba661c 40%, #ba661c 60%, #5c350e 100%);   
	color: #fff;
    padding: 9px 4px;
}

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

.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(#c0681d), color-stop(40%, #fe8926), color-stop(60%, #fe8926), to(#c0681d));
	background: -webkit-linear-gradient(top, #c0681d 0%, #fe8926 40%, #fe8926 60%, #c0681d 100%);
	background: -moz-linear-gradient(top, #c0681d 0%, #fe8926 40%, #fe8926 60%, #c0681d 100%);
	background: -o-linear-gradient(top, #c0681d 0%, #fe8926 40%, #fe8926 60%, #c0681d 100%);
	background: linear-gradient(to bottom, #c0681d 0%, #fe8926 40%, #fe8926 60%, #c0681d 100%);   
    height: 41px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ae4f24;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	line-height: 41px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 6px 10px;	
    line-height: 38px;
    margin: 0 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fed9ae), color-stop(40%, #febf79), color-stop(60%, #febf79), to(#fed9ae));
	background: -webkit-linear-gradient(top, #fed9ae 0%, #febf79 40%, #febf79 60%, #fed9ae 100%);
	background: -moz-linear-gradient(top, #fed9ae 0%, #febf79 40%, #febf79 60%, #fed9ae 100%);
	background: -o-linear-gradient(top, #fed9ae 0%, #febf79 40%, #febf79 60%, #fed9ae 100%);
	background: linear-gradient(to bottom, #fed9ae 0%, #febf79 40%, #febf79 60%, #fed9ae 100%);       
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus,
.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ab5e1a), color-stop(40%, #764312), color-stop(60%, #764312), to(#ab5e1a));
	background: -webkit-linear-gradient(top, #ab5e1a 0%, #764312 40%, #764312 60%, #ab5e1a 100%);
	background: -moz-linear-gradient(top, #ab5e1a 0%, #764312 40%, #764312 60%, #ab5e1a 100%);
	background: -o-linear-gradient(top, #ab5e1a 0%, #764312 40%, #764312 60%, #ab5e1a 100%);
	background: linear-gradient(to bottom, #ab5e1a 0%, #764312 40%, #764312 60%, #ab5e1a 100%);       
	color: #f5c189;
}

.tmpl-menu-horizontal a.active {
	color: #fff;
}

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