body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: top left;
    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: 9px 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#417fa6), color-stop(40%, #346382), color-stop(60%, #346382), to(#417fa6));
    background: -webkit-linear-gradient(top, #417fa6 0%, #346382 40%, #346382 60%, #417fa6 100%);
    background: -moz-linear-gradient(top, #417fa6 0%, #346382 40%, #346382 60%, #417fa6 100%);
    background: -o-linear-gradient(top, #417fa6 0%, #346382 40%, #346382 60%, #417fa6 100%);
    background: linear-gradient(to bottom, #417fa6 0%, #346382 40%, #346382 60%, #417fa6 100%);
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    margin-bottom: 4px;
}

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

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

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

.tmpl-moduleBody a:hover {
    color: #2F617F;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	font-family: "Open Sans Bold";
	background: -webkit-gradient(linear, left top, left bottom, from(#4588b1), color-stop(40%, #2f5871), color-stop(60%, #2f5871), to(#4588b1));
	background: -webkit-linear-gradient(top, #4588b1 0%, #2f5871 40%, #2f5871 60%, #4588b1 100%);
	background: -moz-linear-gradient(top, #4588b1 0%, #2f5871 40%, #2f5871 60%, #4588b1 100%);
	background: -o-linear-gradient(top, #4588b1 0%, #2f5871 40%, #2f5871 60%, #4588b1 100%);
	background: linear-gradient(to bottom, #4588b1 0%, #2f5871 40%, #2f5871 60%, #4588b1 100%);
    height: 36px;
    -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: 36px;
}

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #000;
	padding: 9px 8px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#66a2c5), color-stop(40%, #a8cade), color-stop(60%, #a8cade), to(#66a2c5));	
	background: -webkit-linear-gradient(top, #66a2c5 0%, #a8cade 40%, #a8cade 60%, #66a2c5 100%);	
	background: -moz-linear-gradient(top, #66a2c5 0%, #a8cade 40%, #a8cade 60%, #66a2c5 100%);	
	background: -o-linear-gradient(top, #66a2c5 0%, #a8cade 40%, #a8cade 60%, #66a2c5 100%);	
	background: linear-gradient(to bottom, #66a2c5 0%, #a8cade 40%, #a8cade 60%, #66a2c5 100%);
	margin-right: 2px;
}

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

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

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