body {
	background-color: #DBE2E9;
}

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: 8px;
	-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(#b9451b), color-stop(60%, #f96c32));
	background: -webkit-linear-gradient(top, #b9451b 0%, #f96c32 60%);
	background: -moz-linear-gradient(top, #b9451b 0%, #f96c32 60%);
	background: -o-linear-gradient(top, #b9451b 0%, #f96c32 60%);
	background: linear-gradient(to bottom, #b9451b 0%, #f96c32 60%);
	color: white;
    padding: 7px 8px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
}

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

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

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

.tmpl-moduleBody a:hover {
    color: #C04D2A !important;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(#bb461b), color-stop(35%, #f96b31), color-stop(65%, #f96b31), to(#bb461b));
	background: -webkit-linear-gradient(top, #bb461b 0%, #f96b31 35%, #f96b31 65%, #bb461b 100%);
	background: -moz-linear-gradient(top, #bb461b 0%, #f96b31 35%, #f96b31 65%, #bb461b 100%);
	background: -o-linear-gradient(top, #bb461b 0%, #f96b31 35%, #f96b31 65%, #bb461b 100%);
	background: linear-gradient(to bottom, #bb461b 0%, #f96b31 35%, #f96b31 65%, #bb461b 100%);
    -webkit-box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);
       -moz-box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);
            box-shadow: 0 0 5px rgba(37, 114, 195, 0.1);	
    height: 32px;
    padding: 0 4px;
    -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;
	-webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(45%, #888), color-stop(55%, #888), color-stop(65%, transparent)) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(top, transparent 35%, #888 45%, #888 55%, transparent 65%) 1 100%;
	   -moz-border-image: -moz-linear-gradient(top, transparent 35%, #888 45%, #888 55%, transparent 65%) 1 100%;
	     -o-border-image: -o-linear-gradient(top, transparent 35%, #888 45%, #888 55%, transparent 65%) 1 100%;
	        border-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(45%, #888), color-stop(55%, #888), color-stop(65%, transparent)) 1 100%;
	        border-image: linear-gradient(to bottom, transparent 35%, #888 45%, #888 55%, transparent 65%) 1 100%;
    border-width: 0 3px 0 0;
    border-style: solid;	
}

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

.tmpl-menu-horizontal a {
	text-decoration: none !important;
	color: #555 !important;
	padding: 3px 15px;	
    -webkit-border-radius: 7px;	
       -moz-border-radius: 7px;	
            border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ec9955), color-stop(50%, #fcba93), color-stop(90%, #ec9955));
    background: -webkit-linear-gradient(top, #ec9955 10%, #fcba93 50%, #ec9955 90%);
    background: -moz-linear-gradient(top, #ec9955 10%, #fcba93 50%, #ec9955 90%);
    background: -o-linear-gradient(top, #ec9955 10%, #fcba93 50%, #ec9955 90%);
    background: linear-gradient(to bottom, #ec9955 10%, #fcba93 50%, #ec9955 90%);
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fdcc7a), color-stop(50%, #fff2db), color-stop(90%, #fdcc7a));
    background: -webkit-linear-gradient(top, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
    background: -moz-linear-gradient(top, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
    background: -o-linear-gradient(top, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
    background: linear-gradient(to bottom, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
	color: #333 !important;
}

.tmpl-menu-horizontal a.active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fdcc7a), color-stop(50%, #fff2db), color-stop(90%, #fdcc7a));
    background: -webkit-linear-gradient(top, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
    background: -moz-linear-gradient(top, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
    background: -o-linear-gradient(top, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
    background: linear-gradient(to bottom, #fdcc7a 10%, #fff2db 50%, #fdcc7a 90%);
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #FFDDA4;
    padding-bottom: 1px;
    padding-top: 5px;
    font-size: 12px;
}

.tmpl-footer .tmpl-menu-horizontal  {
	background-color: transparent;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.tmpl-footer .tmpl-menu-horizontal li,
.tmpl-footer .tmpl-menu-horizontal li:hover  {
	background-color: transparent;
}

.tmpl-footer .tmpl-menu-horizontal a {
	color: #a14722 !important;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #333 !important;
	border-color: transparent;
}

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