/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
    

 

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }


.clearall{clear:both;}





body {
  background-color:#ffffff;
  text-align:center;
  font:10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
  width:960px;
   margin:0 auto;
  background-color:#ffffff;
  text-align:left;
  height:100%;
}
#wrapper-home {
  width:960px;
   margin:0 auto;
  background-color:#c8e9e4;
  text-align:left;
  height:100%;
}

  /* horizonal header --*/
#header {
  background-color:#ffffff;
  width:960px;
  height:170px;
  position:relative;
  left:0;
  top:0;
  display:block;

 }
 #logo {
background-image:url(images/website-banner.jpg);
  width:713px;
  height:95px;
  float:left;
  position:relative;
  top:0;
  }
 a.logo {
 height:95px;
 width:713px;
 left:0;
 top:0;
 position:absolute;
 }
  
  
  #right-header-links {
  position:relative;
  top:0;
  float:right;
  width:240px;
  height:130px;
  }
  
 #social-links {
 position:relative;
 top:0;
 height:30px;
 float:left;
 width:230px;
 text-align:center;
 }
 a.twitter:link,a.twitter:visited  {
 background-image:url(images/twitter.jpg);
 position:absolute;
 left:0;
 top:0;
 height:25px;
 width:72px;
 }
 a.facebook:link,a.facebook:visited {
 background-image:url(images/facebook.jpg);
 position:absolute;
 left:73px;
 top:0;
 height:25px;
 width:77px;
 }
 a.youtube:link,a.youtube:visited {
 background-image:url(images/YouTube.jpg);
 position:absolute;
 left:150px;
 top:0;
 height:25px;
 width:74px;
 }
 #account-links {
 color:#873b10;
 font-size:11px;
 float:left;
 height:20px;
 width:230px;
 top:35px;
 padding-top:5px;
 }
 a.account-links {
 color:#873b10;
 font-size:11px;
 text-decoration:none;
 }
 #newsletter-signup {
position:absolute;
top:30px;
 height:90px;
width:140px;
left:50px;

} 
a.newsletter-signup {
 height:90px;
width:140px;
}
 #phone-number {
 float:left;
 top:50px;
 color:#873b10;
 font-size:11px;
 height:20px;
 width:230px;
 padding-top:5px;
 }
 #search-box {
 
 float:left;
 top:70px;
 color:#873b10;
 }
 
#search-box-left {
 position:absolute;
 top:305px;
 height:50px;
 width:203px;
 left:5px;
 
} 
 
 #gold-tab {

 height:30px;
 width:222px;
 position:absolute;
 top:0;
 left:350px;
 }
 
 
 #shopping-links {
 color: #60aeb0;
 font-size:11px;
 position:absolute;
 top:0px;
 right:10px;
}
#shopping-links-call {
font-size:9px;
}
#bold {
font-size:11px;
font-weight:bold;
}
a.add-to-cart {
text-decoration:none;
color: #60aeb0;
position:relative;
right:3px;
}
a.sign-in {
text-decoration:none;
color: #60aeb0;
position:relative;
right:5px;
}
 img.shopping-links {
 position:relative;
 top:4px;
 right:5px;
 }
 #header-links {
 position:absolute;
 left:20px;
 top:110px;
width:920px;
 }
 a.header-links:link,a.header-links:visited {
 color:#873b10;
text-decoration:none;
font-size:13px;
padding-right:5px;
padding-left:5px;
 }

  
/* left column --*/

#left-column {
  position:relative;
  float:left;
  top:0;
  width:208px;
  min-height:720px;
  background-color:#e6f2f2;
  display:inline;
  }
 
  #logo-picture {
  
    background:url(http://torihartman.com/shop/pc/images/tori-pic.gif) no-repeat;
  width:208px;
  height:252px;
  position:absolute;
  top:0;
  left:0;
  }
  #white-tab {
      background: url(http://torihartman.com/shop/pc/images/white-tab.gif) no-repeat;
    width:208px;
    height:302px;
    position:absolute;
    left:0;
    top:0;
    }
    #meet-tori {
    color:#873b10;
    font-size:11px;
    position:relative;
    top:252px;
    width:208px;
    text-align:center;
   }
    #white-tab-text {
    color:#873b10;
    font-size:11px;
    position:absolute;
    top:310px;
    text-align:left;
   }
   a.white-tab {
   text-decoration:none;
   color:#873b10;
   text-align:right;
   }
  .white-tab-image img {
    color:#873b10;
    text-decoration:none;
    text-align:right;
  }
 

  #left-nav {
  width:208px;
  background-color:#efe7bb;
  text-align:left;
  color:#873b10;
  text-decoration:none;
  position:absolute;
  top:350px;
  min-height:200px;
  left:0;
  }
  #subscribe-button {
  width:170px;
  height:170px;
  position:absolute;
  top:595px;
  left:15px;
  }
#gift-certificate {
  position:absolute;
  height:73px;
  width:140px;
  top:560px;
  left:25px;
  }  
  
  .gift-text {
  text-align:center;
  color:#5bb9cc;
  font-size:10px;
  position:absolute;
  top:15px;
  left:138px;
  width:70px;
  height:70px;
  }
  
  


/*   body -- */
#main_content {
position:relative;
  top:0;
  min-height:628px;
	width:730px;
	border:0px solid black;
	text-align:left;
	
	 float:right;
	 display:inline;
}
#text {
position:relative;
  top:0;
	border:0px solid green;
	width:710px;
	padding-left:20px;
	color:#000000;
	background-color:#ffffff;
		min-height:578px;
	float:right;
		display:inline;
}
#article_text {
text-align:left;
}
#product-text {
margin-left:50px;

text-align:center;
}
#main {
  position:relative;
  top:0;
  margin-left:218px;
  width:742px;
  height:518px;
  background-color:#e6f2f2;
  display:block;
  }
  
  /* home page settings -- */
 #center{
  
  position: absolute;
  width:460px;
  height:575px;
  left:0;
  top:0;
  
 } 


  #center-rectangle {
    background:url(http://torihartman.com/shop/pc/images/center-middle-background.gif) no-repeat;
    width:463px;height:281px;
    position:relative;
    top:120px;
    }
    
    
   #center-text { 
   color:#9e849f;
   font: bold 18px "Century Schoolbook", Arial, Helvetica, sans-serif;
   text-align:left;
   padding-left: 10px;
  }
#left-featured {
  background:url(http://torihartman.com/shop/pc/images/left-center-rec.gif) no-repeat top left;
  width:136px;height:224px;
  text-align:left;
  position:absolute;
  top:30px;
  left:10px;
  color:#ffffff;
}
#left-featured-new {
  background:url(http://torihartman.com/shop/pc/images/left-center-rec-1.jpg) no-repeat top left;
  width:136px;height:250px;
  text-align:left;
  position:absolute;
  top:5px;
  left:10px;
  color:#ffffff;

}
#left-text 
{color:#ffffff;
  font-size:12pt;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:bold;
  position:absolute;
  left:5px;
  
  }
  
  #bottom_header {
	background-color:#532d22;
  
	width:950px;
	height:25px;
	border:0px solid green;
	padding:0px 0px 0px 0px;
	margin:0 auto;
		text-align:center;
	
}

#bottom_header img {
	position:relative;
	top:2px;
	display:inline;
	border:0px;
	padding:0px;
	margin:0px;
}

#bottom_header a {
	padding-right:5px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

#bottom_header a:hover{
	text-decoration:underline;
}
#bottom-links {
text-align: center;
width:950px;
}
a#bottom-links {
color:#873b10;
text-decoration:none;
}
a#bottom-links:hover {
color:#60aeb0;
}

  .bottom-text {
  font-size:9pt;
  color:#ffffff;
  line-height:100%;
  text-align:center;
  position:relative;
  top:195px;
  left:0;
  }
  .bottom-text-new {
  font-size:11pt;
  color:#873b10;
  line-height:100%;
  text-align:center;
  position:relative;
  top:40px;
  left:15px;
  width:100px;
  }
  img.featured  {
    position:absolute;
    left:0;
    top:25px;
    height:169px;
    width:136px;
  }
    img.featured-new  {
    position:absolute;
    left:0;
    top:35px;
    height:150px;
    width:135px;
  }
  a.featured-link {
  text-decoration:none;
  color:#ffffff;
  }
  a.center-bottom-link {
  text-decoration:none;
  color:#60aeb0;
  }

#middle-featured {
  background:url(http://torihartman.com/shop/pc/images/middle-center-rec.gif) no-repeat ;
  width:136px;height:224px;
  text-align:left;
  position:absolute;
  top:30px;
  left:156px;
}
#middle-featured-new {
  background:url(http://torihartman.com/shop/pc/images/middle-center-rec-1.gif) no-repeat ;
  width:136px;height:250px;
  text-align:left;
  position:absolute;
  top:5px;
  left:156px;
  
}


#featured-text {
  color:#ffffff;
  font-size:12pt;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:bold;
  position:absolute;
  left:6px;
}
#featured-text-new {
  color:#ffffff;
  font-size:11pt;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:bold;
  position:absolute;
  left:6px;
  text-align:center;
  top:2px;
}
#right-featured {
  background:url(http://torihartman.com/shop/pc/images/right-center-rec.gif) no-repeat;
  width:136px;height:224px;
  text-align:left;
  position:absolute;
  top:30px;
  right:10px;
}
#right-featured-new {
  background:url(http://torihartman.com/shop/pc/images/right-center-rec-1.jpg) no-repeat;
  width:136px;height:250px;
  text-align:left;
  position:absolute;
  top:5px;
  right:10px;
}
transbox {
  background: transparent url(fff.gif);
  color:#00000;
  font-size:11px;
  font-style:bold;
}
#right-text {
 color:#ffffff;
  font-size:12pt;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:bold;
  position:absolute;
  left:5px;
  
}

#credit-card-logos {
background: url(http://torihartman.com/shop/pc/images/credit-cards.gif) no-repeat;
width:180px;
height:34px;
position:absolute;
top:510px;
left:0;
}


#right-background {
  
  width:259px;
  height:493px;
  position:absolute;
  top:0;
  left:0;

}

  #lower-right-background {
      background:url(http://torihartman.com/shop/pc/images/lower-right-background.gif) no-repeat;
    height:55px;
    width:258px;
    position:absolute;
    top:500px;
    left:0;
  }
  #lower-right-text {
  position:absolute;
  top:2px;
  left:3px;
  color:#b71313;
  font-size:10px;
  }
a#lower-right-text {
text-decoration:none;
width:258px;
}


/* footer */

#footer {

  position:relative;
  margin:0 auto;
  width:100%;
  height:230px;
  bottom:0;
    background-color:#e6f2f2;
  }
  #footer-home {

  position:relative;
  margin:0 auto;
  width:100%;
  height:230px;
  bottom:0;
    background-color:#c8e9e4;
  }
.bottom-links {
text-align: center;
}
a.bottom-links {
color:#873b10;
text-decoration:none;
}
a.bottom-links:hover {
color:#60aeb0;
}
/* home page settings -- */

#homepage-wrapper {
   background-color:#e6f2f2;
   width:960px;
   height:100%;
}
#new-homepage-wrapper {
   background-color:#c8e9e4;
   width:960px;
   height:100%;
}
 #center{
  
  position: absolute;
  width:460px;
  height:578px;
  left-margin:-205px;
  top:0;
  display:inline;
   background-color:#e6f2f2;
 }
 #new-center{
  
  position: absolute;
  width:460px;
  height:612px;
  left-margin:-208px;
  top:0;
  display:inline;
   background-color:#c8e9e4;
 }
 
 #endorsement {
 background:url(http://torihartman.com/shop/pc/images/endorsement-background.gif) no-repeat;
  height:102px;
  width:295px;
   position:absolute;
   top:0;
   left:10px;
   color:#5bb9cc;
    text-decoration:none;
    padding-left:5px;
   
   }
   #endorsement-new {
 background:url(http://torihartman.com/shop/pc/images/endorsement-background.gif) no-repeat;
  height:160px;
  width:258px;
   position:absolute;
   top:500px;
   left:10px;
   color:#109c52;
    text-decoration:none;
    padding-left:5px;
   l
   }
   a#endorsement-link  {
   color:#5bb9cc;
   text-decoration:none;
  
   
   
   }
   a#endorsement-link:hover  {
   color:#873b10;
   text-decoration:none;
   
   
   
   }
   a#endorsement-link-new  {
   color:#109c52;
   text-decoration:none;
  
   
   
   }
   a#endorsement-link-new:hover  {
   color:#109c52;
   text-decoration:none;
   
   
   
   }
   #endorsement-header {
   font-size:150%;
   font-weight:bold;
  
   }
 
 #meditation-download {
  background:url(images/gold-newsletter-background.gif) no-repeat;
  width:116px;
  position:absolute;
  right:5px;
  top:15px;
  text-align:center;
 }
 
 
 a.med-text {
 position:relative;
 font-weight: bold;
  font-style: italic;
  
 color: #b71313;
  font-size: 11px;
  font-weight:bold;
 text-decoration:none;
 }
  #center-rectangle {
    background:url(http://torihartman.com/shop/pc/images/center-middle-background.gif) no-repeat;
    width:463px;height:281px;
    position:relative;
    top:120px;
    }
    #center-rectangle-new {
    background:url(http://torihartman.com/shop/pc/images/center-middle-background.gif) no-repeat;
    width:463px;height:261px;
    position:relative;
    top:180px;
    }
  
   #center-text { 
   color:#9e849f;
   font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-align:left;
   padding-left: 10px;
  }
#left-featured {
  background:url(http://torihartman.com/shop/pc/images/left-center-rec.gif) no-repeat top left;
  width:136px;height:224px;
  text-align:left;
  position:absolute;
  top:30px;
  left:10px;
}

  

  
  
 
  img.featured  {
    position:absolute;
    left:0;
    top:25px;
    height:169px;
    width:136px;
  }
   a.featured-link {
  text-decoration:none;
  color:#ffffff;
  }
  a.center-bottom-link {
  text-decoration:none;
  color:#60aeb0;
  }

#middle-featured {
  background:url(http://torihartman.com/shop/pc/images/middle-center-rec.gif) no-repeat ;
  width:136px;height:224px;
  text-align:left;
  position:absolute;
  top:30px;
  left:156px;
}

#featured-text {
  color:#ffffff;
  font-size:12pt;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:bold;
  position:absolute;
  left:5px;
}
#right-featured {
  background:url(http://torihartman.com/shop/pc/images/right-center-rec.gif) no-repeat;
  width:136px;height:224px;
  text-align:left;
  position:absolute;
  top:30px;
  right:10px;
}

#right-text {
 color:#ffffff;
  font-size:12pt;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:bold;
  position:absolute;
  left:5px;
  
}
#callout {
background-color:#ffffff;
width:450px;
height:100px;
position:absolute;
top:417px;
left:0;
border: 4px solid #5bb9cc;
}
#callout-new {
background-color:#ffffff;
width:450px;
height:140px;
position:absolute;
top:20px;
left:0;
border: 4px solid #109c52;
}
#callout-new2 {
background-color:#ffffff;
width:450px;
height:100px;
position:absolute;
top:460px;
left:0;
border: 4px solid #109c52;
}

#callout-text {
color:#873b10;
font-size:11pt;
padding-left:5px;
text-align:left;
width:350px;


}
a.callout-text {
text-decoration:none;


}
#callout-text-new {
color:#873b10;
font-size:8pt;
padding-left:5px;
text-align:left;
}
#callout-text-new1 {
color:#873b10;
font-size:8pt;
padding-left:5px;
text-align:left;
width:350px;
}
a#callout-text-new2{
font-style:bold;
font-size:12px;


}


#angel  {
position:absolute;
left:335px;
top:0;
padding:5px;
}

#mini {
position:absolute;
left:355px;
top:70px;

}
#credit-card-logos {
background: url(http://torihartman.com/shop/pc/images/credit-cards.gif) no-repeat;
width:180px;
height:34px;
position:absolute;
top:535px;
left:0;
}
#newsletter-background {
  background:url(http://torihartman.com/shop/pc/images/brochure-download.gif) no-repeat;
  width:245px;
  height:43px;
  position:absolute;
  top:532px;
  left:200px;
   color:#873b10;
   font-size:13px;
  text-style:bold;
  text-align:center;
  text-decoration:none;
}
a#newsletter-text {
  color:#873b10;
  font-size:14px;
  text-style:bold;
  text-align:center;
  text-decoration:none;
  position:relative;
  top:10px;
}
#right {
  
  position:absolute;
  width:275px;
  height:578px;
  right:0;
  top:0;
  display:block;
   background-color:#e6f2f2;
}
#right-new {
  
  position:absolute;
  width:275px;
  height:612px;
  right:0;
  top:0;
  display:block;
   background-color:#c8e9e4;
}
#right-background-new {
 
  width:259px;
  height:493px;
  position:absolute;
  top:0;
  left:10px;

}

  #lower-right-background {
    background:url(http://torihartman.com/shop/pc/images/lower-right-background.gif) no-repeat;
    height:55px;
    width:258px;
    position:absolute;
    top:500px;
    left:10px;
    color:#873b10;
  }
  #lower-right-text {
  position:absolute;
  top:2px;
  left:3px;
  color:#873b10;
  font-size:10px;
  }
a#lower-right-text {
text-decoration:none;
width:258px;
color:#873b10;
}
/*Miscellaneous Styles */

 #wholesale {
    background: #ffffff url(images/wholesalebackground.jpg) no-repeat;
    height:630px;
    width:752px;
    position:relative;
    top:0px;
    left:10px;
    }
    #wholesale-header {
    position:absolute;
    top:180px;
    left:80px;
    height:100px;
    width:600px;
    font-size:11px;
    color:#000000;
    }
.wholesale-container-1 {
position:absolute;
top:330px;
left:45px;
width:320px;
height:200px;
}
.wholesale-container-2 {
position:absolute;
top:330px;
left:400px;
width:320px;
height:200px;
}
a.wholesale-link:link, a.wholesale-link:visited {
position:absolute;
left:150px;
top:45px;
width:150px;
height:150px;
font-size: 13pt;
text-decoration:none;
color:#000000;
text-align:center;
}
   .free-med table {
   width:100%;
   padding-top:20px;
   
   }
   

    .free-med-header{
    text-align:center;
    font-size:1.25em;
    font-weight:bold;
    margin-top:-10px;
    }
    .free-med-link {
    margin-bottom:10px;
    }
    #med-box-1 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #f9acac;
    }
    
  #med-box-2 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #fff200;
    }
    #med-box-3 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #b54046;
    }
    #med-box-4 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #591049;
    }
    #med-box-5 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #f4a935;
    }
    #med-box-6 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #1b499f;
    }
    #med-box-7 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #f9acac;
    }
    #med-box-8 {
    width:100px;
    height:150px;
    text-align:center;
    border:4px solid #f9acac;
    }
    #med-box-9 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #f9acac;
    }
    #med-box-10 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #f9acac;
    }
    #med-box-11 {
    width:100px;
    height:100px;
    text-align:center;
    border:4px solid #f9acac;
    }  
  /* Meditations by Intention */
  #intentions table {
width:100%;
background-color:#ffffff;
}

.int_spacer {
height:30px;
width:100%;
background-color:#ffffff;
}

.int_body {
font-size:1em;
position:relative;
height:140px;
top:1px;
line-height:15px;
padding:10px;
text-align:left;
}
.fairies-left {
float:left;
}
.fairy-text-right {
float:right;
width:500px;
text-align:left;

}
.fairies-right {
float:right;
}
.fairy-text-left {
float:left;
width:500px;
text-align:left;

}
.int_body p{
font-size:100%;
}
.int-footer-left {
position:absolute;
bottom:10px;
left:40px;
height:30px;
width:300px;


}
.int-footer-right {
position:absolute;
bottom:10px;
left:250px;
height:30px;
width:300px;


}
.int-footer-link {
position:relative;
top:5px;
width:100px;
height:28px;
left:30px;


}
.int-footer-text{
position:relative;
top:-20px;
left:130px;
height:28px;
width:150px;

}
#int_clients {
border:5px #94d2bc solid;
}
#int_renewal {
border:5px #629a66 solid;
}
#int_freedom {
border: 5px #9568ac solid;
}
#int_job {
border: 5px #f15c40 solid;
}
#int_relationship {
border:5px #f8b4c2 solid;
}
#int_money {
border: 5px #f15c40 solid;
} 
#art_intention {
border: 5px #9568ac solid;
} 
#art_chakra {
border:5px #d3000a solid;
}
#art_bracelets {
border:5px solid #065a31;
}
#art_other {
border:5px #003399 solid;
}
#box_dkblue {
border:5px #003399 solid;
}
#box_orange {
border:5px #d3000a solid;
}
#box_green {
border:5px solid #065a31;
}

#box_red {
border: 5px #ff0000 solid;
} 
.art_body {
font-size:1em;
position:relative;
top:1px;
line-height:15px;
padding:10px;
text-align:left;
height:120px;
}
.art-footer {
text-align:center;

}

 /* meditations for products */
 
 .box {
  background: url(http://torihartman.com/shop/pc/images/product-background.gif) no-repeat; 
	color:#ffffff;
	float:left;
	width:168px;
	height:273px;
	margin-right:8px;
	margin-bottom:15px;
	border:0px solid black;
	padding:0px;
	text-align:center;

}
.box-meditations {
  background: url(http://torihartman.com/shop/pc/images/product-background.gif) no-repeat; 
	color:#ffffff;
	float:left;
	width:168px;
	height:273px;
	margin-right:8px;
	margin-bottom:15px;
	border:0px solid black;
	padding:0px;
	text-align:center;

}

.box img {
	text-align:center;
	margin:0 auto;
	align:center;
	padding:3px;
	display:block;
	border:0px solid green;
}

.box a img{
	border:0px;
	margin-top:10px;
}
.med_spacer{
width:50px;
padding:5px;
background-color:#ffffff;
height: 20px;
}
.med_image {
background: url(http://torihartman.com/shop/pc/images/meditations-background.gif) no-repeat;
width:166px;
height:271px;
position:absolute;
top:0;
left:10px;

}
#meditations table {
width:100%;
}
#meditations td {
width:25%;
height:320px;
}


.med_header {
font:#000000 200% "Trebuchet MS", Arial, sans-serif bold;
position:relative;
top:5px;
line-height:20px;
text-align:center;
padding:10px;
}
.med_body {
font:100% "Trebuchet MS", Arial, sans-serif;
position:relative;
top:20px;
line-height:15px;
padding:10px;
}
.med_footer {
position:absolute;
bottom:10px;
left:37px;
}
#med_comm {
background-color:#80a3d6;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_divine {
background-color:#ba6a54;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_fertility {
background-color:#f8bbd0;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_harmony {
background-color:#b26dac;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_luck {
background-color:#63c6c1;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_miracle {
background-color:#a3d49e;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_prosperity {
background-color:#5bbc60;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_seduction {
background-color:#f8b4c3;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_spirit {
background-color:#c35075;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_wisdom {
background-color:#fbb276;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_angel {
background-color:#4f95e3;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_femininepower {
background-color:#f2ed6b;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_sacred {
background-color:#f9c0cd;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_open {
background-color:#5bbc60;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_manifesting {
background-color:#80cec9;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_doorway {
background-color:#f38e2d;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_artistwearable {
background-color:#f4f4b7;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_inspirationhome {
background-color:#f9ca2b;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_artisthome {
background-color:#9567ac;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_artistmagic {
background-color:#9567ac;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_infinity {
background-color:#a27bb7;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_insight {
background-color:#4b81c3;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_purity {
background-color:#80cec9;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_opening {
background-color:#5bbc60;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_radiance {
background-color:#f9cb2a;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_sweetness {
background-color:#f38e2d;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_source {
background-color:#ee3b37;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_business {
background-color:#94d2bc;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_divinelove {
background-color:#65c6c1;
width: 185px;
height:271px;
color:#000000;
margin:5px;
text-align:center;
}
#med_fertilitycandle {
background-color:#5ebc61;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_hamonycandle {
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_healing {
background-color:#ef3e37;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_health {
background-color:#b92662;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_inspiration {
background-color:#f18e2d;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_luckcandle {
background-color:#9568ac;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_miracle {
background-color:#f9ca2b;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_newhome {
background-color:#f3f2a9;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_newjob {
background-color:#df7bb1;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_prosperity {
background-color:#f15c40;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_relaxation {
background-color:#629a66;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_restful {
background-color:#ef4345;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_spiritguides {
background-color:#a856a1;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_wisdom {
background-color:#f4773b;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_awakening {
background-color:#ef4345;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_courage {
background-color:#e38fbc;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_earth {
background-color:#f37758;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_fortune {
background-color:#7bc479;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}

#med_highpriest {
background-color:#7aa67a;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_stone {
background-color:#81cec9;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
#med_house {
background-color:#f9a561;
width: 185px;
height:270px;
color:#000000;
margin:5px;
text-align:center;
}
/* SEO links */
#seo_links {
	color:#532d22;
	text-align:center;
	font-size:100%;
	height:15px;
	width:100%;
margin-top:-40px;

	position:relative;
}
#seo_article_links {
	color:#532d22;
	text-align:center;
	font-size:100%;
	height:50px;
	width:100%;
	position:relative;
}


#seo_links a {
	color:#532d22;
	font-weight:bold;
	padding-right:8px;
	padding-left:8px;
}
    
#seo_links a:hover {
	color:#60aeb0;
	text-decoration:none;
}
.media_header{
 color: #000000;
  font: 150% "Trebuchet MS" center;
  

}
a.media_link:link {
color:#60aeb0;
	text-decoration:none;
}

a.media_link:hover {
color:#593129;
	text-decoration:none;
}
.endorsements {
color:#000000;
font-style:italic;
border:2px solid #000000;
padding:5px;
}
 
.pic-right {
float:right;
width:200px;
padding:5px;
display:inline;
}
.pic-left {
float:left;
width:200px;
min-height:200px;
padding:5px;
display:inline;
}
#image-boxes {
padding:10px;
text-align:center;

}
.image-boxes td {
padding:10px;
color:#532d22;
}

#mini-reading {
position:absolute;
left:250px;
top:120px;
}
#mini-shipping {
position:absolute;
left:250px;
top:105px;
}
#intuitive-services {background:#000000 url(images/IntuitiveServices.jpg) no-repeat;
width:752px;
height:1500px;
position:relative;
top: 0px;
left:10px;
}
.intuitive-box-1 {
position:absolute;
top:320px;
left:80px;
height:250px;
width:250px;
color:#000000;
font-size:14px;
}
.intuitive-box-2 {
position:absolute;
top:320px;
left:440px;
height:250px;
width:250px;
font-size:14px;
}

.intuitive-box-3 {
position:absolute;
top:670px;
left:80px;
height:250px;
width:250px;
color:#000000;
font-size:14px;
}
.intuitive-box-4 {
position:absolute;
top:670px;
left:440px;
height:250px;
width:250px;
color:#000000;
font-size:14px;
}
.intuitive-box-5 {
position:absolute;
top:1020px;
left:80px;
height:250px;
width:250px;
color:#000000;
font-size:14px;
}
.intuitive-box-6 {
position:absolute;
top:1020px;
left:440px;
height:250px;
width:250px;
color:#000000;
font-size:14px;
}
.intuitive-footer {
position:absolute;
top:1350px;
width:600px;
height:100px;
left:90px;
color:#ffffff;
font-size:14px;
}
a.intuitive-footer:link, a.intuitive-footer:visited{
position:absolute;
top:0px;
left:0px;
width:600px;
height:100px;
}
a.intuitive-link:link, a.intuitive-link:visited {
position:absolute;
top:200px;
left:100px;
width:150px;
height:30px;
}
a.intuitive-link2:link, a.intuitive-link2:visited {
position:absolute;
top:225px;
left:-40px;
width:150px;
height:30px;
}

/* testimonial page */
#testimonial-background {
background:#ffffff url(images/success-background-2.gif)no-repeat;
width:752px; 
height:1784px;
font:#000000 9.5px "Trebuchet MS", Arial, Helvetica, sans-serif left;
}
#hor-1 {
position:absolute;
left:10px;
top:55px;
height:40px;
width:720px;
}
#hor-2 {
position:absolute;
top:735px;
left:50px;
height:50px;
width:720px;
}
#hor-3 {
position:absolute;
top:820px;
left:10px;
height:50px;
width:720px;
}
#hor-4 {
position:absolute;
top:910px;
left:10px;
height:50px;
width:720px;
}
#hor-5 {
position:absolute;
top:1000px;
left:10px;
height:50px;
width:720px;
}
#hor-6 {
position:absolute;
top:1080px;
left:10px;
height:50px;
width:720px;
}
#hor-7 {
position:absolute;
top:1780px;
left:10px;
height:50px;
width:720px;
}
#vert-1 {
position:absolute;
left:10px;
top:110px;
height:300px;
width:170px;
}
#vert-2 {
position:absolute;
left:200px;
top:120px;
height:300px;
width:170px;
}
#vert-3 {
position:absolute;
left:390px;
top:110px;
height:300px;
width:170px;
}
#vert-4 {
position:absolute;
left:570px;
top:120px;
height:300px;
width:170px;
}
#vert-5 {
position:absolute;
left:10px;
top:1180px;
height:300px;
width:170px;
}
#vert-6 {
position:absolute;
left:200px;
top:1180px;
height:300px;
width:170px;
}
#vert-7 {
position:absolute;
left:390px;
top:1180px;
height:300px;
width:170px;
}
#vert-8 {
position:absolute;
left:570px;
top:1180px;
height:300px;
width:170px;
}
#story {
background: #ffff url(images/story-background.gif) no-repeat;
width:752px;
height:750px;

}
#story-text {
float:left;
width:450px;
height:750px;
padding:10px;


}
#story-images{
width:276px;
float:right;
height:750px;

}
img.story-images  {

margin:5px;
}
#affiliate {
background: url(images/affiliate-background.gif) no-repeat;
position:absolute;
top:40px;
width:752px;
height:366px;

}
#affiliate-header {
position:absolute;
top:20px;
text-align:center;
font-size:16px;
width:650px;
left:20px;


}
#affiliate-text{
position:absolute;
top:90px;
left:10px;
text-align:center;
font-size:13px;
width:650px;
}
#join {
position:absolute;
top:260px;
left:50px;
width:100px; 
font-size:13px;
text-align:center;
}
#terms {
position:absolute;
top:260px;
left:425px; 
width:100px; 
font-size:13px;
text-align:center;
}
#login{
position:absolute;
top:260px;
left:250px;
width:100px;
font-size:13px;
text-align:center;  
}
#banners {
position:relative;
top:260px;
left:600px; 
width:100px;
font-size:13px;
text-align:center; 
}
#privacy {
background: url(images/privacy-background.gif) no-repeat;
width:750px;
height:922px;
}
#privacy-intro {
position:absolute;
top:60px;
left:10px;

}
ul.privacy {
list-style:disc outside;
}
#privacy-cookies {
position:absolute;
top:330px;
left:10px;
height:80px;
}
#privacy-access {
position:absolute;
top:430px;
left:10px;
height:80px;
}
#privacy-amendments {
position:absolute;
top:510px;
left:10px;
height:80px;
}
#privacy-return {
position:absolute;
top:620px;
left:10px;
height:300px;
}
.privacy-title {
width:150px;
font-size:14px;
text-align:left;
margin-left:5px;
float:left;
}
.privacy-text {
width: 550px;
float:right;
text-align:left;
margin-right:5px;
font-size:12px;

}
/*Video Page */
#video-page {
background:#ffffff url(images/video-testimonials.jpg);
width:752px;
height:740px;
}
#video-page-featured {
text-align:center;

}

.videos {
float:left;
height:170px;
text-align:center;
width:240px;
font-size:11px;
 color:#873b10;
}
.video-divider {
background-image:url(images/dividingLine.jpg);
height:5px;
width:712px;
text-align:center;

}
/*Store front */
#store-front {
background:#ffffff url(images/store-front-page.jpg) no-repeat;
position:relative;
top:-35px;
width:730px;
height:518px;
}
a.storefront-link {
position:absolute;
left:570px;
top:35px;
height:310px;
width:80px;
}
#store-front-text  {
color:#489674;
text-align:center;
font-size:14px;
position:absolute;
top:365px;
left:50px;
width:630px;
}
#storefront-footer {
position:absolute;
top:460px;
left:37px;

}

/*Category Page Custom Styles */
#cat-header {
position:relative;
text-align:center;
height: 145px;
width: 702px;
}



.cat-container-1 {
position:absolute;
top:0;
left:32px;
width:100px;
height:160px;
}
.cat-container-2 {
position:absolute;
top:0;
left:170px;
width:100px;
height:160px;
}
.cat-container-3 {
position:absolute;
top:0;
left:315px;
width:100px;
height:160px;
}
.cat-container-4 {
position:absolute;
top:175px;
left:32px;
width:100px;
height:150px;
}
.cat-container-5{
position:absolute;
top:175px;
left:170px;
width:100px;
height:150px;
}
.cat-container-6 {
position:absolute;
top:175px;
left:315px;
width:100px;
height:150px;
}
.cat-container-7 {
position:absolute;
top:365px;
left:32px;
width:100px;
height:150px;
}
.cat-container-8 {
position:absolute;
top:365px;
left:170px;
width:100px;
height:150px;
}
.cat-container-9 {
position:absolute;
top:365px;
left:315px;
width:100px;
height:150px;
}
.cat-container-10 {
position:absolute;
top:545px;
left:32px;
width:100px;
height:150px;
}
.cat-container-11 {
position:absolute;
top:545px;
left:170px;
width:100px;
height:150px;
}
.cat-container-12 {
position:absolute;
top:545px;
left:315px;
width:100px;
height:150px;
}
.cat-container-13 {
position:absolute;
top:730px;
left:32px;
width:100px;
height:150px;
}
.cat-container-14 {
position:absolute;
top:730px;
left:170px;
width:100px;
height:150px;
}
.cat-container-15 {
position:absolute;
top:730px;
left:315px;
width:100px;
height:150px;
}
.cat-container-16 {
position:absolute;
top:915px;
left:32px;
width:100px;
height:150px;
}
.cat-container-17 {
position:absolute;
top:915px;
left:170px;
width:100px;
height:150px;
}
.cat-container-18 {
position:absolute;
top:915px;
left:315px;
width:100px;
height:150px;
}
.cat-container-j1 {
position:absolute;
top:160px;
left:40px;
width:300px;
height:50px;
}
.cat-container-j2 {
position:absolute;
top:450px;
left:40px;
width:300px;
height:50px;
}
.cat-container-j3 {
position:absolute;
top:735px;
left:40px;
width:300px;
height:50px;
}
.cat-container-f1 {
position:absolute;
top:40px;
left:33px;
width:90px;
height:130px;
}
.cat-container-f2 {
position:absolute;
top:40px;
left:170px;
width:90px;
height:130px;
}
.cat-container-f3 {
position:absolute;
top:40px;
left:320px;
width:90px;
height:130px;
}
.cat-container-f4 {
position:absolute;
top:220px;
left:33px;
width:90px;
height:130px;
}
.cat-container-f5{
position:absolute;
top:220px;
left:170px;
width:90px;
height:130px;
}
.cat-container-f6 {
position:absolute;
top:220px;
left:320px;
width:90px;
height:130px;
}
.cat-container-f7 {
position:absolute;
top:400px;
left:33px;
width:90px;
height:130px;
}
.cat-container-f8 {
position:absolute;
top:400px;
left:175px;
width:90px;
height:130px;
}
.cat-container-f9 {
position:absolute;
top:400px;
left:320px;
width:90px;
height:130px;
}
.cat-container-h1 {
position:absolute;
top:0px;
left:35px;
width:150px;
height:250px;
}
.cat-container-h2 {
position:absolute;
top:0px;
left:220px;
width:150px;
height:250px;
}
.cat-container-h3 {
position:absolute;
top:290px;
left:35px;
width:150px;
height:250px;
}
.cat-container-h4 {
position:absolute;
top:290px;
left:220px;
width:150px;
height:250px;
}
.cat-container-h5 {
position:absolute;
top:570px;
left:35px;
width:150px;
height:250px;
}
.cat-container-m1 {
position:absolute;
top:0;
left:30px;
width:100px;
height:140px;
}
.cat-container-m2 {
position:absolute;
top:0;
left:165px;
width:100px;
height:150px;
}
.cat-container-m3 {
position:absolute;
top:0;
left:310px;
width:100px;
height:140px;
}
.cat-container-m4 {
position:absolute;
top:175px;
left:30px;
width:100px;
height:140px;
}
.cat-container-m5{
position:absolute;
top:175px;
left:165px;
width:100px;
height:140px;
}
.cat-container-m6 {
position:absolute;
top:175px;
left:310px;
width:100px;
height:140px;
}
.cat-container-m7 {
position:absolute;
top:355px;
left:30px;
width:100px;
height:140px;
}
.cat-container-m8 {
position:absolute;
top:355px;
left:165px;
width:100px;
height:140px;
}
.cat-container-m9 {
position:absolute;
top:355px;
left:310px;
width:100px;
height:140px;
}
.cat-container-m10 {
position:absolute;
top:525px;
left:30px;
width:100px;
height:140px;
}
.cat-container-g1 {
position:absolute;
top:10px;
left:10px;
width:150px;
height:250px;
}
.cat-container-g2 {
position:absolute;
top:10px;
left:200px;
width:150px;
height:250px;
}
.cat-container-g3 {
position:absolute;
top:305px;
left:10px;
width:150px;
height:250px;
}
.cat-container-g4 {
position:absolute;
top:305px;
left:200px;
width:150px;
height:250px;
}
.cat-container-g5 {
position:absolute;
top:590px;
left:10px;
width:150px;
height:250px;
}
.cat-container-g6 {
position:absolute;
top:590px;
left:200px;
width:150px;
height:250px;
}
.cat-text {
position:relative;
top:132px;

width:90px;
height:50px;
text-align:center;
}
.cat-text-jewelry {
position:relative;
top:10px;
width:330px;
height:50px;
text-align:center;
font-size:11pt;
}
.cat-text-mala {
position:relative;
top:126px;
text-align:center;
width:90px;
height:50px;
}
.cat-text-home {
position:relative;
top:210px;
text-align:center;
width:150px;
height:50px;
}
#cat-candles {
background-color: #4a6db4;
position:relative;
top:0px;
min-height:1270px;
width:732px;
margin-left:10px;
}
#cat-candles-images {
background:#4a6db4 url(images/candlebackground.jpg) no-repeat;
position:absolute;
width:420px;
height:1113px;
left:0;
top:150px;
}
#cat-candles-header {
background: #4a6db4 url(images/title_intention_candles.gif) no-repeat;
width:701px;
height:146px;
position:absolute;
top:0;
margin:0 auto;
}
#cat-candles-cream {
background: #4a6db4 url(images/cream-background-candles.gif) no-repeat;
position:relative;
width:309px;
height:349px;
left:420px;
top:0;
text-align:left;
}
.cat-brown {
width:270px;
padding:10px ;
color: #2d170c;
font-size:12px;

}
.cat-brown-candles {
width:270px;
padding:10px ;
color: #2d170c;
font-size:11px;
line-height:110%;
}

#cat-candles-info {
background: #4a6db4 url(images/information.gif) no-repeat;
width:309px;
height:426px;
position:absolute;
top:526px;
right:0;
}
.cat-white {
width:280px;
padding:10px ;
color: #ffffff;
font-size:12px;
line-height:110%;
}
.cat-white-home {
width:170px;
padding:50px 10px 10px 10px;
color: #ffffff;
font-size:10pt;
line-height:110%;
text-align:center;
}
#cat-jewelry {
background-color: #f5877c;
position:relative;
top:0px;
min-height:1000px;
width:732px;
margin-left:10px;
}
#cat-jewelry-cream {
background: #f5877c url(images/sideBarJewelry.gif) no-repeat;
width:308px;
height:523px;
position:relative;
top:0;
left:424px;
text-align:left;
}

#cat-jewelry-images {
background:#f5877c url(images/chakrabackground.jpg) no-repeat;
width:420px;
height:800px;
position:absolute;
left:0;
top:150px;
}
#cat-jewelry-info {
background: #f5877c url(images/quotebox.gif) no-repeat;
width:308px;
height:287px;
position:absolute;
top:670px;
right:0;
}

#cat-malas {
background-color: #ad798e;
position:relative;
top:0px;
min-height:1200px;
width:732px;
margin-left:10px;
}
#cat-mala-images {
background: #ad798e url(images/malabackground.jpg) no-repeat;
width:732px;
height:724px;
position:absolute;
left:0;
top:160px;
}
#cat-mala-cream {
width:308px;
height:523px;
position:absolute;
top:0;
left:420px;
text-align:left;
}
#cat-mala-info {
width:308px;
height:287px;
position:absolute;
top:560px;
left:210px;
}

#cat-home {
background-color: #f9bc15;
position:relative;
top:0px;
min-height:1200px;
width:732px;
margin-left:10px;
}
#cat-home-images {
background: #f9bc15 url(images/homebackground.jpg) no-repeat;
position:absolute;
top:150px;

width:732px;
height:864px;
}
#cat-home-cream {
width:308px;
height:523px;
position:absolute;
top:0;
left:424px;
text-align:left;
}
#cat-home-info {
width:300px;
height:287px;
position:absolute;
top:640px;
left:300px;
}
#cat-home-box {
background:#f9bc15 url(images/boxImage.gif) no-repeat;
width:504px;
height:288px;
position:absolute;
top:560px;
left:225px;

}
#cat-bracelets {
background-color: #bee3e8;
position:relative;
top:0px;
min-height:1200px;
width:732px;
margin-left:10px;
}
#cat-bracelets-images {
background: #bee3e8 url(images/GratitudeBraceletsImages.gif) no-repeat;
position:absolute;
top:150px;
left:10px;
width:400px;
height:858px;

}
#cat-bracelets-cream {
background:#bee3e8 url(images/GratitudeBraceletsSidebar.gif) no-repeat;
width:308px;
height:496px;
position:relative;
top:0;
left:424px;
text-align:left;
}
#cat-bracelets-info {
background: #bee3e8 url(images/GratitudeBraceletsbag.gif) no-repeat;
width:308px;
height:369px;
position:absolute;
top:500px;
left:404px;
}
#cat-fluid {
background-color:#89a045;
position:relative;
top:0px;
min-height:1100px;
width:732px;
margin-left:10px;
}
#cat-fluid-images {
background: #89a045 url(images/fluidbackground.jpg) no-repeat;
position:absolute;
height:633px;
width:420px;
left:0;
top:150px;
}

#cat-fluid-cream {
background: #89a045 url(images/sideBar1.gif) no-repeat;
width:310px;
height:530px;
position:relative;
top:0;
left:422px;
text-align:left;
}

#cat-fluid-info {
background: #89a045 url(images/brown-bottom.jpg) no-repeat;
width:719px;
height:297px;
position:absolute;
left:0;
bottom:10px;

}
.cat-fluid-text {
color:#ffffff;
position:absolute;
top:100px;
left:100px;
font-size: 12pt;
}
#cat-gift-sets {
background: #000000 url(images/gift-sets.jpg) no-repeat;
width:752px;
height:1912px;
position:relative;
top:0px;
left:0;
margin-left:10px;
}


 a.cat-link {
   text-decoration:none;
   color:#873b10;
   
   
   }

.cat-gs-text {
position:relative;
top:205px;
color:#ffffff;
width:90px;
height:50px;
text-align:center;
}
.cat-gs-text-7 {
position:relative;
top:180px;
color:#ffffff;
width:200px;
height:100px;
text-align:left;
font-size:9pt;
margin-left:10px;
}
.cat-gs-text-72 {
position:relative;
left:20px;
}
.cat-gs-text-73 {
position:relative;
left:40px;
}
.cat-gs-text-74 {
position:relative;
left:60px;
}
.cat-gs-cwc-text {
position:relative;
top:50px;
color:#ffffff;
font-size:10pt;
width:400px;
height:300px;

}
.cat-gs-cwc-text-2 {
position:relative;
left:30px;

}
#in-the-news {
background: #000000 url(images/IntheNews.jpg) no-repeat;
width:752px;
height:1500px;
position:relative;
left:10px;
top:0px;
}
.news-container-1 {
position:absolute;
top:160px;
left:40px;
height:310px;
width:200px;
}
a.news-link-1:link, a.news-link-1:visited {
position:absolute;
top:160px;
left:40px;
height:310px;
width:200px;
}
a.news-link-2:link, a.news-link-2:visited {
position:absolute;
top:160px;
left:280px;
height:310px;
width:200px;
}
a.news-link-3:link, a.news-link-3:visited {
position:absolute;
top:160px;
left:530px;
height:310px;
width:200px;

}
a.news-link-4:link, a.news-link-4:visited {
position:absolute;
top:500px;
left:40px;
height:310px;
width:200px;
}
a.news-link-5:link, a.news-link-5:visited {
position:absolute;
top:500px;
left:280px;
height:310px;
width:200px;
}
a.news-link-6:link, a.news-link-6:visited {
position:absolute;
top:500px;
left:530px;
height:310px;
width:200px;

}
a.news-link-7:link, a.news-link-7:visited {
position:absolute;
top:850px;
left:40px;
height:310px;
width:200px;
}
a.news-link-8:link, a.news-link-8:visited {
position:absolute;
top:850px;
left:280px;
height:310px;
width:200px;
}
a.news-link-9:link, a.news-link-9:visited {
position:absolute;
top:850px;
left:530px;
height:310px;
width:200px;

}
a.news-link-10:link, a.news-link-10:visited {
position:absolute;
top:1190px;
left:40px;
height:310px;
width:200px;
}
a.news-link-11:link, a.news-link-11:visited {
position:absolute;
top:1190px;
left:280px;
height:310px;
width:200px;
}
a.news-link-12:link, a.news-link-12:visited {
position:absolute;
top:1190px;
left:530px;
height:310px;
width:200px;
}
#press-releases {
background:#ffffff url(images/pressreleasebackground.jpg) no-repeat;
width:752px;
height:1500px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.pr-container-1 {
position:absolute;
left:35px;
top:175px;
width:141px;
height:312px;
}
.pr-container-2 {
position:absolute;
left:210px;
top:175px;
width:141px;
height:312px;
}

.pr-container-3 {
position:absolute;
left:390px;
top:175px;
width:141px;
height:312px;
}

.pr-container-4 {
position:absolute;
left:560px;
top:175px;
width:141px;
height:312px;
}
.pr-container-5 {
position:absolute;
left:35px;
top:525px;
width:141px;
height:312px;
}
.pr-container-6 {
position:absolute;
left:210px;
top:525px;
width:141px;
height:312px;
}

.pr-container-7 {
position:absolute;
left:390px;
top:525px;
width:141px;
height:312px;
}

.pr-container-8 {
position:absolute;
left:560px;
top:525px;
width:141px;
height:312px;
}
.pr-container-9 {
position:absolute;
left:33px;
top:870px;
width:141px;
height:312px;
}
.pr-large-container {
position:absolute;
left:230px;
top:870px;
width:400px;
height:300px;

}
.pr-large-text {
position:relative;
top:45px;
left:35px;
color:#ffffff;
text-align:left;
width:400px;
height:300px;
font-size:11px;

}


.pr-text {
position:relative;
top:215px;
left:30px;
width:95px;
height:84px;
text-align:center;
}
#product-sheets {
background: #000000 url(images/ProductSheetsBackground.jpg) no-repeat;
height:1500px;
width:752px;
top:0px;
left:10px;
position:relative;
}
a.sheet-1:link, a.sheet-1:visited {
position:absolute;
top:400px;
left:60px;
height:100px;
width:150px;

}
a.sheet-2:link, a.sheet-2:visited {
position:absolute;
top:400px;
left:310px;
height:100px;
width:150px;

}
a.sheet-3:link, a.sheet-3:visited {
position:absolute;
top:400px;
left:560px;
height:100px;
width:150px;

}
a.sheet-4:link, a.sheet-4:visited {
position:absolute;
top:750px;
left:60px;
height:100px;
width:150px;

}
a.sheet-5:link, a.sheet-5:visited {
position:absolute;
top:750px;
left:310px;
height:100px;
width:150px;

}
a.sheet-6:link, a.sheet-6:visited {
position:absolute;
top:750px;
left:560px;
height:100px;
width:150px;

}
a.sheet-7:link, a.sheet-7:visited {
position:absolute;
top:1100px;
left:60px;
height:100px;
width:150px;

}
#testimonials {
background-color:#bde3e7;
height:1500px;
width:752px;
position:relative;
top:0px;
left:10px;
}
#testimonial-header {
background:#bde3e7 url(images/testimonialTitle.gif) no-repeat;
position:relative;
top:0;
left:25px;
width:713px;
height:144px;
}
#testimonial-intro {
background:#bde3e7 url(images/longbox.gif) no-repeat;
position:relative;
width:713px;
height:99px;
text-align:left;
color:#000000;
left:27px;
}
.testimonial-intro-text {
position:relative;
top:25px;
left:35px;
height:50px;
width:600px;
}
.testimonial-container-1 {
position:absolute;
top:242px;
left:26px;
height:366px;
width:344px;
}
.testimonial-container-2 {
position:absolute;
top:242px;
left:386px;
height:366px;
width:344px;
}
.testimonial-container-3 {
position:absolute;
top:610px;
left:26px;
height:366px;
width:344px;
}
.testimonial-container-4 {
position:absolute;
top:610px;
left:386px;
height:366px;
width:344px;
}
.testimonial-container-5 {
position:absolute;
top:610px;
left:386px;
height:366px;
width:344px;
}
.testimonial-container-6 {
position:absolute;
top:610px;
left:386px;
height:366px;
width:344px;
}
.testimonial-container-7 {
position:absolute;
top:610px;
left:386px;
height:366px;
width:344px;
}
.testimonial-container-8 {
position:absolute;
top:610px;
left:386px;
height:366px;
width:344px;
}
.testimonial-box {
background:#bde3e7 url(images/testimonialBox.gif) no-repeat;
position:relative;
height:366px;
width:344px;
}
.testimonial-text {
position:absolute;
width:265px;
height:320px;
font-size:7pt;
margin:30px 10px 10px 25px;

}
img.testimonial-image {
float:right;
clear:right;
margin-left:4px;
height:123px;
width:85px;
}


#gb-meditations {
background:#ffffff url(images/gbmeditations.jpg) no-repeat;
width:752px;
height:1590px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.gb-container-1 {
position:absolute;
left:75px;
top:275px;
width:250px;
height:250px;
color:#000000;
font-size:12px;
}
.gb-container-2 {
position:absolute;
left:435px;
top:275px;
width:250px;
height:250px;
color:#000000;
font-size:12px;
}

.gb-container-3 {
position:absolute;
left:75px;
top:720px;
width:250px;
height:250px;
color:#000000;
font-size:12px;
}

.gb-container-4 {
position:absolute;
left:435px;
top:725px;
width:250px;
height:250px;
color:#000000;
font-size:12px;
}
.gb-container-5 {
position:absolute;
left:75px;
top:1165px;
width:250px;
height:250px;
color:#000000;
font-size:12px;
}
.gb-container-6 {
position:absolute;
left:440px;
top:1165px;
width:250px;
height:250px;
color:#000000;
font-size:12px;
}


a.gb-link:link, a.gb-link:visited {
position:absolute;
top:255px;
left:50px;
width:150px;
height:30px;
color:#000;
font-size:14px;
text-align:center;
}


#podcasts {
background:#ffffff url(images/podcast-page.jpg) no-repeat;
width:752px;
height:2088px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
a.pod-link-1:link, a.pod-link-1:visited {
position:absolute;
left:200px;
top:675px;
width:150px;
height:25px;
}
a.pod-link-2:link, a.pod-link-2:visited {
position:absolute;
left:567px;
top:675px;
width:150px;
height:25px;
}

a.pod-link-3:link, a.pod-link-3:visited {
position:absolute;
left:200px;
top:930px;
width:150px;
height:25px;
}

a.pod-link-4:link, a.pod-link-4:visited {
position:absolute;
left:567px;
top:930px;
width:150px;
height:25px;
}
a.pod-link-5:link, a.pod-link-5:visited {
position:absolute;
left:200px;
top:1192px;
width:150px;
height:25px;
}
a.pod-link-6:link, a.pod-link-6:visited {
position:absolute;
left:564px;
top:1192px;
width:150px;
height:25px;
}

a.pod-link-7:link, a.pod-link-7:visited {
position:absolute;
left:200px;
top:1448px;
width:150px;
height:25px;
}
a.pod-link-8:link, a.pod-link-8:visited {
position:absolute;
left:567px;
top:1448px;
width:150px;
height:25px;
}
a.pod-link-9:link, a.pod-link-9:visited {
position:absolute;
left:200px;
top:1700px;
width:150px;
height:25px;
}
a.pod-link-10:link, a.pod-link-10:visited {
position:absolute;
left:564px;
top:1700px;
width:150px;
height:25px;
}
a.pod-link-11:link, a.pod-link-11:visited {
position:absolute;
left:373px;
top:1970px;
width:150px;
height:25px;
}


#cvj-articles {
background:#ffffff url(images/cvj-articles.jpg) no-repeat;
width:752px;
height:1365px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.cvj-container-1 {
position:absolute;
left:98px;
top:303px;
width:560px;
height:275px;
color:#000000;
font-size:14px;
}
.cvj-container-2 {
position:absolute;
left:100px;
top:573px;
width:575px;
height:250px;
color:#000000;
font-size:14px;
}

.cvj-container-3 {
position:absolute;
left:98px;
top:836px;
width:575px;
height:250px;
color:#000000;
font-size:14px;
}

.cvj-container-4 {
position:absolute;
left:98px;
top:1101px;
width:575px;
height:250px;
color:#000000;
font-size:14px;
}

a.cvj-link:link, a.cvj-link:visited {
position:absolute;
top:170px;
left:125px;
width:150px;
height:30px;
color:#000000;
font-size:13px;
text-align:right;
}

#articles2 {
background:#ffffff url(images/Articles2.jpg) no-repeat;
width:752px;
height:1607px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.art2-container-1 {
position:absolute;
left:90px;
top:306px;
width:440px;
height:275px;
color:#000000;
font-size:14px;
}
.art2-container-2 {
position:absolute;
left:225px;
top:571px;
width:440px;
height:250px;
color:#000000;
font-size:14px;
}

.art2-container-3 {
position:absolute;
left:91px;
top:836px;
width:440px;
height:250px;
color:#000000;
font-size:14px;
}

.art2-container-4 {
position:absolute;
left:229px;
top:1100px;
width:440px;
height:250px;
color:#000000;
font-size:14px;
}

.art2-container-5 {
position:absolute;
left:93px;
top:1367px;
width:480px;
height:250px;
color:#000000;
font-size:14px;
}

a.art2-link:link, a.art2-link:visited {
position:absolute;
top:170px;
left:125px;
width:150px;
height:30px;
color:#000000;
font-size:14px;
text-align:center;
}

#candle-articles {
background:#ffffff url(images/candle-articles.jpg) no-repeat;
width:752px;
height:1607px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.can-container-1 {
position:absolute;
left:96px;
top:306px;
width:560px;
height:275px;
color:#000000;
font-size:10pt;
}
.can-container-2 {
position:absolute;
left:100px;
top:574px;
width:560px;
height:225px;
color:#000000;
font-size:10pt;
}

.can-container-3 {
position:absolute;
left:99px;
top:838px;
width:560px;
height:250px;
color:#000000;
font-size:10pt;
}

.can-container-4 {
position:absolute;
left:100px;
top:1103px;
width:560px;
height:250px;
color:#000000;
font-size:10pt;
}

.can-container-5 {
position:absolute;
left:100px;
top:1370px;
width:560px;
height:250px;
color:#000000;
font-size:10pt;
}

a.can-link:link, a.can-link:visited {
position:absolute;
top:170px;
left:125px;
width:150px;
height:30px;
color:#000000;
font-size:10pt;
text-align:center;
}

#gb-articles {
background:#ffffff url(images/gb-articles.jpg) no-repeat;
width:752px;
height:602px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.gba-container-1 {
position:absolute;
left:96px;
top:306px;
width:560px;
height:275px;
color:#000000;
font-size:14px;
}

a.gba-link:link, a.gba-link:visited {
position:absolute;
top:170px;
left:125px;
width:150px;
height:30px;
color:#000000;
font-size:14px;
text-align:center;
}

#other-articles {
background:#ffffff url(images/other-articles.gif) no-repeat;
width:752px;
height:2607px;
position:relative;
top:0px;
left:10px;
color:#ffffff;
}
.other-container-1 {
position:absolute;
left:73px;
top:253px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}
.other-container-2 {
position:absolute;
left:451px;
top:255px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-3 {
position:absolute;
left:72px;
top:545px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-4 {
position:absolute;
left:453px;
top:552px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-5 {
position:absolute;
left:72px;
top:840px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-6 {
position:absolute;
left:451px;
top:840px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}
.other-container-7 {
position:absolute;
left:73px;
top:1137px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-8 {
position:absolute;
left:453px;
top:1135px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-9 {
position:absolute;
left:71px;
top:1440px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-10 {
position:absolute;
left:455px;
top:1435px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-11 {
position:absolute;
left:74px;
top:1732px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-12 {
position:absolute;
left:459px;
top:1728px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-13 {
position:absolute;
left:74px;
top:2035px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-14 {
position:absolute;
left:459px;
top:2035px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-15 {
position:absolute;
left:74px;
top:2342px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

.other-container-16 {
position:absolute;
left:459px;
top:2342px;
width:225px;
height:225px;
color:#000000;
font-size:13px;
}

a.other-link:link, a.other-link:visited {
position:absolute;
top:170px;
left:125px;
width:150px;
height:30px;
color:#000000;
font-size:12px;
text-align:center;
}

#newsletter-archs {
background: #000000 url(images/newsletter-archs.jpg) no-repeat;
width:752px;
height:2126px;
position:relative;
left:10px;
top:0px;
}
a.archs-link-1:link, a.archs-link-1:visited {
position:absolute;
top:160px;
left:40px;
height:310px;
width:200px;
}
a.archs-link-2:link, a.archs-link-2:visited {
position:absolute;
top:160px;
left:530px;
height:310px;
width:200px;
}
a.archs-link-3:link, a.archs-link-3:visited {
position:absolute;
top:500px;
left:40px;
height:310px;
width:200px;

}
a.archs-link-4:link, a.archs-link-4:visited {
position:absolute;
top:500px;
left:530px;
height:310px;
width:200px;
}
a.archs-link-5:link, a.archs-link-5:visited {
position:absolute;
top:850px;
left:40px;
height:310px;
width:200px;
}
a.archs-link-6:link, a.archs-link-6:visited {
position:absolute;
top:850px;
left:530px;
height:310px;
width:200px;

}
a.archs-link-7:link, a.archs-link-7:visited {
position:absolute;
top:1190px;
left:40px;
height:310px;
width:200px;
}
a.archs-link-8:link, a.archs-link-8:visited {
position:absolute;
top:1190px;
left:530px;
height:310px;
width:200px;
}
a.archs-link-9:link, a.archs-link-9:visited {
position:absolute;
top:1530px;
left:40px;
height:310px;
width:200px;

}
a.archs-link-10:link, a.archs-link-10:visited {
position:absolute;
top:1530px;
left:530px;
height:310px;
width:200px;
}
a.archs-link-11:link, a.archs-link-11:visited {
position:absolute;
top:1870px;
left:40px;
height:310px;
width:200px;
}
a.archs-link-12:link, a.archs-link-12:visited {
position:absolute;
top:1870px;
left:530px;
height:310px;
width:200px;
}

#products2download {
background:#ffffff url(images/ProductstoDownload.jpg) no-repeat;
width:752px;
height:1564px;
position:relative;
top:0px;
left:0px;
color:#ffffff;
}

a.p2d-link-1:link, a.p2d-link-1:visited {
position:absolute;
top:585px;
left:70px;
width:230px;
height:340px;
}
a.p2d-link-2:link, a.p2d-link-2:visited {
position:absolute;
top:585px;
left:450px;
width:230px;
height:340px;
}
a.p2d-link-3:link, a.p2d-link-3:visited {
position:absolute;
top:965px;
left:70px;
width:230px;
height:340px;
}
a.p2d-link-4:link, a.p2d-link-4:visited {
position:absolute;
top:965px;
left:450px;
width:230px;
height:340px;
}
a.p2d-link-5:link, a.p2d-link-5:visited {
position:absolute;
top:200px;
left:260px;
width:230px;
height:340px;
}

#twelvesteps {
background: #000000 url(images/twelvesteps.jpg) no-repeat;
width:752px;
height:1512px;
position:relative;
left:0px;
top:0px;
}
a.steps-link-1:link, a.steps-link-1:visited {
position:absolute;
top:960px;
left:500px;
height:75px;
width:200px;
}
a.steps-link-2:link, a.steps-link-2:visited {
position:absolute;
top:1140px;
left:500px;
height:75px;
width:200px;
}
a.steps-link-3:link, a.steps-link-3:visited {
position:absolute;
top:1300px;
left:500px;
height:75px;
width:200px;
}

#tarotdownloads {
background: #000000 url(images/TarotDownloads.jpg) no-repeat;
width:752px;
height:1512px;
position:relative;
left:0px;
top:0px;
}
a.tarot-link-1:link, a.tarot-link-1:visited {
position:absolute;
top:1060px;
left:500px;
height:75px;
width:200px;
}
a.tarot-link-2:link, a.tarot-link-2:visited {
position:absolute;
top:1220px;
left:500px;
height:75px;
width:200px;
}
a.tarot-link-3:link, a.tarot-link-3:visited {
position:absolute;
top:1390px;
left:500px;
height:75px;
width:200px;
}

#fe-meditations {
background:#ffffff url(images/fe-meditations.jpg) no-repeat;
width:752px;
height:1819px;
position:relative;
top:0px;
left:0px;
color:#ffffff;
}
.fe-container-1 {
position:absolute;
left:105px;
top:295px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.fe-container-2 {
position:absolute;
left:475px;
top:295px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}

.fe-container-3 {
position:absolute;
left:105px;
top:675px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}

.fe-container-4 {
position:absolute;
left:475px;
top:675px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.fe-container-5 {
position:absolute;
left:105px;
top:1050px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.fe-container-6 {
position:absolute;
left:475px;
top:1050px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.fe-container-7 {
position:absolute;
left:105px;
top:1425px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.fe-container-8 {
position:absolute;
left:475px;
top:1425px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}

a.fe-link:link, a.fe-link:visited {
position:absolute;
top:240px;
left:10px;
width:150px;
height:30px;
color:#000;
font-size:14px;
text-align:center;
}

#malas-meditations {
background:#ffffff url(images/Mala-Meditations.jpg) no-repeat;
width:752px;
height:2197px;
position:relative;
top:0px;
left:0px;
color:#ffffff;
}
.malas-container-1 {
position:absolute;
left:105px;
top:295px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-2 {
position:absolute;
left:475px;
top:295px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}

.malas-container-3 {
position:absolute;
left:105px;
top:680px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}

.malas-container-4 {
position:absolute;
left:478px;
top:680px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-5 {
position:absolute;
left:107px;
top:1055px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-6 {
position:absolute;
left:478px;
top:1055px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-7 {
position:absolute;
left:107px;
top:1430px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-8 {
position:absolute;
left:480px;
top:1430px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-9 {
position:absolute;
left:105px;
top:1810px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}
.malas-container-10 {
position:absolute;
left:478px;
top:1810px;
width:180px;
height:250px;
color:#000000;
font-size:13px;
}

a.malas-link:link, a.malas-link:visited {
position:absolute;
top:235px;
left:10px;
width:150px;
height:30px;
color:#000;
font-size:14px;
text-align:center;
}

#candle-meditations {
background:#ffffff url(images/candle-meditations.jpg) no-repeat;
width:752px;
height:2261px;
position:relative;
top:0px;
left:0px;
color:#ffffff;
}
.candle-container-1 {
position:absolute;
left:65px;
top:307px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-2 {
position:absolute;
left:315px;
top:307px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}

.candle-container-3 {
position:absolute;
left:557px;
top:307px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}

.candle-container-4 {
position:absolute;
left:65px;
top:625px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-5 {
position:absolute;
left:315px;
top:625px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-6 {
position:absolute;
left:557px;
top:625px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-7 {
position:absolute;
left:65px;
top:943px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-8 {
position:absolute;
left:315px;
top:943px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-9 {
position:absolute;
left:557px;
top:943px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-10 {
position:absolute;
left:65px;
top:1261px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-11 {
position:absolute;
left:315px;
top:1261px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-12 {
position:absolute;
left:557px;
top:1261px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-13 {
position:absolute;
left:65px;
top:1579px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-14 {
position:absolute;
left:315px;
top:1579px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-15 {
position:absolute;
left:557px;
top:1579px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-16 {
position:absolute;
left:65px;
top:1900px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}
.candle-container-17 {
position:absolute;
left:557px;
top:1900px;
width:125px;
height:130px;
color:#000000;
font-size:12px;
}

a.candle-link:link, a.candle-link:visited {
position:absolute;
top:215px;
left:0px;
width:150px;
height:30px;
color:#000000;
font-size:14px;
text-align:center;
}



#cvh-meditations {
background:#ffffff url(images/Home-Meditations.jpg) no-repeat;
width:752px;
height:1830px;
position:relative;
top:0px;
left:0px;
color:#ffffff;
}
.cvh-container-1 {
position:absolute;
left:75px;
top:307px;
width:250px;
height:250px;
color:#000000;
font-size:14px;
}
.cvh-container-2 {
position:absolute;
left:435px;
top:307px;
width:250px;
height:250px;
color:#000000;
font-size:14px;
}

.cvh-container-3 {
position:absolute;
left:75px;
top:830px;
width:250px;
height:250px;
color:#000000;
font-size:14px;
}

.cvh-container-4 {
position:absolute;
left:435px;
top:830px;
width:250px;
height:250px;
color:#000000;
font-size:14px;
}
.cvh-container-5 {
position:absolute;
left:75px;
top:1365px;
width:250px;
height:250px;
color:#000000;
font-size:14px;
}

a.cvh-link:link, a.cvh-link:visited {
position:absolute;
top:315px;
left:50px;
width:150px;
height:30px;
color:#000;
font-size:16px;
text-align:center;
}

#storefront2 {
background: #ffffff url(images/Storefront_new.jpg) no-repeat;
width:752px;
height:500px;
position:relative;
left:0px;
top:0px;
}
a.storefront2-link-1:link, a.storefront2-link-1:visited {
position:absolute;
top:10px;
left:10px;
height:210px;
width:180px;
}
a.storefront2-link-2:link, a.storefront2-link-2:visited {
position:absolute;
top:10px;
left:195px;
height:210px;
width:180px;
}
a.storefront2-link-3:link, a.storefront2-link-3:visited {
position:absolute;
top:10px;
left:380px;
height:210px;
width:175px;
}
a.storefront2-link-4:link, a.storefront2-link-4:visited {
position:absolute;
top:10px;
left:560px;
height:210px;
width:175px;
}
a.storefront2-link-5:link, a.storefront2-link-5:visited {
position:absolute;
top:240px;
left:10px;
height:220px;
width:175px;
}
a.storefront2-link-6:link, a.storefront2-link-6:visited {
position:absolute;
top:240px;
left:195px;
height:220px;
width:177px;
}
a.storefront2-link-7:link, a.storefront2-link-7:visited {
position:absolute;
top:240px;
left:380px;
height:220px;
width:175px;
}
a.storefront2-link-8:link, a.storefront2-link-8:visited {
position:absolute;
top:240px;
left:560px;
height:220px;
width:175px;
}

#cwcspecoffers {
background:#ffffff url(images/cwcspecoffers.jpg) no-repeat;
width:752px;
height:1856px;
position:relative;
top:0px;
left:0px;
color:#ffffff;
}
.spec-container-1 {
position:absolute;
left:227px;
top:320px;
width:450px;
height:250px;
color:#000000;
font-size:18px;
}
a.spec-link-1:link, a.spec-link-1:visited {
position:absolute;
top:440px;
left:80px;
width:100px;
height:35px;
}
a.spec-link-2:link, a.spec-link-2:visited {
position:absolute;
top:440px;
left:550px;
width:150px;
height:35px;
}
.spec-container-2 {
position:absolute;
left:230px;
top:580px;
width:425px;
height:250px;
color:#000000;
font-size:18px;
}
a.spec-link-3:link, a.spec-link-3:visited {
position:absolute;
top:700px;
left:80px;
width:100px;
height:35px;
}
a.spec-link-4:link, a.spec-link-4:visited {
position:absolute;
top:700px;
left:550px;
width:150px;
height:35px;
}
.spec-container-3 {
position:absolute;
left:265px;
top:845px;
width:450px;
height:250px;
color:#000000;
font-size:18px;
}
a.spec-link-5:link, a.spec-link-5:visited {
position:absolute;
top:970px;
left:80px;
width:100px;
height:35px;
}
a.spec-link-6:link, a.spec-link-6:visited {
position:absolute;
top:970px;
left:550px;
width:150px;
height:35px;
}
.spec-container-4 {
position:absolute;
left:235px;
top:1110px;
width:450px;
height:250px;
color:#000000;
font-size:18px;
}
a.spec-link-7:link, a.spec-link-7:visited {
position:absolute;
top:1230px;
left:80px;
width:100px;
height:35px;
}
a.spec-link-8:link, a.spec-link-8:visited {
position:absolute;
top:1230px;
left:550px;
width:150px;
height:35px;
}
.spec-container-5 {
position:absolute;
left:255px;
top:1380px;
width:420px;
height:250px;
color:#000000;
font-size:18px;
}

.spec-container-6 {
position:absolute;
left:300px;
top:1650px;
width:420px;
height:250px;
color:#000000;
font-size:24px;
}

a.spec-link-9:link, a.spec-link-9:visited {
position:absolute;
top:150px;
left:250px;
width:450px;
height:75px;
}

a.spec-link-10:link, a.spec-link-10:visited {
position:absolute;
top:1500px;
left:550px;
width:150px;
height:35px;
}

a.spec-link-11:link, a.spec-link-11:visited {
position:absolute;
top:1765px;
left:550px;
width:150px;
height:35px;
}

#storefront_jan {
background: #ffffff url(images/Storefront_january.jpg) no-repeat;
width:752px;
height:500px;
position:relative;
left:0px;
top:0px;
}
a.storefrontjan-link-1:link, a.storefrontjan-link-1:visited {
position:absolute;
top:10px;
left:10px;
height:210px;
width:180px;
}
a.storefrontjan-link-2:link, a.storefrontjan-link-2:visited {
position:absolute;
top:10px;
left:195px;
height:210px;
width:180px;
}
a.storefrontjan-link-3:link, a.storefrontjan-link-3:visited {
position:absolute;
top:10px;
left:380px;
height:210px;
width:175px;
}
a.storefrontjan-link-4:link, a.storefrontjan-link-4:visited {
position:absolute;
top:10px;
left:560px;
height:210px;
width:175px;
}
a.storefrontjan-link-5:link, a.storefrontjan-link-5:visited {
position:absolute;
top:240px;
left:10px;
height:220px;
width:175px;
}
a.storefrontjan-link-6:link, a.storefrontjan-link-6:visited {
position:absolute;
top:240px;
left:195px;
height:220px;
width:177px;
}
a.storefrontjan-link-7:link, a.storefrontjan-link-7:visited {
position:absolute;
top:240px;
left:380px;
height:220px;
width:175px;
}
a.storefrontjan-link-8:link, a.storefrontjan-link-8:visited {
position:absolute;
top:240px;
left:560px;
height:220px;
width:175px;
}

#teleseminar-podcasts {
background: #000000 url(images/teleseminar.jpg) no-repeat;
width:752px;
height:1174px;
position:relative;
left:0px;
top:0px;
}
a.teles-link-1:link, a.teles-link-1:visited {
position:absolute;
top:325px;
left:75px;
height:115px;
width:600px;
}
a.teles-link-2:link, a.teles-link-2:visited {
position:absolute;
top:460px;
left:75px;
height:115px;
width:600px;
}
a.teles-link-3:link, a.teles-link-3:visited {
position:absolute;
top:600px;
left:75px;
height:115px;
width:600px;
}
a.teles-link-4:link, a.teles-link-4:visited {
position:absolute;
top:795px;
left:50px;
height:215px;
width:670px;
}

#testimonials2 {
background: #000000 url(images/Testimonials-Page2.jpg) no-repeat;
width:752px;
height:1940px;
position:relative;
left:10px;
top:0px;
}
a.testimonials2-link-1:link, a.testimonials2-link-1:visited {
position:absolute;
top:240px;
left:75px;
height:30px;
width:250px;
}
a.testimonials2-link-2:link, a.testimonials2-link-2:visited {
position:absolute;
top:240px;
left:450px;
height:30px;
width:250px;
}
a.testimonials2-link-3:link, a.testimonials2-link-3:visited {
position:absolute;
top:675px;
left:55px;
height:30px;
width:270px;

}
a.testimonials2-link-4:link, a.testimonials2-link-4:visited {
position:absolute;
top:675px;
left:430px;
height:30px;
width:280px;
}
a.testimonials2-link-5:link, a.testimonials2-link-5:visited {
position:absolute;
top:1090px;
left:25px;
height:30px;
width:310px;
}
a.testimonials2-link-6:link, a.testimonials2-link-6:visited {
position:absolute;
top:1090px;
left:450px;
height:30px;
width:250px;

}
a.testimonials2-link-7:link, a.testimonials2-link-7:visited {
position:absolute;
top:1505px;
left:85px;
height:30px;
width:250px;
}
a.testimonials2-link-8:link, a.testimonials2-link-8:visited {
position:absolute;
top:1505px;
left:445px;
height:30px;
width:220px;
}
a.testimonials2-link-9:link, a.testimonials2-link-9:visited {
position:absolute;
top:130px;
left:130px;
height:85px;
width:110px;
}

#spell-kits {
background: #000000 url(images/spell-kits.jpg) no-repeat;
width:752px;
height:1350px;
position:relative;
left:10px;
top:0px;
}
.spell-intro {
position:absolute;
top:160px;
left:50px;
width:650px;
height:80px;
font-size:14px;
}
.spell-container-1 {
position:absolute;
left:220px;
top:310px;
width:500px;
height:175px;
color:#000000;
font-size:12px;
}
a.spellkit-1:link, a.spellkit-1:visited {
position:absolute;
top:431px;
left:75px;
width:135px;
height:100px;
}

a.spellkit-2:link, a.spellkit-2:visited {
position:absolute;
top:606px;
left:75px;
width:135px;
height:100px;
}

a.spellkit-3:link, a.spellkit-3:visited {
position:absolute;
top:787px;
left:75px;
width:135px;
height:100px;
}

a.spellkit-4:link, a.spellkit-4:visited {
position:absolute;
top:977px;
left:75px;
width:310px;
height:110px;
}

.spellkit-love {
position:absolute;
top:700px;
left:80px;
width:100px;
height:35px;
}

#march-poms {
background: #000000 url(images/pom_march.jpg) no-repeat;
width:752px;
height:1793px;
position:relative;
left:0px;
top:0px;
}
a.poms-link-1:link, a.poms-link-1:visited {
position:absolute;
top:405px;
left:0px;
height:167px;
width:175px;
}
a.poms-link-2:link, a.poms-link-2:visited {
position:absolute;
top:574px;
left:0px;
height:162px;
width:175px;
}
a.poms-link-3:link, a.poms-link-3:visited {
position:absolute;
top:748px;
left:0px;
height:177px;
width:175px;
}
a.poms-link-4:link, a.poms-link-4:visited {
position:absolute;
top:902px;
left:0px;
height:177px;
width:175px;
}
a.poms-link-5:link, a.poms-link-5:visited {
position:absolute;
top:1081px;
left:0px;
height:182px;
width:175px;
}
a.poms-link-6:link, a.poms-link-6:visited {
position:absolute;
top:1253px;
left:0px;
height:177px;
width:175px;
}
a.poms-link-7:link, a.poms-link-7:visited {
position:absolute;
top:1418px;
left:0px;
height:187px;
width:175px;
}
a.poms-link-8:link, a.poms-link-8:visited {
position:absolute;
top:1603px;
left:0px;
height:180px;
width:175px;
}
a.poms-link-9:link, a.poms-link-9:visited {
position:absolute;
top:442px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-10:link, a.poms-link-10:visited {
position:absolute;
top:610px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-11:link, a.poms-link-11:visited {
position:absolute;
top:790px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-12:link, a.poms-link-12:visited {
position:absolute;
top:955px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-13:link, a.poms-link-13:visited {
position:absolute;
top:1125px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-14:link, a.poms-link-14:visited {
position:absolute;
top:1300px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-15:link, a.poms-link-15:visited {
position:absolute;
top:1472px;
left:580px;
height:85px;
width:175px;
}
a.poms-link-16:link, a.poms-link-16:visited {
position:absolute;
top:1655px;
left:580px;
height:85px;
width:175px;
}

#dogstars {
background: #000000 url(images/Dog-Stars.jpg) no-repeat;
width:752px;
height:2160px;
position:relative;
left:0px;
top:0px;
}
a.dog-link-1:link, a.dog-link-1:visited {
position:absolute;
top:260px;
left:0px;
height:155px;
width:752px;
}
a.dog-link-2:link, a.dog-link-2:visited {
position:absolute;
top:950px;
left:5px;
height:80px;
width:120px;
}
a.dog-link-3:link, a.dog-link-3:visited {
position:absolute;
top:950px;
left:120px;
height:80px;
width:120px;
}
a.dog-link-4:link, a.dog-link-4:visited {
position:absolute;
top:950px;
left:520px;
height:80px;
width:120px;
}
a.dog-link-5:link, a.dog-link-5:visited {
position:absolute;
top:950px;
left:640px;
height:80px;
width:120px;
}
a.dog-link-6:link, a.dog-link-6:visited {
position:absolute;
top:1030px;
left:5px;
height:80px;
width:120px;
}
a.dog-link-7:link, a.dog-link-7:visited {
position:absolute;
top:1030px;
left:120px;
height:80px;
width:120px;
}
a.dog-link-8:link, a.dog-link-8:visited {
position:absolute;
top:1030px;
left:520px;
height:80px;
width:120px;
}
a.dog-link-9:link, a.dog-link-9:visited {
position:absolute;
top:1030px;
left:640px;
height:80px;
width:120px;
}
a.dog-link-10:link, a.dog-link-10:visited {
position:absolute;
top:1110px;
left:5px;
height:80px;
width:120px;
}
a.dog-link-11:link, a.dog-link-11:visited {
position:absolute;
top:1110px;
left:120px;
height:80px;
width:120px;
}
a.dog-link-12:link, a.dog-link-12:visited {
position:absolute;
top:1110px;
left:520px;
height:80px;
width:120px;
}
a.dog-link-13:link, a.dog-link-13:visited {
position:absolute;
top:1110px;
left:640px;
height:80px;
width:120px;
}

#limited-edition {
background: #ffffff url(images/sales-and-special-offers-page.jpg) no-repeat;
width:752px;
height:3071px;
position:relative;
left:0px;
top:0px;
}
a.limited-link-1:link, a.limited-link-1:visited {
position:absolute;
top:350px;
left:10px;
height:340px;
width:240px;
}
a.limited-link-2:link, a.limited-link-2:visited {
position:absolute;
top:710px;
left:10px;
height:335px;
width:240px;
}
a.limited-link-3:link, a.limited-link-3:visited {
position:absolute;
top:1095px;
left:10px;
height:335px;
width:240px;
}
a.limited-link-4:link, a.limited-link-4:visited {
position:absolute;
top:1495px;
left:10px;
height:335px;
width:240px;
}
a.limited-link-5:link, a.limited-link-5:visited {
position:absolute;
top:1890px;
left:10px;
height:335px;
width:240px;
}
a.limited-link-6:link, a.limited-link-6:visited {
position:absolute;
top:2290px;
left:10px;
height:335px;
width:240px;
}
a.limited-link-7:link, a.limited-link-7:visited {
position:absolute;
top:2590px;
left:10px;
height:335px;
width:240px;
}

#april-poms {
background: #000000 url(images/pom_april.jpg) no-repeat;
width:752px;
height:1567px;
position:relative;
left:0px;
top:0px;
}
a.apoms-link-1:link, a.apoms-link-1:visited {
position:absolute;
top:435px;
left:0px;
height:185px;
width:150px;
}
a.apoms-link-2:link, a.apoms-link-2:visited {
position:absolute;
top:619px;
left:0px;
height:190px;
width:150px;
}
a.apoms-link-3:link, a.apoms-link-3:visited {
position:absolute;
top:818px;
left:0px;
height:185px;
width:150px;
}
a.apoms-link-4:link, a.apoms-link-4:visited {
position:absolute;
top:1002px;
left:0px;
height:185px;
width:150px;
}
a.apoms-link-5:link, a.apoms-link-5:visited {
position:absolute;
top:1190px;
left:0px;
height:185px;
width:150px;
}
a.apoms-link-6:link, a.apoms-link-6:visited {
position:absolute;
top:1378px;
left:0px;
height:185px;
width:150px;
}
a.apoms-link-7:link, a.apoms-link-7:visited {
position:absolute;
top:490px;
left:595px;
height:75px;
width:150px;
}
a.apoms-link-8:link, a.apoms-link-8:visited {
position:absolute;
top:675px;
left:595px;
height:75px;
width:150px;
}
a.apoms-link-9:link, a.apoms-link-9:visited {
position:absolute;
top:870px;
left:595px;
height:75px;
width:150px;
}
a.apoms-link-10:link, a.apoms-link-10:visited {
position:absolute;
top:1052px;
left:595px;
height:75px;
width:150px;
}
a.apoms-link-11:link, a.apoms-link-11:visited {
position:absolute;
top:1245px;
left:595px;
height:75px;
width:150px;
}
a.apoms-link-12:link, a.apoms-link-12:visited {
position:absolute;
top:1433px;
left:595px;
height:75px;
width:150px;
}

#sark {
background: #000000 url(images/sark_page.jpg) no-repeat;
width:752px;
height:1644px;
position:relative;
left:0px;
top:0px;
}
a.sark-link-1:link, a.sark-link-1:visited {
position:absolute;
top:15px;
left:261px;
height:100px;
width:230px;
}
a.sark-link-2:link, a.sark-link-2:visited {
position:absolute;
top:1025px;
left:176px;
height:358px;
width:400px;
}

#learning-on-demand {
background: #000000 url(images/anytime-learning.jpg) no-repeat;
width:752px;
height:2032px;
position:relative;
left:0px;
top:0px;
}
a.lod-link-1:link, a.lod-link-1:visited {
position:absolute;
top:835px;
left:40px;
height:180px;
width:180px;
}
a.lod-link-2:link, a.lod-link-2:visited {
position:absolute;
top:1235px;
left:50px;
height:155px;
width:155px;
}
a.lod-link-3:link, a.lod-link-3:visited {
position:absolute;
top:1535px;
left:10px;
height:250px;
width:220px;
}
a.lod-link-4:link, a.lod-link-4:visited {
position:absolute;
top:435px;
left:10px;
height:250px;
width:200px;
}

#tori-vids {
background:#ffffff url(images/toris-videos.jpg);
width:752px;
height:740px;

}
#tori-vids-featured {
text-align:center;

}

.toris-videos {
float:left;
height:200px;
text-align:center;
width:240px;
font-size:11px;
 color:#873b10;
}
.video-divider {
background-image:url(images/dividingLine.jpg);
height:5px;
width:712px;
text-align:center;
}

#may10-poms {
background: #000000 url(images/pom_may.jpg) no-repeat;
width:752px;
height:1692px;
position:relative;
left:0px;
top:0px;
}
a.maypoms-link-1:link, a.maypoms-link-1:visited {
position:absolute;
top:500px;
left:0px;
height:173px;
width:165px;
}
a.maypoms-link-2:link, a.maypoms-link-2:visited {
position:absolute;
top:674px;
left:0px;
height:165px;
width:165px;
}
a.maypoms-link-3:link, a.maypoms-link-3:visited {
position:absolute;
top:840px;
left:0px;
height:188px;
width:165px;
}
a.maypoms-link-4:link, a.maypoms-link-4:visited {
position:absolute;
top:1016px;
left:0px;
height:185px;
width:165px;
}
a.maypoms-link-5:link, a.maypoms-link-5:visited {
position:absolute;
top:1194px;
left:0px;
height:182px;
width:165px;
}
a.maypoms-link-6:link, a.maypoms-link-6:visited {
position:absolute;
top:1375px;
left:0px;
height:165px;
width:165px;
}
a.maypoms-link-7:link, a.maypoms-link-7:visited {
position:absolute;
top:1541px;
left:0px;
height:160px;
width:165px;
}
a.maypoms-link-8:link, a.maypoms-link-8:visited {
position:absolute;
top:540px;
left:580px;
height:85px;
width:160px;
}
a.maypoms-link-9:link, a.maypoms-link-9:visited {
position:absolute;
top:714px;
left:580px;
height:85px;
width:160px;
}
a.maypoms-link-10:link, a.maypoms-link-10:visited {
position:absolute;
top:900px;
left:580px;
height:85px;
width:160px;
}
a.maypoms-link-11:link, a.maypoms-link-11:visited {
position:absolute;
top:1066px;
left:580px;
height:85px;
width:160px;
}
a.maypoms-link-12:link, a.maypoms-link-12:visited {
position:absolute;
top:1234px;
left:580px;
height:85px;
width:160px;
}
a.maypoms-link-13:link, a.maypoms-link-13:visited {
position:absolute;
top:1405px;
left:580px;
height:85px;
width:160px;
}
a.maypoms-link-14:link, a.maypoms-link-14:visited {
position:absolute;
top:1566px;
left:580px;
height:85px;
width:160px;
}

#weeks-of-wisdom {
background: #000000 url(images/7-weeks-of-wisdom-page.jpg) no-repeat;
width:752px;
height:3000px;
position:relative;
left:0px;
top:0px;
}
a.weeks-link-1:link, a.weeks-link-1:visited {
position:absolute;
top:2620px;
left:85px;
height:145px;
width:250px;
}
a.weeks-link-2:link, a.weeks-link-2:visited {
position:absolute;
top:2620px;
left:425px;
height:145px;
width:250px;
}
a.weeks-link-3:link, a.weeks-link-3:visited {
position:absolute;
top:2835px;
left:283px;
height:100px;
width:195px;
}


#weeks-of-wisdom-FAQ {
background: #000000 url(images/Faqs-page.jpg) no-repeat;
width:752px;
height:2601px;
position:relative;
left:0px;
top:0px;
}


#spiritual-club {
background: #000000 url(images/spiritual-club-page.jpg) no-repeat;
width:752px;
height:1388px;
position:relative;
left:0px;
top:0px;
}
a.sclub-link-1:link, a.sclub-link-1:visited {
position:absolute;
top:1190px;
left:100px;
height:140px;
width:145px;
}
a.sclub-link-2:link, a.sclub-link-2:visited {
position:absolute;
top:1190px;
left:290px;
height:140px;
width:145px;
}
a.sclub-link-3:link, a.sclub-link-3:visited {
position:absolute;
top:1190px;
left:480px;
height:140px;
width:145px;
}
#spirit-club {
width:700px;
margin-left:20px;
}

#teleseminar-page {
background: #000000 url(images/Seminars.jpg) no-repeat;
width:752px;
height:1431px;
position:relative;
left:0px;
top:0px;
}
a.telepage-link-1:link, a.telepage-link-1:visited {
position:absolute;
top:1119px;
left:10px;
height:210px;
width:302px;
}
a.telepage-link-2:link, a.telepage-link-2:visited {
position:absolute;
top:600px;
left:3px;
height:300px;
width:205px;
}


#weeks-of-wisdom-2 {
background: #000000 url(images/7-weeks-of-wisdom-page-b4-may-7th.jpg) no-repeat;
width:752px;
height:4185px;
position:relative;
left:0px;
top:0px;
}
a.week-link-1:link, a.week-link-1:visited {
position:absolute;
top:3860px;
left:125px;
height:225px;
width:450px;
}


#jvpage {
background: #000000 url(images/JVpage.jpg) no-repeat;
width:752px;
height:1443px;
position:relative;
left:0px;
top:0px;
}
.jv-container-1 {
background: #000000 url(images/jvbox2.jpg) no-repeat;
position:absolute;
top:392px;
left:515px;
height:275px;
width:200px;
}


#weeksmagnetizing-page {
background: #000000 url(images/weeks-of-magnetizing.jpg) no-repeat;
width:752px;
height:3000px;
position:relative;
left:0px;
top:0px;
}
a.magnetizing-link-1:link, a.magnetizing-link-1:visited {
position:absolute;
top:2800px;
left:130px;
height:170px;
width:480px;
}


#news2 {
background: #000000 url(images/new-news.jpg) no-repeat;
width:752px;
height:1800px;
position:relative;
left:0px;
top:0px;
}
a.nnews-link-1:link, a.nnews-link-1:visited {
position:absolute;
top:235px;
left:23px;
height:320px;
width:215px;
}
a.nnews-link-2:link, a.nnews-link-2:visited {
position:absolute;
top:235px;
left:265px;
height:320px;
width:215px;
}
a.nnews-link-3:link, a.nnews-link-3:visited {
position:absolute;
top:235px;
left:505px;
height:320px;
width:215px;
}
a.nnews-link-4:link, a.nnews-link-4:visited {
position:absolute;
top:600px;
left:23px;
height:320px;
width:215px;
}
a.nnews-link-5:link, a.nnews-link-5:visited {
position:absolute;
top:600px;
left:265px;
height:320px;
width:215px;
}
a.nnews-link-6:link, a.nnews-link-6:visited {
position:absolute;
top:600px;
left:505px;
height:320px;
width:215px;
}
a.nnews-link-7:link, a.nnews-link-7:visited {
position:absolute;
top:963px;
left:23px;
height:320px;
width:215px;
}
a.nnews-link-8:link, a.nnews-link-8:visited {
position:absolute;
top:963px;
left:265px;
height:320px;
width:215px;
}
a.nnews-link-9:link, a.nnews-link-9:visited {
position:absolute;
top:963px;
left:505px;
height:320px;
width:215px;
}
a.nnews-link-10:link, a.nnews-link-10:visited {
position:absolute;
top:1325px;
left:23px;
height:320px;
width:215px;
}
a.nnews-link-11:link, a.nnews-link-11:visited {
position:absolute;
top:1325px;
left:265px;
height:320px;
width:215px;
}
a.nnews-link-12:link, a.nnews-link-12:visited {
position:absolute;
top:1325px;
left:505px;
height:320px;
width:215px;
}


#prod-sheets2 {
background: #000000 url(images/new-Product-Sheets.jpg) no-repeat;
width:752px;
height:1500px;
position:relative;
left:0px;
top:0px;
}
a.psheets-link-1:link, a.psheets-link-1:visited {
position:absolute;
top:225px;
left:23px;
height:325px;
width:215px;
}
a.psheets-link-2:link, a.psheets-link-2:visited {
position:absolute;
top:225px;
left:265px;
height:325px;
width:215px;
}
a.psheets-link-3:link, a.psheets-link-3:visited {
position:absolute;
top:225px;
left:505px;
height:325px;
width:215px;
}
a.psheets-link-4:link, a.psheets-link-4:visited {
position:absolute;
top:595px;
left:23px;
height:325px;
width:215px;
}
a.psheets-link-5:link, a.psheets-link-5:visited {
position:absolute;
top:595px;
left:265px;
height:325px;
width:215px;
}
a.psheets-link-6:link, a.psheets-link-6:visited {
position:absolute;
top:595px;
left:505px;
height:325px;
width:215px;
}
a.psheets-link-7:link, a.psheets-link-7:visited {
position:absolute;
top:963px;
left:23px;
height:330px;
width:215px;
}


#wholesale2 {
background: #000000 url(images/new-wholesale.jpg) no-repeat;
width:752px;
height:850px;
position:relative;
left:0px;
top:0px;
}
a.wsale-link-1:link, a.wsale-link-1:visited {
position:absolute;
top:412px;
left:20px;
height:190px;
width:330px;
}
a.wsale-link-2:link, a.wsale-link-2:visited {
position:absolute;
top:412px;
left:384px;
height:190px;
width:330px;
}
a.wsale-link-3:link, a.wsale-link-3:visited {
position:absolute;
top:625px;
left:210px;
height:190px;
width:330px;
}


#june10-poms {
background: #000000 url(images/pom-june.jpg) no-repeat;
width:752px;
height:1692px;
position:relative;
left:0px;
top:0px;
}
a.junepoms-link-1:link, a.junepoms-link-1:visited {
position:absolute;
top:500px;
left:0px;
height:173px;
width:165px;
}
a.junepoms-link-2:link, a.junepoms-link-2:visited {
position:absolute;
top:674px;
left:0px;
height:165px;
width:165px;
}
a.junepoms-link-3:link, a.junepoms-link-3:visited {
position:absolute;
top:840px;
left:0px;
height:188px;
width:165px;
}
a.junepoms-link-4:link, a.junepoms-link-4:visited {
position:absolute;
top:1016px;
left:0px;
height:185px;
width:165px;
}
a.junepoms-link-5:link, a.junepoms-link-5:visited {
position:absolute;
top:1194px;
left:0px;
height:182px;
width:165px;
}
a.junepoms-link-6:link, a.junepoms-link-6:visited {
position:absolute;
top:1375px;
left:0px;
height:165px;
width:165px;
}
a.junepoms-link-7:link, a.junepoms-link-7:visited {
position:absolute;
top:1541px;
left:0px;
height:160px;
width:165px;
}
a.junepoms-link-8:link, a.junepoms-link-8:visited {
position:absolute;
top:543px;
left:580px;
height:85px;
width:160px;
}
a.junepoms-link-9:link, a.junepoms-link-9:visited {
position:absolute;
top:714px;
left:580px;
height:85px;
width:160px;
}
a.junepoms-link-10:link, a.junepoms-link-10:visited {
position:absolute;
top:897px;
left:580px;
height:85px;
width:160px;
}
a.junepoms-link-11:link, a.junepoms-link-11:visited {
position:absolute;
top:1066px;
left:580px;
height:85px;
width:160px;
}
a.junepoms-link-12:link, a.junepoms-link-12:visited {
position:absolute;
top:1234px;
left:580px;
height:85px;
width:160px;
}
a.junepoms-link-13:link, a.junepoms-link-13:visited {
position:absolute;
top:1409px;
left:580px;
height:85px;
width:160px;
}
a.junepoms-link-14:link, a.junepoms-link-14:visited {
position:absolute;
top:1566px;
left:580px;
height:85px;
width:160px;
}


#storefront_june {
background: #ffffff url(images/june-storefront.jpg) no-repeat;
width:752px;
height:445px;
position:relative;
left:0px;
top:0px;
}
a.storefrontjune-link-1:link, a.storefrontjune-link-1:visited {
position:absolute;
top:10px;
left:10px;
height:210px;
width:180px;
}
a.storefrontjune-link-2:link, a.storefrontjune-link-2:visited {
position:absolute;
top:10px;
left:195px;
height:210px;
width:180px;
}
a.storefrontjune-link-3:link, a.storefrontjune-link-3:visited {
position:absolute;
top:10px;
left:380px;
height:210px;
width:175px;
}
a.storefrontjune-link-4:link, a.storefrontjune-link-4:visited {
position:absolute;
top:10px;
left:560px;
height:210px;
width:175px;
}
a.storefrontjune-link-5:link, a.storefrontjune-link-5:visited {
position:absolute;
top:225px;
left:10px;
height:220px;
width:175px;
}
a.storefrontjune-link-6:link, a.storefrontjune-link-6:visited {
position:absolute;
top:225px;
left:195px;
height:220px;
width:177px;
}
a.storefrontjune-link-7:link, a.storefrontjune-link-7:visited {
position:absolute;
top:225px;
left:380px;
height:220px;
width:175px;
}
a.storefrontjune-link-8:link, a.storefrontjune-link-8:visited {
position:absolute;
top:225px;
left:560px;
height:220px;
width:175px;
}


#intuitive-mastery {
background: #000000 url(images/intuitive-mastery.jpg) no-repeat;
width:752px;
height:1770px;
position:relative;
left:0px;
top:0px;
}
a.int-mastery-link-1:link, a.int-mastery-link-1:visited {
position:absolute;
top:700px;
left:565px;
height:45px;
width:105px;
}
a.int-mastery-link-2:link, a.int-mastery-link-2:visited {
position:absolute;
top:980px;
left:565px;
height:45px;
width:105px;
}
a.int-mastery-link-3:link, a.int-mastery-link-3:visited {
position:absolute;
top:1157px;
left:565px;
height:45px;
width:105px;
}
a.int-mastery-link-4:link, a.int-mastery-link-4:visited {
position:absolute;
top:1310px;
left:565px;
height:45px;
width:105px;
}
a.int-mastery-link-5:link, a.int-mastery-link-5:visited {
position:absolute;
top:1660px;
left:565px;
height:45px;
width:105px;
}
a.int-mastery-link-6:link, a.int-mastery-link-6:visited {
position:absolute;
top:1873px;
left:565px;
height:45px;
width:105px;
}


#about-cwc {
background: #000000 url(images/about-cwc.jpg) no-repeat;
width:752px;
height:1579px;
position:relative;
left:0px;
top:0px;
}
a.aboutcwc-link-1:link, a.aboutcwc-link-1:visited {
position:absolute;
top:600px;
left:320px;
height:30px;
width:55px;
}
a.aboutcwc-link-2:link, a.aboutcwc-link-2:visited {
position:absolute;
top:662px;
left:320px;
height:30px;
width:55px;
}
a.aboutcwc-link-3:link, a.aboutcwc-link-3:visited {
position:absolute;
top:750px;
left:320px;
height:30px;
width:55px;
}
a.aboutcwc-link-4:link, a.aboutcwc-link-4:visited {
position:absolute;
top:847px;
left:285px;
height:40px;
width:87px;
}
a.aboutcwc-link-5:link, a.aboutcwc-link-5:visited {
position:absolute;
top:945px;
left:320px;
height:30px;
width:55px;
}
a.aboutcwc-link-6:link, a.aboutcwc-link-6:visited {
position:absolute;
top:440px;
left:417px;
height:215px;
width:295px;
}
a.aboutcwc-link-7:link, a.aboutcwc-link-7:visited {
position:absolute;
top:673px;
left:418px;
height:210px;
width:295px;
}
a.aboutcwc-link-8:link, a.aboutcwc-link-8:visited {
position:absolute;
top:905px;
left:415px;
height:90px;
width:145px;
}
a.aboutcwc-link-9:link, a.aboutcwc-link-9:visited {
position:absolute;
top:1025px;
left:415px;
height:100px;
width:145px;
}


#quotes-cwc {
background: #000000 url(images/quotes-about-cwc.jpg) no-repeat;
width:752px;
height:900px;
position:relative;
left:0px;
top:0px;
}


#july10-poms {
background: #000000 url(images/july-pom.jpg) no-repeat;
width:752px;
height:1692px;
position:relative;
left:0px;
top:0px;
}
a.julypoms-link-1:link, a.julypoms-link-1:visited {
position:absolute;
top:500px;
left:0px;
height:173px;
width:165px;
}
a.julypoms-link-2:link, a.julypoms-link-2:visited {
position:absolute;
top:674px;
left:0px;
height:165px;
width:165px;
}
a.julypoms-link-3:link, a.julypoms-link-3:visited {
position:absolute;
top:843px;
left:0px;
height:188px;
width:165px;
}
a.julypoms-link-4:link, a.julypoms-link-4:visited {
position:absolute;
top:1016px;
left:0px;
height:185px;
width:165px;
}
a.julypoms-link-5:link, a.julypoms-link-5:visited {
position:absolute;
top:1194px;
left:0px;
height:182px;
width:165px;
}
a.julypoms-link-6:link, a.julypoms-link-6:visited {
position:absolute;
top:1375px;
left:0px;
height:165px;
width:165px;
}
a.julypoms-link-7:link, a.julypoms-link-7:visited {
position:absolute;
top:1541px;
left:0px;
height:160px;
width:165px;
}
a.julypoms-link-8:link, a.julypoms-link-8:visited {
position:absolute;
top:545px;
left:580px;
height:85px;
width:160px;
}
a.julypoms-link-9:link, a.julypoms-link-9:visited {
position:absolute;
top:714px;
left:580px;
height:85px;
width:160px;
}
a.julypoms-link-10:link, a.julypoms-link-10:visited {
position:absolute;
top:897px;
left:580px;
height:85px;
width:160px;
}
a.julypoms-link-11:link, a.julypoms-link-11:visited {
position:absolute;
top:1066px;
left:580px;
height:85px;
width:160px;
}
a.julypoms-link-12:link, a.julypoms-link-12:visited {
position:absolute;
top:1234px;
left:580px;
height:85px;
width:160px;
}
a.julypoms-link-13:link, a.julypoms-link-13:visited {
position:absolute;
top:1410px;
left:580px;
height:85px;
width:160px;
}
a.julypoms-link-14:link, a.julypoms-link-14:visited {
position:absolute;
top:1566px;
left:580px;
height:85px;
width:160px;
}


#classes-intuitive {
background: #000000 url(images/classes-and-int-mastery.jpg) no-repeat;
width:752px;
height:816px;
position:relative;
left:0px;
top:0px;
}
a.cl-int-link-1:link, a.cl-int-link-1:visited {
position:absolute;
top:260px;
left:25px;
height:50px;
width:220px;
}
a.cl-int-link-2:link, a.cl-int-link-2:visited {
position:absolute;
top:260px;
left:545px;
height:100px;
width:185px;
}
a.cl-int-link-3:link, a.cl-int-link-3:visited {
position:absolute;
top:722px;
left:226px;
height:80px;
width:310px;
}


#august10-poms {
background: #000000 url(images/august-pom10.jpg) no-repeat;
width:752px;
height:1698px;
position:relative;
left:0px;
top:0px;
}
a.augpoms-link-1:link, a.augpoms-link-1:visited {
position:absolute;
top:505px;
left:0px;
height:173px;
width:165px;
}
a.augpoms-link-2:link, a.augpoms-link-2:visited {
position:absolute;
top:674px;
left:0px;
height:170px;
width:165px;
}
a.augpoms-link-3:link, a.augpoms-link-3:visited {
position:absolute;
top:851px;
left:0px;
height:188px;
width:165px;
}
a.augpoms-link-4:link, a.augpoms-link-4:visited {
position:absolute;
top:1016px;
left:0px;
height:185px;
width:165px;
}
a.augpoms-link-5:link, a.augpoms-link-5:visited {
position:absolute;
top:1194px;
left:0px;
height:182px;
width:165px;
}
a.augpoms-link-6:link, a.augpoms-link-6:visited {
position:absolute;
top:1375px;
left:0px;
height:165px;
width:165px;
}
a.augpoms-link-7:link, a.augpoms-link-7:visited {
position:absolute;
top:1541px;
left:0px;
height:160px;
width:165px;
}
a.augpoms-link-8:link, a.augpoms-link-8:visited {
position:absolute;
top:550px;
left:578px;
height:90px;
width:160px;
}
a.augpoms-link-9:link, a.augpoms-link-9:visited {
position:absolute;
top:724px;
left:578px;
height:90px;
width:160px;
}
a.augpoms-link-10:link, a.augpoms-link-10:visited {
position:absolute;
top:897px;
left:578px;
height:90px;
width:160px;
}
a.augpoms-link-11:link, a.augpoms-link-11:visited {
position:absolute;
top:1071px;
left:578px;
height:90px;
width:160px;
}
a.augpoms-link-12:link, a.augpoms-link-12:visited {
position:absolute;
top:1244px;
left:578px;
height:90px;
width:160px;
}
a.augpoms-link-13:link, a.augpoms-link-13:visited {
position:absolute;
top:1415px;
left:578px;
height:90px;
width:160px;
}
a.augpoms-link-14:link, a.augpoms-link-14:visited {
position:absolute;
top:1568px;
left:578px;
height:90px;
width:160px;
}


#ebooks {
background: #000000 url(images/ebooks.jpg) no-repeat;
width:752px;
height:1293px;
position:relative;
left:0px;
top:0px;
}
a.ebooks-link-1:link, a.ebooks-link-1:visited {
position:absolute;
top:130px;
left:25px;
height:170px;
width:135px;
}
a.ebooks-link-2:link, a.ebooks-link-2:visited {
position:absolute;
top:368px;
left:25px;
height:168px;
width:135px;
}
a.ebooks-link-3:link, a.ebooks-link-3:visited {
position:absolute;
top:603px;
left:25px;
height:170px;
width:135px;
}
a.ebooks-link-4:link, a.ebooks-link-4:visited {
position:absolute;
top:838px;
left:25px;
height:170px;
width:135px;
}
a.ebooks-link-5:link, a.ebooks-link-5:visited {
position:absolute;
top:1096px;
left:25px;
height:170px;
width:135px;
}


#chakra-med {
background: #000000 url(images/chakra_meditation_page.jpg) no-repeat;
width:752px;
height:1200px;
position:relative;
left:0px;
top:0px;
}
a.chk-meds-link-1:link, a.chk-meds-link-1:visited {
position:absolute;
top:1040px;
left:25px;
height:100px;
width:102px;
}
a.chk-meds-link-2:link, a.chk-meds-link-2:visited {
position:absolute;
top:912px;
left:65px;
height:100px;
width:102px;
}
a.chk-meds-link-3:link, a.chk-meds-link-3:visited {
position:absolute;
top:830px;
left:190px;
height:100px;
width:102px;
}
a.chk-meds-link-4:link, a.chk-meds-link-4:visited {
position:absolute;
top:818px;
left:330px;
height:100px;
width:102px;
}
a.chk-meds-link-5:link, a.chk-meds-link-5:visited {
position:absolute;
top:834px;
left:466px;
height:100px;
width:102px;
}
a.chk-meds-link-6:link, a.chk-meds-link-6:visited {
position:absolute;
top:920px;
left:585px;
height:100px;
width:102px;
}
a.chk-meds-link-7:link, a.chk-meds-link-7:visited {
position:absolute;
top:1040px;
left:625px;
height:100px;
width:100px;
}
a.chk-meds-link-8:link, a.chk-meds-link-8:visited {
position:absolute;
top:935px;
left:250px;
height:245px;
width:260px;
}


#chakra-download-page {
background: #000000 url(images/chakra-meditation-page.jpg) no-repeat;
width:752px;
height:1200px;
position:relative;
left:0px;
top:0px;
}
a.chk-download-link-1:link, a.chk-download-link-1:visited {
position:absolute;
top:235px;
left:175px;
}
a.chk-download-link-2:link, a.chk-download-link-2:visited {
position:absolute;
top:370px;
left:175px;
}
a.chk-download-link-3:link, a.chk-download-link-3:visited {
position:absolute;
top:515px;
left:175px;
}
a.chk-download-link-4:link, a.chk-download-link-4:visited {
position:absolute;
top:665px;
left:175px;
}
a.chk-download-link-5:link, a.chk-download-link-5:visited {
position:absolute;
top:815px;
left:175px;
}
a.chk-download-link-6:link, a.chk-download-link-6:visited {
position:absolute;
top:960px;
left:175px;
}
a.chk-download-link-7:link, a.chk-download-link-7:visited {
position:absolute;
top:1095px;
left:175px;
}


#seminars2 {
background: #000000 url(images/classes1.jpg) no-repeat;
width:730px;
height:1499px;
position:relative;
left:0px;
top:0px;
}
a.sems-link-1:link, a.sems-link-1:visited {
position:absolute;
top:700px;
left:60px;
height:55px;
width:185px;
}
a.sems-link-2:link, a.sems-link-2:visited {
position:absolute;
top:775px;
left:60px;
height:60px;
width:145px;
}
a.sems-link-3:link, a.sems-link-3:visited {
position:absolute;
top:1150px;
left:60px;
height:60px;
width:145px;
}
a.sems-link-4:link, a.sems-link-4:visited {
position:absolute;
top:1715px;
left:60px;
height:60px;
width:185px;
}
a.sems-link-5:link, a.sems-link-5:visited {
position:absolute;
top:1790px;
left:60px;
height:60px;
width:145px;
}
a.sems-link-6:link, a.sems-link-6:visited {
position:absolute;
top:2305px;
left:60px;
height:60px;
width:185px;
}
a.sems-link-7:link, a.sems-link-7:visited {
position:absolute;
top:2380px;
left:60px;
height:60px;
width:145px;
}
a.sems-link-8:link, a.sems-link-8:visited {
position:absolute;
top:2605px;
left:23px;
height:205px;
width:260px;
}
a.sems-link-9:link, a.sems-link-9:visited {
position:absolute;
top:2897px;
left:23px;
height:203px;
width:253px;
}
a.sems-link-10:link, a.sems-link-10:visited {
position:absolute;
top:3180px;
left:23px;
height:213px;
width:303px;
}


#readings-page {
background: #000000 url(images/readings-page.jpg) no-repeat;
width:752px;
height:1683px;
position:relative;
left:0px;
top:0px;
}
a.reads-link-1:link, a.reads-link-1:visited {
position:absolute;
top:780px;
left:165px;
height:180px;
width:225px;
}
a.reads-link-2:link, a.reads-link-2:visited {
position:absolute;
top:980px;
left:165px;
height:185px;
width:225px;
}
a.reads-link-3:link, a.reads-link-3:visited {
position:absolute;
top:1285px;
left:135px;
height:105px;
width:185px;
}
a.reads-link-4:link, a.reads-link-4:visited {
position:absolute;
top:1285px;
left:492px;
height:105px;
width:185px;
}
a.reads-link-5:link, a.reads-link-5:visited {
position:absolute;
top:1580px;
left:130px;
height:130px;
width:215px;
}


#september10-poms {
background: #000000 url(images/september-pom.jpg) no-repeat;
width:753px;
height:1550px;
position:relative;
left:0px;
top:0px;
}
a.septpoms-link-1:link, a.septpoms-link-1:visited {
position:absolute;
top:510px;
left:0px;
height:173px;
width:165px;
}
a.septpoms-link-2:link, a.septpoms-link-2:visited {
position:absolute;
top:680px;
left:0px;
height:180px;
width:165px;
}
a.septpoms-link-3:link, a.septpoms-link-3:visited {
position:absolute;
top:854px;
left:0px;
height:188px;
width:165px;
}
a.septpoms-link-4:link, a.septpoms-link-4:visited {
position:absolute;
top:1026px;
left:0px;
height:185px;
width:165px;
}
a.septpoms-link-5:link, a.septpoms-link-5:visited {
position:absolute;
top:1201px;
left:0px;
height:182px;
width:165px;
}
a.septpoms-link-6:link, a.septpoms-link-6:visited {
position:absolute;
top:1378px;
left:0px;
height:165px;
width:165px;
}
a.septpoms-link-7:link, a.septpoms-link-7:visited {
position:absolute;
top:554px;
left:578px;
height:90px;
width:160px;
}
a.septpoms-link-8:link, a.septpoms-link-8:visited {
position:absolute;
top:725px;
left:578px;
height:90px;
width:160px;
}
a.septpoms-link-9:link, a.septpoms-link-9:visited {
position:absolute;
top:902px;
left:578px;
height:90px;
width:160px;
}
a.septpoms-link-10:link, a.septpoms-link-10:visited {
position:absolute;
top:1075px;
left:578px;
height:90px;
width:160px;
}
a.septpoms-link-11:link, a.septpoms-link-11:visited {
position:absolute;
top:1245px;
left:578px;
height:90px;
width:160px;
}
a.septpoms-link-12:link, a.septpoms-link-12:visited {
position:absolute;
top:1419px;
left:578px;
height:90px;
width:160px;
}
#free-tarot {
background: #ffffff url(images/free-tarot-seminars.jpg) no-repeat;
width:752px;
height:1000px;
position:relative;
left:0px;
top:0px;
}


#storefront_september {
background: #ffffff url(images/september-storefront.jpg) no-repeat;
width:752px;
height:445px;
position:relative;
left:0px;
top:0px;
}
a.storefrontsept-link-1:link, a.storefrontsept-link-1:visited {
position:absolute;
top:10px;
left:10px;
height:210px;
width:177px;
}
a.storefrontsept-link-2:link, a.storefrontsept-link-2:visited {
position:absolute;
top:10px;
left:198px;
height:210px;
width:172px;
}
a.storefrontsept-link-3:link, a.storefrontsept-link-3:visited {
position:absolute;
top:10px;
left:380px;
height:210px;
width:175px;
}
a.storefrontsept-link-4:link, a.storefrontsept-link-4:visited {
position:absolute;
top:10px;
left:564px;
height:210px;
width:185px;
}
a.storefrontsept-link-5:link, a.storefrontsept-link-5:visited {
position:absolute;
top:225px;
left:10px;
height:220px;
width:175px;
}
a.storefrontsept-link-6:link, a.storefrontsept-link-6:visited {
position:absolute;
top:225px;
left:197px;
height:220px;
width:173px;
}
a.storefrontsept-link-7:link, a.storefrontsept-link-7:visited {
position:absolute;
top:225px;
left:380px;
height:220px;
width:175px;
}
a.storefrontsept-link-8:link, a.storefrontsept-link-8:visited {
position:absolute;
top:225px;
left:564px;
height:220px;
width:185px;
}

#career-energizer {
background: #ffffff url(images/career-energizing.jpg) no-repeat;
width:752px;
height:1104px;
position:relative;
left:0px;
top:0px;
}
a.career-1:link, a.career-1:visited {
position:absolute;
top:250px;
left:250px;
width:200px;
height:50px;
}
#fluid-elegance-new {
background:#ffffff url(images/FluidElegance.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#fluid-elegance-new-1 {
background:#ffffff url(images/FluidElegance1.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#gratitude-new {
background:#ffffff url(images/Gratitude.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#gratitude-new-1 {
background:#ffffff url(images/Gratitude1.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#home-chakra-new {
background:#ffffff url(images/HomeChakra.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#home-chakra-new-1 {
background:#ffffff url(images/HomeChakra1.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#intention-candle-new {
background:#ffffff url(images/IntentionCandle.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#intention-candle-new-1 {
background:#ffffff url(images/IntentionCandleSellSheet2.jpg) no-repeat;
width:752px;
height:1237px;
left:0;
top:0px;
position:relative;
}
#intention-candle-new-2 {
background:#ffffff url(images/IntentionCandle1.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#mala-new {
background:#ffffff url(images/Mala.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}
#mala-new-1 {
background:#ffffff url(images/Mala1.jpg) no-repeat;
width:752px;
height:973px;
left:0;
top:0px;
position:relative;
}



#storefront_october {
background: #ffffff url(images/january-storefront.jpg) no-repeat;
width:752px;
height:1268px;
position:relative;
left:0px;
top:0px;
}
a.storefrontoct-link-1:link, a.storefrontoct-link-1:visited {
position:absolute;
top:150px;
left:15px;
height:147px;
width:140px;
}
a.storefrontoct-link-2:link, a.storefrontoct-link-2:visited {
position:absolute;
top:150px;
left:203px;
height:147px;
width:140px;
}
a.storefrontoct-link-3:link, a.storefrontoct-link-3:visited {
position:absolute;
top:150px;
left:405px;
height:147px;
width:140px;
}
a.storefrontoct-link-4:link, a.storefrontoct-link-4:visited {
position:absolute;
top:150px;
left:590px;
height:147px;
width:140px;
}
a.storefrontoct-link-5:link, a.storefrontoct-link-5:visited {
position:absolute;
top:395px;
left:15px;
height:144px;
width:140px;
}
a.storefrontoct-link-6:link, a.storefrontoct-link-6:visited {
position:absolute;
top:395px;
left:202px;
height:144px;
width:140px;
}
a.storefrontoct-link-7:link, a.storefrontoct-link-7:visited {
position:absolute;
top:395px;
left:402px;
height:144px;
width:140px;
}
a.storefrontoct-link-8:link, a.storefrontoct-link-8:visited {
position:absolute;
top:395px;
left:590px;
height:144px;
width:140px;
}
a.storefrontoct-link-9:link, a.storefrontoct-link-9:visited {
position:absolute;
top:790px;
left:13px;
height:143px;
width:140px;
}
a.storefrontoct-link-10:link, a.storefrontoct-link-10:visited {
position:absolute;
top:790px;
left:202px;
height:140px;
width:143px;
}
a.storefrontoct-link-11:link, a.storefrontoct-link-11:visited {
position:absolute;
top:790px;
left:402px;
height:145px;
width:140px;
}
a.storefrontoct-link-12:link, a.storefrontoct-link-12:visited {
position:absolute;
top:790px;
left:590px;
height:145px;
width:140px;
}
a.storefrontoct-link-13:link, a.storefrontoct-link-13:visited {
position:absolute;
top:1020px;
left:15px;
height:145px;
width:140px;
}
a.storefrontoct-link-14:link, a.storefrontoct-link-14:visited {
position:absolute;
top:1020px;
left:202px;
height:145px;
width:140px;
}
a.storefrontoct-link-15:link, a.storefrontoct-link-15:visited {
position:absolute;
top:1020px;
left:402px;
height:145px;
width:140px;
}
a.storefrontoct-link-16:link, a.storefrontoct-link-16:visited {
position:absolute;
top:1020px;
left:590px;
height:145px;
width:140px;
}


#october10-poms {
background: #000000 url(images/october-POM.jpg) no-repeat;
width:753px;
height:1561px;
position:relative;
left:0px;
top:0px;
}
a.octobpoms-link-1:link, a.octobpoms-link-1:visited {
position:absolute;
top:510px;
left:0px;
height:173px;
width:165px;
}
a.octobpoms-link-2:link, a.octobpoms-link-2:visited {
position:absolute;
top:680px;
left:0px;
height:180px;
width:165px;
}
a.octobpoms-link-3:link, a.octobpoms-link-3:visited {
position:absolute;
top:854px;
left:0px;
height:188px;
width:165px;
}
a.octobpoms-link-4:link, a.octobpoms-link-4:visited {
position:absolute;
top:1026px;
left:0px;
height:185px;
width:165px;
}
a.octobpoms-link-5:link, a.octobpoms-link-5:visited {
position:absolute;
top:1201px;
left:0px;
height:182px;
width:165px;
}
a.octobpoms-link-6:link, a.octobpoms-link-6:visited {
position:absolute;
top:1378px;
left:0px;
height:175px;
width:165px;
}
a.octobpoms-link-7:link, a.octobpoms-link-7:visited {
position:absolute;
top:554px;
left:578px;
height:90px;
width:160px;
}
a.octobpoms-link-8:link, a.octobpoms-link-8:visited {
position:absolute;
top:725px;
left:578px;
height:90px;
width:160px;
}
a.octobpoms-link-9:link, a.octobpoms-link-9:visited {
position:absolute;
top:902px;
left:578px;
height:90px;
width:160px;
}
a.octobpoms-link-10:link, a.octobpoms-link-10:visited {
position:absolute;
top:1075px;
left:578px;
height:90px;
width:160px;
}
a.octobpoms-link-11:link, a.octobpoms-link-11:visited {
position:absolute;
top:1245px;
left:578px;
height:90px;
width:160px;
}
a.octobpoms-link-12:link, a.octobpoms-link-12:visited {
position:absolute;
top:1419px;
left:578px;
height:90px;
width:160px;
}


#freestuff {
background: #000000 url(images/free-stuff.jpg) no-repeat;
width:752px;
height:2200px;
position:relative;
left:0px;
top:0px;
}
a.freestuff-link-1:link, a.freestuff-link-1:visited {
position:absolute;
top:305px;
left:22px;
height:198px;
width:195px;
}
a.freestuff-link-2:link, a.freestuff-link-2:visited {
position:absolute;
top:594px;
left:20px;
height:188px;
width:195px;
}
a.freestuff-link-3:link, a.freestuff-link-3:visited {
position:absolute;
top:866px;
left:20px;
height:188px;
width:195px;
}
a.freestuff-link-4:link, a.freestuff-link-4:visited {
position:absolute;
top:1144px;
left:20px;
height:198px;
width:195px;
}
a.freestuff-link-5:link, a.freestuff-link-5:visited {
position:absolute;
top:1415px;
left:20px;
height:193px;
width:195px;
}
a.freestuff-link-6:link, a.freestuff-link-6:visited {
position:absolute;
top:1695px;
left:20px;
height:195px;
width:195px;
}
a.freestuff-link-7:link, a.freestuff-link-7:visited {
position:absolute;
top:1973px;
left:20px;
height:198px;
width:195px;
}


#multihealing {
background: #000000 url(images/multi-healing-sneak-peek.jpg) no-repeat;
width:752px;
height:822px;
position:relative;
left:0px;
top:0px;
}
a.mhealing-link-1:link, a.mhealing-link-1:visited {
position:absolute;
top:487px;
left:306px;
height:40px;
width:156px;
}


#november10-poms {
background: #000000 url(images/november-POM.jpg) no-repeat;
width:753px;
height:1561px;
position:relative;
left:0px;
top:0px;
}
a.novempoms-link-1:link, a.novempoms-link-1:visited {
position:absolute;
top:510px;
left:0px;
height:173px;
width:165px;
}
a.novempoms-link-2:link, a.novempoms-link-2:visited {
position:absolute;
top:680px;
left:0px;
height:180px;
width:165px;
}
a.novempoms-link-3:link, a.novempoms-link-3:visited {
position:absolute;
top:854px;
left:0px;
height:188px;
width:165px;
}
a.novempoms-link-4:link, a.novempoms-link-4:visited {
position:absolute;
top:1026px;
left:0px;
height:185px;
width:165px;
}
a.novempoms-link-5:link, a.novempoms-link-5:visited {
position:absolute;
top:1201px;
left:0px;
height:182px;
width:165px;
}
a.novempoms-link-6:link, a.novempoms-link-6:visited {
position:absolute;
top:1378px;
left:0px;
height:175px;
width:165px;
}
a.novempoms-link-7:link, a.novempoms-link-7:visited {
position:absolute;
top:554px;
left:578px;
height:90px;
width:160px;
}
a.novempoms-link-8:link, a.novempoms-link-8:visited {
position:absolute;
top:725px;
left:578px;
height:90px;
width:160px;
}
a.novempoms-link-9:link, a.novempoms-link-9:visited {
position:absolute;
top:902px;
left:578px;
height:90px;
width:160px;
}
a.novempoms-link-10:link, a.novempoms-link-10:visited {
position:absolute;
top:1075px;
left:578px;
height:90px;
width:160px;
}
a.novempoms-link-11:link, a.novembpoms-link-11:visited {
position:absolute;
top:1245px;
left:578px;
height:90px;
width:160px;
}
a.novempoms-link-12:link, a.novempoms-link-12:visited {
position:absolute;
top:1419px;
left:578px;
height:90px;
width:160px;
}
#december10-poms {
background: #000000 url(images/dec-pom.jpg) no-repeat;
width:753px;
height:1561px;
position:relative;
left:0px;
top:0px;
}
a.dec10poms-link-1:link, a.dec10poms-link-1:visited {
position:absolute;
top:510px;
left:0px;
height:173px;
width:165px;
}
a.dec10poms-link-2:link, a.dec10poms-link-2:visited {
position:absolute;
top:680px;
left:0px;
height:180px;
width:165px;
}
a.dec10poms-link-3:link, a.dec10poms-link-3:visited {
position:absolute;
top:854px;
left:0px;
height:188px;
width:165px;
}
a.dec10poms-link-4:link, a.dec10poms-link-4:visited {
position:absolute;
top:1026px;
left:0px;
height:185px;
width:165px;
}
a.dec10poms-link-5:link, a.dec10poms-link-5:visited {
position:absolute;
top:1201px;
left:0px;
height:182px;
width:165px;
}
a.dec10poms-link-6:link, a.dec10poms-link-6:visited {
position:absolute;
top:1378px;
left:0px;
height:175px;
width:165px;
}
a.dec10poms-link-7:link, a.dec10poms-link-7:visited {
position:absolute;
top:554px;
left:578px;
height:90px;
width:160px;
}
a.dec10poms-link-8:link, a.dec10poms-link-8:visited {
position:absolute;
top:725px;
left:578px;
height:90px;
width:160px;
}
a.dec10poms-link-9:link, a.dec10poms-link-9:visited {
position:absolute;
top:902px;
left:578px;
height:90px;
width:160px;
}
a.dec10poms-link-10:link, a.dec10poms-link-10:visited {
position:absolute;
top:1075px;
left:578px;
height:90px;
width:160px;
}
a.dec10poms-link-11:link, a.dec10poms-link-11:visited {
position:absolute;
top:1245px;
left:578px;
height:90px;
width:160px;
}
a.dec10poms-link-12:link, a.dec10poms-link-12:visited {
position:absolute;
top:1419px;
left:578px;
height:90px;
width:160px;
}


#card-reading101 {
background: #000000 url(images/card-reading-101-sneak-peek.jpg) no-repeat;
width:761px;
height:3662px;
position:relative;
left:0px;
top:0px;
}
a.cr101-link-1:link, a.cr101-link-1:visited {
position:absolute;
top:825px;
left:305px;
height:75px;
width:190px;
}


#mag-med-downloads {
background: #000000 url(images/mag-md_dwnload.jpg) no-repeat;
width:752px;
height:641px;
position:relative;
left:0px;
top:0px;
}
a.magmed-link-1:link, a.magmed-link-1:visited {
position:absolute;
top:221px;
left:280px;
height:75px;
width:190px;
}
a.magmed-link-2:link, a.magmed-link-2:visited {
position:absolute;
top:323px;
left:280px;
height:75px;
width:190px;
}
a.magmed-link-3:link, a.magmed-link-3:visited {
position:absolute;
top:433px;
left:280px;
height:80px;
width:190px;
}
a.magmed-link-4:link, a.magmed-link-4:visited {
position:absolute;
top:535px;
left:280px;
height:80px;
width:190px;
}



#card-read-downloads {
background: #000000 url(images/card-reading-101_dwnload.jpg) no-repeat;
width:752px;
height:720px;
position:relative;
left:0px;
top:0px;
}
a.cardread-link-1:link, a.cardread-link-1:visited {
position:absolute;
top:186px;
left:280px;
height:70px;
width:190px;
}
a.cardread-link-2:link, a.cardread-link-2:visited {
position:absolute;
top:286px;
left:280px;
height:70px;
width:190px;
}
a.cardread-link-3:link, a.cardread-link-3:visited {
position:absolute;
top:401px;
left:278px;
height:70px;
width:190px;
}
a.cardread-link-4:link, a.cardread-link-4:visited {
position:absolute;
top:506px;
left:278px;
height:70px;
width:190px;
}
a.cardread-link-5:link, a.cardread-link-5:visited {
position:absolute;
top:616px;
left:278px;
height:70px;
width:190px;
}



#january11-poms {
background: #000000 url(images/january_pom.jpg) no-repeat;
width:753px;
height:1561px;
position:relative;
left:0px;
top:0px;
}
a.jan11poms-link-1:link, a.jan11poms-link-1:visited {
position:absolute;
top:510px;
left:0px;
height:173px;
width:165px;
}
a.jan11poms-link-2:link, a.jan11poms-link-2:visited {
position:absolute;
top:680px;
left:0px;
height:180px;
width:165px;
}
a.jan11poms-link-3:link, a.jan11poms-link-3:visited {
position:absolute;
top:854px;
left:0px;
height:188px;
width:165px;
}
a.jan11poms-link-4:link, a.jan11poms-link-4:visited {
position:absolute;
top:1026px;
left:0px;
height:185px;
width:165px;
}
a.jan11poms-link-5:link, a.jan11poms-link-5:visited {
position:absolute;
top:1201px;
left:0px;
height:182px;
width:165px;
}
a.jan11poms-link-6:link, a.jan11poms-link-6:visited {
position:absolute;
top:1378px;
left:0px;
height:175px;
width:165px;
}
a.jan11poms-link-7:link, a.jan11poms-link-7:visited {
position:absolute;
top:554px;
left:578px;
height:90px;
width:160px;
}
a.jan11poms-link-8:link, a.jan11poms-link-8:visited {
position:absolute;
top:725px;
left:578px;
height:90px;
width:160px;
}
a.jan11poms-link-9:link, a.jan11poms-link-9:visited {
position:absolute;
top:902px;
left:578px;
height:90px;
width:160px;
}
a.jan11poms-link-10:link, a.jan11poms-link-10:visited {
position:absolute;
top:1075px;
left:578px;
height:90px;
width:160px;
}
a.jan11poms-link-11:link, a.jan11poms-link-11:visited {
position:absolute;
top:1245px;
left:578px;
height:90px;
width:160px;
}
a.jan11poms-link-12:link, a.jan11poms-link-12:visited {
position:absolute;
top:1419px;
left:578px;
height:90px;
width:160px;
}
img.floatLeft {
margin:5px;
float:left;
}


    .innerDIV{
padding: 10px;
}
 #logo {
background-image:url(images/th-header.jpg);
  width:471px;
  height:88px;
  float:left;
  position:relative;
  top:0;
  }
 a.logo {
 height:88px;
 width:471px;
 left:0;
 top:0;
 position:absolute;
 }
  
  
  #right-header-links {
  position:absolute;
  top:0;
  left:620px;
  width:140px;
  height:130px;
  }
  a.right-header-links:link,a.right-header-links:visited {
  text-decoration:none;
  color:#000000;
  }
  
 #social-links {
 position:absolute;
 top:40px;
 height:50px;
 left:805px;
 width:180px;
 
 }
 a.twitter:link,a.twitter:visited  {
 background-image:url(images/twitter-logo.jpg);
 position:absolute;
 left:50px;
 top:0;
 height:48px;
 width:45px;
 }
 a.facebook:link,a.facebook:visited {
 background-image:url(images/facebook-logo.jpg);
 position:absolute;
 left:0;
 top:0;
 height:48px;
 width:45px;
 }
 a.youtube:link,a.youtube:visited {
 background-image:url(images/youtube-logo.jpg);
 position:absolute;
 left:100px;
 top:0;
 height:48px;
 width:45px;
 }
#newsletter-signup {
position:absolute;
top:30px;
 height:90px;
width:140px;
left:500px;

} 
a.newsletter-signup {
 height:58px;
width:123px;
}

#footer-bottom-links {
background:#ffffff;
width:984px;
top:0;
left:0;
position:relative;
min-height:100px;
}
#footer-bottom-links-left {
position:absolute;
left:22px;
width:328px;
top:0;

}
#footer-bottom-links-middle {
position:absolute;
left:335px;
top:0;
width:328px;
}
#footer-bottom-links-right {
position:absolute;
left:656px;
top:0;
width:328px;
}
li.bottom-links a{
	text-decoration:none;
	}
   #footer-bottom-buttons {
	position:relative;
	width:956px;
	height:70px;
	background:#ffffff url(images/bottom-buttons.jpg);
	}
	
a.bottom-buttons-1:link,a.botton-buttons-1:visited {
	position:absolute;
	width:300px;
	height:60px;
	left:10px;
	top:5px;
}
a.bottom-buttons-2:link,a.botton-buttons-2:visited {
	position:absolute;
	width:300px;
	height:60px;
	left:320px;
	top:5px;
}
a.bottom-buttons-3:link,a.botton-buttons-3:visited {
	position:absolute;
	width:300px;
	height:60px;
	left:630px;
	top:5px;
}
a.lavender-button {
		border: solid 1px #000000;
		background-color:#f0e7de;
		font-weight:bold;
		padding:4px;
		text-decoration:none;
		color:#000000;
		}
a.lavender-button:hover {
		border: solid 1px #000000;
		background-color:#b885ca;
		font-weight:bold;
		padding:4px;
		text-decoration:none;
		color:#000000;
		
		}		 
