/*================================================================
EXHIBTIONS stylesheet for the website.
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/

a#NavCollection{
	background:url(../images/layout/main-nav.gif) no-repeat 0px -20px;
}

/****  SIDENAV
================================================================*/

#ColumnLeft a#sidenavCollection-leftLink1{
	background:url(../images/layout/side-collection.gif) no-repeat 0px 0px;
}
#ColumnLeft a#sidenavCollection-leftLink1:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px 0px;
}
#ColumnLeft a#sidenavCollection-leftLink3{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -16px;
}
#ColumnLeft a#sidenavCollection-leftLink3:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -16px;
}
#ColumnLeft a#sidenavCollection-leftLink4{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -32px;
}
#ColumnLeft a#sidenavCollection-leftLink4:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -32px;
}
#ColumnLeft a#sidenavCollection-leftLink5{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -48px;
}
#ColumnLeft a#sidenavCollection-leftLink5:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -48px;
}
#ColumnLeft a#sidenavCollection-leftLink12{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -64px;
}
#ColumnLeft a#sidenavCollection-leftLink12:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -64px;
}
#ColumnLeft a#sidenavCollection-leftLink2{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -80px;
}
#ColumnLeft a#sidenavCollection-leftLink2:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -80px;
}
#ColumnLeft a#sidenavCollection-leftLink13{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -96px;
}
#ColumnLeft a#sidenavCollection-leftLink13:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -96px;
}
#ColumnLeft a#sidenavCollection-leftLink6{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -112px;
}
#ColumnLeft a#sidenavCollection-leftLink6:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -112px;
}
#ColumnLeft a#sidenavCollection-leftLink7{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -128px;
}
#ColumnLeft a#sidenavCollection-leftLink7:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -128px;
}
#ColumnLeft a#sidenavCollection-leftLink14{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -144px;
}
#ColumnLeft a#sidenavCollection-leftLink14:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -144px;
}
#ColumnLeft a#sidenavCollection-leftLink8{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -160px;
}
#ColumnLeft a#sidenavCollection-leftLink8:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -160px;
}
#ColumnLeft a#sidenavCollection-leftLink9{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -176px;
}
#ColumnLeft a#sidenavCollection-leftLink9:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -176px;
}
#ColumnLeft a#sidenavCollection-leftLink10{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -192px;
}
#ColumnLeft a#sidenavCollection-leftLink10:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -192px;
}
#ColumnLeft a#sidenavCollection-leftLink11{
	background:url(../images/layout/side-collection.gif) no-repeat 0px -208px;
}
#ColumnLeft a#sidenavCollection-leftLink11:hover{
	background:url(../images/layout/side-collection.gif) no-repeat -280px -208px;
}




/****  PAGE LAYOUT STYLES
================================================================*/

#SearchCollection{
	margin-bottom:15px;
}

#SearchCollection h3{
	height:8px;
	background:url(../images/headings/search-collection.gif) no-repeat;
	text-indent:-9999px;
	margin: 0 0 5px 0;
}

#SearchCollection input{
	border:#8D857E 1px solid;
	height:16px;
	width:85px;
	margin:0 0 0 5px;
	float:left;
	font-size:13px;
}

#SearchGo{
	background:url(../images/go.gif);
	display:block;
	width:31px;
	height:18px;
	float:left;
}

#SearchCollection p{
	margin:5px 10px;
	padding:0;
	font-style: italic;	
	color:#8D857E;
	font-size:11px;
	clear:left;
}

.resultRow{
	margin-top:17px;
}


.resultRow img{
	padding:0 15px 15px 0;
	float:left;
}

.resultRow img.enlarge{
	float:none;
}

.btnGo{
	display:block;
	width:31px;
	height:18px;
	background:url(../images/go.gif) no-repeat;
	float:left;
}