html {
	background-color: #D14904;
}

body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(36, 12, 0)), color-stop(40%, rgb(105, 37, 2)), color-stop(80%, rgb(175, 60, 3)), to(rgb(209, 72, 2)));
	background: -webkit-linear-gradient(top, rgb(36, 12, 0) 0%, rgb(105, 37, 2) 40%, rgb(175, 60, 3) 80%, rgb(209, 72, 2) 100%);
	background: -moz-linear-gradient(top, rgb(36, 12, 0) 0%, rgb(105, 37, 2) 40%, rgb(175, 60, 3) 80%, rgb(209, 72, 2) 100%);
	background: -o-linear-gradient(top, rgb(36, 12, 0) 0%, rgb(105, 37, 2) 40%, rgb(175, 60, 3) 80%, rgb(209, 72, 2) 100%);
	background: linear-gradient(to bottom, rgb(36, 12, 0) 0%, rgb(105, 37, 2) 40%, rgb(175, 60, 3) 80%, rgb(209, 72, 2) 100%);
	background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: top left;
    -webkit-background-size: 250px 250px;
       -moz-background-size: 250px 250px;
         -o-background-size: 250px 250px;
            background-size: 250px 250px;	
}

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(rgb(138, 50, 15)), color-stop(40%, rgb(216, 78, 24)), color-stop(60%, rgb(216, 78, 24)), to(rgb(138, 50, 15)));
	background: -webkit-linear-gradient(top, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	background: -moz-linear-gradient(top, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	background: -o-linear-gradient(top, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	background: linear-gradient(to bottom, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #6683a1;
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
	background-color: #392C2B;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
    border: 1px solid #121b21;
    padding: 5px;
}

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

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

.tmpl-moduleBody a:hover {
    color: #FCA173;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 50, 15)), color-stop(40%, rgb(216, 78, 24)), color-stop(60%, rgb(216, 78, 24)), to(rgb(138, 50, 15)));
	background: -webkit-linear-gradient(top, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	background: -moz-linear-gradient(top, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	background: -o-linear-gradient(top, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
	background: linear-gradient(to bottom, rgb(138, 50, 15) 0%, rgb(216, 78, 24) 40%, rgb(216, 78, 24) 60%, rgb(138, 50, 15) 100%);
    height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	height: 20px;
	border-right: 1px solid #7f97b1;
	margin-top: 6px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 6px 10px;	
}

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

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