body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(181, 210, 226)), color-stop(20%, rgb(131, 178, 208)), color-stop(40%, rgb(78, 147, 188)), color-stop(63%, rgb(48, 105, 135)), color-stop(83%, rgb(31, 64, 83)), to(rgb(14, 28, 37)));
	background: -webkit-linear-gradient(top, rgb(181, 210, 226) 0%, rgb(131, 178, 208) 20%, rgb(78, 147, 188) 40%, rgb(48, 105, 135) 63%, rgb(31, 64, 83) 83%, rgb(14, 28, 37) 100%);
	background: -moz-linear-gradient(top, rgb(181, 210, 226) 0%, rgb(131, 178, 208) 20%, rgb(78, 147, 188) 40%, rgb(48, 105, 135) 63%, rgb(31, 64, 83) 83%, rgb(14, 28, 37) 100%);
	background: -o-linear-gradient(top, rgb(181, 210, 226) 0%, rgb(131, 178, 208) 20%, rgb(78, 147, 188) 40%, rgb(48, 105, 135) 63%, rgb(31, 64, 83) 83%, rgb(14, 28, 37) 100%);
	background: linear-gradient(to bottom, rgb(181, 210, 226) 0%, rgb(131, 178, 208) 20%, rgb(78, 147, 188) 40%, rgb(48, 105, 135) 63%, rgb(31, 64, 83) 83%, rgb(14, 28, 37) 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;
	color: #fff;
    padding: 4px;
   	background: -webkit-gradient(linear, left top, left bottom, from(#6e9f5f), color-stop(49%, #5f8852), color-stop(50%, #496841), to(#537748));
   	background: -webkit-linear-gradient(top, #6e9f5f 0%, #5f8852 49%, #496841 50%, #537748 100%);
   	background: -moz-linear-gradient(top, #6e9f5f 0%, #5f8852 49%, #496841 50%, #537748 100%);
   	background: -o-linear-gradient(top, #6e9f5f 0%, #5f8852 49%, #496841 50%, #537748 100%);
   	background: linear-gradient(to bottom, #6e9f5f 0%, #5f8852 49%, #496841 50%, #537748 100%);
   	-webkit-border-radius: 5px 5px 0 0;
   	   -moz-border-radius: 5px 5px 0 0;
   	        border-radius: 5px 5px 0 0;
}

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

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

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

.tmpl-moduleBody a:hover {
    color: #367091;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background-color: #567b4a;
    height: 36px;
    padding: 0 2px;
    border-bottom: 1px solid #7f97b1;
    -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: 20px;
	margin-top: 12px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 4px 12px;	
    margin: 0 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #6b9a5c), to(#47633d));
	background: -webkit-linear-gradient(top, #6b9a5c 70%, #47633d 100%);
	background: -moz-linear-gradient(top, #6b9a5c 70%, #47633d 100%);
	background: -o-linear-gradient(top, #6b9a5c 70%, #47633d 100%);
	background: linear-gradient(to bottom, #6b9a5c 70%, #47633d 100%);
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #a5c49b), to(#74a464));
	background: -webkit-linear-gradient(top, #a5c49b 70%, #74a464 100%);
	background: -moz-linear-gradient(top, #a5c49b 70%, #74a464 100%);
	background: -o-linear-gradient(top, #a5c49b 70%, #74a464 100%);
	background: linear-gradient(to bottom, #a5c49b 70%, #74a464 100%);
	color: #000;
	border-color: #d5dde5;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #C2DAE8;
    color: #000;
    padding-bottom: 1px;
    padding-top: 5px;
    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 a {
	color: #1e3340;
	border: none;
}

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