html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

body {
	background-color: #cccccc;
	background-image: url(../images/bg_grad.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial,sans-serif;
	font-size: 16px;
	color: #333333;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
    color: #000;
    padding: 16px 0 8px 0;
}
.header h1 {
    color: #ffffff;
}
h2 {
	font-size: 1.75em;
	font-weight: bold;
    color: #000000;
	margin: 0;
    padding: 0;
}
a:link, a:visited {
	color: #005FA9;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
	list-style: none;
}
.header {
    height: 112px;
    text-align: center;
}
.content {
    width: 95.5%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.content h2 {
    padding-left: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccd2d2;
}
	
.article {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.left {
    flex: none;
    width: 178px;
    padding: 0;
    background-color: #F5f7f7;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font: small Verdana,sans-serif;
}

.left .menu a {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}

.left .menu a:link, .left .menu a:visited {
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cccccc;
    background-image: url(../images/bg_nav.jpg);
    font-weight: bold;
    padding: 3px 0 3px 10px;
    color: #21536A;
}

.left .menu a:hover{
    border-top: 1px solid #cccccc;
    background-color: #DDEEFF;
    background-image: none;
    font-weight: bold;
    text-decoration: none;
}
.left h3 {
    padding: 10px 0 5px 10px;
    font-size: 1em;
    font-weight: bold;
}
.menu_info {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.menu_info a {
    display: inline-block;
    padding-left: 10px;
    font-size: .875em;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}
.menu_info a:hover {
    text-decoration: underline;
}
.custom_rights {
    font-size: .8em;
    padding-top: 28px;
    padding-left: 10px;
    min-height: 200px;
}
.custom_rights p {
    margin: 12px 0;
}

.right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: .8em;
    min-height: 200px;
}

.right img {
    margin: 0 10px 10px 0;
}
.right h3 {
    color: #000000;
    font-size: medium;
    font-weight: bold;
    padding: 30px 0 5px 0;
}
.right p {
    margin: 15px 0;
}
.right table {
    width: 100%;
    max-width: 750px;
    margin: 15px auto;
    border: 1px solid #000000;
}
.right table td {
    border: 1px solid #000000;
}
p.product_title {
    color: #005FA9;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 25px;
}
.gallery_item {
    display: inline-block;
    width: 150px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 5px;
}
.item_gallery {
    margin-top: 25px;
}

.footer {
    border-top: 1px solid #cccccc;
    font-size: small;
    color: #cccccc;
    padding: 10px;
    margin-top: 0;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 5px;
}
.footer .menu li {
    border-right: 1px solid #cccccc;
}
.footer .menu li a {
    margin: 0 5px;
    text-decoration: none;
}
.footer .menu li a:hover {
    text-decoration: underline;
}