html, body {
margin: 0pt;
padding: 0pt;
}
body {
background-color: #eeeeee;
font-family: "Lucida Console", "Verdana", sans-serif;
font-size: small;
}
#image{
text-align: center;
margin: 10px;
}
#image img{
border: none;
margin: 0px;
padding: 0px;
}
#imagemin{
margin:0px;
text-align:center;
display:inline;
}
#imagemin img{
border: none;
margin: 10px 10px 0px 0px;
padding: 0px;
}
img{
	border:none;
}
a:link {
color: #cc0000;
text-decoration: none;
}
a:visited {
color: #cc0000;
text-decoration: none;
}
a:hover {
color: #666699;
text-decoration: underline;
}
h1{
font-weight: normal;
text-align: center;
margin-bottom: 40px;
color: #990000;
}
h2, h3{
font-weight: bold;
color: #111111;
margin: 45px 0px 10px 0px;
padding: 0;
}
p{
color: #222222;
font-size: 13px;
}
table{
border-collapse: collapse;
}
table td{
border: 1px solid gray;
border-spacing: 1px;
padding: 2px 6px 2px 6px;
margin: 0px;
}
#homecon {
font-size: 12px;
color: #CC0000;
background-color: #FFFFFF;
border: 1px solid #666666;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
padding: 20px 20px 20px 20px;
text-align: center;
width: 580px;
height: auto;
}
#homecon a {
color: #CC0000;
text-decoration: none;
}
#homecon a:hover{
color: #CC0000;
text-decoration: underline;
}
#container{
width: 780px;
margin: 0px auto;
text-align: left;
border: 1px solid #cccccc;
background-color: #FFFFFF;
}
#header{
height: 130px;
background-image: url(imgs/header.gif);
}
#contleft{
padding: 10px 10px 20px 10px;
float: left;
margin-left: 0px;
width: 200px;
background-color: #FFCC33;
font-size: small;
}
#contleft a:link, a:visited, a:hover{
color: #111111;
text-decoration: none;
}
#contleft ul{
display: block;
list-style-type: none;
padding-left: 10px;
margin: 0px;
}
#contleft li{
margin: 20px 0px 0px 0px;
}
#hidemenuel{
visibility: hidden;
display: none;
}
#hidemenuel li{
margin: 0px;
}
#contright{
float: right;
padding: 20px;
width: 520px;
}
#cont_consamm{
text-align:center;
}
#filler{
clear: both;
padding: 0px;
margin: 0px;
}
#footer{
height: 20px;
padding-top: 5px;
text-align: center;
font-size: smaller;
}
#footer p{
padding: 0px;
margin: 0px;
}
#footer img{
border: none;
margin: 0px 5px 0px 5px;
padding: 0px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{border: none;}

#outerImageContainer{
	position: relative;
	background-color: #eeeeee;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{padding: 5px;}

#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: transparent url(lightbox/images/blank.gif) no-repeat; /* IE Hack showing hover */
	display: block;
	}
#prevLink, #prevLink:hover, #prevLink:visited:hover{
	left: 0;
	float: left;
	background: url(lightbox/images/prev.gif) left 100% no-repeat;
	}
#nextLink, #nextLink:hover, #nextLink:visited:hover{
	right: 0;
	float: right;
	background: url(lightbox/images/next.gif) right 100% no-repeat;
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #eeeeee;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{padding:0 10px; color: #333;}
#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: 50px; float: right;  padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.thumbs{
	text-align: center;
	margin: 5px auto 5px auto;
	padding: 0px 10px 0px 10px;
	/*border-bottom: 1px dashed #cccccc;*/
}
.thumbs img{
	border: 0px;
	padding: 0px;
	margin: 5px;
}