/* http://colorschemedesigner.com/#3w11TtwPsw0w0 */

body {
	color: #333;
	background: white;
	border-top: 5px solid #0a5990;
}

a {
	color: #0063DC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.light {
	color: white;
}

p {
	margin: 1em auto;
}

b {
	font-weight: bold;
}

i,
.italic {
	font-style: italic;
}

.small {
	font-size: 0.9em;
	line-height: 1.1em;
}

.caption {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #666;
	font-size: 1em;
	line-height: 1.2em;
}

.bulleted {
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 40px;
}

/* Header */

header {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}

#logo {
	width: 180px;
	float: left;
}

#logo a {
	display: block;
	margin-top: 16px;
	font-family: OpenSansBold, Lucida Sans, Arial, sans-serif;
	font-size: 48px;
	text-decoration: none;
	color: #0a5990;
}

#logo span {
	display: block;
	margin-top: -1px;
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

.nav-0 {
	display: block;
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	list-style-type: none;
}

.nav-0 > li {
	position: relative;
	display: block;
	float: left;
}

.nav-1 {
	display: none;
	position: absolute;
	top: 58px;
	width: 160px;
}

.nav-1:hover {
	display: block;
}

.nav-1 li:first-child {
	margin-top: 8px;
}

.nav-0 li:hover .nav-1 {
	display: block;
}

nav a {
	display: block;
	margin-right: 10px;
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #333;
}

.nav-0 a {
	padding: 36px 8px 3px;
}

.nav-1 a {
	display: inline-block;
	padding: 10px 8px;
	border-left: 1px solid transparent;
	font-size: 16px;
}

.nav-mouseover,
.nav-0 > li > a:hover,
#home #nav-home,
#temp-coat #nav-products,
#silent-running #nav-products,
#other-products #nav-products,
#opportunity #nav-opportunity,
#about #nav-about,
#contact #nav-contact,
#news #nav-news {
	color: #0063DC !important;
	background-color: #F6F5EA;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.nav-1 > li > a:hover {
	color: #0063DC !important;
	text-decoration: none;
}

.ie7 nav {
	float: left;
}

/* Content */

#container {
	padding: 10px;
}

#page {
	width: 90%;
	max-width: 940px;
	min-height: 320px;
	margin: 20px auto;
}

.feature {
	background: #F6F5EA url(../img/ball.jpg);
	-webkit-box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 300px;
	position: relative;
}

.ie7 .feature {
	margin-top: 20px;
}

.feature_content {
	position: absolute;
	left: 50px;
	top: 50px;
	bottom: 50px;
	width: 60%;
	color: white;
	z-index: 2;
}

.feature_content h2 {
	margin-bottom: 10px;
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 36px;
	line-height: 1.1em;
}

.feature_content p {
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}

.translucent {
	position: absolute;
	left: 40px;
	top: 40px;
	bottom: 40px;
	width: 70%;
	background: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity = 35);
	opacity: 0.35;
}

.feature_products {
	margin-bottom: 40px;
}

.feature_product {
	display: block;
	width: 44.68085106382979%;
	min-height: 130px;
	float: left;
	background: #d9ecf9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding: 20px;
	color: #333;
	cursor: pointer;
}

.feature_product:hover {
	text-decoration: none;
	background: #7DC0EF;
	color: #222;
}

.feature_product:first-child {
	margin-right: 20px;
}

.feature_product h3 {
	font-family: OpenSansBold;
	font-size: 32px;
	margin: 10px 0 30px;
}

.feature_product img {
	display: block;
	max-width: 100%;
	width: 390px;
	margin: 10px auto 20px;
}

.feature_product span {
	font-weight: bold;
	color: #0A5990;
}

/* Product page */

.one-col {
	width: 31.91489361702128%;
}

.two-col {
	width: 65.95744680851064%;
}

#page.product {
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#page.product h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0A5990;
}

#page.tests h1 {
	margin-bottom: 40px;
}

.ie7 #page.product h1 {
	margin-top: 30px;
}

#page.product h2 {
	font-size: 17px;
	margin: 10px auto;
	font-weight: bold;
	color: #0A5990;
}

#page.product h3 {
	font-size: 15px;
	font-weight: bold;
	color: #0A5990;
}

table.gallery {
	margin: 20px auto;
}

table.gallery td {
	vertical-align: middle;
	font-size: 12px;
	color: #052149;
}

table.gallery img {
	margin: 5px;
	border: 0;
}

table.gallery a {
	display: block;
	text-decoration: none;
}

.video {
	width: 480px;
	margin: 40px auto;
}

.one-col .doclist {
	width: 250px;
	margin: 50px auto 0;
}

.two-col .doclist {
	width: 400px;
	margin: 50px auto;
}

.doclist li {
	margin-bottom: 10px;
}

.doclist img {
	margin-right: 10px;
}

.doclist_2 li {
	margin-bottom: 5px;
}

.product_img {
	display: block;
	margin: 20px auto;
}

.boxed {
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 3px 5px;
	border: 1px solid #0063DC;
}

.boxed:hover {
	background: #0063DC;
	color: white;
	text-decoration: none;
}

.arrow {
	display: inline-block;
	width: 15px;
	height: 12px;
	margin-top: 1px;
}

.ie7 .arrow {
	display: block;
}

.arrow.r {
	background: url('../img/sprite.png') no-repeat -4px -1px;
}

.ie7 .arrow.r {
	float: right;
	margin-top: -16px;
	margin-right: 7px;
}

.ie9 .arrow.r {
	margin-left: 5px;
}

.arrow.l {
	background: url('../img/sprite.png') no-repeat -4px -15px;
}

.ie7 .arrow.l {
	float: left;
	margin: 4px 5px 0 5px;
}

.boxed:hover .arrow.r {
	background-position: -4px -30px;
}

.boxed:hover .arrow.l {
	background-position: -4px -45px;
}

#side_nav {
	position: fixed;
	top: 190px;
	width: 190px;
	padding-top: 40px;
	margin-left: 50px;
	margin-right: auto;
}

#side_nav a {
	display: block;
	margin: 5px 0;
}

/* FAQ page */

.quest {
	margin-top: 40px;
}

.quest td {
	padding: 5px 0;
}

.answ {
	margin-bottom: 40px;
}

.answ .dot {
	visibility: hidden;
}

.answ p {
	margin-bottom: 0;
}

.answ td p:first-child {
	margin-top: 0;
}

.answ strong {
	font-weight: bold;
}

.accent {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #666;
}

/* Contact us */

#contact #page {
	min-height: 400px;
}

#contact b {
	font-weight: bold;
	color: #0A5990;
}

.contact_details {
	width: 350px;
	margin: 50px auto 10px;
	padding: 30px;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 2em;
	font-size: 1.4em;
}

/* Footer */

footer {
	min-height: 200px;
	padding: 10px;
	background-color: #0A5990;
	border-top: 1px solid #ccc;
	font-family: OpenSansRegular, Lucida Sans, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: white;
}

#footer-inner {
	width: 90%;
	max-width: 940px;
	margin: 40px auto 0;
}

footer .col {
	float: left;
	width: 32.6241134751773%;
}