HTML, BODY, TABLE, TD, TH, DIV, UL, OL, LI, P, H1, H2, H3, H4, H5, H6, FORM, A, IMG, INPUT, SELECT {
    margin: 0;
    padding: 0;

    font-family: Arial, Tahoma, sans-serif;
    color: #3b3b3b;
}

BODY {
	width: 100%;
	height: 100%;
    background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
}

A {
    color: #1ec6e4;
}

A:HOVER {
    text-decoration: none;
    color: #ff7e00;
}

H1 {
    margin-bottom: 16px;
    font-size: 2.375em;
    color: #1ec6e4;

    font-weight: normal;
}

H2 {
    font-size: 1.5em;
    color: #1ec6e4;
    margin-bottom: 15px;
}

H3 {
    font-size: 1.125em;
    color: #1ec6e4;
    font-weight: bold;
    margin-bottom: 15px;
}

.centered {
    width: 848px;
    margin: 0 auto;
}

.logo {
    position: relative;
    float: left;
    padding: 35px 0 17px 45px;
}

.icos {
    float: right;
    margin-right: 25px;
}

.toplink {
    float: left;
    display: block;

    text-decoration: none;
    font-size: .625em;
    color: #1ec6e4;
}

.tl {
    margin-top: 32px;
    padding: 0 10px;
    background: url('/img/mej_m.gif') right repeat-y;
}

.tl2 {
    margin-top: 32px;
    padding: 0 10px;
}

.tlselected {
    color: #687b84;
}

.home {
    margin-left: 10px;
    padding: 34px 7px 8px 7px;
    background-color: #1ec6e4;
}

.email {
    margin-left: 5px;
    padding: 34px 7px 9px 7px;
    background-color: #687b84;
}

.topmenu {
    position: relative;
	display:flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
    font-size: .75rem;
	background-color:#687b84;
}

.topmenu a {
	display: block;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-right: dotted 1px #a9a9a9;
	font: .875rem/1 'Oswald', sans-serif;
	letter-spacing: .025rem;
	transition: all .3s ease;
}

.topmenu a:last-child {
	border-right: 0;
}

.topmenu a:hover {
	color: #ff7e00;
}

.submenus {
    position: relative;
    z-index: 1000;
}

.submenus .submenu {
    position: absolute;
    display: none;
    width: 160px;

    background-color: #86959d;
    color: white;
}

.submenus .submenu A {
    display: block;
    color: white;
    padding: 8px 0;
    margin: 0 18px;
    text-decoration: none;
    font-size: .8125rem;
    letter-spacing: .015rem;
    border-bottom: solid 1px #c6c6c6;
    transition: all .3s ease;
}

.submenus .submenu A:HOVER {
    color: #2e2e2e;
}

.leftmenu {
    background-color: #f8f7f3;
    padding: 15px 10px 15px 20px;
    font-size: .75em;

    margin-top: 30px;
    margin-bottom: 25px;
}

.leftmenu A {
    display: block;
    padding: 5px 0;
    color: #687b84;
}

.leftmenu A:HOVER {
    text-decoration: none;
}

.leftmenu .selected {
    padding: 5px 0;
}

.mainpicDIV {
    position: relative;
}

.strs {
    position: absolute;
    bottom: 25px;
    right: 47px;
}

.strs IMG {
    cursor: pointer;
}

.middle {
    margin: 31px auto 100px auto;
}

.middle TD {
    vertical-align: top;
}

.mapDiv {
    width: 778px;
    padding: 25px 25px 25px 45px;
    margin: 31px auto 100px auto;
}

.service_centre {
    width: 123px;
    height: 47px;
    padding: 60px 0 0 83px;

    background: url('/img/service_centre.jpg') 0 0 no-repeat;
}

.career {
    width: 93px;
    height: 48px;
    padding: 47px 0 0 113px;

    background: url('/img/career.jpg') 0 0 no-repeat;
}

.leftBannerBottom {
    width: 164px;
    margin-bottom: 16px;

    border-right: solid 42px #687b84;
    background-color: #1ec6e4;
}

.quick_links {
    padding: 11px 0;
}

.quick_linksSELECT {
    width: 206px;
    background-color: #f1efe8;
    border: solid 1px #b3b9c3;
}

.mej_m {
    border-left: solid 64px #687b84;
    background-color: #1ec6e4;

    margin-bottom: 12px;
}

.date {
    padding: 0 0 5px 10px;
    font-size: .9375em;
}

.news {
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: .9375em;
    line-height: 1.2em !important;
}

.news IMG {
    float: left;
    margin: 0 20px 10px 0;
}

.news A {
    display: block;
    margin-bottom: 5px;
    font-size: 1.0625em;
}

.archive {
    display: block;
    padding-left: 17px;
    background: url('/img/archive.gif') 0 2px no-repeat;

    font-size: .9375em;
    color: #687b84;
    text-decoration: none;
}

.artc_zag {
    color: #1ec6e4;
    font-weight: bold;

    margin-bottom: 15px;
}

.artc_zag SMALL {
    color: #687b84;
}

.leftTD {
    width: 206px;
    padding-left: 46px;
}

.contentTD {
    width: 540px;
    padding: 25px 28px;
}

.content {
    font-size: .75em;
    line-height: 1.4em;
}

.content P {
    margin-bottom: 15px;
}

.content OL {
    margin-left: 30px;
}

.content UL {
    margin-left: 30px;
}

.distribyutors {
    width: 100%;
    font-size: .9375em;
    margin-bottom: 15px;
}

.distribyutors TD {
    padding: 10px 10px 15px 10px;
    text-align: center;
}

.distribyutors IMG {
    margin-bottom: 5px;
    border: 0;
}

.logosDIV {
    position: relative;
    float: left;
    width: 786px;
    height: 81px;

    padding: 0 5px;
    background-color: #f6f5f1;
}

.logos {
    position: relative;
    width: 756px;
    height: 81px;

    overflow: hidden;
}

.logos_inner {
    position: absolute;
    height: 50px;
    left: 0;
    top: 15px;
}

.logos_inner IMG {
    margin: 0 4px;
    cursor: pointer;
}

.floatL {
    float: left;
    cursor: pointer;
}

.printer {
    clear: both;
    margin-top: 30px;
}

.printer IMG {
    vertical-align: middle;
    margin-right: 10px;
}

.footlinks {
    font-size: .6875em;
    padding: 10px 25px;
}

.footlinks A {
    padding: 0 7px;
    color: #424242;
    text-decoration: none;
}

.foot1 {
    padding: 12px 0 12px 30px;

    background-color: #f6f5f1;
    border-top: solid 1px #1ec6e4;
    font-size: .6875em;
}

.foot2 {
    padding: 12px 65px 12px 0;
    text-align: right;
    background-color: #f6f5f1;
    border-top: solid 1px #1ec6e4;
}

.foot3 {
    width: 233px;
    background-color: #424b4f;
    text-align: center;
}

.brdr_l {
    float: left;
    margin: 0 15px 10px 0;
}

.brdr_r {
    float: right;
    margin: 0 0 10px 15px;
}

#mainpic {
    width: 848px;
    height: 406px;
}

.loading {
    background: url('/img/spinner.gif') no-repeat center center;
}

.pages {
    clear: both;
    padding-top: 20px;
    color: #5b5b5b;
}

.pages A {
    color: #5b5b5b;
}

.pages SPAN {
    color: #f26821;
}

.inactive {
    color: #cacaca !important;
}

.gal_images {
    margin: 10px auto;
}

.gal_images TD {
    padding: 0 10px 10px 10px;
}

.gal_images IMG {
    margin-bottom: 4px;
}

.n_item_video {
    margin-bottom: 20px;
}

.n_item_video TD {
    width: 33%;
    padding: 3px;
    color: #858282;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
}

.n_item_video A {
    color: #858282;
}

.in {
    width: 300px;
    border: solid 1px #cccccc;
    background-color: white;
}

.clear {
    clear: both;
}

.showall {
    float: right;
    height: 22px;
    padding: 4px 0 0 33px;
    background: url('/img/maps/showall.png') 0 0 no-repeat;
}

.showall A {
    color: #5f7c86;
}