@charset "utf-8";
/* CSS Document */

#header{height:306px;}
#header-main{ background-color:#056aaf; height:180px}



#header-main-inner{width:1000px; margin:0 auto; position:relative;}
#header-main-hero{
	position:absolute;
	background-image:url(/cmsimages/downloadHeader.png);
	background-repeat:no-repeat;
	width:1373px;
	height:300px;
	top:-107px;
	left:-105px;
}


#header-nav-inner{width:1000px; margin:0 auto 0 auto; padding-top:2px; height:27px; position:absolute; top:78px;
	left:105px;}
	
#thumb-left{ position:relative}
#thumb-right{ position:absolute; left:298px; 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;
}

#template{ position:relative; height:148px; background-image:url(/cmsimages/dottedLine.gif); background-repeat:repeat-x;  }
#template-left{
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	padding:8px 0;
}
#template-right{ position:absolute; right:0px; top:0px; width:174px; padding:6px 0 8px 16px; }



#small-download-button{width:55px; height:50px; background-image:url(/cmsimages/smButton.gif); background-repeat:no-repeat;}
#small-download-button:hover{ background-position:-60px 0;}
