body {
	background: url("../images/background.jpg") no-repeat fixed 50% 50% transparent
}

body * {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 25px 0 15px 0;
}

body h1 {
	font-size: 32px;
	line-height: 32px;
	color: #d1d1d1;
}

body h2 {
	
}

body h3 {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
}

body p {
	font-size: 14px;
	color: #FFF;
}

body header ul,
body ol {
	padding: 0;
	list-style: none;
}

body ul li,
body ol li {
	color: #FFF
}

body .main-area {
	max-width: 1000px;
	margin: 0 auto;
}

body .main-area header {
	background: #1a1a1a;
	padding-top: 20px;
}

body .main-area header a#logo {
	color: #d1d1d1;
	border-bottom: 1px solid #313131;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px
}

body .main-area header a#logo:hover {
	text-decoration: none;
}

body .main-area header a#logo h1 {
	font-size: 17px;
	line-height: normal;
}

body .main-area header a#logo h1 strong {
	font-size: 24px;
	font-weight: normal;
}

body .main-area header nav {
	border-bottom: 1px solid #313131;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px
}

body .main-area header nav ul {
	padding: 0;
	list-style: none;
}

body .main-area header nav ul li {
	margin-bottom: 10px;
	font-size: 18px;
}

body .main-area header nav ul li a {
	color: #d1d1d1;
}

body .main-area .content-area {
	background: #7b7b77;
	padding-top: 20px;
}

body .main-area .content-area h2.productTitle {
	font-size: 32px;
    line-height: 32px;
    color: #d1d1d1;
}

body .main-area .content-area p a,
body .content-area p.enquire a {
	color: #FFF;
	text-decoration: underline;
}

body .main-area .content-area .home-panel {
	position: relative;
}

body .main-area .content-area .home-panel .homeImage {
	
}

body .main-area .content-area .home-panel h1 {
	font-size: 20px;
	text-align: center;
	position: absolute;
	bottom: -15px;
	background: rgba(255, 255, 255, 0.7);
	padding: 0 1%;
	width: calc(100% - 30px);
	color: #000;
}

body .main-area .content-area .download-default h2 {
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #96A6B2;
	background: #ffffff url(../images/category_bg.png) 0 100% repeat-x;
	margin: 0px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

body .main-area .content-area .download-default h2 a {
	color: #d1d1d1;
}

body .main-area .content-area .download-default .teaser-item .element-download-type-pdf {
	width: 100%;
	height: 100px;
	background: url(../images/download_type_pdf.png) no-repeat scroll 50% 50% transparent;
	display: block;
}

body .main-area .content-area .download-default .teaser-item h2 {
	background: none;
    border: none;
    color: #f1f1f1;
    text-align: center;
}

body .main-area .content-area .download-default .teaser-item .pos-button {
	text-align: center;
	margin-bottom: 50px;
}

body .main-area .content-area .download-default .teaser-item .pos-button a {
	text-align: center;
    background: #f1f1f1;
    padding: 3px 15px;
    border-radius: 15px;
    color: #313131;
    text-decoration: none;
}

footer {
	border-top: 1px solid #313131;
	margin: 30px 20px 10px!important;
	padding-top: 30px;
	text-align: center;
}

body .covid19 {
    background: rgb(228, 37, 37);
    margin-top: -20px;
    margin-bottom: 20px;
}

body .covid19 p {
    margin-top: 5px;
    margin-bottom: 5px;
}