@charset "utf-8";
/* CSS Document */

body {
	background: #dadada;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a img {
	border: 0px;
}

div#site {
	margin: 0px auto;
	min-width: 700px;
}

div#header {
	background: url(images/banner.png) #c0c0c0 no-repeat;
	height: 200px;
}

div#nav {
	background: url(images/nav-bg.png) repeat-x;
	height: 50px;
}

div#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#nav li {
	display: inline;
	margin: 0px;
}

div#nav li a {
	display: inline-block;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 50px;
	outline: none;
	padding: 0px 20px;
	text-decoration: none;
}

div#nav li a:hover {
	background: url(images/navhov-bg.png) repeat-x;
}

div#content-wrapper {
	background: url(images/ds-bg.png) repeat-x #f6f6f6;
	min-height: 400px;
}

div#content {
	margin: 0px auto;
	padding: 30px 0px;
	width: 700px;
	text-align: left;
}

div#content h1 {
	color: #015641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
}

div#content p {
	color: #5C5959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 35px;
	padding-top: 10px;
	word-spacing: 2px;
}

a.products {
	color: #5C5959;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 10px 0px 5px 37px;
	text-decoration: none;
}

a.products:hover {
	color: #015641;
	text-decoration: underline;
}

a.products img {
	height: 16px;
	margin-right: 7px;
	margin-bottom: 3px;
	width: 16px;
	vertical-align: middle;
}

div.products {
	color: #5C5959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-bottom: 15px;
	padding-left: 45px;
	word-spacing: 2px;
}

a.hid-prod {
	color: #015641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
}

a.hid-prod:hover {
	text-decoration: underline;
}

div#contact-info {
	float: left;
	width: 50%;
}

div#contact-form {
	float: right;
	width: 50%;
}

div#footer {
	background: url(images/footer-bg.png) #dadada top repeat-x;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	min-height: 60px;
	padding-top: 15px;
}

div#footer a {
	color: #808080;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer p {
	margin: 2px 0px;
}

/* Contact Page Mail Form */

form#contact {
	margin: 20px;
	margin-left: 50px;
}

form#contact fieldset {
	border: 0px;
}

form#contact label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #015641;
}

form#contact input.style, textarea {
	background-color: #f3f3f3;
	border: #c0c0c0 solid 1px;
	color: #5C5959;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 5px 0px 10px 10px;
	padding: 4px;
}

form#contact textarea {
	height: 100px;
	width: 250px;
}

form#contact input.style:hover, form#contact textarea:hover {
	border-color: #a0a0a0;
}

form#contact input.style:focus, form#contact textarea:focus {
	border-color: #808080;
}

form#contact input#submitButton {
	color: #5C5959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 38px;
	margin-top: 10px;
	outline: none;
	padding: 5px;
	width: 120px;
}

p#form_error {
	background: #f7cbca url(images/error.png) left no-repeat;
	background-position: 5px;
	border: #cc0000 1px solid;
	color: #cc0000;
	cursor: pointer;
	display: inline-block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	padding-left: 30px;
	word-spacing: 0px;
}

p#form_success {
	background: #c9ffca url(images/success.png) left no-repeat;
	background-position: 5px;
	border:solid 1px #349534; 
	color: #008000;
	display: inline-block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	padding-left: 30px;
	word-spacing: 0px;
}