@charset "utf-8";
/* CSS Document */

#header{height:306px;}
#header-main{ background-color:#f26e12; height:180px}



#header-main-inner{width:1000px; margin:0 auto; position:relative; z-index:10;}
#header-main-hero{
	position:absolute;
	z-index:1;
	background-image:url(/cmsimages/software/impressHead.gif);
	background-repeat:no-repeat;
	width:1373px;
	height:180px;
	top:0px;
	left:-92px;
}


#header-nav-inner{width:1000px; margin:0 auto 0 auto; padding-top:2px; height:27px; z-index:20; position:absolute; top:-30px;
	left:92px;}
	
#thumb-left{ position:relative}
#thumb-right{ position:absolute; left:322px; top:0px}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail1 img, .thumbnail2 img{
border: none;

}

.thumbnail1:hover, .thumbnail2:hover{
background-color: transparent;
}

.thumbnail1:hover img, .thumbnail2:hover img{
border: none;
}

.thumbnail1 span, .thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img, .thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

