body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
	color: #414042;
}

img {
	border-width: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0075b0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #58a618;
	margin-top: -10px;
}

a {
	color: #333346;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #58a618;
	font-weight: bold;
}

#container {
	width: 850px;
	margin: 0 auto;
	background-color: transparent;
} 

#header {
    text-align: left;
	padding: 30px 10px;
}

#nav {
	float: right;
	position: relative;
	top: 130px;
	font-size: 100%;
}

#nav a {
	padding: 0 10px;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
	color: #58a618;
}

#banner img {
	width: 100%;
	min-width: 768px;
	margin-bottom: 1em;
}

#footer {
	display: block;
	position: relative;
	padding: 15px 10px;
	margin-top: 50px;
	color: white;
	background-color: #0075b0
}

#footer p {
	font-size: 0.9em;
	line-height:50%;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #58a618;
}

#copyright {
	display: block;
	position: relative;
	padding: 5px 10px;
	color: white;
	background-color: #58a618;
}

#copyright p {
	font-size: 12px;
}

#homepage {
	display: block;
	position: relative;
	color: #414042;
}

#homepage li {
	margin-left: 50px;
	margin-bottom: 10px;
}

#products img {
	max-height: 200px;
	padding: 25px;
}

#products h1 {
	margin-top: 1em;
}

#products a {
	color: #0075b0;
}

#products li {
	margin-left: 50px;
}

#ingredients img {
	padding: 25px;
}

#ingredients td {
	text-align: middle;
	padding: 15px 0;
}

#ingredients li {
	margin-left: 25px;
	margin-bottom: 0.25em;
}

#ingredients h1 {
	margin-top: 50px;
}

#ingredients h2 {
	margin: 0;
	margin-bottom: 0.50em;
}

#about h1 {
	margin-top: 50px;
}

#about a {
	color: #58a618;
}

#about a:hover {
	color: #58a618;
}

#certification h1 {
	margin-top: 50px;
}

#certification a {
	color: #58a618;
}

#certification a:hover {
	color: #58a618;
}

#buy h1 {
	margin-top: 50px;
}

#contact h1 {
	margin-top: 50px;
}

#contact a {
	color: #58a618;
}

#contact a:hover {
	color: #58a618;
	font-weight: bold;
}

#job_posting h1 {
	margin: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.5em;
	text-align: middle;
}

#job_posting h2 {
	margin: 0;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

#job_posting li {
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-right: 1em;
}

#contact_form  { padding: 40px 0px 20px 0px; width: 500px; }
#contact_form fieldset { padding:20px; border:1px solid #414042; -moz-border-radius: 10px; -webkit-border-radius:10px; }
#contact_form span.required { font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */
#contact_form label { clear: both; display: inline-block; float: left; height: 26px; line-height: 26px; width: 100px; }
#contact_form input, textarea, select { padding: 5px; width: 500px; background: #f5f5f5; color: #666; border: 1px solid #414042; margin: 5px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; font-family: Verdana, Arial, sans-serif; }
#contact_form select { width: 500px; }
#contact_form input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact_form textarea { height: 200px; width: 500px; font-size: 12px; }
#contact_form input.submit { cursor: pointer; width: 150px; margin-top: 20px; border: 1px solid #222; background:#888; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; font-weight: bold; }
#contact_form input.submit:hover { background: #0075B0; color: ; font-weight: bold; }
#contact_form p { margin: 0; padding: 0; }
#contact_form p.error_message { padding: 10px 0 20px 0; font-size: 13px; color: red; text-align: center; }
#contact_form div.success_message { margin: 30px 0px; padding: 50px 0px; border:1px solid #ccc; -moz-border-radius: 10px; -webkit-border-radius:10px; }
#contact_form div.success_message h2 { border: 0; margin-right: 0; font-size: 24px; text-decoration: none; text-align: center; }
#contact_form div.success_message p { text-align: center; }