body {
    background-color: #0E1D25;
    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(#11181c), color-stop(40%, #2a4d63), color-stop(60%, #2a4d63), to(#11181c));
	background: -webkit-linear-gradient(top, #11181c 0%, #2a4d63 40%, #2a4d63 60%, #11181c 100%);
	background: -moz-linear-gradient(top, #11181c 0%, #2a4d63 40%, #2a4d63 60%, #11181c 100%);
	background: -o-linear-gradient(top, #11181c 0%, #2a4d63 40%, #2a4d63 60%, #11181c 100%);
	background: linear-gradient(to bottom, #11181c 0%, #2a4d63 40%, #2a4d63 60%, #11181c 100%);
	color: #fff;
    padding: 8px 7px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 5px;
}

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

.tmpl-module-block .tmpl-moduleBody {
	padding: 7px;
	background-color: #b1c0cf;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

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

.tmpl-moduleBody a:hover {
    color: #3371C7;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(#405265), color-stop(50%, #506881));
	background: -webkit-linear-gradient(top, #405265 0%, #506881 50%);
	background: -moz-linear-gradient(top, #405265 0%, #506881 50%);
	background: -o-linear-gradient(top, #405265 0%, #506881 50%);
	background: linear-gradient(to bottom, #405265 0%, #506881 50%);
    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: 18px;
	margin-top: 12px;
}

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

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

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

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