/* CSS Document */

html
{
}

body
{
	color:#010101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0px; 
	padding:0px;
	text-align: center;
	
	background-color: #76160e;
/* 	background-image0:url(site/2x2greycheckerboard1.gif);  
	background-image:url("site/bgtile4.gif"); */
}



form
{
	margin: 0px;
	padding: 0px;
}



td
{
	text-align: left;
	vertical-align: top;
}


a 
{
	color: #c0262d;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/****/

#named a 
{
	/* display: none; */
	display: inline;
	visibility: hidden;
}

h1
{
	color: #c0262d;
	font-style:italic;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
}



h2
{
	color: #000000;
	font-style:italic;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
}


img
{ 
	border: none; /*  1px solid #FFFFFF; */
}


p
{
	margin-top: 0px;
}


#root
{
	background-color: #f4ede6;
	
	background-repeat: no-repeat;
	border: 1px solid #000000;
	
	margin: 0px auto;
	overflow: auto;
	position: relative;
	text-align: left;
	width: 900px;
}


/* 
#root a
{
	color: #000000;
	text-decoration: none;
}



#root a:hover
{
	text-decoration: underline;
}

*/



#root #masthead
{
	background-image: url("site/masthead.jpg");
	height: 212px;
	margin-bottom: 15px;
	position:  relative;
	width: 900px;
}


#root #masthead #home_link a
{
	display: block;
	height: 149px;
	width: 127px;
	position: absolute;
	top: 11px;
	left: 12px;
}



#root #masthead #search 
{
	position: absolute;
	top: 18px;
	left: 633px;
	width: 156px;
}


#root #masthead #search input
{
	border: 1px solid #7e7f82;
	height: 16px;
	padding: 2px;
	width: 142px;
}









#root #menu
{/*
	position: absolute;
	top: 227px;
	left: 15px;
	z-index: 1000;
	
	 border: 1px solid #FF0000; */
	
	color: #333333;
	display: inline;
	float: left;
	font-size: 15px;
	height: auto;
	margin: 0px;
	margin-left: 15px;
	overflow: auto;
	text-align: right;
	width: 195px;
	
	
}

#root #menu a,
#root #menu #item .directory
{
	border-bottom: 1px solid #d0c4b6;
	
	display: block;
	height: 21px;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 184px;
}

#root #menu #item 
{
	position: relative;
}


#root #menu #item  #overlay
{
	display: none;
}


#root #menu #item  #activeoverlay
{
	display: none;
	position: absolute;
	top: 1px;
	left: 190px;
	z-index: 1000;
	
	background: url("site/content%20background.jpg"); 
	border: none;
	
	height: 33px;
	width: 10px;
}


#root #menu #item a.level1, 
#root #menu #item .directory
{
	/* background: url("site/red%205x5%20square.png") no-repeat 0px 5px;*/
	
	
	padding-right: 10px; 
	
}


#menu #item a.level2
{
	/*background: url("site/black 5x6 circle.png") no-repeat 16px 5px;*/
	padding-top: 10px;
	padding-right: 20px; 
	padding-bottom: 2px;
	width: 174px;
}


#menu #item a.active
{
	background: url("site/menu%20background.jpg"); 
	border-top: 1px solid #b19f8a;
	border-left: 1px solid #b19f8a;
	border-bottom: 1px solid #b19f8a;
	color: #c0262d;
}


#root #menu #address
{
	background-color:#e9e9e9;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	color: #333333;
	line-height: 20px;
	margin-top: 20px;
	padding: 15px;
}


#root #menu #address a
{
	color: #c0262d;
}



/*
#root #vline
{
	border: 1px solid #aaaaaa;
	float: left;
	height: 100%;
}

*/


#root #content
{
	background: url("site/content%20background.jpg"); 
	border: 1px solid #b19f8a;/*  */
	display: inline;
	float: right;
	font-size: 16px;
	line-height: 22px;
	margin: 15px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 15px;
	 padding-top: 10px; /**/
	
	text-align: justify;
	width: 643px;
}



#root #content #random_picture
{
	margin-bottom: 10px;
}



#root #content #print_icon a
{
	background: url("site/print%20icon.png") no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin-bottom: 20px;
	width: 57px;
}


#root #content img
{
	clear: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	
}


#root #content img.nofloat,
#root #content div.Home img
{
	clear: both;
	float: none;
}

#root #content img.noborder,
#root #content div.Home img
{
	border: none;
	float:none;
	margin: 0px;
	padding: none;
	/*float: none; border: solid 1px #FFFFFF; */
}



#root #content img.floatleft
{
	float: left;
}



#root #content #search_results #link
{
	background: url("site/red%205x5%20square.png") no-repeat 0px 7px;
	color: #333333;	
	padding-left: 10px;
}



#root #content #online_catalogue #search_form
{
	margin-bottom: 20px;
}

#root #content #online_catalogue img
{
	clear: both;
	float: none;
	margin: 0px;
}



#root #content #online_catalogue #search_result
{
	border-bottom: 1px solid #999999;
	line-height: normal;
	margin-bottom: 20px;
	overflow: auto;
	padding-bottom: 20px;
	text-align: left;
}


#root #content #online_catalogue #search_result #cover_etc
{
	float: left;
	text-align: center;
	width: 160px;
}


#root #content #online_catalogue #search_result #cover_etc img,
#root #content #online_catalogue #search_result #cover_etc #artist,
#root #content #online_catalogue #search_result #cover_etc #title
{
	margin-bottom: 8px;
}

#root #content #online_catalogue #search_result #cover_etc #artist
{
	font-weight: bold;
}



#root #content #online_catalogue #search_result #cover_etc #catno,
#root #content #online_catalogue #search_result #cover_etc #label
{
	font-size: 11px;
}



#root #content #online_catalogue #search_result #tracks
{
	float: right;
	font-size: 12px;
	width: 360px;
}

#root #content #online_catalogue #search_result table
{
	font-size: 12px;
}



#root #content #online_catalogue #search_result table td#number
{
	padding-right: 6px;
	text-align: right;
	width: 12px;
}

#root #content #online_catalogue #search_result table td#title_etc
{
	width: 300px;
}


#root #content #online_catalogue #search_result table #title
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	
}



#footer
{
	background: url("site/footer.jpg") no-repeat;
	clear: both;
	height: 22px;
	width: 100%;
	/*clear: both;
	color: #666666;
	font-size: 12px;
	
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 28px;
	
	
	background: #666666;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	height: auto;
	padding: 10px;
	width: 880px;
	
	margin-top: 20px;
	
	
	border-top: 1px solid #1C1C1C;
	height: 100%;
	margin-bottom: 45px;
	
	margin-left: 130px;
	
	width: 780px;
	*/
}


#footer  a
{
	color: #000000;
}


#footer  a:hover
{
	text-decoration: underline;
}

