body {
	background-color: #ddd;
	background-image: url(bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-attachment: fixed;	
    background-size: auto 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: 13px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ba2b2a), color-stop(40%, #dd4240), color-stop(60%, #dd4240), to(#ba2b2a));
	background: -webkit-linear-gradient(top, #ba2b2a 0%, #dd4240 40%, #dd4240 60%, #ba2b2a 100%);
	background: -moz-linear-gradient(top, #ba2b2a 0%, #dd4240 40%, #dd4240 60%, #ba2b2a 100%);
	background: -o-linear-gradient(top, #ba2b2a 0%, #dd4240 40%, #dd4240 60%, #ba2b2a 100%);
	background: linear-gradient(to bottom, #ba2b2a 0%, #dd4240 40%, #dd4240 60%, #ba2b2a 100%);
	color: #fff;
    padding: 9px 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin-bottom: 2px;    
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.tmpl-module-block .tmpl-moduleBody {
	padding: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#fea55e), to(#febb83));
	background: -webkit-linear-gradient(left, #fea55e 0%, #febb83 100%);
	background: -moz-linear-gradient(left, #fea55e 0%, #febb83 100%);
	background: -o-linear-gradient(left, #fea55e 0%, #febb83 100%);
	background: linear-gradient(to right, #fea55e 0%, #febb83 100%);	
	border: 1px solid #b87421;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

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

.tmpl-moduleBody a:hover {
    color: #89191b;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(202, 38, 33)), color-stop(21%, rgb(227, 89, 84)), color-stop(62%, rgb(201, 38, 33)));
	background: -webkit-linear-gradient(top, rgb(202, 38, 33) 0%, rgb(227, 89, 84) 21%, rgb(201, 38, 33) 62%);
	background: -moz-linear-gradient(top, rgb(202, 38, 33) 0%, rgb(227, 89, 84) 21%, rgb(201, 38, 33) 62%);
	background: -o-linear-gradient(top, rgb(202, 38, 33) 0%, rgb(227, 89, 84) 21%, rgb(201, 38, 33) 62%);
	background: linear-gradient(to bottom, rgb(202, 38, 33) 0%, rgb(227, 89, 84) 21%, rgb(201, 38, 33) 62%);
    height: 40px;
    padding: 9px 7px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	font-family: "Open Sans Bold";
	display: inline-block;
	font-size: 13px;
	line-height: 23px;
    margin-right: 2px;
    border-right: 1px solid rgba(255,255,255,0.6);
    padding-right: 2px;
}

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

.tmpl-menu-horizontal a {
	background: -webkit-gradient(linear, left top, left bottom, from(#feab66), color-stop(40%, #fecb9f), color-stop(60%, #fecb9f), to(#feab66));
	background: -webkit-linear-gradient(top, #feab66 0%, #fecb9f 40%, #fecb9f 60%, #feab66 100%);
	background: -moz-linear-gradient(top, #feab66 0%, #fecb9f 40%, #fecb9f 60%, #feab66 100%);
	background: -o-linear-gradient(top, #feab66 0%, #fecb9f 40%, #fecb9f 60%, #feab66 100%);
	background: linear-gradient(to bottom, #feab66 0%, #fecb9f 40%, #fecb9f 60%, #feab66 100%);
	text-decoration: none;
	color: #000;
	padding: 5px 10px;	
    border: 1px solid #b87421;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: none;
	background-color: #dc8e4e;
	color: #fff;
	border-color: #000;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#83491d), color-stop(40%, #b56124), color-stop(60%, #b56124), to(#83491d));
	background: -webkit-linear-gradient(top, #83491d 0%, #b56124 40%, #b56124 60%, #83491d 100%);
	background: -moz-linear-gradient(top, #83491d 0%, #b56124 40%, #b56124 60%, #83491d 100%);
	background: -o-linear-gradient(top, #83491d 0%, #b56124 40%, #b56124 60%, #83491d 100%);
	background: linear-gradient(to bottom, #83491d 0%, #b56124 40%, #b56124 60%, #83491d 100%);
	color: #fff;
	border-color: #783d12;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #FEBB83;
    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;
	border-right: 1px solid rgba(0,0,0,0.3);
}

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

.tmpl-footer .tmpl-menu-horizontal a {
	color: #000;
	border: none;
}

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