/* Template CSS Style Sheet for HealingLeaves.com*/

#navbar_container {
	position:relative;
	height:36px;	
	width:1000px; 
	background-image:url(../images/nav_background.png); 
	background-repeat:repeat-x;	}

#navbar_container ul{
  position:relative;
  list-style:none;
  padding: 0px;
  margin: 0px;
  width:1000px;
  height:36px;
  background-image:url(../images/nav_background.png);
  background-repeat:repeat-x; }

#navbar_container li {
	float:left;}

#navbar_container a{
  position:relative;
  height:36px;
  float:left;
  text-decoration:none; }

#navbar_container a:hover{
	float:left;
  	height:36px; }

#home{
	width:97px;
    background:url(../images/home.png) no-repeat; }

#home:hover{
  	width:97px;
  	background:url(../images/home2.png) no-repeat; }

#About{
	width:118px;
  	background: url(../images/about.png) no-repeat; }

#About:hover{
	width:118px;
  	background: url(../images/about2.png) no-repeat; }

#Health_Articles{
  	width:155px;
  	background: url(../images/health_articles.png) no-repeat; }

#Health_Articles:hover{
	width:155px;
	background: url(../images/health_articles2.png) no-repeat; }

#Education{
	width:125px;
    background: url(../images/education.png) no-repeat; }

#Education:hover{
    width:125px;
    background: url(../images/education2.png) no-repeat; }

#Ministry{
  	width:115px;
    background: url(../images/ministry.png) no-repeat; }

#Ministry:hover{
  	width:115px;
  	background: url(../images/ministry2.png) no-repeat; }

#Ask_Question{
	width:159px;
  	background: url(../images/question.png) no-repeat; }

#Ask_Question:hover{
  	width:159px;
  	background: url(../images/question2.png) no-repeat; }

#Contact{
	width:127px;
	background:url(../images/contact.png) }

#Contact:hover{
	width:127px;
	background:url(../images/contact2.png) }
	

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#21722a;
	 }

body a:hover {
text-decoration:none;}

form {
	padding:0px;
    margin:0px;
    padding-bottom:0px;
    padding-top:0px;
	border:0;}

p {
    margin:0px;
    padding:0px;
    padding-top:3px;
    padding-bottom:3px;}

h1,h2,h3,h4,h5 {
    margin:0px;
    padding-bottom:2px;
    padding-top:2px;
	text-align:left;}

h1 {
	color:#cc0000; 
	font-size:24px;
	font-weight:bold; 
	
	text-decoration:none;}

h1 a:link {
	color:#cc0000; 
	font-size:24px;
	font-weight:bold;
	text-decoration:none;}
	
h1 a:visited{
	color:#cc0000; 
	font-size:24px;
	font-weight:bold;
	text-decoration:none;}
	
h2 {
	color:#020586;
	font-size:16px;}

h2 a:link {
	color:#020586;
	text-decoration:none;}
	
h2 a:visited {
	color:#020586;
	text-decoration:none;}	

h3 { color:#21722a;
	font-size:18px; }
	
h4 { color:#cc0000;
	font-size:18px; }
	
h5 {
	color:#020586;
	font-size:14px;}
	
h5 a:link {
	color:#020586;
	font-size:14px;
	text-decoration:none;}	

h5 a:visited {
	color:#020586;
	font-size:14px;
	text-decoration:none;}		

#page_container {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}	

#header_background {
	position:relative;
	width:1000px;
	height:120px;
	margin-bottom: 0;
	overflow:hidden;
	background-image: url(../images/header_background.png); }
	
#header_background h2{
	display:none;}
	
#resources {
	float: left;;
	width:900px;
	text-align:left;}	

#header_picture {
	text-align:right; }
	
#header_picture h1, #header_picture h2{
	display:none;}	
	
#gray_lineholder {
	margin:0; }
	
#subnavbar_container { 
	position: relative; 
	height: 25px; 
	width: 1000px; 
	margin-top: 3px;
	background-image:url(../images/subnav_background.png); 
	background-repeat:repeat-x; }
	
#middle_container {			
	width:1000px;
	float:left;	}
	
#middle_container2 {			
	width:1000px;
	height:1200px;
	float:left;	}

#middle_container3 {			
	width:1000px;
	height:1100px;
	float:left;	}
	
#middle_container4 {			
	width:1000px;
	height:1850px;
	float:left;	}
	
#middle_container5 {			
	width:1000px;
	height:2200px;
	float:left;	}

#middle_container6 {			
	width:1000px;
	height:2400px;
	float:left;	}

#middle_left_container {	
	float:left;	
	width:190px;	
	padding-left:5px; }

#left_navigation_container {
	margin: 8px; }

#left_navigation_container img {
	display:block; }

#left_navigation_top {
	background-image: url(../images/leftnav_bg_top.png);
	height:34px;
	width:180px;
	font-size:0px; }
	
#left_navigation_content {
	color:#444444;
	text-align:left;
	background-image:url(../images/leftnav_bg_middle.png);
	background-repeat:repeat-y;	
	width:170px;
	padding-left:5px;
	padding-right:5px; }
	
#left_navigation_content div {
	font-size:12px;	
	padding-left:2px;
	padding-right:1px;
	padding-bottom:5px;
	padding-top:3px;
	border-bottom:solid 1px #6a8ad4; }

#left_navigation_content a {	
	color:#444444;
	text-decoration:none;	}
	
#left_navigation_content a:hover {	
	color:#ff0000;	
	text-decoration:underline; }

#left_navigation_content li {
	list-style-type:circle;	
	list-style-position:inside;
	font-size:10px;}	
	
#left_navigation_bottom {
	background-image: url(../images/leftnav_bg_bottom.png);
	height:32px;
	width:180px;
	font-size:0px; }

#validations {
	text-align:center;
	margin: 8px; 
	height:200px;
	width:180px; }

#log_container {
	width:760px;
	height:780px;
	float:left;	
	margin:8px;}
	
#body_para {
	width:500px;
	height:325px;
	float:left; }
	
#body_para2 {
	width:750px;
	height:360px;
	float:left;}

#picture_box {
	width:258px;
	height:325px;
	float:left;}
	
#lower_navigation_container {
	text-align:center;
	margin-top:8px;
	float:left;
	height:128px;
	width:1000px; }

#lower_site_navigation {
	margin:0;
	padding-top:10px;
	height:25px;
	width:1000px; }

#order_information {
	width:1000px;
	height:36px;
	overflow:hidden;
	background:url(../images/nav_background.png);
	background-repeat:repeat-x;
	font-size:14px;
	padding-top:8px;
	font-weight:bold;
	color:#444444; }

#copyright {
	margin-top:0px;
	text-align:right;
	padding-right:7px;
	font-size:10px;
	color:#0000CC;}
	
#fda_disclaimer {
	margin-top:10px;
	text-align:left;
	padding-right:175px;
	padding-left:175px;
	font-size:9px;
	color: #FF0000; }
	
#right_page_content_container{
	text-align:left;
	float:left;	
	width:775px;
	height:850px;
	margin:8px;}

#right_page_content_container2{
	text-align:left;
	float:left;	
	width:775px;
	height:1100px;
	margin:8px;}
	
	
#product_box {
	float:left;
	font-size:12px;
	width:750px;
	height:780px;
	padding:10px;}

#product_pic {
	float:left;
	width:210px;
	height:240px;
	padding:10px;
	text-align:center;}
	
#product_pic2 {
	float:left;
	width:230px;
	height:335px;
	padding:10px;
	text-align:center;}	

#product_info {
	float:left;
	width:460px;
	height:240px;
	padding:10px;}

#product_info2 {
	float:left;
	width:490px;
	height:335px;
	padding:10px;}
	
#price_info {
	float:left;
	width:270px;
	height:190px;}
	
#price_info2 {
	float:left;
	width:270px;
	height:290px;}	
	
#supplement_facts {
	float:left;
	width:190px;
	height:190px;
	text-align:center;}	
	
#supplement_facts2 {
	float:left;
	width:190px;
	height:290px;
	text-align:center;}		

#product_description {
	float:left;
	width:700px;
	height:480px;
	padding:10px;}
	
#product_description2 {
	float:left;
	width:700px;
	height:400px;
	padding:10px;}	
	
#info_box {
	float:left;
	width:500px;
	font-size:14px;}
	
#info_box2 {
	float:left;
	width:600px;
	font-size:14px;}
#info_picbox {
	float:left;
	width:150px;}		
		
#info_returnbox {
	float:left;
	width:500px;
	font-size:12px;}	

#email_newsletter {
	font-size:12px;
	width:340px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding-left:15px;
	padding-top:2px; }
	
#email_signup_text {
	font-size:8px;
	text-align:left;
	font-weight:bold;
	float:left;
	width:215px;
	color:#FFFFFF;
	padding-top:2px;
	padding-left:10px;}	
	
#view_cart {
	font-size:12px;
	width:160px;
	height:20px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	padding-bottom:5px; }
	
#view_cart a:link {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;}
	
#view_cart a:visited {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;}	
	
#view_cart a:hover {
	text-decoration:underline;
	font-size:12px;
	color:#FFFFFF;}	
	
#search {
	font-size:12px;
	width:235px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	padding-left:10px;
	padding-top:2px; }

#searchsubmit {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
border: 0;
background: url(../images/search_arrow.png) no-repeat center top;
text-indent: -9999px;
cursor: pointer; }

#IEroot #searchsubmit {
width: 30px;
font-size: 0;
color: #cc0000;
text-align: right;}

#searchtext {
height:16px;
margin: 0;
padding: 0;
border: 0;}

#emailsubmit {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
border: 0;
background: transparent url(../images/search_arrow.png) no-repeat center top;
text-indent: -9999px;
cursor: pointer;}

#emailtext {

height:16px;
margin: 0;
padding: 0;
border: 0;}

#preload { display: none; }

#category_midbox {
	float:left;
	font-size:12px;
	width:765px;
	height:830px;
	overflow:scroll;
	padding:0;}
	
.miniproductbox {
	float:left;
	font-size:14px;
	color:#6a8ad4;
	height:120px;
	width:750px;
	margin: 0;
	padding: 0;
	border: 0;}
	
.miniproductpic {
	float:left;
	height:120px;
	width:120px;
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;}
	
.clearboth, .clearleft {
	line-height:0px;
	font-size:0px;
	height:0px;
	clear:left;}
	
.clearboth {
	clear:both;}

.section_heading_left {
	float:left;
	background-image:url(../images/section_heading_bg_left.png);
	width:10px;
	height:20px; }
	
.section_heading_right {
	float:left;
	background-image:url(../images/section_heading_bg_right.png);
	background-repeat:no-repeat;
	height:20px;
	width:10px;}
	
.section_heading_mid {
	float:left;
	background-image:url(../images/section_heading_bg_mid.png);	
	background-repeat:repeat-x;
	height:18px;
	width:400px;
	color:#fff;
	padding-left:4px;
	padding-right:4px;
	font-size:10px;
	font-weight:bold;
	padding-top:2px;}

.order_button_lg {
	float:left;
	width:125px;
	height:33px;
	background: transparent url(../images/addtocart.png) no-repeat center top;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	cursor:pointer;}
	
.more_info   {
    display: block;
    width: 200px;
    height: 35px;
    background: url("../images/more_information.png") no-repeat 0 0; }

.more_info:hover { 
    background: url("../images/more_information2.png") no-repeat 0 0;}	
