@import url('mobile');


#hdr-logo {
	background: url(/m/img/site-logo-b.png) no-repeat center center;
	background-size: 300px auto;
}

nav {
	background-color: #6390d3;
}

nav ul {
	background-size:380px auto;
	background: #6390d3 url(/m/img/nav-productsandservices.jpg) no-repeat center top;
}

nav ul li {
	color: #fff;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #95bcf5;
}

nav ul li:first-child {
	border-right: 1px solid #95bcf5;
}

nav ul li:nth-child(2) {
	background-image: url(/m/img/nav-active.png);
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: .8em;
}

.content-body {
	background-size: 410px auto;
	background: url(/m/img/wash-productsandservices.jpg) no-repeat center top;
}

.content-body a, footer a {
	color: #6390d3;
}

footer {
	margin-top: 10px;
	font-size: 13px;
}
hr { border-top: 1px solid #6390d3; }
footer { border-top: 1px solid #6390d3; }
.facebook, .linkedin { background-color: #6390d3; }

.content-body > em, .content-body > p > em { color:#396ab1;}
.content-body > h1, .content-body > p > h1 { color:#396ab1; font-size: 18px; font-style: italic; font-weight: normal;}

@media screen and (min-width: 321px)
{
	nav ul { height: auto; width: 100%;}
	nav ul li, nav ul li:first-child { width: 47%;border-bottom: none; height: 20px;border-right: 0px solid #95bcf5;}
}