body {
	font-size: 12px;
	background-color: #FFF6E3;
	margin: 0;
	padding: 0;
}
a {
	color:#330000;
}

a:hover {
	text-decoration: underline; 
	color: #990000; 
	background: yellow;
}
img:hover {
	text-decoration: none;
}

.leftbg {
	background-attachment: scroll;
	background-image: url(assets_regular/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
}
.bodybg {
	background-attachment: scroll;
	background-image: url(assets_regular/bgmain.gif);
	font-size: 12px;
}
.dotedline {
	background-attachment: scroll;
	background-image: url(assets_regular/dotedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dotedline2 {
	background-attachment: scroll;
	background-image: url(assets_regular/dotedline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F9ECD7;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 15px;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 15px;
}
.sylvantitle {
	font-size: 18pt;
	font-weight: bolder;
	text-indent: 10px;
	padding-top: 6px;
}
.tinytext {
	font-size: 8pt;
}
.bodybackground {
	background-attachment: scroll;
	background-image: url(assets_regular/guitar_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftbackground {
	background-attachment: scroll;
	background-image: url(assets_regular/undernav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.subnav {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5pt;
	color: #996633;
}

.footer {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5pt;
	color: #333333;
}


.aboutnav {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.5pt;
}

.price {
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
}
.tableborder {
	border: double #000000;
}
.logo {
	border: 1px solid #000000;
	font-size: 16pt;
}
.pagestyle {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}
.pagestyle a {
	font-weight: normal;
	font-size: 10pt;
	color: #996633;
	padding-left:2px;
}
.selectedpage {
	font-weight: bold;
	font-size: 16pt;
	color: #990000;
	padding-left:2px;
}
	


/* contact form specific */
#contactform {
 font-family: Georgia, serif;
 font-size: 12px;
 color: #666;
 }

.contactforminput {
 display: block;
 margin-bottom: 1.25em;
 
 border: solid #666;
 border-width: 1px 1px 1px 1px;
}

.contactformcheck {
 display: block;
 margin-bottom: 1.25em;
 
 border: solid #666;
 border-width: 1px 1px 1px 1px;
}


#contactform label {
 background-color: #ccc;
 color: black;
 font-weight: bold;
 padding: 4px;
 text-transform: uppercase;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.00em;

 
 }
#contactform br {
 display: none;
}

#contactform fieldset {
 border: 1px solid #666;
 padding: 0px 2px 0px 10px;
 }



#contactform legend {
 font-family: arial, sans-serif;
 font-weight: bold;
 font-size: 90%;
 color: #666;
 background: #eee;
 border: 1px solid #ccc;
 border-bottom-color: #999;
 border-right-color: #999;
 padding: 4px 8px;
 margin-bottom: 10px;
 }
