* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

img {
	border: none;
}

p {
	text-align: justify;
}

a {
	color: blue;
}

a:hover {
	color: red;
}

#main {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
}

#head-home {
	width: 694px;
	height: 162px;
	background-image: url(head_home.jpg);
}

#head-salt {
	width: 694px;
	height: 162px;
	background-image: url(head_salt.jpg);
}

#head-fresh {
	width: 694px;
	height: 162px;
	background-image: url(head_fresh.jpg);
}

#head-pond {
	width: 694px;
	height: 162px;
	background-image: url(head_pond.jpg);
}

#head-contact {
	width: 694px;
	height: 162px;
	background-image: url(head_contact.jpg);
}

#head-faq {
	width: 694px;
	height: 162px;
	background-image: url(head_faq.jpg);
}

#head-foot {
	width: 694px;
}

#head-foot ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	list-style: none;
}

#head-foot ul li {
	float: left;
}

#content {
	padding-left: 34px;
}

#content p {
	display: block;
	margin-left: 0 auto;
	width: 620px;
}

.fimg {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	text-align: center;
}

.footer-links {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

.footer-links li {
	float: left;
	padding-left: 5px;
	padding-right: 12px;
}

.footer-links li.r {
	border-right: 1px solid #000;
	margin-right: 8px;
}

.footer-links a {
	font-size: 12px;
}

.foot {
	font-size: 9.5px;
}

.contact-table {
	box-shadow: 3px 5px 24px #aaa;
}

.contact-table td {
	background-color: #e1e1e1;
	border: 1px solid #d6d6d6;
	padding: 3px;
}

.contact-table input[type=submit] {
	padding: 5px;
	width: 40%;
	font-weight: bold;
}

.contact-table input[type=text], select, textarea {
	color: #0080C0;
	border: 1px solid #666;
	outline: none;
	padding: 2px;
}

#other {
	clear: both;
	display: none;
}

.cboxes {
	margin: 0;
	padding: 0;
	list-style: none;
}