body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(40%, rgb(51, 51, 51)), color-stop(50%, rgb(64, 64, 64)), to(#3F403F));
	background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 40%, rgb(64, 64, 64) 50%, #3F403F 100%);
	background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 40%, rgb(64, 64, 64) 50%, #3F403F 100%);
	background: -o-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 40%, rgb(64, 64, 64) 50%, #3F403F 100%);
	background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 40%, rgb(64, 64, 64) 50%, #3F403F 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(#72191a), color-stop(40%, #b72426), color-stop(60%, #b72426), to(#72191a));
	background: -webkit-linear-gradient(top, #72191a 0%, #b72426 40%, #b72426 60%, #72191a 100%);
	background: -moz-linear-gradient(top, #72191a 0%, #b72426 40%, #b72426 60%, #72191a 100%);
	background: -o-linear-gradient(top, #72191a 0%, #b72426 40%, #b72426 60%, #72191a 100%);
	background: linear-gradient(to bottom, #72191a 0%, #b72426 40%, #b72426 60%, #72191a 100%);
	color: #fff;
    padding: 4px 7px;
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #b0e690;
    border: 1px solid #98abc0;
}

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

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

.tmpl-moduleBody a:hover {
    color: #014B79;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 62, 9)), color-stop(41%, rgb(27, 129, 19)), color-stop(83%, rgb(41, 197, 30)), to(rgb(50, 221, 37)));
	background: -webkit-linear-gradient(top, rgb(13, 62, 9) 0%, rgb(27, 129, 19) 41%, rgb(41, 197, 30) 83%, rgb(50, 221, 37) 100%);
	background: -moz-linear-gradient(top, rgb(13, 62, 9) 0%, rgb(27, 129, 19) 41%, rgb(41, 197, 30) 83%, rgb(50, 221, 37) 100%);
	background: -o-linear-gradient(top, rgb(13, 62, 9) 0%, rgb(27, 129, 19) 41%, rgb(41, 197, 30) 83%, rgb(50, 221, 37) 100%);
	background: linear-gradient(to bottom, rgb(13, 62, 9) 0%, rgb(27, 129, 19) 41%, rgb(41, 197, 30) 83%, rgb(50, 221, 37) 100%);
    height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2px;
}

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

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

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

.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(50, 221, 37)), color-stop(17%, rgb(41, 197, 30)), color-stop(59%, rgb(27, 129, 19)));
	background: -webkit-linear-gradient(top, rgb(50, 221, 37) 0%, rgb(41, 197, 30) 17%, rgb(27, 129, 19) 59%);
	background: -moz-linear-gradient(top, rgb(50, 221, 37) 0%, rgb(41, 197, 30) 17%, rgb(27, 129, 19) 59%);
	background: -o-linear-gradient(top, rgb(50, 221, 37) 0%, rgb(41, 197, 30) 17%, rgb(27, 129, 19) 59%);
	background: linear-gradient(to bottom, rgb(50, 221, 37) 0%, rgb(41, 197, 30) 17%, rgb(27, 129, 19) 59%);
	color: #fff;
	border-color: #d5dde5;
}

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