body {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(27, 55, 95)), color-stop(10%, rgb(40, 82, 142)), color-stop(20%, rgb(53, 109, 186)), color-stop(40%, rgb(134, 170, 220)), color-stop(50%, rgb(179, 202, 234)), color-stop(70%, #B3CAEA));
	background: -webkit-linear-gradient(top, rgb(27, 55, 95) 0%, rgb(40, 82, 142) 10%, rgb(53, 109, 186) 20%, rgb(134, 170, 220) 40%, rgb(179, 202, 234) 50%, #B3CAEA 70%);
	background: -moz-linear-gradient(top, rgb(27, 55, 95) 0%, rgb(40, 82, 142) 10%, rgb(53, 109, 186) 20%, rgb(134, 170, 220) 40%, rgb(179, 202, 234) 50%, #B3CAEA 70%);
	background: -o-linear-gradient(top, rgb(27, 55, 95) 0%, rgb(40, 82, 142) 10%, rgb(53, 109, 186) 20%, rgb(134, 170, 220) 40%, rgb(179, 202, 234) 50%, #B3CAEA 70%);
	background: linear-gradient(to bottom, rgb(27, 55, 95) 0%, rgb(40, 82, 142) 10%, rgb(53, 109, 186) 20%, rgb(134, 170, 220) 40%, rgb(179, 202, 234) 50%, #B3CAEA 70%);
    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: #000;
    padding: 4px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.tmpl-module.tmpl-module-block {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
	background-color: #d1e3ed;
    border: 1px solid #427fa5;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 2px;
}

.tmpl-module-block .tmpl-moduleBody {
	border: 1px solid #98abc0;
	background-color: #c2dae8;
	padding: 7px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

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

.tmpl-moduleBody a:hover {
    color: #367091;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 32, 61)), color-stop(39%, rgb(0, 71, 135)), color-stop(78%, rgb(0, 108, 209)), to(rgb(0, 130, 250)));
	background: -webkit-linear-gradient(top, rgb(0, 32, 61) 0%, rgb(0, 71, 135) 39%, rgb(0, 108, 209) 78%, rgb(0, 130, 250) 100%);
	background: -moz-linear-gradient(top, rgb(0, 32, 61) 0%, rgb(0, 71, 135) 39%, rgb(0, 108, 209) 78%, rgb(0, 130, 250) 100%);
	background: -o-linear-gradient(top, rgb(0, 32, 61) 0%, rgb(0, 71, 135) 39%, rgb(0, 108, 209) 78%, rgb(0, 130, 250) 100%);
	background: linear-gradient(to bottom, rgb(0, 32, 61) 0%, rgb(0, 71, 135) 39%, rgb(0, 108, 209) 78%, rgb(0, 130, 250) 100%);
    height: 42px;
    padding: 0 5px;
    -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;
	border-right: 1px solid #6788ac;
	margin-top: 11px;
}

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

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

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#1278ef), to(#0d57a9));
	background: -webkit-linear-gradient(top, #1278ef 0%, #0d57a9 100%);
	background: -moz-linear-gradient(top, #1278ef 0%, #0d57a9 100%);
	background: -o-linear-gradient(top, #1278ef 0%, #0d57a9 100%);
	background: linear-gradient(to bottom, #1278ef 0%, #0d57a9 100%);
	color: #fff;
	border-color: #3c4a64;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#2559ac), to(#1c3e73));
	background: -webkit-linear-gradient(top, #2559ac 0%, #1c3e73 100%);
	background: -moz-linear-gradient(top, #2559ac 0%, #1c3e73 100%);
	background: -o-linear-gradient(top, #2559ac 0%, #1c3e73 100%);
	background: linear-gradient(to bottom, #2559ac 0%, #1c3e73 100%);
	border-color: #3c4a64;
	color: #fff;
}

.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: #28536C;
	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;
}
