body {
	margin: 0;
	font-family: 'Museo Sans' ,'Arial', sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
}

#page-wrapper {
    margin: 0 auto;
    width: 1200px;
}

a {
    text-decoration: none;
}
.light-blue, .light-blue a {
    color: #008ECC;
}
.light-blue a:hover {
    color: #003152;
}
.mid-blue, .mid-blue a {
    color: #006BA1;
}
.mid-blue a:hover {
    color: #003152;
}
.dark-blue, .dark-blue a {
    color: #003152;
}
.dark-blue a:hover {
    color: #008ECC;
}

.nav-clear {
    height: 57px;
}

h1 {
    text-align: center;
    font-size: 34px;
}

nav {
    position: fixed;
    top: 0;
    width: 1200px;
    padding-top: 34px;
    padding-bottom: 5px;
    background: #ffffff;
    z-index: 5;
}
nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 740px;
    overflow: hidden;
}
nav li {
    float: left;
    margin-left: 34px;
}
nav li:first-child {
    margin-left: 0;
}
nav a:hover {
    color: #003152;
}

#about-us {
    margin-top: 90px;
}
#about-us .container {
    background: url('../images/about-us-bg.png') left top no-repeat;
    height: 825px;
    position: relative;
    z-index: 1;
}
#about-us p, #environmental p {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}
#about-us .diamond-text {
    margin-top: 140px;
}
#about-us .diamond-text p, #environmental p {
    margin-bottom: 20px;
}
.about-options {
    width: 180px;
    margin: 38px auto 0 auto;
    background: url('../images/about-dot.png') center bottom no-repeat;
    height: 228px;
}
.about-options img {
    margin-bottom: 30px;
    display: block;
}

#logo {
    text-align: center;
}
#logo img {
    margin-top: -50px;
}

#environmental {
    background: url('../images/environmental.png') left top no-repeat;
    height: 700px;
    position: relative;
    overflow: hidden;
}
#environmental h1 {
    color: #ffffff;
    margin-top: 60px;
}
.env-dot {
    text-align: center;
}
#environmental h2 {
    text-align: center;
    font-size: 20px;
    color: #30642B;
    width: 370px;
    margin: 20px auto 0 auto;
}
#environmental h2 span {
    display: block;
    margin-top: 14px;
}

#complete-systems {
    background: url('../images/complete-systems.png') left top no-repeat;
    height: 963px;
    overflow: hidden;
}
#complete-systems .content {
    width: 500px;
    margin: 100px 0 0 100px;
}
#complete-systems .content h1 {
    text-align: left;
    margin-bottom: 42px;
}
#complete-systems .content p {
    margin-bottom: 12px;
    line-height: 20px;
}
#complete-systems .content p.mid-blue {
    font-size: 16px;
}
#complete-systems .logos {
    margin: 20px 0;
}

#complete-systems .content .btn {
    line-height: 40px;
    width: 180px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
#complete-systems .content .btn a {
    color: #ffffff;
    background: #008ECC;
    display: block;
    border-radius: 5px;
}
#complete-systems .content .btn a:hover {
    background: #006BA1;
}
#complete-systems .content #free-visit {
    margin-top: 235px;
    font-size: 20px;
    line-height: 30px;
}

#sectors {
    padding-top: 50px;
}
#sectors-intro {
    height: 460px;
    background: url('../images/sectors-intro.png') left top no-repeat;
}
#sectors-intro .content {
    width: 500px;
    margin: 0px auto;
    padding-top: 200px;
    text-align: center;
}
#sectors-intro .content .mid-blue {
    font-size: 16px;
    font-weight: 500;
}
#sectors-body {
    background: url('../images/sectors-bg.jpg') left top no-repeat;
    height: 2300px;
    overflow: hidden;
}
#sectors-content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 110px;
}
.sector-left {
    width: 164px;
    float: left;
    text-align: center;
    margin-right: 36px;
    padding-top: 36px;
}
.sector {
    overflow: hidden;
    margin-bottom: 70px;
}
.sector p {
    margin-top: 0;
}
.sector-right {
    float: left;
}
.sector-right h1 {
    text-align: left;
}
.sector-text-left, .sector-text-right {
    float: left;
    width: 360px;
}
.sector-text-left {
    margin-right: 40px;
}
.sector-intro {
    font-weight: 500;
    font-size: 16px;
}

#products {
    padding-top: 60px;
    background: url('../images/product-bg.png') left top no-repeat;
    height: 845px;
}
.product-intro, .order-intro, .contact-intro {
    font-size: 16px;
    width: 500px;
    margin: 35px auto 50px auto;
    text-align: center;
    clear: both;
}
.products {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}
.product {
    float: left;
    width: 300px;
    margin: 0 10px;
    text-align: center;
    color: #006BA1;
    font-size: 16px;
}
.product-logo {
    margin-bottom: 30px;
}
.center-button {
    margin: 0 auto;
    width: 180px;
}
#products .btn {
    line-height: 40px;
    width: 180px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 0;
}
#products .btn a {
    color: #ffffff;
    background: #003152;
    display: block;
    border-radius: 5px;
}
#products .btn a:hover {
    background: #006BA1;
}
#products p {
    text-align: center;
    margin-top: 30px;
}


#ordering {
    background: url('../images/ordering-bg.png') left top no-repeat;
    height: 480px;
    padding-top: 50px;
}
#ordering a {
    color: #ffffff;
}
#ordering a:hover {
    text-decoration: underline;
}
.order-panel {
    width: 850px;
    margin: 0 auto;
}
.order-panel div {
    float: left;
    text-align: center;
}
.order-email {
    margin: 0 170px 0 200px;
}

#contact-us {
    background: url('../images/contact-bg.png') left top no-repeat;
    height: 830px;
    padding-top: 50px;
}
#contact-content {
    width: 1000px;
    margin: 0 auto;
}
#contact-content h2 {
    font-size: 21px;
}
#contact-content p {
    font-size: 16px;
}
#contact-left {
    float: left;
}
#contact-right {
    float: right;
}

.form {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form .textbox {
    width: 490px;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 10px;
}
.form .textarea {
    height: 120px;
}
.textbox::-webkit-input-placeholder { color: #008ECC; }
.textbox:-moz-placeholder { color: #008ECC; }
.textbox::-moz-placeholder { color: #008ECC; }
.textbox:-ms-input-placeholder { color: #008ECC; }

.submit-btn {
    line-height: 40px;
    height: 41px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    background: #003152;
    display: inline-block;
    border-radius: 5px;
    float: right;
    border: none;
    font-weight: 300;
    padding: 0 20px;
}

#email-updates {
    padding: 60px 0;
}
#email-updates .form {
    width: 960px;
    margin: 0 auto;
}
#email-updates label {
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
}
#email-updates .textbox {
    background: #E2F4FD;
    margin-left: 55px;
    width: 530px;
}
#email-updates .textbox::-webkit-input-placeholder { color: #006BA1; }
#email-updates .textbox:-moz-placeholder { color: #006BA1; }
#email-updates .textbox::-moz-placeholder { color: #006BA1; }
#email-updates .textbox:-ms-input-placeholder { color: #006BA1; }
#email-updates .submit-btn {
    margin-top: 0;
}

#footer {
    background: #003152;
    overflow: hidden;
}
#footer p {
    line-height: 41px;
    font-size: 16px;
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}
#footer a {
    color: #ffffff;
    margin-right: 22px;
}
#footer a:hover {
    text-decoration: underline;
}
#footer span {
    float: right;
}



#control {
    width: 1200px;
    background: url('../images/control-bg.png') left top no-repeat;
    overflow: hidden;
    color: #000000;
}
#control-content {
    overflow: hidden;
    margin-bottom: 100px;
}
#control-left {
    margin-left: 110px;
    margin-top: 60px;
    margin-right: 60px;
    width: 320px;
    float: left;
}
#control-logo {
    margin-top: 0;
    margin-bottom: 30px;
}
#control-left h1 {
    text-align: left;
    font-size: 24px;
}
#control-intro {
    font-weight: 500;
    font-size: 16px;
}
#control-right {
    float: left;
    width: 600px;
    margin-top: 220px;
}
#product-image {
    margin-top: 40px;
}
#control #email-updates {
    background: #ffffff;
}
#control #email-updates .textbox {
    background: #fff04f;
}
#email-updates .textbox::-webkit-input-placeholder { color: #231F20; }
#email-updates .textbox:-moz-placeholder { color: #231F20; }
#email-updates .textbox::-moz-placeholder { color: #231F20; }
#email-updates .textbox:-ms-input-placeholder { color: #231F20; }

#control .submit-btn {
    background: #231F20;
    color: #fff04f;
}
#control #footer {
    background: #000000;
}
#control #footer p {
    line-height: 22px;
    color: #fff04f;
}
#control #footer span a {
    line-height: 42px;
    color: #fff04f;
}