@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('images/leaf-background4.png');
	margin-top: 0;
}

#wrapper {
	background-color:#FFFFFF;
	width: 950px;
	margin: auto;
	margin-top: 30px;
	border: 1px solid;
}

h1{
	//background-color:#873A2F;
	background-color:#adb453;
	color: white;
	font-family: Arial;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);

}

#homelogo {
	padding-top: 20px;
}


#topnavbar{
width:950px;
height:143px;
background:url('images/cocobolo-header-nonav.png') no-repeat;
position:relative;
margin-top: 32px;
}


#topnavbar a{
display:block;
position:absolute;
}


#topnavbar a#aboutlink{
width:245px;
height:21px;
top:80px;
left:161px;
display: hidden;
}
#topnavbar a#cataloglink{
width:245px;
height:21px;
top:80px;
left:413px;
}
#topnavbar a#contactlink{
width:245px;
height:21px;
top:80px;
left:662px;
}


.topnavitem a{
	margin: 0;
	width: 33%;
	float: left;
	color: #FFFFFF;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 15px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#viewcart {
	float: right;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#category {
	clear: both;
}

#piece {
	width: 400px;
	float: left;
}


.drtitle,.letitle,.chtitle,.votitle {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-family:"Lucida Grande";
	font-size: 0.9em;
	margin-right: 20px;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 3px;
}


#instrumentation {
	margin-bottom: 25px;
	font-family:"Lucida Grande";
	font-size: 0.8em;
	margin-right: 20px;
	padding-top: 2px;
	padding-left: 5px;
}


#drinfo,#leinfo,#chinfo,#voinfo {
	clear: both;
	border-style:solid;
	border-color:#ADB453;
	background-color:#ADB453;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family:"Lucida Grande";
	font-size: 0.8em;
	border-radius: 10px;
}


#info {

}


#title {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 9px;
	float: left;
}

#composer {
	float: left;
	margin-left: 5px;
	margin-top: 0.2em;
	font-style: italic;
}

#printinfo {
	display: none;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#closebox {
	/* until troubleshooting is done, keep the display set to none */
	display: none;
	width: 25px;
	height: 25px;
	background-image: url('images/close-icon-2.png');
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: right;
	cursor: pointer;
}


#catnum {
	clear: both;
	margin-bottom: 10px;
}

#inst {
	clear: both;
	width: 500px;
}



#duration {
	padding-bottom: 14px;
	width: 350px;
}

#description {
	padding-bottom: 14px;	

}

#description blockquote p {
	font-family:"Lucida Grande";
	font-size: 0.9em;
	color: #000;
	line-height: 1.6em;
}

#aexcerpt {
	width: 500px;
	float: left;
}

#price {
	float: left;
	text-align: right;
	background-color: white;
	padding: 3px;
	border-radius: 5px;
	font-weight: bold;
}

#buy {
	float: right;
	margin-top: 0px;

}

#footer {
	background-image: url('images/cocobolo-footer.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 110px;
	clear: left;
	font-family:"Lucida Grande";
	font-size: 0.7em;
	text-align: center;
}

#frontcopy {
	font-family: "Lucida Grande",Arial;
	font-size: 1.2em;
	color: #661717;
	margin-top: 45px;
	margin-left: 420px;
	margin-right: 50px;
	margin-bottom: 20px;
	line-height: 1.6em;
}

#paybycheck {
	font-family:"Lucida Grande";
	font-size: 0.8em;
	width: 350px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height: 1.6em;
}

#contact {
	font-family:"Lucida Grande";
	font-size: 0.8em;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height: 1.6em;
}

#catalog {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 200px;
	border: 1px solid;
	margin-top: 30px;
	margin-bottom: 0px;
	padding:15px 50px 15px 50px;
	background-color: #ADB453;
	border-radius: 15px;
	color: #FFFFFF;
	font-family:"Lucida Grande";
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
}

#printdiv {
	width: 800px;
	font-family:"Lucida Grande";
	font-size: 0.9em;
}

#payment {
	margin-top: 20px;
	clear: both;
	width: 800px;
	font-family:"Lucida Grande";
	font-size: 0.9em;
}

#printbutton {
	margin-top: 20px;
	clear: both;
}





