@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
}
#container  {
	width: 1280px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topnav-cont {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	height: 48px;
	background-image: url(../images/navbar-bg.jpg);
	background-repeat: no-repeat;
}
#header  {
	height: 48px;
	background-color: #463932;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-right: 160px;
	padding-left: 160px;
	width: 960px;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding-top: 0;
	padding-right: 160px;
	padding-bottom: 0;
	padding-left: 160px;
	margin-top: 25px;
}
#flagtext  {
	background-image: url(../images/flag-text.jpg);
	background-repeat: no-repeat;
	height: 125px;
	padding-right: 200px;
	padding-left: 20px;
	padding-top: 20px;
	margin-right: 160px;
	margin-left: 160px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}
#flagtext p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
#flagtext h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#selectors {
	margin-right: 160px;
	margin-left: 160px;
	height: 342px;
	margin-bottom: 25px;
	position: relative;
}
#selectors #earthcycle {
	width: 260px;
	height: 332px;
	background-image: url(../images/sel-earthcycle.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	margin-right: 30px;
	padding-right: 20px;
	position: relative;
}
#earthcycle #earth-button{
	position: absolute;
	left: 20px;
	width: 165px;
	top: 283px;
	height: 32px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}
#earthcycle #earth-button a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 24px;
}
#earthcycle #earth-button a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 24px;
}
#selectors #stockists {
	width: 260px;
	height: 332px;
	background-image: url(../images/sel-stockists.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	padding-right: 20px;
	position: relative;
}
.sidebuttons {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
#stockists #stockist-button{
	position: absolute;
	left: 20px;
	width: 165px;
	top: 283px;
	height: 32px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}
#stockists #stockist-button a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 24px;
}
#stockists #stockist-button a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 24px;
}
#selectors #blog {
	width: 260px;
	height: 332px;
	padding-left: 20px;
	padding-top: 10px;
	float: right;
	padding-right: 20px;
	background-image: url(../images/sel-blog.gif);
}
#selectors h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #473A33;
	margin: 0px;
	padding: 0px;
}
#selectors h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #5D5246;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#selectors #rss {
	position: absolute;
	width: 70px;
	height: 79px;
	left: 891px;
	top: 3px;
}
#selectors p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D5246;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#flagtext #condition-button{
	position: absolute;
	left: 765px;
	width: 165px;
	top: 100px;
	height: 32px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}
#flagtext #condition-button a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 24px;
}
#flagtext #condition-button a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 24px;
}
#blog .news {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCD6CF;
	padding-bottom: 10px;
	height: 210px;
	overflow: auto;
	width: 255px;
}
#blog .news p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #60564A;
	line-height: 22px;
}
#blog .news h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9CC828;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#selectors #blog .news h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #473A33;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#blog .news p a {
	color: #E05422;
	text-decoration: none;
}
#footer  {
	padding-top: 0;
	padding-bottom: 0;
	height: 205px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer #footercont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-logos.jpg);
	background-repeat: no-repeat;
	height: 170px;
}
#footer #footercont #woodhorn {
	width: 523px;
	padding-left: 190px;
	float: left;
	margin-right: 15px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAE8D7;
	padding-right: 15px;
}
#footer #footercont #woodhorn p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAE8D7;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#footer #footercont #contactdet {
	width: 215px;
	float: left;
	background-image: url(../images/footer-pointer.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
}
#footer #footercont #contactdet p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #EAE8D7;
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
#footer #footercont #contactdet p a  {
	color: #B0AEA2;
	text-decoration: none;
}
#footer #footercont #contactdet h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #EAE8D7;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer #copyright  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0AEA2;
}
#footer #copyright p {
	color: #B0AEA2;
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#footer #copyright p a {
	color: #B0AEA2;
}
#navbar h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	float: left;
	display: block;
	padding-right: 29px;
	padding-top: 15px;
}
#header ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DFD09A;
	text-decoration: none;
}
#inside {
	background-image: url(../images/inside-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 20px;
	margin-right: 140px;
	margin-left: 140px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}
#inside h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #2BA7DE;
}
#inside h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color: #5D5246;
}
#inside h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #2BA7DE;
}
#inside h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color: #51B5E4;
}
#inside p {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #605549;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
input {
	width: 250px;
	height: 24px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D3CDC4;
}
textarea {
	border: 1px dotted #D3CDC4;
	height: 80px;
	width: 250px;
}
#leftcol {
	width: 280px;
	float: left;
	margin-top: 155px;
}
#inside #prod-nav  ul li{
	display: block;
	width: 265px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#inside #prod-nav li  a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #483B34;
	display: block;
	height: 27px;
	padding-top: 8px;
	padding-left: 5px;
}
#inside #prod-nav li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #A49E98;
	height: 27px;
	padding-top: 8px;
	padding-left: 5px;
}
#inside #prod-nav {
}
#leftcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#button2 {
	width: 114px;
	float: left;
	background-image: url(../images/send-but.jpg);
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inside .stockists {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #463932;
}
#main-cont .stockists p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#main-cont .stockists p a {
	color: #F60;
	text-decoration: underline;
}
#main-cont .stockists h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
#inside .products {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CDC4;
}
.products h4 #botgap {
	padding-bottom: 20px;
}
#main-cont .products p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#main-cont .products p a {
	color: #EB861F;
	text-decoration: underline;
}
#logo {
	position: absolute;
	left: 48px;
	top: -40px;
}
#main-cont {
	margin-left: 305px;
	width: 605px;
}
#leftcol #sidepromo {
	height: 480px;
	margin-bottom: 20px;
	background-image: url(../images/prof-knowbest.png);
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-left: 15px;
	padding-top: 15px;
}
#leftcol #sidepromo p {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#leftcol #sidepromo h2 {
	color: #FF0;
}
#leftcol #sidepromo ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333;
	line-height: 17px;
}
#leftcol #sidepromo ul {
	list-style-image: url(../images/leaf-orng.png);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#leftcol form p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #463932;
	font-size: 13px;
	line-height: 22px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inside .contactus {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 48%;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main-cont2 .contactus p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CDC4;
	font-size: 13px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #665C50;
}
#main-cont2 .contactus p a {
	color: #56B7E4;
	text-decoration: none;
}
#main-cont2 {
	margin-left: 305px;
	width: 615px;
	height: 170px;
}
#main-cont iframe {
	border: 1px solid #D3CDC4;
}
#main-cont p a {
	color: #F16622;
	text-decoration: underline;
}
#main-cont ul li {
	list-style-type: disc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 15px;
	color: #463932;
	line-height: 21px;
	font-weight: bold;
}
.products h4 #botgap2 {
	padding-bottom: 30px;
}
.prod-selected {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #A49E98;
	height: 27px;
	padding-top: 8px;
	padding-left: 5px;
}
#flag-foot  {
	padding-top: 0;
	padding-bottom: 0;
	height: 131px;
	background-color: #FFF;
}
#flag-foot #flag {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/flag.jpg);
	background-repeat: no-repeat;
	height: 131px;
}
#leftcol form input   {
	width: 250px;
}
.calc-block {
	display: block;
	width: 60px;
	float: left;
}
#leftcol #calculator {
	background-image: url(../images/calculator-bg.png);
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 470px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.small3 {
	font-size: 9px;
}
#leftcol #calculator #frmCalc p #calc {
	width: 114px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcol #calculator p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #432F00;
}
#leftcol #calculator h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #607A36;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftcol #calculator form input{
	width: 50px;
}
#leftcol form p label #button2 {
	width: 120px;
}
.tel {
	height: 35px;
}
