/* CSS Document */

/***************************************** Body Background **********/

body {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color:#000;	
}

	
.bck { background: url(../images/bck.gif) repeat-x; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; height: 402px;}

/***************************************** Main Header **********/

#header { margin: 0 auto;width: 757px; height: 266px;  background: #000;}
.headleft {float: left; }
.headright {float: right;background: url(../images/header_right.gif); width: 138px; height: 266px;}
.headright p { margin-top: 5px; margin-right: 5px;overflow: hidden; color: #fff; font-size: 12px; font-family: arial ; float: right;}
.headright a:link, .headright a:visited, .headright a:active {text-decoration: underline;color: #fff;}
.headright a:hover {text-decoration: underline;color: #FF0000; } 

/***************************************** Main Header **********/

/***************************************** Navigation **********/

#navstrip { background: #161615; height: 40px; margin: 0 auto; width: 757px;}
#nvbck {background: #161615;margin: 0 auto;width: 754px;height: 30px;}

/***************************************** Navigation **********/

/***************************************** Main Area **********/

#container {overflow: hidden; background: #000; margin: 0 auto; width: 757px;}

#toparea {overflow: hidden; margin: 0 auto; width: 737px;  height: 261px;margin-top: 10px;}

#flasharea {overflow: hidden; margin-right: 5px;float: right; height: 261px; width: 285px;}

#maintext {overflow: hidden; float: left; height: 261px; width: 435px;}
#maintext p {margin-left: 5px; margin-right: 5px; margin-top: 5px;}

#bottomleft {background: url(../images/hmbtbck.gif) repeat-x; margin-left: 10px; float: left; width: 239px; height: 300px;}
#bottomleft p {margin-left: 5px; margin-top: 5px; margin-right: 5px;}
#bottomleft a:link, #bottomleft a:visited, #bottomleft a:active {text-decoration: underline;color: #cccccc;}
#bottomleft a:hover {text-decoration: underline;color: #FFf; }

#bottommiddle {background: url(../images/hmbtbck.gif) repeat-x; margin-left: 10px;float: left; width: 239px; height: 300px;}
#bottommiddle p {margin-left: 5px; margin-top: 5px; margin-right: 5px;}
#bottommiddle a:link, #bottommiddle a:visited, #bottommiddle a:active {text-decoration: underline;color: #cccccc;}
#bottommiddle a:hover {text-decoration: underline;color: #FFf; }

#bottomright {background: url(../images/hmbtbck.gif) repeat-x; margin-left: 5px;float: right; margin-right: 10px; width: 239px; height: 300px;}
#bottomright p {margin-left: 5px; margin-top: 5px; margin-right: 5px;}
#bottomright a:link, #bottomright a:visited, #bottomright a:active {text-decoration: underline;color: #cccccc;}
#bottomright a:hover {text-decoration: underline;color: #FFf; }

/***************************************** Main Area **********/

/***************************************** Other Pages **********/

#otherarea {margin-left: 10px; margin-right: 10px; overflow: hidden; color: #cccccc; font-family: verdana; font-size:12px;}
h1 { font-family: verdana; font-size: 22px; color: #FF0000;}
h2 {font-family: verdana; font-size: 12px; color:  #FF0000;}

#otherarea a:link, #otherarea a:visited, #otherarea a:active {text-decoration: underline;color: #ff0000;}
#otherarea a:hover {text-decoration: underline;color: #666666; } 

/***************************************** Other Pages **********/

/***************************************** Footer ***********/

#footer { overflow: hidden; margin: 0 auto; margin-top: 5px; width: 757px; color: #fff;  }
.hair { overflow: hidden; float: left; font-size: 10px; font-family: verdana;}
.euphoria { overflow: hidden; float: right; font-size: 10px; font-family: verdana;}
.euphoria a:link, .euphoria a:visited, .euphoria a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.euphoria a:hover {
	text-decoration: none;
	color: #999999; } 

/***************************************** Footer ***********/

/* Lightbox */
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; }

/* Lightbox */

#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; }

