body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 213, 189)), color-stop(40%, rgb(210, 172, 125)), color-stop(80%, rgb(188, 130, 66)), to(rgb(155, 108, 52)));
	background: -webkit-linear-gradient(top, rgb(233, 213, 189) 0%, rgb(210, 172, 125) 40%, rgb(188, 130, 66) 80%, rgb(155, 108, 52) 100%);
	background: -moz-linear-gradient(top, rgb(233, 213, 189) 0%, rgb(210, 172, 125) 40%, rgb(188, 130, 66) 80%, rgb(155, 108, 52) 100%);
	background: -o-linear-gradient(top, rgb(233, 213, 189) 0%, rgb(210, 172, 125) 40%, rgb(188, 130, 66) 80%, rgb(155, 108, 52) 100%);
	background: linear-gradient(to bottom, rgb(233, 213, 189) 0%, rgb(210, 172, 125) 40%, rgb(188, 130, 66) 80%, rgb(155, 108, 52) 100%);
	background-attachment: fixed;
}

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(71, 66, 62)), color-stop(43%, rgb(118, 110, 102)), color-stop(57%, rgb(118, 110, 102)), to(rgb(71, 66, 62)));
	background: -webkit-linear-gradient(top, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	background: -moz-linear-gradient(top, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	background: -o-linear-gradient(top, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	background: linear-gradient(to bottom, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	color: #fff;
    padding: 9px 7px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
   	margin-bottom: 3px;
}

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

.tmpl-module-block .tmpl-moduleBody {
	padding: 7px;
	background-color: #DCEBF2;
	border: 1px solid #615c56;
    -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: #438CB6;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(71, 66, 62)), color-stop(43%, rgb(118, 110, 102)), color-stop(57%, rgb(118, 110, 102)), to(rgb(71, 66, 62)));
	background: -webkit-linear-gradient(top, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	background: -moz-linear-gradient(top, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	background: -o-linear-gradient(top, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
	background: linear-gradient(to bottom, rgb(71, 66, 62) 0%, rgb(118, 110, 102) 43%, rgb(118, 110, 102) 57%, rgb(71, 66, 62) 100%);
    height: 38px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}

.tmpl-menu-horizontal li {
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	border-right: 1px solid #1c1b19;
	margin-top: 10px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 6px 15px;	
	margin: 0 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3b7793), color-stop(40%, #64a6c2), color-stop(60%, #64a6c2), to(#3b7793));
	background: -webkit-linear-gradient(top, #3b7793 0%, #64a6c2 40%, #64a6c2 60%, #3b7793 100%);
	background: -moz-linear-gradient(top, #3b7793 0%, #64a6c2 40%, #64a6c2 60%, #3b7793 100%);
	background: -o-linear-gradient(top, #3b7793 0%, #64a6c2 40%, #64a6c2 60%, #3b7793 100%);
	background: linear-gradient(to bottom, #3b7793 0%, #64a6c2 40%, #64a6c2 60%, #3b7793 100%);
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#2b2625), color-stop(40%, #5c4f4e), color-stop(60%, #5c4f4e), to(#2b2625));
	background: -webkit-linear-gradient(top, #2b2625 0%, #5c4f4e 40%, #5c4f4e 60%, #2b2625 100%);
	background: -moz-linear-gradient(top, #2b2625 0%, #5c4f4e 40%, #5c4f4e 60%, #2b2625 100%);
	background: -o-linear-gradient(top, #2b2625 0%, #5c4f4e 40%, #5c4f4e 60%, #2b2625 100%);
	background: linear-gradient(to bottom, #2b2625 0%, #5c4f4e 40%, #5c4f4e 60%, #2b2625 100%);
	color: #88b5d1;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2296cf), color-stop(40%, #53bcec), color-stop(60%, #53bcec), to(#2296cf));
	background: -webkit-linear-gradient(top, #2296cf 0%, #53bcec 40%, #53bcec 60%, #2296cf 100%);
	background: -moz-linear-gradient(top, #2296cf 0%, #53bcec 40%, #53bcec 60%, #2296cf 100%);
	background: -o-linear-gradient(top, #2296cf 0%, #53bcec 40%, #53bcec 60%, #2296cf 100%);
	background: linear-gradient(to bottom, #2296cf 0%, #53bcec 40%, #53bcec 60%, #2296cf 100%);
	color: #000;
}

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

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

.tmpl-footer .tmpl-menu-horizontal a {
	color: #000;
	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: #438CB6;
	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;
}
