.blankSpace10 {
    height: 10px;
    font-size: 5px;
}

.MainSideShadowL {
    background-image: url(../img/Shadow_L.gif);
    background-repeat: repeat-y;
    width: 30px;
}

.MainSideShadowR {
    background-image: url(../img/Shadow_R.gif);
    background-repeat: repeat-y;
    width: 30px;
}

.BlankHeight20px {
    height: 20px;
}

.mainStage {
    width: 1000px;
    background-color: #FFFFFF;
}

.HeaderBG {
    background-image: url(../img/Header_BG.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 1000px;
    height: 280px;
}

.HeaderShadow {
    background-image: url(../img/Header_Shadow.gif);
    background-position: top;
    background-repeat: no-repeat;
}

.Menucell {
    position: relative;
    top: 25px;
    width: 150px;
    text-align: center;
}

.Menucell a{
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 80px;
    margin: auto;
    border: 1px solid #B9484C;
    background: #B9484C;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.75);
}
.authenareaBG {
    background-image: url(../img/Authentication_BG.jpg);
    background-repeat: no-repeat;
    width: 180px;
    height: 325px;
}

.FieldTitle {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    padding-top: 10px;
    padding-left: 11px;
    padding-bottom: 5px;
}

.fieldInput {
    height: 20px;
    width: 140px;
    border: 1px solid #bbbbbb;
    padding: 0;
}

.fieldInputContact {
    height: 25px;
    width: 250px;
    border: 1px solid #bbbbbb;
    padding: 5px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

.fieldcountry {
    height: 30px;
    width: 250px;
    border: 1px solid #bbbbbb;
    padding: 5px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

.fieldInputMsg {
    height: 120px;
    width: 300px;
    border: 1px solid #bbbbbb;
    padding: 5px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

.subminbtn {
    height: 27px;
    text-align: left;
}
.subminbtn input{
    width: 100%;
    height: 27px;
    background: #a63c40;
    border: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}
span.wpcf7-not-valid-tip{
    display: none!important;
}
.wpcf7-not-valid{
    border-color: red;
}
.wpcf7-submit {
    width: 100%;
    height: 27px;
    background: #a63c40;
    border: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}
div.wpcf7-response-output{
    display: none!important;
}
.footerArea {
    background-color: #777777;
    height: 150px;
    vertical-align: middle;
}

.footerTextWhite01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

/*.footerTextWhite02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	padding-right: 20px;
	padding-bottom: 20px;
}*/
.footerTextWhite02 a:link, .footerTextWhite02 a:visited, .footerTextWhite02 a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    padding-right: 20px;
}

.footerTextWhite02 a:hover {
    text-decoration: underline;
}

.productHeader {
    height: 32px;
    vertical-align: middle;
    background-image: url(../img/Product_Header.png);
    background-repeat: no-repeat;
}

.greyHeader {
    color: #777777;
    text-decoration: none;
    border-bottom: 1px solid #bbbbbb;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-align: left;
}

.chemName {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #bbbbbb;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-align: left;
}

.TextInfoBlack01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.page-title{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 9px 150px 9px 15px;
    background: -moz-linear-gradient(left,  rgba(185,72,76,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(185,72,76,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,  rgba(185,72,76,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9484c', endColorstr='#007db9e8',GradientType=1 );
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.sidebar-title{
    padding: 9px 15px 9px 15px;
    background: #B9484C;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.TextInfoBlack02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.ProductWhite {
	padding-bottom: 5px;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
.post-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.presentationWhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-bottom: 10px;
}

.closebtn {
    width: 40px;
    height: 40px;
}

.InfoHeaderBlue {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #0083ca;
    text-decoration: none;
    text-align: left;
}

.watermark01 {
    background-image: url(../img/watermark_01.png);
    background-repeat: no-repeat;
    background-position: 77% bottom;
    background-size: 250px;
}
.header-logo{
    text-align: center;
}
.header-logo img{
    position: relative;
    top: 40px;
    width: 250px;
    margin: auto;
}
.page-content p,
.page-content li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: left;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6{
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #0083ca;
    text-decoration: none;
    text-align: left;
}
.catmenu {
    width: 180px; /*width of menu*/
}

.catmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: thin;
}

.catmenu ul li a {
    background-color: #ffffff;
    color: #8d8d8d;
    display: block;
    margin-left: 20px;
    width: 150px;
    padding: 8px 0 8px 10px;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
}

* html .catmenu ul li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
    width: 150px;
}

.catmenu ul li a:visited, .catmenu ul li a:active {
    color: #8d8d8d;
}

.catmenu ul li a:hover, .catmenu ul li a.current {
    color: #00679f;
    font-weight: bold;
}

/* Holly Hack for IE \*/
* html .catmenu ul li {
    height: 1%;
}

* html .catmenu ul li a {
    height: 1%;
}

/* End */

.ecat a:link, .ecat a:active, .ecat a:visited {
    color: #8d8d8d;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
}

.ecat a:hover {
    color: #00679f;
    font-weight: bold;
}

.wpcf7-mail-sent-ok {
    display: none !important;
}

.wpcf7-validation-errors {
    display: none !important;
}
