body {
	background: -moz-linear-gradient(bottom, rgb(73, 97, 123) 0%, rgb(115, 142, 171) 40%, rgb(170, 187, 203) 80%, rgb(200, 208, 221) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(73, 97, 123)), color-stop(40%, rgb(115, 142, 171)), color-stop(80%, rgb(170, 187, 203)), to(rgb(200, 208, 221)));
	background: -webkit-linear-gradient(top, rgb(73, 97, 123) 0%, rgb(115, 142, 171) 40%, rgb(170, 187, 203) 80%, rgb(200, 208, 221) 100%);
	background: -moz-linear-gradient(top, rgb(73, 97, 123) 0%, rgb(115, 142, 171) 40%, rgb(170, 187, 203) 80%, rgb(200, 208, 221) 100%);
	background: -o-linear-gradient(top, rgb(73, 97, 123) 0%, rgb(115, 142, 171) 40%, rgb(170, 187, 203) 80%, rgb(200, 208, 221) 100%);
	background: linear-gradient(to bottom, rgb(73, 97, 123) 0%, rgb(115, 142, 171) 40%, rgb(170, 187, 203) 80%, rgb(200, 208, 221) 100%);
	background-attachment: fixed;
	background-size: 100vw 100vh;
}


img {
	border: none;
}

.glare {
	position: fixed;
    background-image: url(page_gl.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    z-index: -1;
}

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;
	-moz-box-sizing: border-box;
	-webkit-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: #375879;
	background: -moz-linear-gradient(bottom, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2d4d6b), color-stop(25%, #3d6891), color-stop(85%, #2c4b69), to(#2e506f));
	background: -webkit-linear-gradient(top, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: -moz-linear-gradient(top, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: -o-linear-gradient(top, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: linear-gradient(to bottom, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	color: white;
    padding: 9px 8px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}

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

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

.tmpl-moduleBody a:hover {
    color: #2B5973 !important;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background-color: #375879;
	background: -moz-linear-gradient(bottom, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2d4d6b), color-stop(25%, #3d6891), color-stop(85%, #2c4b69), to(#2e506f));
	background: -webkit-linear-gradient(top, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: -moz-linear-gradient(top, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: -o-linear-gradient(top, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 100%);
	background: linear-gradient(to bottom, #2d4d6b 0%, #3d6891 25%, #2c4b69 85%, #2e506f 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: 44px;
    padding: 6px;
    -moz-box-sizing: border-box;
    -webkit-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;
	position: relative;
}

.tmpl-menu-horizontal li:before {
   position:absolute;
   display: block;
   content:' ';
   top: 0;
   left: 0;
   width: 1px;
   height: 32px;
   background: url('menuseparator.png') center center no-repeat;	
}

.tmpl-menu-horizontal li:first-child:before {
	background: none;
}

.tmpl-menu-horizontal a {
	text-decoration: none !important;
	color: #F5FFF9 !important;
	padding: 6px 12px;	
	margin: 0 4px;
	border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus {
	background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
	color: #F5FFF9 !important;
}

.tmpl-menu-horizontal a.active {
	background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(0, 0, 0, 0.5);	
}

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