/* GLOBAL STYLES *//* GLOBAL STYLES *//* GLOBAL STYLES */

*{
  margin:0;
  padding:0;
}

html{
}

body{
  font:normal normal 100% arial,sans-serif;
  color:#333;
  line-height:1.6em;
  background:#fff;
}

a img{
  border:0px;
}

a,a:link,a:active,a:visited{
  color:#333;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
  color:#333;
}

a:focus{
  color:#333;
}

.clear{
  font-size:0em;
  clear:both;
}

p{
  margin:10px 0 10px 0;
}

p img{
  float:left;
  margin:0px 10px 10px 0;
}

p.caption{
  font-size:0.8em;
  margin:5px 0 5px 3px;
  line-height:1.2em;
}

p.quote{
  font-style:italic;
  font-size:1.2em;
  line-height:1.4em;
  text-align:center;
}

.rule{
  border-bottom:1px solid #444;
  line-height:0em;
  margin:0 0 5px 0;
  font-size:0em;
}

h2{
 margin:20px 0 20px 0;
 font-size:2em;
 color:#ccc;
 text-align:center;
 font-weight:bold;}

table{
  border-collapse:collapse;
}

td{
  vertical-align:top;
  padding:0;
}

/* LAYOUT *//* LAYOUT *//* LAYOUT *//* LAYOUT *//* LAYOUT */

#wrap{
  margin:0 auto 0 auto;
  width:680px;
}

/* SPECIFIC STYLES *//* SPECIFIC STYLES *//* SPECIFIC STYLES */

h1{
 position:absolute;
 left:-1000px;
 top:-1000px;
 font-size:0em;
 color:#fff;
}





#menu{
  margin:10px 0 0 0;
  padding-bottom:5px;
  border-bottom:1px solid #444;
}

#menu ul{
  list-style-type:none;
  margin:0;
  text-align:center;
}

#menu li{
  display:inline;
  padding:0 8px 0 0;
  line-height:1.9em;
}

#menu .on{
  font-weight:bold;
}

#menu a,#menu a:active,#menu a:visited{
  color:#666;
  text-decoration:none;
}

#menu a:hover{
  color:#111;
}




#footer{
  clear:both;
}

#footer p{
  text-align:right;
  margin:20px 0 0 0;
  font-size:0.8em;
}


table.images{
  width:680px;
  text-align:center;
}

.images td{
  padding:15px 0 15px 0;
}


table.gallery{
  width:680px;
  text-align:center;
}

.gallery td{
  padding:15px 0 15px 0;
  vertical-align:middle !important;
}

.gallery p{
  font-size:0.8em;
  font-weight:bold;
  line-height:1.5em;
  margin:0px auto 0 auto;
  background:#fff;
  width:210px;
}
  
  
#techInfo{
  border-collapse:collapse;
  width:90%;
  margin:10px auto 10px auto;
}

#techInfo td{
  padding:6px;
  vertical-align:top;
  background:#eee;
  border:2px solid #ccc;
}

td.head{
  width:30%;
  font-weight:bold;
}

#techInfo ul{
  margin:0 0 0 20px;
}
  
  
  
  
  #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; }







#contactPage{
  width:100%;
  border-collapse:collapse;
}

#contactPage td{
 width:50%;
}

#contactPage ul{
  margin:0;
  list-style-type:none;
}

#contactPage fieldset{
  border:0px;
  margin-top:20px;
}


#contactPage label{
  width:115px;
  float:left;
  padding-right:5px;
}

#contactPage input{
  width:215px;
  float:left;
  border:1px solid #ccc;
  font:normal normal 1em arial,sans-serif;
  padding:1px;
}

#contactPage textarea{
  width:215px;
  height:160px;
  float:left;
  border:1px solid #ccc;
  font:normal normal 1em arial,sans-serif;
  padding:1px;
  overflow:auto;
}

#contactPage li{
  clear:both;
  height:30px;
  padding:0 0 6px 0;
}

input.button{
  width:60px !important;
  background:#ddd !important;
  float:right !important;
  margin-top:12px;
}

.err{
  clear:both;
  float:right;
  text-align:right;
}