@charset "UTF-8";

html {
	background-color: #000000;
	background-image: url(/x/images/backgrade.png);
	background-repeat: repeat-x;
	width: 100%;
	height:100%;
}

body {
	background-attachment: fixed;
	background-image: url(/x/images/backcornerguitar.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

html>body {
 min-height:100%;
 height:auto;
}

.watermark {
	background-attachment: scroll;
	background-image: url(/x/images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

body, td, div, p, blockquote, ol, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 125%;
}

a:link, a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
	background-color: #663300;
}

a:hover img, a:active img {
	background-color: #cccccc;
}

.footer {
	color: #cccccc;
	font-size: 9px;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.footer a:link, .footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #663300;
	text-decoration: none;
	background-color: #cccccc;
}

h1 {
	font-size: 14px;
}

.gradient {
	background: #cccccc;
	padding: 0px;
	margin: 0px;
}
.gradient h1 {
	position: relative;
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}
.gradient span {
	background: url(/x/images/gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 75%;
	height: 7px;
}

.formheadings					{ font-weight: bold; }
.formresults					{ font-style: italic; }
.errors 						{ color: #ff0000; }
input, select, textarea, legend { font-size:10px; margin:2px; }
form.eform 						{ width:35em; margin:0; }
legend 							{ font-weight:bold; }
label 							{ display:block; clear:left; float:left; width:10em; }
p.explain 						{ margin-left:10em; color:#339; }
input.field, textarea.field 	{ width:30em; }


#wayfinder
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#wayfinder ul, #wayfinder li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#wayfinder a:link, #wayfinder a:visited
{
float: right;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #757575;
}

#wayfinder a:link#active, #wayfinder a:visited#active, #wayfinder a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#wayfinder a:hover { color: #000; }

.quote {
	padding-top: 5px;
	background-image: url(/x/images/quotes.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 15px;
	padding-right: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
