
/* earthwisenaturals.com Stylesheet */ 

  body {
    margin: 0; 
    padding:0;
	background-color: #ffffff;
  }
  
  img {
  border-style: none;
  }
  
      
    #header {
     position: relative;
     margin: 0 auto;
     height: 300px;
	 width: 940px;
	 background: url(earthwiseHeader1.png) no-repeat;
	 margin-top: 0px;
	 overflow: visible;
	 top: 0px;
	 /*border: 1px solid black;*/
	 z-index: 2;
	}    

	
  #menuBar {
    position: relative;
    left: 462px;
	top: 212px;
    width: 370px;	
    height: 41px;
    background-color: #004601;
	/*border: 1px solid white;*/
  }
  
   
    #header #contact-form {
      position: absolute;
	  top: 9px;
	  right: 0px;

   } 

   
  /* Start menu style -------------------------------------------------- >*/
  
  
   
      
    #menuBarContent ul {
      text-align: left;
	  padding: 9px 9px 9px 9px;
	  margin: 0px 0px 0px 45px;
	  font-family: Verdana, Helvetica, Arial;
	  font-size: 16px;
	  font-weight: bold;
	}

	#menuBarContent li {
      display: inline;
	  list-style: none;
	}

    #menuBarContent li {
      display: inline;
	  list-style: none;
	  padding: 10px 8px 10px 8px;
	}

    #menuBarContent ul li a {
      text-decoration:none;
	  padding: 0px;
	  color: #9d9c99;	  	  
	}

    #menuBarContent ul li a:hover {
      color: #f0f0f0;
	  text-decoration: none;
	  padding: 0px;
    }

    #home #nav-home a {
      text-decoration:none;
	  padding: 0px;
	  color: #ffffff;
	}

    #home #nav-home a:hover {
      color: #f0f0f0;
      text-decoration: none;
	  padding: 0px;
    }
	
	#faq #nav-faq a {
      text-decoration:none;
	  padding: 0px;
	  color: #f0f0f0;
	}

    #faq #nav-faq a:hover {
	  color: #f0f0f0;
      text-decoration: none;
	  padding: 0px;
    }
	
	#products #nav-products a {
      text-decoration:none;
	  padding: 0px;
	  color: #f0f0f0;
	}

    #products #nav-products a:hover {
	  color: #f0f0f0;
      text-decoration: none;
	  padding: 0px;
    }
	
	
	
  /* End menu style --------------------------------------------------------- >*/
  
  
  /* Start footer menu style ------------------------------------------------->*/
  
   #footerMenu {
	  margin: 0 auto;
      position: relative;
	  width: 940px; 
	  height: 25px;
	  /*left: 200px;*/
	/*border: 1px solid blue;*/
    }
	
	      
    #footerMenu ul {
	  margin: 0 auto;
      /*text-align: left;*/
	  padding: 5px 0px 0px 14px;
	  margin: 0px 0px 0px 0px; 
	  font-size: 12px;
	  font-weight: normal;
	}

	#footerMenu li {
      display: inline;
	  list-style: none;
	}

    #footerMenu li {
      display: inline;
	  list-style: none;
	  padding: 10px 8px 10px 8px;
	}

    #footerMenu ul li a {
      text-decoration:none;
	  padding: 0px;
	  color: #9d9c99;	  	  
	}

    #footerMenu ul li a:hover {
      color: #000000;
	  text-decoration: none;
	  padding: 0px;
    }

  
  
  /* End footer menu style ---------------------------------------------------->*/
  
   
  
       
   #footer {
     clear: both; 
     margin: 0 auto;
	 width: 940px;
     height: 45px;
	 position: relative;
	 background-color: #004601;
	 padding: 6px 0px 6px 0px;
	 text-align: center;
	}
   
     /* ------------------------------------------------------------------------------------------------------------------>*/
   
   
   
    /* Font Styles */
   
   #footer .footerText {
    color: #ffffff;
   }
    
	#footer .footerTextLegal {
     color: #656563;
	 font-size: 10px;
	}
	
       
	
    .textItalic  {
	  font-style: italic;
	}
	
	.textBold {
	  font-weight: bold;
	}

    .nospace {
      display: inline;
    }
	
	/* Applied to a block of text to have a first-letter large & red -------->*/	
    .textStyleFirstLetter p:first-letter {
	 font-family: Verdana, Helvetica, Arial;
     font-size: 20px;
	 color: #004601;
	 font-weight: bold;
    }
	
	   
	
   