/*
CSS for Xylem Handmade Basses and Guitars Gallery Indices.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	margin-top: 15px;
	text-align: center;
	
	
}

#page {
	width:990px;
	margin: 0 auto;
	text-align: left;
}


/*
This Section deals with font families
*/

#logo h1, h2, #title h1, #title p, #navigation {
	font-family: oliveoil, "script mt bold", serif;

}

#bodycontent p, #header p {

	font-family: helvetica, sans-serif;
	line-height: 130%;

}



/*
End of font family section
*/

/*
This Section deals with postioning of items on the browser screen. It uses absolute 
positioning: fixed x and y coordinates measured from the screen's top-left corner.
*/


#header {
	position: absolute;
	left: 382px;
	width: 420px;
	text-align: center;
	border-bottom: #002500 solid 2px;
	
		
}

#header h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}





#logo {
	width:420px;
	height: 220px;
	background: #000000 url(xylemlogo.jpg) top center no-repeat;
	font-style: italic;
	border-bottom: #002500 solid 2px;
	
		
}

#logo h1 {
	position:relative;
	top: 178px;
	font-style: italic;
	font-size: 24pt;

}

#logo h1 span {
	display:none;

}




#navigation {
	position: fixed;
	top: 40px;
	left: 0;
	line-height: 125%;
	font-size: 17pt;
	font-weight: bold;
	width: 199px;
	height: 434px;
	background: #000000 url(navbackground.jpg) no-repeat top center;
	text-align: center;
	
}

#navigation p {
	position: relative;
	left: 4px;
	top: 190px; 
}


#bodycontent {
	
	position: absolute;
	left: 199px;
	top: 345px;
	width:770px;
	
	
}

#bodycontent p {
	margin:15px;
	padding:0px 15px;
}

div.preimg {
	width:750px;
	height: 180px;
	margin-top: 15px;
		

}

div.preimg img {
	float:left;
	height: 112px;
	width: 75px;
	margin: 10px 10px 0px 10px;
	border: #002500 solid 2px;	
				
}



div.preimg ul, div.preimg p {
	float:right;
	height:160px;
	width: 635px;	
	list-style-type: none;
	
		
}

#guitarimages {
	float: left;
	height:100px;
	width: 290px;
	margin:5px 0px 5px 30px;
	
	
			
}


#bassimages {
	float:right;
	height:100px;
	width: 290px;
	margin:23px 30px 10px 0px;
	
		
}


#constructionimages {
	float:left;
	height:100px;
	width: 769px;
	margin:0px 0px 5px 30px;
	text-align:center;
	
}


div.construction {
	text-align:center;
}

div.construction img {
	border: #002500 solid 2px;
}


#footer {
	width:770px;
	height:100px;
	
}





/*End of positioning section
*/


/*
This section deals with links and how they display
*/


	
a {
	text-decoration: none
}

#navigation a {
	padding:0px 30px;
}

#guitarimages a, #bassimages a, #constructionimages a {
	font-weight: bold;
	width: 300px;
	border-bottom: 2px solid #002500;
}
	

#navigation a:link {
	color: #ffffff
}

#navigation a:visited {
	color: #ffffff
}

#navigation a:hover {
	color: #FFFFc8;
	background: url(b-clefnav.gif) no-repeat right;
}


#navigation a:active {
	color: #002500;
}

#guitarimages a:hover, #bassimages a:hover, #constructionimages a:hover{
	border-bottom: #ffffc8 solid 2px;

}

#guitarimages a:active, #bassimages a:active, #constructionimages a:active {
	border-bottom: #002500 solid 2px;
}


div.preimg a:link img, div.preimg a:visited img  {
	border: #002500 solid 2px
}

div.preimg a:hover img {
	border:#ffffc8 solid 2px
}

div.preimg a:active img {
	border:#002500 solid 2px
}

a:link, a:visited, a:hover {
	color:#ffff61;
}

a:active {
	color:#002500;
}


/*
End of link display section
*/

.attentiongrab {
	color: red;
	font-weight: bold;
		
}

.attentiongrabc {
	color: red;
	font-weight: bold;
	text-align:center;
	
}


.photocredit {
	font-weight: bold;
	color: red;
	padding-bottom: 5px;
}

img {
	border: none;
	
}

ul {
	margin: 0;
	padding: 0;
}




	
