/* Header CSS */
/* CSS file for the link container of every page */


/* ---------------------------------------*/

	img { border: 0;
	}

/* ---------------------------------------*/
	#containerheader {
		margin:0 auto;
		position:absolute;
		height:100px;
		width:942px;
		clear:left;
		background-color:#fff;
		text-align: left;
}


/* Links Section */
/* ---------------------------------------*/

	#headerlogo {
		position:absolute;
		top:10px;
		left:405px;
		float:left;
		width:128px;
		height:46px;
		}

	#linkexhibition {
		position:absolute;
		top:70px;
		left:40px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}
		
	#linknewarrivals {
		position:absolute;
		top:70px;
		left:150px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}
		
	#linkentirecollection {
		position:absolute;
		top:70px;
		left:280px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}
		
	#linkpastsales {
		position:absolute;
		top:70px;
		left:445px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}
		
	#linkgalleryinfo {
		position:absolute;
		top:70px;
		left:570px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}
		
	#linkshoppingcart {
		position:absolute;
		top:70px;
		left:700px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}
		
	#linkmyaccount {
		position:absolute;
		top:70px;
		left:838px;
		color: #131313;
		text-align: left;
		float:left;
		font: small-caps 13px Arial;
		}



A.headertext:link {text-decoration: none; color:#343434;}
A.headertext:visited {text-decoration: none; color:#343434;}
A.headertext:active {text-decoration: none; color:#343434;}
A.headertext:hover {text-decoration: none; color:#db2d2d;}


A.headerselected:link {text-decoration: none; color:#cd0000;}
A.headerselected:visited {text-decoration: none; color:#cd0000;}
A.headerselected:active {text-decoration: none; color:#cd0000;}
A.headerselected:hover {text-decoration: none; color:#db2d2d;}