
/* default.asp */

/* Homepage */

* { margin: 0; }

html, body { 

}

#home-left{
width: 413px;
padding-right: 20px;
margin-right: 10px;
padding-bottom: 10px;
float: left;
border-right:dotted 1px #CCCCCC;
}

#home-left h2{
border: 0;
font-size: 16px;
}

#home-left p {
}
#home-feature {

}

/* files/contact.asp */

#con-text {
float: left;
width: 350px;
}

#con-form {
float: right;
width: 380px;
}

.con-field {
width: 300px;
}
.con-text {
width: 300px;
}

/* files/gallery-main.asp */

#pg-gallery {
float: left;
width: 600px;
/*padding-top: 7px;*/
}

#pg-gallery-main {
float: left;
width: 140px;
padding-bottom: 10px;
padding-right: 10px;
}

#pg-gallery h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #5b5b5b;
font-weight: bold;
padding-top: 2px;
}

#pg-gallery a {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #5b5b5b;
font-weight: bold;
padding-top: 2px;
text-decoration: none;
}

#pg-gallery a:hover {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
padding-top: 2px;
text-decoration: underline;
}

#pg-gallery img {
border: 1px solid #000000;
}

#pg-gallery-cats {
float: right;
width: 150px;
padding-left: 20px;
background-image: url(../images/gallery-menu.gif);
background-repeat: repeat-y;
}

#pg-gallery-cats h3 {
font-size: 16px;
margin: 0px;
padding-top: 6px;
padding-bottom: 8px;
color: #104e49;
}

/* Gallery Menu Items*/
/* */

#pg-gallery-cats-menu {
float: left;
margin-top: 5px;
margin-bottom: 5px;
width: 160px;
}

#pg-gallery-cats-menu ul {
margin: 0px auto;
padding: 0;
list-style-type: none;
}

#pg-gallery-cats-menu li {
margin: 0;
padding: 0;
float: left;
text-align: left;
}    

#pg-gallery-cats-menu a {
font-size: 12px;
font-weight: bold;
display: block;
width: 150px;
text-decoration: none;
/*color: #0c4137;*/
color: #000000;
padding: 2px;
}

#pg-gallery-cats-menu a:hover {
text-decoration: underline;
}

/* Hide from IE5-Mac \*/
#pg-gallery-cats-menu li a
{
float: none
}
/* End hide */
#pg-gallery-cats-menu
{
width:142px;
} 


/* Gallery Image */

#pg-gallery-img {
text-align: center;
}

#pg-gallery-img img {
border: 1px solid #000000;
margin-bottom: 5px;
}

#pg-gallery-img p {
}

#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: #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: transparent url(../images/blank.gif) no-repeat; /* 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: 12px 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	#prod-cell {
	font-size:12px;
	}