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

/* Global Styles Begin */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f1d689;
}

body {
	background-color:#080000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center 194px;
	margin:0;
	padding:0;
}

div#page-with-title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.2em;
	color: #f5dd9f;
	background-image: url(images/title-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	width: 920px;
	height: 41px;
	position: absolute;
	top: -9px;
	background-position: center;
}

div#page-with-title h2 {
	font-family: "Times New Roman", Times, serif;
	color: #f1d689;
	font-size: 160%;
	background-color: #240002;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#page-with-title p {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #E8E8E8;
}

div#page-with-title ol {
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 160%;
}

div#page-with-title ol li {
	margin-bottom: 20px;
	border: 1px solid #221205;
}

div#page-with-title ol li p {
	margin-right: 20px;
	margin-left: 20px;
}

.clear {
	clear:both;
}

strong {
	font-size: 105%;

}

img.floatright {
	float:right;
	border: 2px solid #f1d689;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Global Styles End */

/* Banner Styles Begin */
#banner-wrap {
	width:100%;
	height:191px;
	background-color:#000333;
	background-image:url(images/banner-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin-bottom:20px;
}

#banner {
	width:960px;
	height:142px;
	margin-left:auto;
	margin-right:auto;
}
/* Banner Styles End */

/* Navigation Styles Begin */
#nav-wrap {
	width:100%;
	height:49px;
	background-color:#000333;
	background-image:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;	
}

#nav {
	width:960px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav li#home-active {
	background-image: url(images/home-btn.jpg);
	background-repeat: no-repeat;
	background-position: -324px 0;
	display: block;
	height: 49px;
	width: 162px;
	text-indent: -9999px;
}

#nav li#about-active {
	background-image: url(images/about-btn.jpg);
	background-repeat: no-repeat;
	background-position: -324px 0;
	display: block;
	height: 49px;
	width: 162px;
	text-indent: -9999px;
}

#nav li#faq-active {
	background-image: url(images/faq-btn.jpg);
	background-repeat: no-repeat;
	background-position: -324px 0;
	display: block;
	height: 49px;
	width: 162px;
	text-indent: -9999px;
}

#nav li#contact-active {
	background-image: url(images/contact-btn.jpg);
	background-repeat: no-repeat;
	background-position: -324px 0;
	display: block;
	height: 49px;
	width: 162px;
	text-indent: -9999px;
}

#nav li#home a {
	background-image: url(images/home-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	display: block;
	height: 49px;
	width: 162px;	
	text-indent: -9999px;
}

#nav li#home a:hover {
	background-position: -162px 0;
}

#nav li#about a {
	background-image: url(images/about-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	display: block;
	height: 49px;
	width: 162px;	
	text-indent: -9999px;
}

#nav li#about a:hover {
	background-position: -162px 0;
}

#nav li#faq a {
	background-image: url(images/faq-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	display: block;
	height: 49px;
	width: 162px;	
	text-indent: -9999px;
}

#nav li#faq a:hover {
	background-position: -162px 0;
}

#nav li#contact a {
	background-image: url(images/contact-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	display: block;
	height: 49px;
	width: 162px;	
	text-indent: -9999px;
}

#nav li#contact a:hover {
	background-position: -162px 0;
}
/* Navigation Styles End */

/* Content Styles Begin */
#content-wrap {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.content-box-top {
	background-image:url(images/box-top-bg.gif);
	background-repeat:no-repeat;
	width:960px;
	height:10px;
}

.content-box {
	background-image:url(images/box-bg.gif);
	background-repeat:repeat-y;
	width:920px;
	height:auto;
	padding:5px 20px;
	position: relative;
}

#page-with-title {
	padding-top:50px;
}

.content-box-bottom {
	background-image:url(images/box-bottom-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:960px;
	height:10px;
	margin-bottom: 20px;
}
/* Content Styles End */

/* Home Page Styles Begin */
#piano-hm {
	height:427px;
	width:920px;
	background-image:url(images/piano-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#spotlight-hm {
	height:366px;
	width:302px;
	float:right;
	margin-top: 32px;
	margin-right: 15px;
}

#spotlight-hm h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 16px;
}

#spotlight-hm h2 {
	font-weight: normal;
	font-size: 115%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

#spotlight-hm p {
	font-size: 85%;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#spotlight-hm ul {
	margin-left: 60px;
	list-style-type: none;
	height: auto;
	width: 170px;
}

#spotlight-hm li {
	margin-bottom: 2px;
}

#spotlight-hm li a {
	display: block;
	width: 170px;
	text-align: center;
	background-color: #170D04;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #D98C48;

}

#spotlight-hm li a:hover {
	background-color: #f1d689;
	color: #170D04;
	font-weight: bold;
	border: 1px solid #170D04;

}

#spotlight-hm p.quote {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;

}

#clients-wrap {
	height:auto;
	width:920px;
}

#client-tab h2 {
	color: #f1d689;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 135%;
	letter-spacing: 0.2em;
	background-color: #000000;
	width: 220px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #221205;
	border-right-color: #221205;
	border-left-color: #221205;
	margin-bottom: -1px;
	z-index: 1000;
	height: 22px;
	position: relative;
}

#client-content {
	background-color: #000000;
	width:880px;
	height:auto;
	padding:20px;
	border: 1px solid #221205;
}

#client-content-inner {
	border: 1px solid #4C3018;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #090001;

}

#client-content-inner ul {
	float: left;
	width: 290px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #221205;
}

#client-content-inner ul li {
	text-align: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 210%;
	letter-spacing: .2em;
	margin-bottom: 15px;
	margin-top: 15px;
}


#client-content-inner ul li a#clientlink {
	color: #f1d689;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 100%;
}

#client-content-inner ul li a#clientlink:hover {
	text-decoration:underline;
}

#client-content-inner ul#last-column {
	border-right:none;
}

#client-content-inner ul li#herbie a {
	background-image:url(images/herbie-hancock-logo.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:36px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#herbie a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#bobby a {
	background-image:url(images/bobby-lyle-logo.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:30px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#bobby a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#pat a {
	background-image:url(images/pat-boone-logo.jpg);
	background-repeat:no-repeat;
	width:171px;
	height:45px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#pat a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#mills a {
	background-image:url(images/mills-brothers-logo.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:45px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#mills a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#kenny a {
	background-image:url(images/kenny-loggins-logo.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:46px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#kenny a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#glenn a {
	background-image:url(images/glenn-miller-logo.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:75px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#glenn a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#righteous a {
	background-image:url(images/righteous-brothers-logo.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:82px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#righteous a:hover {
	border: 2px solid #f1d689;
}

#client-content-inner ul li#larry a {
	background-image:url(images/larry-clapp-logo.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:112px;
	border: 2px solid #221205;
	text-indent: -9999px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#client-content-inner ul li#larry a:hover {
	border: 2px solid #f1d689;
}

#contact-spotlight {
	float: left;
	width: 200px;
	height: 140px;
	border: 2px solid #90652E;
	margin-top: 25px;
	margin-left: 25px;
	position: relative;
	z-index: 1000;
}

#contact-spotlight h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	background-color: #25170C;
}

#contact-spotlight p {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #E8E8E8;
	margin-right: 5px;
	margin-left: 5px;
}

.bg-black {
	background-color: #000000;
	height: 140px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
}

/* Home Page Styles End */

/* Footer Styles Begin */
#footer {
	height:auto;
	width:960px;	
	margin-left:auto;
	margin-right:auto;
}

#footer p {
	color: #f6b16f;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	text-align: center;
}

#footer p#attribution {
	margin-top:5px;
	margin-bottom:20px;
}

#footer p#attribution a {
	color: #4b2e16;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-decoration:none;
	letter-spacing:normal;
}

#footer p#attribution a:hover {
	text-decoration:underline;
}
/* Footer Styles End */
