body {
	background-color: #fdbb2c;
    background-attachment: fixed;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.glare {
    position: absolute;
    z-index: -1;
    top: 0;
    max-width: 740px;
    min-width: 1000px;
    height: 119px;
    left: 0;
    margin-right: auto;
    background-image: url(page_gl.png);
    background-repeat: no-repeat;
    background-position: left top;	
}

.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-header {
	background-image: url(header.png);
	height: 155px;
}

.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-color: #fece2f;
	color: #000;
    padding: 3px 7px;
    border-bottom: 2px solid #e9bc2a;
    margin-bottom: 4px;
}

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

.tmpl-module-block .tmpl-moduleBody {
	padding: 7px;
	background-color: #e2e2e2;
}

.tmpl-moduleBody a {
	color: #014B79;
	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(#11336c), to(#091524));
	background: -webkit-linear-gradient(top, #11336c 0%, #091524 100%);
	background: -moz-linear-gradient(top, #11336c 0%, #091524 100%);
	background: -o-linear-gradient(top, #11336c 0%, #091524 100%);
	background: linear-gradient(to bottom, #11336c 0%, #091524 100%);
    height: 34px;
    padding: 0 3px;
    -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;
	border-right: 1px dotted #333333;
	margin-top: 8px;
}

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

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

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#faa92e), to(#c78422));
	background: -webkit-linear-gradient(top, #faa92e 0%, #c78422 100%);
	background: -moz-linear-gradient(top, #faa92e 0%, #c78422 100%);
	background: -o-linear-gradient(top, #faa92e 0%, #c78422 100%);
	background: linear-gradient(to bottom, #faa92e 0%, #c78422 100%);
	color: #000;
	border-color: #ae741e;
}

.tmpl-menu-horizontal a.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#fed33a), to(#e0b428));
	background: -webkit-linear-gradient(top, #fed33a 0%, #e0b428 100%);
	background: -moz-linear-gradient(top, #fed33a 0%, #e0b428 100%);
	background: -o-linear-gradient(top, #fed33a 0%, #e0b428 100%);
	background: linear-gradient(to bottom, #fed33a 0%, #e0b428 100%);
	color: #222222;
	border-color: #333333;
}

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