@charset "UTF-8";

html, body {
	font: normal normal 90%/130% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


/*---------------------*/


.sitemapPage #container {
	width: 90%;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
}

/*---------------------*/

.sitemapPage #header {
	background-color: #FFF;
	padding-top: 5px;
	height: 180px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.sitemapPage #header p {
	text-align: center;
}
	
.sitemapPage #header p#headernav {
	font: normal normal 90%/90% Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #369;
	height: 18px;
	border-top: 8px solid black;
	padding-top: 7px;
}

.sitemapPage #header a {
	text-decoration: none;
	color: #FFF;
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px 0;
}

.sitemapPage #header a:hover {
	text-decoration: none;
	color: #000;
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px 6px 5px;
}

.highlightWhite { 
	background-color: #FFF; 
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px 6px 5px;
}


/*---------------------*/

.sitemapPage #header2 {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0;
	white-space: nowrap;
	text-align: center;
}

.sitemapPage #header2 p {
	color: #CCC;
	background-color: #FFF;
}

.sitemapPage #header2 a {
	text-decoration: underline;
	color: #039;
	padding-left: 0;
	padding-right: 0;
}

.sitemapPage #header2 a:hover {
	text-decoration: underline;
	color: #69C;
	padding-left: 0;
	padding-right: 0;
}

.textGrayLt { 
	color: #CCC; 
}




/*---------------------*/



.sitemapPage #mainContent { 
	background-color: #FFF;
	text-align: center;
}

.sitemapPage #mainContent h1 {
	font: normal normal 125%/125% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #FFF;
	margin: 25px 12px 0;
}

.sitemapPage #mainContent h2 {
	font: normal normal 115%/120% Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 10px 5px 0;
}

.sitemapPage #mainContent p {
	color: #000;
	margin-top: 0;
	text-align: center;
}
.sitemapPage #mainContent p.guitar {
	color: #000;
	margin-top: 5px;
	text-align: center;
}

.sitemapPage #mainContent a {
	text-decoration: underline;
	color: #039;
}

.sitemapPage #mainContent a:hover {
	text-decoration: underline;
	color: #69C;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font: normal normal 100%/120% Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	width: 25%;
}

.sitemapPage #mainContent ul li{
	text-align: left;
	list-style-type: none;	
}


.buttonOff {
	color: #CCC;
}

img.thumbnail {
	vertical-align: middle;
	margin: 3px 2px;
}

.video {
	color: #000;
	text-align: center;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/*---------------------*/


.sitemapPage #footer {
	color: #000;
	background-color: #FFF;
	padding-bottom: 15px;
}

.sitemapPage #footer a {
	text-decoration: underline;
	color: #039;
}

.sitemapPage #footer a:hover {
	text-decoration: underline;
	color: #69C;
	font-family: Arial, Helvetica, sans-serif;
}

.sitemapPage #footer p {
	color: #000;
	text-align: center;
	margin-top: 4px;
}

.sitemapPage #footer p.dealer {
	font: normal normal 85%/85% Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}

.sitemapPage #footer ul {
	font: normal normal 90%/95% Arial, Helvetica, sans-serif;
	margin: 0 180px 0;
	text-align: center;
	
}

.sitemapPage #footer li {
	font: normal normal 90%/95% Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0 4px 0;
	
}


img.logo {
	vertical-align: middle;
	margin-bottom: -5px;
}

.updated {
	font: normal normal 85%/85% Arial, Helvetica, sans-serif;	
}



/* ----Miscellaneous classes---- */

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	color: #000;
}

.textSm {
	font-size: 80%;
	line-height: 117%;
}

.textLg {
	font-size: 125%;
	line-height: 135%;
}

.textLgB {
	font-weight: bold; 
	font-size: 125%;
	line-height: 135%;
}


.textR {
	text-align: right;
}

.textC {
	text-align: center;
}

.texti { 
	font-style: italic; 
}

.textB { 
	font-weight: bold; 
}

.textUC { 
	text-transform: uppercase; 
} 

.textRed { 
	color: red; 
}

.textBlue { 
	color: #369; 
}

.textGray { 
	color: #999; 
}

.textYellow {
	color: yellow;
}

.lineThrough { 
	text-decoration: line-through; 
}

.highlight { 
	background-color: #FF3;
}
