/* CSS Document */

body {
	background-color:#003100;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height:16px; */
	color:#64645e;
	font-family:Tahoma, Arial, sans-serif;
	font-size:64%;

}
html, body, h1, h2, h3, h4, h5, h6, img, a, ul, ol, li, dl, dt, dd, form, blockquote { 
	margin:0; padding:0; border:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Georgia, Times, serif;
  color:#46713f;
  font-weight:normal;
}	
h1 { 
  font-size:2.2em;
  font-family:Helvetica, Arial, Verdana;
  color:#FF8400;
}
h2 { 
  font-size:1.8em; 
  line-height:1.2; 
  border-bottom:1px solid #ccc;
  margin:10px 0;
}
h3 { 
  font-size:1.6em; 
  line-height:1.2; 
  color:#7c1714;
  text-align:center;
  border:1px solid #fefede;
}
h4 { 
  font-size:1.4em; 
  line-height:1.2; 
  padding-bottom:5px;
}
h5 { 
  font-size:1.8em; 
  line-height:1.2; 
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
h6 { 
  font-size:1.2em; 
  line-height:1.2; 
}
a {
  color:#003D00;
}
a strong {
  color:inherit;
}
a:hover {
  color:#FF6600;
  text-decoration:none;
}

p {
  font-size:1.2em;
  line-height:1.4em;
  color:#64645e;
  text-align:justify;
}
blockquote {
  font-size:1.2em;
  font-style:italic;
}
blockquote span {
  display:block;
  padding-top:5px;
  font-weight:bolder;
}

form {
  font-size:1.2em;
  color:#46713f;
}

.header{
	background-image:url(images/fresh-indian-orange.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F6FFE8;
	padding-left:10px;
	padding-top:10px;
	color:#539000;
}


/*  */
div.wrapper {
  margin-left:auto;
  margin-right:auto;
  width:766px;
  background-color:#F6FFE8;
}

/* ///// MAIN NAV ////// */
div#mainnav {
  width:766px;
  position:absolute;
  top:182px;
  nowrap;
}
div#mainnav span {
  float:left;
  width:127px;
}
div#mainnav span a {
  display:block;
  text-align:center;
  color:#d0d8b5;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}


/* ///// Footer Area ////// */
.footer {
	background-color:#B1CE8C; 
	border-top:1px solid #F4FFEE; 
	text-align:center;
	font-size:1.1em;
	line-height:2;
	padding:10px;
}
.footer a {
	color:#64645e;
	text-decoration:none;
}