/* Fonts */

BODY {
	font-family : Georgia, "trebuchet ms", serif;
	color : #666666;
	font-size : 13px;
	background-image: url(../images/natural/natural_background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	line-height: 17px;
}

.white{
	font-family : georgia, "trebuchet ms", serif;
	color : #FFFFFF;
	line-height: 17px;
	font-size : 12px;
}

.whitehome{
	font-family : georgia, "trebuchet ms", serif;
	color : #FFFFFF;
	line-height: 17px;
	font-size : 13px;
}


.title{
	font-family : georgia, "trebuchet ms", serif;
	color : #666666;
	font-size : 15px;
	font-weight: bold;
	line-height: 17px;
}

.small{
	font-family : georgia, "trebuchet ms", serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
}

.list {
	font-family : georgia, "trebuchet ms", serif;
	color : #666666;
	font-size : 12px;
	line-height: 17px;
}

.testimonial {
	font-family : georgia, "trebuchet ms", serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
	font-style:italic;
}

.pic { background-color: #FFFFFF; padding: 5px; border: 1px solid #CCCCCC; margin: 5px; }

/* forms */

input, select, textarea {
   font-family : georgia, "trebuchet ms", serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #666666;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #c9daac;
   color: #666666;
}

input.search { 
   border: 1px solid #CCCCCC;
   vertical-align: middle;
   padding-top: 8px;
   padding-bottom: 8px;
   margin-right: 5px;
   padding-left: 8px;
   
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #c9daac;
   color: #666666;
}

.button {
  background-color: #679000;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.button:hover {
  background-color: #8BBA15;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonsearch {
  background-color: #679000;
  width: 60px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #679000;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
}

.buttonsearch:hover {
  background-color: #94b759;
  width: 60px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #679000;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
}

#buttonbuy {
  background-color: #679000;
  padding: 10px;
  color: #FFFFFF;
  border: 1px solid #679000;
}

#buttonbuy:hover {
  background-color: #94b759;
  padding: 10px;
  color: #FFFFFF;
  border: 1px solid #679000;
}

.big {
  font-size: 20px;
  font-weight: bold;
  
}

li.home {
   list-style-image: url(../images/natural/bullet.gif);
   font-size: 16px;
   font-weight: bold;
   line-height: 22px;
}

ul.internal, li.internal {
   list-style-image: url(../images/natural/bullet2.gif);
   font-size: 13px;
   line-height: 22px;
}

/* DIVs */

div.spacer {
  clear: both;
  }

div.containertop {
  background-image: url(../images/natural/container_top.png);
  background-repeat: repeat-y;
  width: 960px;
  margin:0 auto; /*center hack*/
  margin-top: 40px;
  height: 7px;
  padding: 5px;
}

div.container {
  background-image: url(../images/natural/container_middle.png);
  background-repeat: repeat-y;
  width: 920px;
  margin:0 auto; /*center hack*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 30px;
  text-align: left;
}

div.containerbottom {
  background-image: url(../images/natural/container_bottom.png);
  background-repeat: repeat-y;
  width: 960px;
  margin:0 auto; /*center hack*/
  height: 15px;
  padding: 5px;
}

div.thumbs {
  padding-top: 25px;
  text-align: right;
}

div.header {
  text-align: left;
}

div.box {
  text-align: left;
  margin-top: 20px;
  border: 1px solid #dae5c8;
}

div.boxleft {
  float: left;
  width: 540px;
}

div.boxleft2 {
  float: left;
  width: 900px;
  padding: 10px;
}

div.boxleftpad {
  float: left;
  width: 520px;
  padding: 10px;
}

div.column {
   float: left;
   width: 180px;
   text-align: center;
}

div.column2 {
   float: left;
   width: 450px;
   text-align: left;
}

div.boxright {
  float: left;
  background-image: url(../images/natural/squiggle.jpg);
  background-repeat: none;
  width: 300px;
  height: 370px;
  padding-left: 70px;
  padding-right: 8px;
}

div.boxright2 {
  float: left;
  background-image: url(../images/natural/squiggle2.jpg);
  background-repeat: repeat-y;
  width: 300px;
  padding-left: 70px;
  padding-right: 8px;
}

div.padding {
  padding: 5px;
}

div.home {
  width: 250px;
  float: right;
  height: 500px;
  border-left: 10px solid #8bba15;
}

div.left {
  float: left;
  width: 470px;
  background-color: #FFFFFF;
  height: 500px;
}

div.menu {
  width: 739px;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

div.promo {
  width: 725px;
  background-color: #d5e7b4;
  border: 1px solid #78a22f;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 5px;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 5px;
  margin-left: 5px;
  font-family : georgia, serif;
}

div.logotop {
  background-color: #FFFFFF;
  text-align: left;
  width: 166px;
  float:left;
}

div.content {
  background-color: #FFFFFF;
  text-align: left;
  padding: 10px;
}

div.footer {
  width: 960px;
  margin:0 auto; /*center hack*/
  height: 10px;
  padding: 5px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}

div.footersmall {
  font-size: 10px;
  font-weight: bold;
}

div.bottompics {
   margin:0 auto; /*center hack*/
   text-align: center;
   padding-top: 10px;
}

/* Links */

a:link {
	color : #78a22f;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a:visited {
	color : #94b759;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a:hover {
	font-family : georgia, "trebuchet ms", serif;
	color: #94b759;
	border-bottom: dotted 1px #94b759;
	text-decoration : none;
}

a.grey:link {
	color : #666666;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.grey:visited {
	color : #666666;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.grey:hover {
	font-family : georgia, "trebuchet ms", serif;
	color: #94b759;
	border-bottom: dotted 1px #94b759;
	text-decoration : none;
}

a.menu:link {
	color : #78a22f;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.menu:visited {
	color : #78a22f;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.menu:hover {
	font-family : georgia, "trebuchet ms", serif;
	color: #666666;
	border-bottom: 3px solid #78a22f;
	padding-bottom: 1px;
}

a.white:link {
	color : #FFFFFF;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.white:visited {
	color : #FFFFFF;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.white:hover {
	font-family : georgia, "trebuchet ms", serif;
	color: #a6d52f;
	text-decoration : none;
}

a.footer:link {
	color : #666666;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.footer:visited {
	color : #666666;
	font-family : georgia, "trebuchet ms", serif;
	text-decoration : none;
}

a.footer:hover {
	font-family : georgia, "trebuchet ms", serif;
	color: #94b759;
	border-bottom: dotted 1px #94b759;
	text-decoration : none;
}

a.image:link {
	border: none;
}

a.image:visited {
	border: none;
}

a.image:hover {
	border: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
