body {
	background: -webkit-gradient(linear, left top, left bottom, from(#F9733A), to(#dc6532));
	background: -webkit-linear-gradient(top, #F9733A 0%, #dc6532 100%);
	background: -moz-linear-gradient(top, #F9733A 0%, #dc6532 100%);
	background: -o-linear-gradient(top, #F9733A 0%, #dc6532 100%);
	background: linear-gradient(to bottom, #F9733A 0%, #dc6532 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: 8px;
	-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, color-stop(10%, #ef1f25), color-stop(90%, #701214));
	background: -webkit-linear-gradient(top, #ef1f25 10%, #701214 90%);
	background: -moz-linear-gradient(top, #ef1f25 10%, #701214 90%);
	background: -o-linear-gradient(top, #ef1f25 10%, #701214 90%);
	background: linear-gradient(to bottom, #ef1f25 10%, #701214 90%);
	color: white;
    padding: 4px 8px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin: 2px;
    border: 1px solid #6683a1;
}

.tmpl-module.tmpl-module-block {
	padding: 1px;
	background-color: #FB8D5B;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
    border: 1px solid #ccc;	
    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: #555 !important;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(#ca4b1d), color-stop(35%, #e95421), color-stop(65%, #e95421), to(#ca4b1d));
	background: -webkit-linear-gradient(top, #ca4b1d 0%, #e95421 35%, #e95421 65%, #ca4b1d 100%);
	background: -moz-linear-gradient(top, #ca4b1d 0%, #e95421 35%, #e95421 65%, #ca4b1d 100%);
	background: -o-linear-gradient(top, #ca4b1d 0%, #e95421 35%, #e95421 65%, #ca4b1d 100%);
	background: linear-gradient(to bottom, #ca4b1d 0%, #e95421 35%, #e95421 65%, #ca4b1d 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: 36px;
    padding: 2px 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: 32px;
	position: relative;	
}

.tmpl-menu-horizontal li:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 1px;
    height: 32px;
    background: url(menuseparator.png) center center no-repeat;
}

.tmpl-menu-horizontal li:first-child:before {
	background: none;
}

.tmpl-menu-horizontal a {
	text-decoration: none !important;
	color: #fff !important;
	padding: 2px 9px;	
    -webkit-border-radius: 7px;	
       -moz-border-radius: 7px;	
            border-radius: 7px;
    margin: 0 3px;
    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, color-stop(10%, #ef1f25), color-stop(90%, #701214));
    background: -webkit-linear-gradient(top, #ef1f25 10%, #701214 90%);
    background: -moz-linear-gradient(top, #ef1f25 10%, #701214 90%);
    background: -o-linear-gradient(top, #ef1f25 10%, #701214 90%);
    background: linear-gradient(to bottom, #ef1f25 10%, #701214 90%);
    color: white !important;
    border-color: #fb8d5b;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #FB8C5A;
    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: #6F1A1D !important;
}

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

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