body {
    background-color: #909692;
    background-image: url(bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
}

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(16, 32, 70)), color-stop(43%, rgb(25, 49, 109)), color-stop(57%, rgb(25, 49, 109)), to(rgb(16, 32, 70)));
	background: -webkit-linear-gradient(top, rgb(16, 32, 70) 0%, rgb(25, 49, 109) 43%, rgb(25, 49, 109) 57%, rgb(16, 32, 70) 100%);
	background: -moz-linear-gradient(top, rgb(16, 32, 70) 0%, rgb(25, 49, 109) 43%, rgb(25, 49, 109) 57%, rgb(16, 32, 70) 100%);
	background: -o-linear-gradient(top, rgb(16, 32, 70) 0%, rgb(25, 49, 109) 43%, rgb(25, 49, 109) 57%, rgb(16, 32, 70) 100%);
	background: linear-gradient(to bottom, rgb(16, 32, 70) 0%, rgb(25, 49, 109) 43%, rgb(25, 49, 109) 57%, rgb(16, 32, 70) 100%);
	color: #fff;
    padding: 9px 6px;
}

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

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

.tmpl-moduleBody a {
	color: #367091;
	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(6, 11, 25)), color-stop(30%, rgb(16, 30, 67)), color-stop(70%, rgb(16, 30, 67)), to(rgb(6, 11, 25)));
	background: -webkit-linear-gradient(top, rgb(6, 11, 25) 0%, rgb(16, 30, 67) 30%, rgb(16, 30, 67) 70%, rgb(6, 11, 25) 100%);
	background: -moz-linear-gradient(top, rgb(6, 11, 25) 0%, rgb(16, 30, 67) 30%, rgb(16, 30, 67) 70%, rgb(6, 11, 25) 100%);
	background: -o-linear-gradient(top, rgb(6, 11, 25) 0%, rgb(16, 30, 67) 30%, rgb(16, 30, 67) 70%, rgb(6, 11, 25) 100%);
	background: linear-gradient(to bottom, rgb(6, 11, 25) 0%, rgb(16, 30, 67) 30%, rgb(16, 30, 67) 70%, rgb(6, 11, 25) 100%);
    height: 46px;
    -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: 46px;
	margin-top: 8px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 6px 10px;	
	margin: 0 4px;
	position: relative;
	z-index: 0;
}

.tmpl-menu-horizontal a:before, .tmpl-menu-horizontal a:after
{
   position: absolute;
   display: block;
   content:' ';
   top: 0;
   bottom:0;
   z-index: -1;
   background-image: url('menu.png');
}

.tmpl-menu-horizontal a:before
{
   left: 0;
   right: 12px;
   background-position: top left;
}

.tmpl-menu-horizontal a:after
{
   width: 12px;
   right: 0;
   background-position: top right;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	color: #000;
}

.tmpl-menu-horizontal a:hover:before, .tmpl-menu-horizontal a:hover:hover>a:before {
   background-position: center left;
}
.tmpl-menu-horizontal a:hover:after, .tmpl-menu-horizontal a:hover:hover>a:after {
   background-position: center right;
}

.tmpl-menu-horizontal a.active {
	color: #000;
}

.tmpl-menu-horizontal a.active:before {
   background-position: bottom left;
} 

.tmpl-menu-horizontal a.active:after {
   background-position: bottom right;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #141C35;
    color: #eee;
    padding-bottom: 1px;
    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: #ACBDCD;
	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: #fff;
	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;
}
