<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: url('../img/header.png') no-repeat center 0;
}
body.pg{
	background: url('../img/header.png') no-repeat center 0;
	-webkit-backface-visibility: hidden;
}

/********************* FONT *************************/
@font-face {
    font-family: 'allerlight';
    src: url('../fonts/aller_std_lt-webfont.eot');
    src: url('../fonts/aller_std_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_std_lt-webfont.woff2') format('woff2'),
         url('../fonts/aller_std_lt-webfont.woff') format('woff'),
         url('../fonts/aller_std_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller_std_lt-webfont.svg#allerlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_std_bd-webfont.eot');
    src: url('../fonts/aller_std_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_std_bd-webfont.woff2') format('woff2'),
         url('../fonts/aller_std_bd-webfont.woff') format('woff'),
         url('../fonts/aller_std_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_std_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/************************** // ***************************/

/************************ HEADER *************************/
	.header{background: #fff;min-height: 110px;}
	.pg .header{min-height: 100px;}

	.header .logo{
		display: block;
		border-top: 6px solid #143966;
		padding: 0;
		width: 15% !important;
	}
	.header .logo a{display: block;text-align: center; margin-top: 10px;}
	.header .logo a img{width: 100%;}
/************************** // ***************************/

/************************ NAVBAR *************************/
	#nvpmenu{padding:0;}
	.navbar-nav{margin: 35px 0 0 -15px;border-bottom: 2px solid #143966;}
	.navbar-default{background: none; border-radius: 0;border-top: none; border-left:none; border-right: none;}
	.navbar-default .navbar-nav &gt; li &gt; a{
		color: #3e1a00;
		font-family: 'allerlight', arial, helvetica, sans-serif;
		font-size: 13px;
		text-decoration: none;
		padding: 10px 11px !important;
	}
	.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
		font-family: 'allerbold', arial, helvetica, sans-serif;
		color: #143966 !important;
		background:none;
		border-bottom: 4px solid #143966;
	}

	.navbar-nav&gt;li&gt;.dropdown-menu {
		margin-top: -2px;
	}
	.dropdown-menu:before {
		position: absolute;
		top: -7px;
		left: 9px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(255, 255, 255, 1);
		content: '';
	}

	.navbar-default .navbar-nav &gt; li &gt; ul &gt; li a{
		background: url('../img/submenu-arrow.png') no-repeat 10px center;
	}
	.navbar-default .navbar-nav &gt; li &gt; ul &gt; li a:hover,
	.navbar-default .navbar-nav &gt; li &gt; ul &gt; li.active a{
		background: #143966 url('../img/submenu-arrow-white.png') no-repeat 10px center !important;
		color: #fff;
	}

	.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus {
		background-color: #e2e7ed;
		border-color: #0f2a4a;
	}
	.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
		background-color: #e2e7ed; 
		color: #143966;
	}

	@media (max-width: 768px){
		.navbar-nav {
		    margin-left: 0px;
		}
		.navbar-nav li{
			-webkit-transition: background .35s ease-in;
		   -moz-transition: background .25s ease-in;
		    -ms-transition: background .25s ease-in;
		     -o-transition: background .25s ease-in;
		        transition: background .25s ease-in;
		}
		.navbar-nav li:hover{
			background-color: #143966;
			color: #fff;
		}
		.navbar-nav li:hover a{color: #fff !important;}
		.navbar-nav li.open:hover &gt; a{color: #143966 !important;}
	}
/************************** // ***************************/

/************************ SLIDER *************************/
	.slider-top{
		width: 102%;
		height: 185px;
		position: relative;
		z-index: 200;
		top: -11px;
		background: url('../img/header-float.png') no-repeat 0 0;
		margin-left: -1%;
	}
	.slider{
		position: relative;
		z-index: 100;
		top: -180px;
		/*max-height: 600px;*/
		overflow: hidden;
		/*border: 2px solid #ccc;*/
		-webkit-box-shadow: 0px 8px 20px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 8px 20px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 8px 20px -2px rgba(0,0,0,0.75);
		padding: 3px;
	}

	.slider img{
		position: relative;
		z-index: 200;
		width: 100%;
	}
	.rslides {margin: 0 auto;}
	.rslides_container {
		margin-bottom: 0;position: relative;float: left;width: 100%;
	}
	.centered-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 0;
		opacity: 0.7;
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		height: 61px;
		width: 38px;
		background: transparent url("themes.gif") no-repeat left top;
		margin-top: -45px;
	}

	.centered-btns_nav:active {opacity: 1.0;}
	.centered-btns_nav.next {left: auto;background-position: right top;right: 0;}
	.transparent-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 0;
		left: 0;
		display: block;
		background: #fff; /* Fix for IE6-9 */
		opacity: 0;
		filter: alpha(opacity=1);
		width: 48%;
		text-indent: -9999px;
		overflow: hidden;
		height: 91%;
	}

	.transparent-btns_nav.next {left: auto;right: 0;}

	.large-btns_nav {
		z-index: 3;
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		opacity: 0.6;
		text-indent: -9999px;
		overflow: hidden;
		top: 0;
		bottom: 0;
		left: 0;
		background: #000 url("themes.gif") no-repeat left 50%;
		width: 38px;
	}

	.large-btns_nav:active {opacity: 1.0;}
	.large-btns_nav.next {left: auto;background-position: right 50%;right: 0;}

	.centered-btns_nav:focus,
	.transparent-btns_nav:focus,
	.large-btns_nav:focus {outline: none;}

	.centered-btns_tabs,
	.transparent-btns_tabs,
	.large-btns_tabs {margin-top: 10px;text-align: center;}

	.centered-btns_tabs li,
	.transparent-btns_tabs li,
	.large-btns_tabs li {display: inline;float: none;_float: left;*float: left;margin-right: 5px;}

	.centered-btns_tabs a,
	.transparent-btns_tabs a,
	.large-btns_tabs a {
		text-indent: -9999px;
		overflow: hidden;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: #ccc;
		background: rgba(0,0,0, .2);
		display: inline-block;
		_display: block;
		*display: block;
		-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
		-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
		box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
		width: 9px;
		height: 9px;
	}

	.centered-btns_here a,
	.transparent-btns_here a,
	.large-btns_here a {background: #222;background: rgba(0,0,0, .8);}
/************************** // ***************************/

/********************* MAIN CONTENT **********************/
	.mns{display: block; margin-top: -120px;}
	.main-section{margin-bottom: 20px;}
	.main-section a.img-holder{width: 100%;display: block;}
	.main-section a.img-holder img{width: 100%;border: none; max-height: 191px;}
	.main-section h1{width: 90%; display: block;text-align: left; color: #6d6d6d;font-size: 24px;font-family: 'allerlight', arial, helvetica, sans-serif;}
	.main-section p{width: 95%; display: block;text-align: left; color: #6d6d6d;font-size: 12px; text-shadow: 1px 1px 1px #ccc;}
	.main-section a.button1{width: 40%;display: block; margin-top: 10px;}

	.pg .content{margin-top: 100px;}
	.pg .content p{font-size: 13px; color: #6d6d6d; line-height: 16px;}

	.breadcrumb{width: 100%;display: inline-block;margin: 10px 0 50px 0; padding: 0; background: transparent;}
	.breadcrumb ul{list-style-type: none; list-style: none;padding: 0; width: 80%; margin-left: 15px; float: left;}
	.breadcrumb ul li{list-style: none; display: inline-block; margin: 0 1px 0 1px; color: #737373; font-size: 12px;font-family: 'allerlight', arial, helvetica, sans-serif;}
	.breadcrumb ul li.active{color: #143965 !important; font-weight: bold;}
	.breadcrumb ul li a{color: #737373; font-size: 12px;font-family: 'allerlight', arial, helvetica, sans-serif;}
	.breadcrumb h1, h1.pageTitle{float: left; width: 100%; margin: -10px 0 0 0; padding: 0;color: #143966; font-size: 30px; font-family: 'allerbold', arial, helvetica, sans-serif; text-align: left;}
	

	.left-col{padding-left: 0;}
	.left-col ul{list-style-type: none; list-style: none;padding: 0; width: 95%; padding: 0; margin: 0;}
	.left-col ul.menu li{
		margin: 0 0 5px 0;
		border: 1px solid #d7d7d7;
	}
	.left-col ul.menu li a{
		width: 100%; 
		display: block;
		padding: 10px 0 10px 15px;
		color: #737373;
		background: #fff;
		background: #fff url('../img/menu-arrow-grey.png') no-repeat 255px center;
		text-decoration: none;
		font-family: 'allerlight', arial, helvetica, sans-serif;
		font-size: 15px;
		-webkit-transition: background .35s ease-in;
		   -moz-transition: background .25s ease-in;
		    -ms-transition: background .25s ease-in;
		     -o-transition: background .25s ease-in;
		        transition: background .25s ease-in;
	}
	.left-col ul.menu li a:hover,
	.left-col ul.menu li.active a{
		background: #143965 url('../img/menu-arrow-white.png') no-repeat 270px center;
		color: #fff;
	}

	.right-col .product-item{
		padding-left:0; margin-bottom: 20px;
		-webkit-transform: scale(1);
        -webkit-transition-timing-function: ease-in;
        -webkit-transition-duration: 200ms;
        -moz-transform: scale(1);
        -moz-transition-timing-function: ease-in;
        -moz-transition-duration: 200ms;
        text-align: center;
	}

	.right-col .product-item:hover{
		-webkit-transform: scale(1.1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 400ms;
        -moz-transform: scale(1.1);
        -moz-transition-timing-function: ease-in;
        -moz-transition-duration: 200ms;
        -webkit-box-shadow: 0px 8px 20px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 8px 20px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 8px 20px -2px rgba(0,0,0,0.75);
		position: relative;
		z-index: 1000;
		background: #fff;
		text-align: center;
		padding: 10px;
	}
	.right-col .product-item:hover h1, .right-col .product-item:hover p{text-align: center;}

	.right-col .product-item a{text-align: center;position: relative;}
	.right-col .product-item a img{width: 100%;border: none; display: inline-block; position: relative;}
	.right-col .product-item h1{width: 100%; display: block;margin: 10px 0 5px 0;text-align: center; color: #6d6d6d;font-size: 18px;font-family: 'allerlight', arial, helvetica, sans-serif;}
	.right-col .product-item p{width: 100%; display: block;text-align: left; color: #6d6d6d;font-size: 12px; text-shadow: 1px 1px 1px #ddd;}
	.right-col .product-item a.button1{/*width: 40%;*/display: inline-block; margin-top: 10px;}

	.right-col .product-details h1{width: 100%; display: block;margin: 10px 0 15px 0;text-align: left; color: #143966;font-size: 24px;font-family: 'allerbold', arial, helvetica, sans-serif;}
	.right-col .product-details h2.specs{width: 100%; display: block;margin: 10px 0 15px 0; padding: 7px 0 5px 25px;text-align: left; color: #6d6d6d;font-size: 20px;font-family: arial, helvetica, sans-serif; background: url('../img/info-icon.png') no-repeat left center; border-bottom: 1px solid #ccc;}
	.right-col .product-details p{width: 100%; display: block;text-align: left; color: #6d6d6d;font-size: 12px; line-height: 16px; text-shadow: 1px 1px 1px #ddd;}
	.right-col .product-details ul{list-style-type: none; list-style: none;padding: 0; width: 100%;}
	.right-col .product-details ul li{list-style: none; color: #737373; background: url('../img/list-icon.png') no-repeat left center; padding: 0 0 0 15px; line-height: 20px;}

	.right-col.widget h1, .left-col.widget h1{width: 100%; display: block;margin: 10px 0 15px 0;text-align: left; color: #143966;font-size: 24px;font-family: 'allerbold', arial, helvetica, sans-serif;}

	.left-col .ct-data{background: #F7F7F7; padding: 10px; border: 1px dotted #ccc;}
	.left-col .ct-data ul{list-style-type: none; list-style: none;padding: 0; width: 100%;}
	.left-col .ct-data ul li{list-style: none; color: #737373; padding: 0 0 0 15px; line-height: 24px; margin: 14px 0 14px 0;}
	.left-col .ct-data ul li span{color: #143966;}
	.left-col .ct-data ul &gt; li &gt; ul{padding-left: 4px;}

	#map_container{width: 850px; margin: 0 auto;}
/************************** // ***************************/

/************************** TABS *************************/
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus {
    color: #FFF;
    background-color: #143965;
}
/************************ //TAB *************************/

/************************ FOOTER *************************/
	.footer{
		background: #e1e1e1;
		width: 100%;
		display: block;
		margin: 50px 0 0 0;
		border-top: 1px solid #143966;
		border-bottom: 1px solid #143966;
	}
	.footer .inner-footer{margin-top: 20px; display: block;}
	.footer .inner-footer p.copyright{font-size: 12px; color: #6d6d6d;}
	.footer .inner-footer p.copyright a.dev{color: #009345; text-decoration: none;}
	.footer .social, .footer .footer-menu{list-style-type: none;list-style: none; padding:0;}
	.footer .social li,  .footer .footer-menu li{list-style-type: none;list-style: none; display: inline-block;}

	.footer ul.footer-menu{
		float: right;
	}
	.footer ul.footer-menu li{
		margin: 0 5px 0 5px;
	}
	.footer ul.footer-menu li a{text-decoration: none; color: #6d6d6d;}
	.footer ul.footer-menu li a.active{color: #143966;}
/************************** // ***************************/

/************************** MISC *************************/
.nopadding{padding: 0 !important;}
.pdrgt0{padding-right: 0 !important;}
.pdlft0{padding-left: 0 !important;}
.fright{float: right !important;}
.fleft{float: left !important;}

.img-holder a.thumbnail{
	margin-right: 10px;
}

.mgtp30{margin-top: 30px !important;}
.mgtp50{margin-top: 50px !important;}
.mgtp60{margin-top: 60px !important;}

.mgbt20{margin-bottom: 20px !important;}

.mglt10{margin-left: 10px;}

.button1{
	padding: 7px 15px 5px 15px;
	color: #ffffff;
	background: #143966;
	border: 2px solid #143966;
	-webkit-transition: background .50s ease-in-out;
	   -moz-transition: background .50s ease-in-out;
	    -ms-transition: background .50s ease-in-out;
	     -o-transition: background .50s ease-in-out;
	        transition: background .50s ease-in-out;
	font-size: 13px;
	text-align: center;
	font-family: 'allerlight', arial, helvetica, sans-serif;
}
.button1:hover{
	background: #fff;
	color: #143966;
	text-decoration: none;
	font-family: 'allerbold', arial, helvetica, sans-serif;
}
/************************** // ***************************/</pre></body></html>