html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
    padding: 0;
    border: 0;
	font-family: 'Helvetica Neue', sans-serif;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    -webkit-appearance: none;
}

/* For navigation menu */

.nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav a {
    float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
    color: black;
    background-color: #ffcc20;
    padding: 0.2em 1.2em;
    border-right: 1px solid white;
}

.nav a:hover {
    text-decoration: none;
	background-color: black;
	color: #ffcc20;
}

.nav li {
    display: inline;
	height: 27px;
}

/* Vertical CSS menu */

.menu_simple ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 9px 8px;
    background-color: #231f20;
	width: 94%;
    display: block;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: black;
    background-color: #ffcc20;
}

/* For product list grids */


ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}

ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.rig a {
	text-decoration: none;	
}

ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
	text-align: justify;
}

/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}

/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}

/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}


ul.norm {
	list-style: circle;	
}

ul.norm li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

strong, b {
    font-weight: bold;
}

.newline {
    display: block;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font: 14px/1.4 Helvetica, arial, freesans, clean, sans-serif;
}

.header-box {
    background-color: #231f20;
    padding: 5px 0px;
    border-bottom: #a38111 solid 2px;
    box-shadow: 1px 1px 2px #929292;
}

.logo {
    max-width: 303px;
    max-height: 53px;
}

.logo img {
    max-width: 303px;
    max-height: 53px;
    width: 100%;
    margin-top: 1px;
}

#wrapper {
    width: 100%;
    height: 100%;
    background-color: #231f20;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.middle-row {
	background-color: #FFF;
    margin-left: 0px;
    margin-right: 0px;
}

.yellow-baar {
    background-color: #ffcc20;
    height: 39px;
}

.yellow-footer-baar {
    background-color: #ffcc20;
    border-bottom: #a38111 solid 2px;
    height: 17px;
}

.bg-index {
    background: url(../images/bg-theme-index.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 55px;
	margin-top: 40px;
}

.bg-products {
    background: url(../images/bg-theme-products.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 55px;
	margin-top: 40px;
}

.bg-aboutus {
    background: url(../images/bg-theme.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 55px;
	margin-top: 40px;
}

.bg-hseq {
    background: url(../images/bg-hseq.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 55px;
	margin-top: 40px;
}

.bg-not4profit {
    background: url(../images/bg-not4profit.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 55px;
	margin-top: 40px;
}

.bg-contactus {
    background: url(../images/bg-contactus.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 55px;
	margin-top: 40px;
}

.header-cont-box {
    float: left;
}

.header-cont {
    float: left;
    color: #ffcc1f;
    text-align: left;
    word-wrap: normal;
}

.cont-head-inner {
    font-weight: bold;
    line-height: 40px;
}

.cont-inner {
    display: block;
}

.footer-box {
    background-color: #231f20;
    padding: 20px 0px;
	height: 100%;
}

.footer-cont {
	min-height: 60px;
    color: #ffcc1f;
}

.middle-content-box {
    padding-top: 50px;
}

.middle-content-nav {
	position: relative;
}

.middle-content {
    color: #000000;
	min-height: 517px;
	margin-right: 18%;
}

.submenu {
	overflow: hidden;
	float: left;
	width: 18%;
}

.middle-content-right {
	overflow: hidden;
	float: right;
	width:62%;
	min-height: 517px;
	margin-right: 18%;
}

.middle-content h3 {
    color: #000000;
    font-weight: bold;
}

.middle-content p {
    color: #000000;
    font-weight: normal;
    margin-top: 18px;
    line-height: 22px;
}

.middle-content-right p {
    color: #000000;
    font-weight: normal;
    margin-top: 18px;
    line-height: 22px;
}

.submenu p {
    color: #000000;
    font-weight: normal;
    margin-top: 18px;
    line-height: 22px;
}


.form-control {
    border: 1px solid #c1c1c1;
}

/* Galaxy Nexus (portrait) ----------- */
@media only screen and (max-width: 360px) and (orientation: portrait) {
    .panel-footer {
        padding: 10px 20px;
    }

    .modal-body {
        position: relative;
        padding: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo img {
        margin-top: 1px;
        margin-left: -26px;
    }

    .header-cont {
        margin-left: -26px;
    }

    .middle-content-box {
        padding-top: 25px;
    }

    .middle-content p {
        color: #ffffff;
        margin-top: 10px;
    }

    .form-control {
        border: 1px solid #c1c1c1;
    }
}

/* Galaxy Nexus (landscape) ----------- */
@media only screen and (min-width: 361px) and (max-width: 640px) and (orientation: landscape) {
    .panel-footer {
        padding: 10px 20px;
    }

    .modal-body {
        position: relative;
        padding: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo img {
        margin-top: 1px;
        margin-left: -26px;
    }

    .header-cont {
        margin-left: -26px;
    }

    .form-control {
        border: 1px solid #c1c1c1;
    }
}

@media (max-width: 640px) {

	.yellow-baar {
    	background-color: #ffcc20;
   	 	height: 78px;
}

}

@media (min-width: 767px) {

    .form-control {
        border: 1px solid #c1c1c1;
    }

    .modal-body {
        margin-top: 17px;
    }
	
	.middle-content-nav {
        position: relative;
    }

}



@media (min-width: 768px) {

    .form-control {
        border: 1px solid #ffffff;
    }

    .modal-body {
        position: relative;
        padding: 20px;
        margin-left: -20px;
        margin-right: -5px;
    }

    .logo img {
        margin-top: 0px;
        margin-left: -26px;
    }

    .header-cont {
        margin-left: -26px;
    }

    .bg-theme {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .middle-content-box {
        padding-top: 0px;
    }

    .middle-content p {
        margin-top: 0px;
    }

    .form-box {
        margin-top: -16px;
    }
}

@media (min-width: 992px) {
    .form-control {
        border: 1px solid #ffffff;
    }

    .modal-body {
        position: relative;
        padding: 20px;
        margin-left: -20px;
        margin-right: -5px;
    }
	
    .header-cont {
    	float: left;
    	color: #ffcc1f;
    	text-align: left;
    	white-space: nowrap;
	}

    .logo img {
        margin-top: 78px;
        margin-left: -26px;
    }

    .bg-theme {
        margin-top: 50px;
        padding-bottom: 55px;
    }
}

@media (min-width: 1200px) {
    .form-control {
        border: 1px solid #ffffff;
    }
    .form-box {
        margin-top: 30px;
    }

    .modal-body {
        position: relative;
        padding: 20px;
        margin-left: -20px;
        margin-right: -5px;
    }

    .logo img {
        margin-top: 78px;
        margin-left: -26px;
    }

    .bg-theme {
        padding-bottom: 55px;
        margin-top: 30px;
    }

    .form-box {
        margin-top: 30px;
    }

    .middle-content p {
        margin-top: 18px;
        line-height: 22px;
    }
}

#footer{
    background-color: #231f20;
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}