body {
	color: #dddddd;
	background-color: black;
}

#splash {
	background: url("../images/sp-light.jpg") no-repeat center;
	background-size: cover;
	min-height: 682px;
}

#product {
	background-color: #000;
}

h1 { margin-top: 20px; }

.splash-space { height: 400px; }

.main {
	margin-top: 25px;
}

.ss {
	width: 240px;
}

.lnk, .logo { cursor: pointer; color: #21588a; }
.lnk:hover { text-decoration: underline; }

a {
	color: #dddddd;
}

a:visited {
	color: #dddddd;
}

a:hover {
	color: #ffffff;
}

p {
	margin-top: 5px;
	font-family: sans-serif;
}

#c-services p { font-size: 10pt; }

hr {
	border-color: #222;
}

.small {
	font-size: 8pt;
}

.wordblock {
	display: inline-block;
	padding: 10px;
	background-color: #222;
	margin-bottom: 3px;
}
