/* CSS Document */

a:link              { font: 11px verdana; color: #000000; text-decoration: none; font-weight:bold;}
a:active            { font: 11px verdana; color: #000000; text-decoration: none; font-weight:bold; }
a:visited           { font: 11px verdana; color: #000000; text-decoration: none; font-weight:bold; }
a:hover             { font: 11px verdana; color: #336600; text-decoration: none; font-weight:bold;}

a.menu:link          { font: 11px verdana; color: #FFFFFF; text-decoration: none; font-weight:bold;}
a.menu:active        { font: 11px verdana; color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.menu:visited       { font: 11px verdana; color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.menu:hover         { font: 11px verdana; color: #669966; text-decoration: none; font-weight:bold;}

a.category:link     { font: 12px arial;   color: #000000; text-decoration: none; font-weight:bold; }
a.category:active   { font: 12px arial;   color: #000000; text-decoration: none; font-weight:bold; }
a.category:visited  { font: 12px arial;   color: #000000; text-decoration: none; font-weight:bold; }
a.category:hover    { font: 12px arial;   color: #990000; text-decoration: none; font-weight:bold; }

a.copyright:link    { font: 11px verdana; color: #666666; text-decoration: none; }
a.copyright:active  { font: 11px verdana; color: #666666; text-decoration: none; }
a.copyright:visited { font: 11px verdana; color: #666666; text-decoration: none; }
a.copyright:hover   { font: 11px verdana; color: #990000; text-decoration: none; }

a.menu_shiatsu:link   { font: 22px John Handy LET; color: #000000; text-decoration: none; font-weight : bold; }
a.menu_shiatsu:active   { font: 22px John Handy LET; color: #000000; text-decoration: none; font-weight : bold; }
a.menu_shiatsu:visited   { font: 22px John Handy LET; color: #000000; text-decoration: none; font-weight : bold; }
a.menu_shiatsu:hover  { font: 22px John Handy LET; color: #336600; text-decoration: none; font-weight : bold; }

a.stages:link   { font: 22px verdana; color: #000000; text-decoration: none; }
a.stages:active   { font: 22px verdana; color: #000000; text-decoration: none; }
a.stages:visited   { font: 22px verdana; color: #000000; text-decoration: none; }
a.stages:hover  { font: 22px verdana; color: #336600; text-decoration: none; }

.home   { font: 11px verdana; color: #000000; text-decoration: none; }

p { font: 11px verdana; color: #000000; text-decoration: none; text-align: justify; }

p.stages { font: 24px verdana; color: #000000; text-decoration: none; text-align: justify; font-weight : bold; }

img { border: 0; }

b, strong { font-weight : bold;}

body
{
  margin-top:    0;
  margin-bottom: 0;
  margin-left:   0;
  margin-right:  0;

  padding: 0;

  font:  11px verdana, geneva, arial, sans-serif;
  color: #000000;

  background-color:      #000000;
/*  background-image:      url('images/bg.gif'); */
  background-attachment: fixed;
}

select, option, textarea, input
{

  color:       #000000;
  font-size:   11px;
  font-family: Verdana;
}

input.checkbox
{
  background-color: #F5F9FD;
}

td, font
{
  font:  11px verdana, arial;
  color: #5C5C5C;
}

hr
{
  height: 1px;
  border: 0px;

  color: #DDE7EC;
  background-color: #DDE7EC;
}

.title
{
  color:            #000000;
  text-decoration:  none;
}

.box
{
  border-left:    1px solid #000000;
  border-right:   1px solid #000000;
  border-top:     1px solid #000000;
  border-bottom:  1px solid #000000;

  background-color: #FFFFFF;
}

#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; }

