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

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(110, 37, 40)), color-stop(40%, rgb(142, 45, 49)), color-stop(60%, rgb(142, 45, 49)), to(rgb(110, 37, 40)));
	background: -webkit-linear-gradient(top, rgb(110, 37, 40) 0%, rgb(142, 45, 49) 40%, rgb(142, 45, 49) 60%, rgb(110, 37, 40) 100%);
	background: -moz-linear-gradient(top, rgb(110, 37, 40) 0%, rgb(142, 45, 49) 40%, rgb(142, 45, 49) 60%, rgb(110, 37, 40) 100%);
	background: -o-linear-gradient(top, rgb(110, 37, 40) 0%, rgb(142, 45, 49) 40%, rgb(142, 45, 49) 60%, rgb(110, 37, 40) 100%);
	background: linear-gradient(to bottom, rgb(110, 37, 40) 0%, rgb(142, 45, 49) 40%, rgb(142, 45, 49) 60%, rgb(110, 37, 40) 100%);   
	color: #fff;
    padding: 4px 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin: 6px;
    border: 1px solid #333;
}

.tmpl-module.tmpl-module-block {
	padding: 1px;
	background-color: #d5d5d5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #a0a0a0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

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

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

.tmpl-moduleBody a:hover {
    color: #a41810;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(136, 37, 41)), color-stop(40%, rgb(172, 47, 51)), color-stop(60%, rgb(172, 47, 51)), to(rgb(136, 37, 41)));
	background: -webkit-linear-gradient(top, rgb(136, 37, 41) 0%, rgb(172, 47, 51) 40%, rgb(172, 47, 51) 60%, rgb(136, 37, 41) 100%);
	background: -moz-linear-gradient(top, rgb(136, 37, 41) 0%, rgb(172, 47, 51) 40%, rgb(172, 47, 51) 60%, rgb(136, 37, 41) 100%);
	background: -o-linear-gradient(top, rgb(136, 37, 41) 0%, rgb(172, 47, 51) 40%, rgb(172, 47, 51) 60%, rgb(136, 37, 41) 100%);
	background: linear-gradient(to bottom, rgb(136, 37, 41) 0%, rgb(172, 47, 51) 40%, rgb(172, 47, 51) 60%, rgb(136, 37, 41) 100%);   
    height: 36px;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	font-family: "Open Sans Bold";
	display: inline-block;
	font-size: 13px;
	line-height: 32px;
}

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

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 9px 10px;	
    line-height: 36px;
    border-right: 2px solid #B1B1B1;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus,
.tmpl-menu-horizontal a.active {
	background-color: rgba(0, 0, 0, 0.25);
	color: white;
}

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

.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;
}
