/*	Copyright 2009 / 101 Design	Author: Joshua Russell	Email: josh@101design.com.au*/* {
	padding: 0;
	margin: 0;
}/* html */
body {
	background: #65A008 url('../images/background.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table {
	border-collapse: collapse;
	border: 1px solid #116e0a;
	margin-bottom: 2em;
}
th {
	text-align: left;
	background: #116e0a;
	color: #FFF;
	padding: 5px 10px;
	border-right: 1px solid #47aa40;
}
td {
	background: #eeffed;
	padding: 2px 10px;
	border: 1px solid #47aa40;
}
hr {
	border: none;
	border-bottom: 2px solid #66A009;
	margin: 2em 0;
}
h3 {
	color: #036103;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 2px solid #66A009;
	margin-bottom: 0.5em;
}
h4 {
	color: #036103;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0.5em;
}
fieldset {
	border: none;
}
label {
	float: left;
	width: 210px;
	font-size: 13px;
	font-weight: bold;
}
input[type="text"] {
	background: #FFF;
	border: 1px solid #999;
	width: 230px;
	height: 25px;
}
textarea {
	background: #FFF;
	border: 1px solid #999;
	height: 125px;
}
input.submit {
	margin-left: 210px;
}
form p span {
	font-size: 11px;
	font-style: italic;
	padding: 0 0 0 5px;
	display: inline-block;
}
a img {
	border: none;
}/* mark up */
#outer-container {
	background: url('../images/container.png') repeat-y;
	width: 1024px;
	margin: 0 auto;
}
#wrapper {
	width: 986px;
	margin-left: 19px;
}/* header */
#header {
	background: url('../images/header-background.png') repeat-x;
	width: 986px;
	height: 431px;
	position: relative;
}/* big frog */
#big-frog {
	position: absolute;
	background: url('../images/big-frog.png') no-repeat;
	width: 349px;
	height: 367px;
	top: 45px;
	left: -248px;
}
/* menu */
#menu {
	width: 962px;
	height: 38px;
	margin: 0 auto;
	padding: 7px 0 11px 0;
}
#menu li {
	display: inline;
	list-style: none;
}
#menu li a {
	background: url('../images/menu-divider.png') top right no-repeat;
	float: left;
	display: block;
	padding: 10px 32px 15px 32px;
	color: #FFF;
	font-family: "Arial Narrow", Arial;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
#menu li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 50px;
	left: 250px;
	z-index: 999;
	width: 125px;
}
#menu li:hover ul {
	display: block;
}
#menu li ul li {
	line-height: 20px;
	padding-top: 2px;
	display: block;
	text-align: left;
}
#menu li ul li:hover {
	border: none !important;
}
#menu li ul li a {
	background: #C3ED2F;
	color: #66A009;
	width: 100%;
	display: block;
	height: 29px;
	line-height: 29px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border-bottom: 2px solid #66A009;
	padding: 0 18px 0 18px;
	border-right: none !important;
}
#menu ul li ul li a:hover, #menu ul li ul li:last-child a:hover {
	color: #FFF;
	background-color: #030;
}
#menu ul li ul li:last-child a {
	background: #C3ED2F;
	border: none;
}
#menu ul li:last-child a {
	background: none;
}/* title */
#title {
	background: url('../images/header.png') no-repeat;
	width: 953px;
	height: 363px;
	margin: 0 auto;
	text-indent: -9999px;
}/* contianer */
#container {
	padding: 30px 30px 40px 72px;
}
#content {
	float: left;
	width: 571px;
	padding-right: 32px;
	margin-right: 37px;
	border-right: 2px solid #66A009;
}
#content h2 {
	color: #669900;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1em;
}
#content p {
	color: #333;
	margin-bottom: 1em;
	line-height: 160%;
	font-size: 14px;
}
#content .content-image {
	padding: 8px;
	background: #FFF;
	border: 1px solid #66A009;
	float: right;
	margin: 5px -10px 10px 10px;
}
#content a {
	color: #333;
	text-decoration: underline;
}
#content ul, #content ol {
	margin-bottom: 1em;
}
#content li {
	line-height: 160%;
}
#content ul {
	margin-left: 14px;
}
#content ol {
	margin-left: 18px;
}/* side */
#side {
	width: 242px;
	height: 468px;
	float: right;
	position: relative;
}/* small frog */
#small-frog {
	position: absolute;
	background: url('../images/small-frog.png') no-repeat;
	width: 183px;
	height: 192px;
	top: 215px;
	left: 187px;
}
#side-content {
	background: url('../images/side.jpg') no-repeat;
	width: 242px;
	height: 468px;
	padding-top: 20px;
}
#side-content p, #side-content address, #side-content a {
	color: #FFF;
	font-size: 13px;
	padding-bottom: 10px;
}
#side-content p, #side-content address {
	padding-left: 20px;
}
#side-content a:hover {
	text-decoration: underline;
}
#side-content p.first-child {
	padding-bottom: 0 !important;
}
#side #bottom {
	background: url('../images/side-bottom.jpg') no-repeat;
	width: 242px;
	height: 63px;
	clear:both;
}/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}/* form */
.date {
	float: left;
}
form p img {
	margin: 5px 0 0 7px;
}
form ol {
	margin-left: 20px;
}
form ol li {
	margin-bottom: 1em;
	line-height: 150%;
}
form ol li ol li {
	list-style: none;
}
.pdf {
	color: #CC0000;
	font-weight: bold;
}
.product-image {
	float: left;
}
.product-info {
	float: right;
}
.product-info table {
	width: 355px;
}
.ConditionsApply {
	font-size:8px;
	font-style:italic;
}
