/* CSS Document */

/* Declare body first of all */ 
  body { 
    background:url(images/bground.png) repeat-x; 
	font:normal 62.5% 'Lucida Grande',Verdana,sans-serif; 
    text-align:center; 
    } 
	
  * {
    margin:0;
    padding:0;
    }
	
  p, blockqoute, h1, h2, h3, h4 {
    margin:1em 0;
    }
	
/* Wireframing - place borders around all div elements during development */ 
  div { 
    margin:0; 
    padding:0; 
    outline:0px solid red; 
    } 
	
/* Container */ 
  #container { 
    width:812px; 
    margin:0px auto; 
	background:url(images/bground_centre.png); 
    }
  
  #container a:link, #container a:visited {  
    text-decoration:none;
    font-size:100%;
    font-weight:bold; 
    color:#936013;
    }
    
	
  #container a:hover { 
    color:#FFF; 
    } 
	
/* Masthead and descendants */ 
   #masthead { 
    clear:both; 
    hei/ght:71px; 
    background:url(images/home_header.png) no-repeat;
	} 
	
  #masthead ul { 
    padding:30px 0px 0px 20px;
    margin:0;
    display:block;
    } 

  #masthead li { 
    display:inline; 
    margin:0px 15px 0px 0; 
    } 
  #masthead li a:link,  #masthead a:visited {
    text-decoration:none; 
    font-size:1.3em; 
    font-weight:bold; 
    color:#FFE86C; 
    } 
  #masthead li a:hover { 
    color:#FFF; 
    } 
	
/* The main column and descendants */ 
  #mainCol { 
	float:right; 
    width:508px;
    font-size:1.2em; 
    line-height:155%; 
    color:#936013;
	text-align:left; 
    } 
	
  #mainColjewellery { 
	float:left; 
    margin-left:45px;
	width:720px;
    font-size:1.2em; 
    line-height:155%; 
    color:#936013;
	text-align:left; 
    } 

  #mainCol .inner{
   	padding:0 30px 0 0;
   	}

/* The main column text width */ 
  #mainCol p { 
    wid/th:477px; 
    } 

/* The left column and descendants */ 
  #sidebar { 
    float:right; 
    width:291px;
	height:inherit;
    }  	
	
/* The footer and descendants */ 
  #footer { 
    clear:both; 
    font-size:1.2em; 
	line-height:150%;
	padding:1.8em 0;
	color:#FFE86C; 
    background:url(images/bground_footer_content.png) no-repeat; 
    margin-bottom: 0
	} 
  #footer a:link, #footer a:visited {
    text-decoration:none; 
    font-weight:bold; 
    color:#FFE86C; 
    }   
  #footer a:hover { 
    color:#FFF; 
    } 
	


/* Header references */ 
  h1 { 
    padding:0px;    
    } 
  h2 { 
    font-size:1.1em; 
	font-weight:bold;    
    } 
  h3 { 
    margin-top:0px; 
    } 
  h4 { 
    padding:34px;    
	} 

/* Logo positioning*/ 
  #masthead img { 
    float:left; 
    margin:0px 0px 0px 0px; 
    } 

/* Turn off borders on image links */ 
  img { 
    border:0; 
    } 
	
/* Underlining the current page*/  
  #about #masthead a.about { 
    border-bottom:3px solid #FFE86C; 
    } 
	
  #reiki #masthead a.reiki { 
    border-bottom:3px solid #FFE86C; 
    } 
	
  #crystal #masthead a.crystal { 
    border-bottom:3px solid #FFE86C; 
    } 
	
  #jewellery #masthead a.jewellery { 
    border-bottom:3px solid #FFE86C; 
    }
	
  #massage #masthead a.massage { 
    border-bottom:3px solid #FFE86C; 
    }

  #contact #masthead a.contact { 
    border-bottom:3px solid #FFE86C; 
    }
	
/* Simple font attributes */ 
  #B {
    font:bold}
	
  #I {
    font:italic}
	

/* IE PNG transparency fix */ 	
/*
   img, div { behavior: url(iepngfix.htc) }
*/  



/* NEW CSS */

.logo{
	margin:0;
	padding:0;
	}
	
	
#sidebar h3{
	margin:0;
	padding:0;
	}
	
.clear{
	clear:both;
	}
	
#footer h4{
	margin:0;
	padding:0;
	font-size: 12px; 
	}
	
#table table{
	width:460px;
	}
	
#table td, #table th, #table table{
	border-collapse:collapse;
	}
	
/*Lightbox styles*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
