body {
	background: -webkit-gradient(linear, left top, left bottom, from(#4b1411), color-stop(25%, #C21C13), to(#C21C13));
	background: -webkit-linear-gradient(top, #4b1411 0%, #C21C13 25%, #C21C13 100%);
	background: -moz-linear-gradient(top, #4b1411 0%, #C21C13 25%, #C21C13 100%);
	background: -o-linear-gradient(top, #4b1411 0%, #C21C13 25%, #C21C13 100%);
	background: linear-gradient(to bottom, #4b1411 0%, #C21C13 25%, #C21C13 100%);
	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(#ce2724), color-stop(65%, rgb(116, 17, 12)), to(#4e1513));
	background: -webkit-linear-gradient(top, #ce2724 0%, rgb(116, 17, 12) 65%, #4e1513 100%);
	background: -moz-linear-gradient(top, #ce2724 0%, rgb(116, 17, 12) 65%, #4e1513 100%);
	background: -o-linear-gradient(top, #ce2724 0%, rgb(116, 17, 12) 65%, #4e1513 100%);
	background: linear-gradient(to bottom, #ce2724 0%, rgb(116, 17, 12) 65%, #4e1513 100%);
	color: #fff;
    padding: 4px 8px;
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    margin: 1px;
}

.tmpl-module.tmpl-module-block {
	padding: 1px;
	background-color: #D8D8D8;
	-webkit-border-radius: 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0;
	        border-radius: 8px 8px 0 0;
    border: 1px solid #a6a6a6;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

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

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

.tmpl-moduleBody a:hover {
    color: #a41810 !important;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 235, 240)), color-stop(42%, rgb(188, 201, 215)), color-stop(85%, rgb(146, 167, 189)), to(rgb(131, 155, 181)));
	background: -webkit-linear-gradient(top, rgb(230, 235, 240) 0%, rgb(188, 201, 215) 42%, rgb(146, 167, 189) 85%, rgb(131, 155, 181) 100%);
	background: -moz-linear-gradient(top, rgb(230, 235, 240) 0%, rgb(188, 201, 215) 42%, rgb(146, 167, 189) 85%, rgb(131, 155, 181) 100%);
	background: -o-linear-gradient(top, rgb(230, 235, 240) 0%, rgb(188, 201, 215) 42%, rgb(146, 167, 189) 85%, rgb(131, 155, 181) 100%);
	background: linear-gradient(to bottom, rgb(230, 235, 240) 0%, rgb(188, 201, 215) 42%, rgb(146, 167, 189) 85%, rgb(131, 155, 181) 100%);
    -webkit-box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);
       -moz-box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);
            box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);	
    height: 34px;
    padding: 1px 3px;
    -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: 32px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none !important;
	color: #000 !important;
	padding: 4px 6px;	
    -webkit-border-radius: 8px 0;	
       -moz-border-radius: 8px 0;	
            border-radius: 8px 0;
    margin: 0 1px;
    border: 1px solid transparent;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus,
.tmpl-menu-horizontal a.active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(169, 24, 17)), color-stop(80%, rgb(116, 17, 12)), to(rgb(103, 15, 10)));
    background: -webkit-linear-gradient(top, rgb(169, 24, 17) 0%, rgb(116, 17, 12) 80%, rgb(103, 15, 10) 100%);
    background: -moz-linear-gradient(top, rgb(169, 24, 17) 0%, rgb(116, 17, 12) 80%, rgb(103, 15, 10) 100%);
    background: -o-linear-gradient(top, rgb(169, 24, 17) 0%, rgb(116, 17, 12) 80%, rgb(103, 15, 10) 100%);
    background: linear-gradient(to bottom, rgb(169, 24, 17) 0%, rgb(116, 17, 12) 80%, rgb(103, 15, 10) 100%);
    color: #fff !important;
    border-color: #000;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #7b1715;
    color: #eee;
    padding-bottom: 1px;
    padding-top: 5px;
    font-size: 12px;
}

.tmpl-footer .tmpl-menu-horizontal  {
	background-color: transparent;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.tmpl-footer .tmpl-menu-horizontal li,
.tmpl-footer .tmpl-menu-horizontal li:hover  {
	background-color: transparent;
}

.tmpl-footer .tmpl-menu-horizontal a {
	color: #FC8D55 !important;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #fff !important;
	border-color: transparent;
}

.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;
}
