html {
	background-color: #000;
}

body {
	background: -webkit-gradient(linear, left top, left bottom, from(#de713b), color-stop(41%, rgb(143, 66, 20)), color-stop(61%, rgb(94, 43, 12)), color-stop(81%, rgb(47, 21, 8)), to(#000));
	background: -webkit-linear-gradient(top, #de713b 0%, rgb(143, 66, 20) 41%, rgb(94, 43, 12) 61%, rgb(47, 21, 8) 81%, #000 100%);
	background: -moz-linear-gradient(top, #de713b 0%, rgb(143, 66, 20) 41%, rgb(94, 43, 12) 61%, rgb(47, 21, 8) 81%, #000 100%);
	background: -o-linear-gradient(top, #de713b 0%, rgb(143, 66, 20) 41%, rgb(94, 43, 12) 61%, rgb(47, 21, 8) 81%, #000 100%);
	background: linear-gradient(to bottom, #de713b 0%, rgb(143, 66, 20) 41%, rgb(94, 43, 12) 61%, rgb(47, 21, 8) 81%, #000 100%);
    background-repeat: repeat-x;
    background-position: top left;
    background-attachment: fixed;	
    -webkit-background-size: 173px 173px;	
       -moz-background-size: 173px 173px;	
         -o-background-size: 173px 173px;	
            background-size: 173px 173px;
}

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-size: 13px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 95, 55)), color-stop(64%, rgb(159, 55, 24)), to(rgb(110, 38, 16)));
	background: -webkit-linear-gradient(top, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	background: -moz-linear-gradient(top, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	background: -o-linear-gradient(top, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	background: linear-gradient(to bottom, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	color: #fff;
    padding: 10px 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;
    background-color: #514541;
    padding: 2px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.tmpl-module-block .tmpl-moduleBody {
	padding: 5px;
	color: white;
}

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

.tmpl-moduleBody a:hover {
    color: #e26409;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 95, 55)), color-stop(64%, rgb(159, 55, 24)), to(rgb(110, 38, 16)));
	background: -webkit-linear-gradient(top, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	background: -moz-linear-gradient(top, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	background: -o-linear-gradient(top, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
	background: linear-gradient(to bottom, rgb(225, 95, 55) 0%, rgb(159, 55, 24) 64%, rgb(110, 38, 16) 100%);
    height: 34px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	line-height: 34px;
    border-right: 1px solid rgba(255,255,255,0.6);
}

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

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

.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(20%, #df753d), color-stop(80%, #994823));
	background: -webkit-linear-gradient(top, #df753d 20%, #994823 80%);
	background: -moz-linear-gradient(top, #df753d 20%, #994823 80%);
	background: -o-linear-gradient(top, #df753d 20%, #994823 80%);
	background: linear-gradient(to bottom, #df753d 20%, #994823 80%);
	color: #fff;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #514541;
    color: #B5BAB8;
    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(255,255,255,0.3);
}

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

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

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