﻿@import url("layout.css");
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color: black;
	background-color: gray
}
.normal  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	font-weight:normal
}
#container {
	left: 0;
	right: 0;
	min-width: 900px;
	max-width: 1099px;
	margin-left: auto;
	margin-right: auto; /*	width: 100%;
	height: 100%;           */;
	background-color: #FEF9ED;
	position: relative;
}
#masthead {
	background-position: left bottom;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #DBBD91;
	font-size: 10pt;
	padding-bottom: 2px;
	background-image: url('../images/satinwood2.jpg');
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
#masthead img {
	float: left;
}

#content {
	padding: 10px;
	font-size: small;
	background-color: #FEF9ED;
}
#footer {
	clear: both;
	width: 100%;
	overflow: visible;            /* hidden;  before tooltip trick*/
	background-color: #FF9933;
	font-size: 9pt;
	top: 0px;
}
h6 {
	font-family: "Arial Black";
}
h5 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	color: #996633;
}
h4 {
	font-family: "Arial Black";
}
h3 {
	font-family: "Arial Black";
}
h2 {
	font-family: "Arial Black";
	font-size:large;
}
h1 {
	font-family: Arial !important;        /* to stop Word's GuitarsForSale.htm' overwriting it */
	font-size: x-large !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	color:black !important;
}
#content h1 {                           /* changed July 2010 */
	font-family: "Arial Black" !important; margin-top: 0 !important;
}
#footer h1{ font-size:9pt !important;font-weight:normal !important
} 
.email {
	background-color: #FECD72;
	font-size: 10pt;
	font-weight: bold;
}


/* For Styles for Navigator/Sidebar see aa_style2.css */
/*                                                    */
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.GreekGods {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #CC6600;
	font-size: small;
	font-style: oblique;
	color: #996600;
	text-align: center;
	background-color: #FFFFCC;
	border-collapse: collapse;
	width: 200px;
}
.SpecTab {
	border-collapse: collapse;
	border: 1px solid #CC3300;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	margin-top: 12px;
}
.GTabHds {
	text-align: center;
	text-indent: 0px;
}
.SpecTabCols {
	text-align: center;
	text-indent: 0px;
}
.GTabHds {
	 font-weight: bold;
}
.SpecTabHead {
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	background-color: #FBF1D0;
}
.fract {
	background-color: #FBF1D0;
	font-weight: bold;
	text-align: center;
}
.inch {
	background-color: #FBF1D0;
	font-weight: bold;
	text-align: center;
}
.mm {
	background-color: #FBF1D0;
	font-weight: bold;
	text-align: center;
}
.SpecTabColsSel {
	background-color: #FBF1D0;
	font-weight: bold;
	text-align: center;
}
.mm {
	text-align: right;
	text-indent: 0px;
}
.inch {
	text-align: right;
	color: #993300;
	text-indent: 0px;
}
.fract {
	color: #993300;
	text-align: left;
	text-indent: 0px;
	font-size: smaller;
}

.SpecTabRowHds {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #FFFFFF #FFFFFF #CC3300;
	background-color: #CCCCCC;
}
.buttonstyleold {
	border: 1px solid #808080;
	text-align: center;
	vertical-align: bottom;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
}
.buttonstyle {
	margin: 2px 2px 0px 2px;
	border: 0px solid #808080;
	vertical-align: top;
}
.std_hdr {
	font-size: large;
	font-weight: bold;
	color: #FFFF00;
	background-color: #CC6600;
	padding-bottom: 20px;
}
.stdPic  {
	padding-bottom: 12px;
	padding-left: 10px;
}
.justifiedText   {
	text-align: justify;
}
.SpecTabColsCopy {
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #808080;
}
.motto {
	font-family: "Monotype Corsiva";
	font-size: x-large;
	color: #694623;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
.Welcome {
	margin-top:0px;
	margin-bottom: -6px;
	font-size: small;
	color: #694623;
	font-weight: bold;
	text-align: left;
}
.SpecTabTextCust {
	font-weight: bold;
	color: #CC6600;
}
.SpecTabText {
	text-align: left;
}
/* Limit pics for windows - limited even more for printing - see ..._print.css */
.pic {
	max-width: 50%;
	height: auto;
	width: expression(this.width > 50% ? 50%: true);
	padding-left: 6px;
}
/* for the tooltip */
a.info{
    position:relative; /*this is the key*/
    z-index:94;
    color:#000;
    text-decoration:none;
}
a.info:hover{z-index:95; background-color:#ff0}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-270px; left:-10px; width:280px; padding:4px;
    border-color:gray;   border-width:0 13px 13px 0;
    background-color:  #CAAB88; color:#000;
    text-align: left;  font-size:9pt;
}
/* end tooltip section */

