body
{
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('../images/headerColor.png');
	background-position: top;
	background-repeat: repeat-x; 
}
#innerBody
{
	background-image: url('../images/footerColor.png');
	background-position: bottom;
	background-repeat: repeat-x; 
}
#topMenu {
	overflow: auto;
}
ul#topMenuList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow:auto;
	-moz-padding-start: 0px;
}
ul#topMenuList li
{
	float: right;
}
ul#topMenuList li a
{
	display: block; 
	padding: 10px 10px 15px 10px;
	color: #535353;
	text-decoration: none;
}

ul#topMenuList li a:hover, ul#topMenuList li a.activeMenuItem
{
	color: #333333;
	background-image: url('images/headerColor-highlight.png');
	background-repeat: repeat-x;
}

ul#topMenuList li a {
    color: #535353;
    display: block;
    padding: 10px 10px 15px;
    text-decoration: none;
}

:-moz-any-link {
    outline: none;
} 
body div#outerShell
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}        
img#topBanner
{
	height: 202px;
	width: 609px;
	padding: 0;
}           
div#menuAndContentBox
{
	z-index: 1;
	float: left;
	clear: left;
	width: 775px;
	margin-top: 5px;
	background-image: url('images/compressedLogo.png');
	background-repeat: no-repeat;
}
div#menuAndContentBoxContent 
{
	min-height: 470px;
	padding-top: 140px;
	padding-left: 25px;
	/* ie only (ie ignores min-height) */
	height:expression(this.scrollHeight > 470 ? "auto":"470px");	
/*	background-color: #fff;   */
	overflow: hidden;
}
div#mainContent
{
	padding-left: 10px;
/*	border-left: 1px solid #FCC967; */
	z-index: 1;
	float: left;
	width: 565px;
	min-height: 470px;
	/* ie only (ie ignores min-height) */
	height:expression(this.scrollHeight > 470 ? "auto":"470px");	
/*	background-color: #fff;   */
	overflow: hidden;
}
div.pageTitle
{
	font-size: 200%;/*210%;*/
	font-weight: normal;
	color: #d25000; /*#2a73b5; */ //#c33;
	text-align: right;
	margin-right: 5px;
	font-family: 'Perpetua', 'Times', Georgia, Serif;
}
.pageSubtitle
{
	text-align: right;
	margin-right: 5px;
	color: #555;
	font-size: 90%;
}
.redText
{
	color: #d25000; /*#8C4320; */ //#c33;
	font-weight: bold;
}
.center
{
	text-align: center;
	margin:0 auto;
} 
.indent
{
	width: 480px;
	margin: 0 auto;
	margin-top:5px;
	color: #222;
}

.JasmereOn
{
	display: none;
}

.JasmereOff
{
	display: block;
}
.JasmereOn iframe
{
	padding: 5px;
}
/* ----------- index.php ---------------- */

div.mainPageSideText
{
/*	width:280px;
	float:right; */
}
div.mainPageSideText p
{
	margin: 10px 0 10px 10px;
	color: #333333;
	font-size: 120%;
}
.mainPageImage 
{
	float: left;
	text-align: center;
	text-decoration: none;
}
.mainPageImage img {
	border: none;
	padding-right: 15px;
}
#welcome
{
	position: relative;
	left: -10px;
}
.blogTitle
{ 
	font-weight: bold;
	padding-top: 5px;
}
.blogDate
{
	font-style: italic;
	margin-bottom: 10px;
}
span.blogText
{
	padding: 7px 12px 10px 12px;
	width: 530px;
	text-align:left; //TODO: this isn't having an effect
}

/* ----------- buy.php ---------------- */
.buyRegion
{
	text-align: center;
}
.storeDisplay
{
	border: solid 1px #75a0c7;
	width: 300px;
	text-align: center;
	border-spacing: 0;
}
td {
	padding: 0;
}
.storeName
{
	border-bottom: solid 1px #75a0c7;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	background-color: #bee0ff;
}
#mainContent table.storeDisplay a:link .storeName, #mainContent table.storeDisplay a:visited .storeName {
	color: #535353;
	text-decoration: underline;
}
#mainContent table.storeDisplay a:hover .storeName  {
	color:#000;
	background-color: #aad0f3;
}

/* ----------- about.php ---------------- */
#aboutOuterShell
{
	width: 480px;
	text-align: left;
}

/* ----------- movies.php ---------------- */
#moviePageShell
{
	width: 565px;
	text-align: left;
}
.movieImg
{
	position: relative;
	float: left;
	margin:0 15px 10px 0;
}
.movieDescription
{
	position: relative;
	float: right;
	width: 150px;
}
.movieLink
{
	border-color: #ccc;
}

/* ----------- bio.php ---------------- */
div#lensPhoto
{
	float: right;
	margin: 10px;
}
div#lensPhoto img, div#lensPhotoLeft img
{
	margin-bottom: 5px;
}
div#lensPhotoLeft
{
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
.caption, a:link .caption, a:visited .caption {
	text-decoration: none;
	font-size: 80%;
	color: #666;
}
a:hover .caption {
	color: #2a73b5;
}
div.makingOfSundrops div.floatRight a:link .caption
{
	text-decoration: none;
}
img.bioPhoto
{
	float: left;
	margin-bottom: 5px;
	padding-right:15px;
	height: 100px;
	width: 100px;
}
/* ----------- news.php ---------------- */
#newsShell
{
}
.newsArticle
{
	margin-bottom: 25px;
}
.newsArticle div.articleTitle a:link,
.newsArticle div.articleTitle a:visited
{
	color: #d25000; /*#8C4320; */ //#c33;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;	
}
hr.news
{
	width: 50%;
	margin: 10px auto 10px auto;
}

/* ----------- faq.php ---------------- */
#faqShell
{
}
#faqShell dt
{
	font-weight: bold;
	margin: 8px 0 2px 0;
}
#faqShell dd
{
}
/* ----------- main nav menu in header.php ---------------- */
div#mainNavMenu
{
	margin-top: 7px;
	margin: 0 15px 0 10px;
	float: left;
	width: 142px;
}
div#mainNavMenu ul
{
	margin: 0 0 0 2px;
//	border-bottom: 1px solid #fff; //#FD9B38; //AFEBEE; //B8EFF2; B7F8FC;
	list-style-type: none;
	padding:0;
}
div#mainNavMenu ul li
{
}
div#mainNavMenu ul li a,
div#mainNavMenu ul li a:link,
div#mainNavMenu ul li a:visited  
{ 
	border-top: 1px solid #fff; //#FD9B38; //AFEBEE; //B8EFF2; B7F8FC;
	border-bottom: 1px solid #fff; //#FD9B38; //AFEBEE; //B8EFF2; B7F8FC;
	padding: 5px 0 5px 7px;
	display: block;
	text-decoration: none;
	color: #2a73b5; /*#8C4320; */
	font-weight: bold;
}
div#mainNavMenu ul li a:hover,  
div#mainNavMenu ul li a.activeMenuItem
{
	color: #333;
	background-color: #bee0ff; //B2ECEA; //C2FEFC; 	
	border-top: 1px solid #75a0c7;
	border-bottom: 1px solid #75a0c7;
}
div#mainNavMenu ul li a.activeMenuItem 
{
	background-color: #aad0f3; //B2ECEA; //C2FEFC; 	
}


* ----------- curved corners ---------------- */
.curvedBox 
{
  background:transparent; 
  margin-left: auto;
  margin-right: auto;
}
#menuContainerContent .curvedBox
{ 
	width: 85%; 
}
.curvedBox .b1, .curvedBox .b2, .curvedBox .b3, .curvedBox .b4
{
/*	background-color: #ffffff; */
  display:block; 
  overflow:hidden; 
  height:1px;
  font-size:1px;
}
.curvedBox .b2, .curvedBox .b3, .curvedBox .b4
{
  border-width: 0px 1px 0px 1px;
	border-style: none;
}
.curvedBox .b1 { margin:0 5px; /*background-color: #ffffff;*/ /*background-color: #000000;*/}
.curvedBox .b2 { margin:0 3px;  border-width:0px; /*border-width:0px 2px 0px 2px; */ }
.curvedBox .b3 { margin:0 2px; border-width:0px;}
.curvedBox .b4 { margin:0 1px; height: 2px; border-width:0px;}
.curvedBox .boxcontent 
{
  display:block;
  border-width: 0px;
  border-style: none;
  border-width:0px 1px 0px 1px;
  padding: 0px 0px 2px 0px;
  border-width:0px;
}

div#blogBox b.b2,
div#blogBox b.b3,
div#blogBox b.b4,
div#blogBox div.boxContent
{
	background: #FBEFD3;
}
            
/* ----------- footer.php ---------------- */
#bottomText
{
	display: none;
	text-align: center;
	color: #666;
	font-size: 120%;
}

#bottomLinks a:link,
#bottomLinks a:visited, 
.copyright,
.greenHosting
{
/*	text-align: center; */
	color: #535353;
	font-size: 70%;
	font-family: sans-serif;
/*	position: relative;
	top: -5px; */
	float: left;
	text-decoration: none;
	padding: 24px 10px 10px 10px;
	font-weight: bold;
}
#bottomLinks a:hover
{
	color: #000;
/*	background-image: url('images/footerColor-highlight.png');
	background-repeat: repeat-x;*/
}
.copyright
{
	float: right;
	color: #333333;
}         
.greenHosting
{
	padding: 22px 10px 12px 10px;
}
a .facebookBanner {
	border: 4px solid #bee0ff;
 } 
a:hover .facebookBanner {
	border: 4px solid #ff6600;
 } 

.featuredProducts {
	float: left;
	width: 47%
}
.featuredProducts h2 {
	color: #2a73b5;
	font-family: 'Times', Georgia, Serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0;
}
.featuredProducts hr {
	color: #ddd;
	background-color: #ddd;
	border: none;
	width: 100%;
	height: 1px;
	position: relative;
	left: 0;
	margin: 0;
}
.featuredProducts img {
	float: left;
	padding: 10px 10px 10px 0;
	border: none;
}
.featuredProducts div {
}
.featuredProducts div h5 {
	color: #d25000;
	font-weight: bold;
	font-size: 105%;
	margin: 7px 0 5px 0;
}
a.product:link, a.product:visited {
	text-decoration: none;
}
a.product:hover h5 {
	color: #2a73b5;
}
.featuredProducts div h6 {
	color: #535353;
	font-weight: normal;
	margin: 0;
	font-size: 90%;
}
.featuredProducts div p {
	color: #333333;
	font-weight: normal;
	font-size: 80%;
	margin: 0;
}
#mainContent .productButton, #mainContent a.productButton:link, #mainContent a.productButton:visited {
	padding: .5em .7em;
	margin-left: 15px;
	margin-bottom: 1.5em;
	background-color: #bee0ff;
	border: 1px solid #75a0c7;
	font-size: 70%;
	color: #333333;
	float: right;
	text-decoration: none;
}
#mainContent a.productButton:hover {
	background-color: #aad0f3;
	border: 1px solid #75a0c7;
	color: #333333;
}
.featuredProductsSpace {
	width: 5%;
	float: left;
}
.tinyText {
	color: #666;
	font-size: 85%;
}
a.tinyText:link, a.tinyText:visited {
	font-size: 70%;
	color: #d25000;
	text-decoration: none;
	position: relative;
	left: -8px;
}
#mainContent a:link, #mainContent a:visited {
	color: #d25000;
	text-decoration: none;
}
#mainContent a:hover, a.tinyText:hover {
	color: #2a73b5;
}

div.makingOfSundrops {
	margin-left: 10px;
}
.imgBorder, a:link .imgBorder, a:visited .imgBorder {
    border: 1px solid #ccc;
    }
a:hover .imgBorder {
	border: 1px solid #000;
}
.floatLeft {
    margin-right: 1.5em;
    float: left;
    overflow:auto;
    }
.floatRight {
    margin-left: 1.5em;
    float: right;
    }
#theLens .floatLeft {
	margin: 0px 15px 15px 0;
}
#theLens .floatRight {
	margin: 0px 0px 15px 15px;
    }
.productInfoMakingOf h2, .makingOfSundrops h2 {
    margin: 2em 0 .7em 0;
    }
.makingOfSundrops h4 {
    margin: 0 0 0.3em 0;
/*    color: #2a73b5;
  */  }
#mainContent a.imgLink:link, #mainContent a.imgLink:visited
{
	color: #aaa;
    text-decoration: none;
}
#mainContent a.imgLink:link img, #mainContent a.imgLink:visited img {
	border: 2px solid #aaa;
}
#mainContent a.imgLink:hover
{
	color: #2a73b5;
    text-decoration: none;
}
#mainContent a.imgLink:hover img {
	border: 2px solid #2a73b5;
}
.makingOfSundrops a.imgLink:link span.linkText, .makingOfSundrops a.imgLink:visited span.linkText, a.imgLink:link span.linkText, a.imgLink:visited span.linkText
{
	color: #fff;
	background-color: #aaa;
	font-size: 80%;
    text-decoration: none;
}
.makingOfSundrops a.imgLink:hover span.linkText, a.imgLink:hover span.linkText
{
	color: #fff;
	background-color: #2a73b5;
	font-size: 80%;
    text-decoration: none;
}
.makingOfSundrops a.imgLink img
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.makingOfSundrops a.imgLink .caption
{
	margin-top: 0px;
	padding-top: 0px;
}
ul.theStory {
	list-style-type: none;
}
#cartLink {
	float: right;
	clear: both;
	line-height: 1em;
	font-size: 63%;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-right: 10px;
	margin: 0;

}
#cartLink a:link, #cartLink a:visited {
	color: #535353;
	text-decoration: none;
}
#cartLink a:hover {
	color: #333;
}
.newsletterLink {
	text-align: center;
	margin: 30px 0;
}
.newsletterLink a:link img, .newsletterLink a:visited img {
	width: 60px;
	height: 64px;
	border: none;
}
.newsletterLink a:link, .newsletterLink a:visited {
	text-decoration: none;
	align: center;
}
