body {
    background-color: #c7d4e2;
    text-align: center;
    font-family: "Times New Roman", "Helvetica", sans-serif;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: auto;
    text-align: left;
    overflow: hidden;
}

a {
	text-decoration: none;
}

.lowermain {
	margin-left: 48px;
}

/* Begin practice css */

#navigation {
	float: left;
    margin: -16px 0 0 0;
    list-style: none;
}

#navigation li {
    float: left;
    text-decoration: none;
    border: solid white 1px;
}

#navigation ul li {
    list-style: none;
}

#navigation li a {
    display: block;
    width: 196px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    padding: 11px 1px;
    background: -moz-linear-gradient(top, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
}

#navigation li a:hover {
    color: #ffffff;
    background: -moz-linear-gradient(bottom, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
}

#navigation ul {
    padding-left: 0;
    margin-left: 0;
}

body#home a#homenav,
body#about a#aboutnav,
body#used a#usednav, 
body#new a#newnav,
body#links a#linksnav,
body#contact a#contactnav,
body#directions a#directionsnav,
body#teachers a#teachersnav,
body#guitars a#guitarsnav,
body#drums a#drumsnav,
body#pa_record a#pa_recordnav,
body#rare1 a#rare1nav,
body#rare2 a#rare2nav,
body#mesa a#mesanav,
body#rickenbacker a#rickenbackernav,
body#guitarpacks a#guitarpacksnav,
body#elecpacks a#elecpacksnav,
body#acoupacks a#acoupacksnav,
body#bargain a#bargainnav,
body#lighting a#lightingnav,
body#clinics a#clinicsnav,
body#rental a#rentalnav,
body#acoustic_guitars a#acoustic_guitarsnav,
body#electric_guitars a#electric_guitarsnav,
body#guitar_amps a#guitar_ampsnav,
body#guitar_pedals a#guitar_pedalsnav {
    -box-shadow: 1px 1px 23px #000 inset;
    -moz-box-shadow: 1px 1px 23px #000 inset;
    -webkit-box-shadow: inset #000000 1px 1px 23px;
    background: #2b6cae;
}

#sidebarnav {
    padding: 0;
    height: 1830px;
    float: left;
    width: 185px;
    margin: 4px 0px 4px 0px;
}

#sidebarnav li {
    float: left;
    list-style: none;
    border: solid white 1px;
	width: 185px;
}

#sidebarnav li a {
    display: block;
    color: #ffffff;
    font-size: 25px;
    padding: 7px 5px 7px 5px;
    height: 30px;
    background: -moz-linear-gradient(left, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left center, right center, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
}

#sidebarnav li a:hover {
    color: #ffffff;
    background: -moz-linear-gradient(right, #2967a6, #327ecb);
    background: -webkit-gradient(linear, right center, left center, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
}

#sidenav, #sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidenav li {
    float: left;
}

#sidenav a {
    width: 7em;
    display: block;
}

#sidenav li:hover ul {
    left: auto;
}

#sidenav li ul {
    position: absolute;
    left: -999em;
    margin-left: 185px;
    margin-top: -45px;
    width: 184px;
    height: 55px;
    text-align: center;
}

#sidenav li img {
	border: none;
}

#sidenav li:hover ul, #sidenav li.sfhover ul { left: auto; }

.bottomlist p {
	line-height: 1em;
	font-size: 16px;
	margin-left: 5px;
	margin-top: 45px;
	color: #ffffff;
}

.bottomlist p img {
	margin-top: 5px;
}
/* End of practice nav */

#bottom {
    background: -moz-linear-gradient(top, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border: solid white 1px;
    clear: both;
    height: auto;
    margin-top: 8px;
    padding: 0;
}

#bottom p {
    width: 200px;
    float: left;
    text-align: center;
    font-size: 17px;
    line-height: 1em;
    margin-left: 50px;
    color: #d1d958;
}

#signup {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 1px;
    text-align: center;
    font-size: 20px;
}

.fan_links {
	width: 805px;
	height: 40px;
	background-color: #164778;
}

.fan_links_p {
	color: #ffffff;
	height: 40px;
}

.fan_links_img {
	float: right;
	margin-top: -37px;
}

.fan_links_img img {
	border: none;
}

.m6kpan {
    margin-left: 2px;
}

#guitar_page, #drum_page, #pa_recording_page, #directions_page, #teachers_page, #contact_page,
#links_page, #new_gear, #home_page, #guitar_packs, 
#band_rental, #about_us, #lighting_page, #events_page, 
#hard_to_find, #mesa_boogie, #rick_page, #elec_guitars, #acou_guitars, #amplifiers, #pedals {
    margin: 64px 0px 4px 194px;
    background-color: #dfe1cb;
    width: 805px;
    height: 1827px;
}

#main13 a {
	color: #00709e;
}

#back2 {
    background-image:url(images/acoubackbanner.jpg);
    background-repeat: no-repeat;
    height: 120px;
    margin-top: 15px;
    margin-left: 60px;
}

#back2 a img{
    margin-left: 240px;
    margin-top: 38px;
}

#back3 {
    background-image:url(images/elecbackbanner.jpg);
    background-repeat: no-repeat;
    height: 120px;
    margin-top: 15px;
    margin-left: 60px;
}

#back3 a img{
    margin-left: 240px;
    margin-top: 38px;
}

a:link {color:#8a1686}

a:hover {color:#000000}

#drumtune {
    margin-left: 84px;
    padding: 0px;
    border: solid 2px #540e10;
    width: 630px;
    margin-top: 30px;
}

#drumtune img {
    margin-left: 0;
    padding: 0;
}

#bottompan {
    margin-left: 4px;
    margin-top: 30px;
}

#bottompan2 {
    margin-left: 50px;
}

/*Drums, Guitars & P.A.*/
#guitar_page,
#drum_page,
#pa_recording_page {
  font-family: "Times New Roman", "Helvetica", sans-serif;
}

#guitar_page a,
#drum_page a,
#pa_recording_page a {
  text-decoration: none;
  color: #00709e; 
}

#guitar_page p,
#drum_page p,
#pa_recording_page p {
  line-height: 1em;
  color: #ffffff;
}

#guitar_page img,
#drum_page img,
#pa_recording_page img {
  border: none;
  padding: 0px;
}

.jca20h_img  {
	background-color: #ffffff;
	width: 245px;
	float: left;
	height: 240px;
}

.jca20h_img img {
	margin-left: 20px;
}

.jet_city1 {
	margin-top: 30px;
	width: 735px;
	height: 240px;
	border: dashed 1px black;
	margin-left: 33px;
}

.jca20h_p {
	background-color: #4e3304;
	width: 245px;
	margin-top: 0;
	height: 240px;
	margin-left: 245px;
	font-size: 15px;
}

.jca20h_p p {
	margin: 0;
	padding: 5px;
}

.jca20h_ul {
	width: 245px;
	background-color: #f5e87c;
	height: 240px;
	float: right;
	margin-top: -240px;
}

.jca20h_ul li {
	color: #031d3d;
	font-size: 15px;
	line-height: .80em;
	padding: 5px;
}

.jca20h_ul ul {
	margin-top: 6px;
	margin-right: 15px;
}

.price {
	background-color: #184705;
	width: 735px;
	height: 30px;
	border-bottom: dashed 1px black;
	border-left: dashed 1px black;
	border-right: dashed 1px black;
	margin-top: 0;
	margin-left: 33px;
}

.price p {
	text-align: center;
	font-size: 150%;
	margin-top: 0;
	padding-top: 4px;
}

.price span {
	color: #999333;
	font-weight: bold;
}

.drum_left  {
	background-color: #ffffff;
	width: 245px;
	float: left;
	height: 240px;
}

.drum_left img {
	margin-left: 20px;
}

.drum_part {
	margin-top: 30px;
	width: 735px;
	height: 240px;
	border: dashed 1px black;
	margin-left: 33px;
}

.drum_center {
	background-color: #540e10;
	width: 245px;
	margin-top: 0;
	height: 240px;
	margin-left: 245px;
	font-size: 15px;
}

.drum_center p {
	margin: 0;
	padding: 4px;
}

.drum_right {
	width: 245px;
	background-color: #7b383a;
	height: 240px;
	float: right;
	margin-top: -240px;
}

.drum_right li {
	color: #e1ce65;
	font-size: 15px;
	line-height: .80em;
	padding: 4px;
}

.drum_right ul {
	margin-top: 6px;
	margin-right: 15px;
}

.price2 {
	background-color: #590a58;
	width: 735px;
	height: 30px;
	border-bottom: dashed 1px black;
	border-left: dashed 1px black;
	border-right: dashed 1px black;
	margin-top: 0;
	margin-left: 33px;
}

.price2 p {
	text-align: center;
	font-size: 150%;
	margin-top: 0;
	padding-top: 4px;
}

.price2 span {
	color: #c36dc2;
	font-weight: bold;
}

.pa_left  {
	background-color: #ffffff;
	width: 245px;
	float: left;
	height: 240px;
}

.pa_left img {
	margin-left: 20px;
}

.pa_part {
	margin-top: 30px;
	width: 735px;
	height: 240px;
	border: dashed 1px black;
	margin-left: 33px;
}

.pa_center {
	background-color: #97999a;
	width: 245px;
	margin-top: 0;
	height: 240px;
	margin-left: 245px;
	font-size: 15px;
}

.pa_center p {
	margin: 0;
	padding: 5px;
}

.pa_right {
	width: 245px;
	background-color: #5d5d5e;
	height: 240px;
	float: right;
	margin-top: -240px;
}

.pa_right li {
	color: #000000;
	font-size: 15px;
	line-height: .80em;
	padding: 5px;
}

.pa_right ul {
	margin-top: 6px;
	margin-right: 15px;
}

.price3 {
	background-color: #282829;
	width: 735px;
	height: 30px;
	border-bottom: dashed 1px black;
	border-left: dashed 1px black;
	border-right: dashed 1px black;
	margin-top: 0;
	margin-left: 33px;
}

.price3 p {
	text-align: center;
	font-size: 150%;
	margin-top: 0;
	padding-top: 4px;
}

.price3 span {
	color: #b26629;
	font-weight: bold;
}

#bottom_banner {
	margin-left: 62px;
	margin-top: 40px;
}

/*End Drums, Guitars & P.A. Sections*/

/*Directions*/
#directions_page p {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

#directions_page table p {
	font-size: 16px;
}

/*End Directions Section*/

/*Teachers*/
#toppart {
    background-image: url(images/teacherbackimg.jpg);
    height: 165px;
    margin-left: 31px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#teachers_page p {
    text-align: center;
    margin-top: 5px;
    font-size: 19px;
    margin-left: 50px;
}

#teachers_page table {
    padding: 10px 0;
    width: 805px;
}

#teachers_page table tr {
    height: 120px;
}

#teachers_page img {
    border: none;
}

#teachers_page h1{
    margin-left: 110px;
    margin-top: 15px;
    font-size: 30px;
    color: #4a5e5b;
}
/*End Teachers Section*/

/*Contact*/
#contact_page table {
    margin-left: 50px;
    width: 700px;
}

#contact_page table td {
    width: 233px;
    padding: 0;
    height: 28px;
}

#contact_page img {
    
}

#contact_page p {
    text-align: center;
    margin: 0;
    font-size: 17px;
}

#contact_page h1{
    margin-top: 10px;
    font-size: 17px;
    color: #22544c;
}

#contact_page h2{
    margin-top: -36px;
    margin-left: 345px;
    font-size: 18px;
    color: #22544c;
}

#contact_page a {
    color:#df0024;
}

#contact_page a:hover {
    color: #800000;
}
/*End Contact Section*/

/*Links*/
#links_page a {
    color: #986c17;
    padding: 0;
    font-size: 18px;
    
}

#links_page table {
    margin-top: -1px;
    height: 1700px;
}

#links_page table td {
    width: 350px;
    padding: 3px;
    background-color: #dac8a5;
    line-height: 1em;
    text-align: left;
}

#links_page table img {
    
}
/*End Links Section*/

/*New Gear*/
#new_gear td {
    width: 395px;
    background-color: #dfe1cb;
    padding: 5px 10px 10px 10px;
}

#new_gear p {
    font-size: 15px;
}

#new_gear ul {
    margin-top: -13px;
}

#new_gear ul li {
    font-size: 14px;
    padding: 3px;
    background: #927c4a;
}

#new_gear img {
    border: none;
}

#new_gear table {
    width: 790px;
    margin-left: 8px;
    
}
/*End New Gear Section*/

/*Home Page*/
#home_page {
  font-family: "Times New Roman", "Helvetica", sans-serif;
}

#home_page h3 {
  margin-left: 30px;
}

#home_page ul {
  margin-top: -20px;
  font-size: 13px;
  color: #f2d665;
}

#home_page img {
  border: none;
}

.left_body {
	width: 715px;
	margin-left: 44px;
	margin-top: 10px;
}

.left_img {
	background-color: #ffffff;
	width: 213px;
	float: left;
	border: 2px solid #8c7024;
}

.left_p {
	margin-left: 215px;
}

.left_price {
	margin-left: 216px;
}

.right_p, .left_p {
	background-color: #dac794;
	border: 2px solid #8c7024;
	color: #000000;
	line-height: 1em;
	width: 496px;
	height: 155px;
	text-align: center;
	padding: 1px 2px;
}

.left_price p, .right_price p {
	margin-top: 0px;
	text-align: center;
	color: #ffffff;
	padding: 1px 2px;
}

.right_price, .left_price {
	background-color: #4b3408;
	width: 501px;
	border-bottom: 2px solid #8c7024;
	border-left: 2px solid #8c7024;
	height: 22px;
}

.right_body {
	width: 719px;
	margin-left: 44px;
	margin-top: 10px;
}

.right_img {
	background-color: #ffffff;
	width: 213px;
	float: right;
	border: 2px solid #8c7024;
}

#front_top_half {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000000;
}
/*End Home Page Section*/

/*Acoustic & Electric Packs, Acoustic*/
#guitar_packs table {
    width: 355px;
    margin-left: 17px;
    height: 250px;
    padding: 0px;
}

#guitar_packs table td {
	padding: 0;
}

#guitar_packs ul li {
    line-height: 1em;
    font-size: 11px;
    margin-left: 10px;
    color: #ece57e;
}

#guitar_packs p {
    text-align: center;
    font-size: 13px;
    line-height: 1em;
}

#guitar_packs img {
    border: none;
}

#elec_back_outer {
	background-color: #841929;
	height: 80px;
	width: 723px;
	margin-left: 38px;
	margin-top: 40px;
	border: 1px solid #3b2808;
}

#elec_back_inner {
	padding-top: 25px;
}

#elec_back_inner a {
	color: #ffffff;
	background: -moz-linear-gradient(left, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left center, right center, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
	font-size: 25px;
    padding: 7px 5px 7px 5px;
    height: 30px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    
}

#elec_back_inner a:hover {
    color: #ffffff;
    background: -moz-linear-gradient(bottom, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
}

#acou_back_outer {
	background-color: #234d05;
	height: 80px;
	width: 723px;
	margin-left: 38px;
	margin-top: 40px;
	border: 1px solid #266f75;
}

#acou_back_inner {
	padding-top: 25px;
}

#acou_back_inner a {
	color: #ffffff;
	background: -moz-linear-gradient(left, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left center, right center, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
	font-size: 25px;
    padding: 7px 5px 7px 5px;
    height: 30px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    
}

#acou_back_inner a:hover {
    color: #ffffff;
    background: -moz-linear-gradient(bottom, #2967a6, #327ecb);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2967a6), color-stop(0.5, #327ecb));
}


/*End Acoustic & Electric Packs Section*/

/*Band Rental*/

/*End Band Rental Section*/

/*About Us*/
#about_us h1{
    text-align: center;
    margin-top: 5px;
    font-size: 30px;
    color: #22544c;
}

#about_us p {
	text-indent: 12px;
    line-height: 125%;
    font-size: 16px;
    padding: 10px;
}

#about_us p:first-letter {
	font-size: 200%;
}
/*End About Us Section*/

/*Lights*/
#lighting_page img {
    border: none;
    vertical-align: bottom;
    
}

#lighting_page h1{
    text-align: center;
    margin-top: 17px;
    font-size: 30px;
    color: #22544c;
}

#lighting_page table td {
    text-align: center;
}

#lighting_page table {
    width: 700px;
    margin-top: 22px;
}

#lighting_page p {
	line-height: .5em;
}
/*End Lights Section*/

/*Events & Events2*/
#events_page p {
    line-height: 125%;
    font-size: 16px;
}

#events_page a {
    color: #1361b9;
}

#events_page a:hover {
    color: #bf5019;
}

/*End Events & Events2 Section*/

/*Hard To Find & Hard To Find2*/

#hard_to_find img {
  border: none;
}

#hard_to_find table {
	margin-top: 10px;
}

#hard_to_find table td {
  text-align: center;
  height: 462px;
}

#hard_to_find p {
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  padding: 3px;
}

#rareheader {
   margin-left: 74px;
}

/*Hard To Find & Hard To Find2 Sections*/

/*Mesa Boogie*/
#mesa_boogie a {
    color: #037eb0;
}

#mesa_boogie a:hover {
    color: #1fa4da;
}

#mesa_boogie p {
    text-align: center;
    font-size: 15px;
    line-height: .90em;
    padding: 6px;
    color: #ffffff;
}

#mesa_boogie ul li {
    color: #d4ab5d;
    font-size: 13px;
}

#mesa_boogie img {
    border: none;
    
    
    padding: 0px;
}

#mesa_boogie table img {
    border: none;
    margin-left: 0px;
    padding: 6px;
}

#mesa_boogie table {
    background-color: #851007;
    background-repeat: no-repeat;
    width: 670px;
    height: 150px;
    margin-left: 68px;
    margin-bottom: -15px;
}

#mesa_boogie table td {
    padding: 0px;
}
/*End Mesa Boogie Section*/

/*Rickenbacker*/

#rick_page a {
  text-decoration: none;
  color: #00709e; 
}

#rick_page p {
  line-height: 1em;
  color: #e29664;
}

#rick_page img {
  padding: 0px;
  border: none;
}

.rick_img  {
	background-color: #ffffff;
	width: 131px;
	float: left;
	height: 346px;
	border: 2px solid #580b15;
}

.rick_img img {
	margin-left: 0;
}

.rick_main {
	margin-top: 30px;
	margin-left: 32px;
	width: 738px;
	height: 350px;
}

.rick_p {
	background-color: #772122;
	width: 295px;
	margin-top: 0;
	height: 346px;
	margin-left: 135px;
	font-size: 15px;
	border-top: 2px solid #580b15;
	border-right: 2px solid #580b15;
	border-bottom: 2px solid #580b15;
}

.rick_p p {
	margin: 0;
	padding: 5px;
}

.rick_p h3 {
	color: #3f0707;
	text-align: center;
}

.rick_ul {
	width: 304px;
	background-color: #b44027;
	height: 346px;
	float: right;
	margin-top: -350px;
	border-top: 2px solid #580b15;
	border-right: 2px solid #580b15;
	border-bottom: 2px solid #580b15;
	margin-left: 6px;
}

.rick_ul li {
	color: #341e10;
	font-size: 15px;
	line-height: .90em;
	padding: 5px;
}

.rick_ul ul {
	margin-top: 6px;
	margin-right: 15px;
}

.rick_price {
	background-color: #e29664;
	width: 734px;
	height: 30px;
	border-bottom: 2px solid #580b15;
	border-left: 2px solid #580b15;
	border-right: 2px solid #580b15;
	margin-top: 0;
	margin-left: 32px;
}

.rick_price p {
	text-align: center;
	font-size: 150%;
	margin-top: 0;
	padding-top: 4px;
}

.rick_price span {
	color: #3f0707;
	font-weight: bold;
}


/*End Rickenbacker Sections*/
