@charset "UTF-8";

	* html img,

* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}
	
	html {

background-image:url(images/9.jpg);
background-repeat:repeat;
	height:100%;
	background-color:#391603;
}
	body  {
	margin: 0; /* it's good practice to zero the margin and padding 
of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/carbonaro_Stencil_HP2.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	

}

.twoColFixLtHdr #container { 
	width: 1060px;
	height: 700px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left;
	border:12px;
	border-color:#999;
	/* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	margin: 0 0 0 170px;
	padding: 0 0px 10px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.headertext {
	font-size:10px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	font-weight: lighter;
	letter-spacing: 4px;
}
.headertext a:link{
	font-size:10px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	font-weight: lighter;
	letter-spacing: 4px;
	text-decoration: none;
}
.headertext a:hover{
	color: #660;
}
.headertext a:visited{
	color: #88491D;
	
}
.footertext {
	font-size:9px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	font-weight: lighter;
	letter-spacing: 3px;
}
.footertext a:link{
	font-size:9px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	font-weight: lighter;
	letter-spacing: 3px;
	text-decoration: none;
}
.footertext a:hover{
	font-size:9px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #660;
	font-weight: lighter;
	letter-spacing: 3px;
}
.footertext a:visited{
	font-size:9px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #88491D;
	font-weight: lighter;
	letter-spacing: 3px;
}
.emailustext {
	font-size:10px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	font-weight: lighter;
	letter-spacing: 3px;
}
.emailustext a:link{
	color: #d3c796;
	text-decoration: none;
}
.emailustext a:hover{
	color: #660;
}
.emailustext a:visited{
	color: #88491D;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 75px 24px 15px 0px;
}

.sidebar_navtext {
	font-weight: lighter;
	color: #d3c796;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	text-align: right;
	font-weight: lighter;
	font-size:9px;
	font-variant:normal;
	line-height: 26px;
	letter-spacing: 3px;
}
.sidebar_navtext a:link {
	color: #d3c796;
	text-decoration:none;

}
.sidebar_navtext a:hover {
	color: #660;
	text-decoration:none;
}
.sidebar_navtext a:visited {
	color: #88491D;
	text-decoration:none;	
}

.sidebar_navtext a:active {
	color: #d3c796;
	text-decoration:none;	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 160px;
	height: 500px;/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #mainContent p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: lighter;
	color:#CCC;
	line-height: 22px;
	margin-left: 0px;
	margin-right: 20px;
	padding-left: 0px;

}
.specscopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: lighter;
	color:#CCC;
	line-height: 22px;
	margin-left: 15px;
	margin-right: 20px;
	padding-left: 10px;
	



}
.twoColFixLtHdr #mainContent_HP {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_HP.jpg);
	background-repeat:no-repeat;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	height: 500px;
	width:850px;
	color: #FFF;
	border:thick;
	border-color:#CCC;

}
.twoColFixLtHdr #mainContent_Archgallery {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_archtopguitars.jpg);
	background-repeat: no-repeat;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	height: 500px;
	width: 850px;
	color: #FFF;
	border:thick;
	border-color:#CCC;

}
.twoColFixLtHdr #mainContent_Flatgallery {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_flattopguitars.jpg);
	background-repeat: no-repeat;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	height: 500px;
	width: 850px;
	color: #FFF;
	border:thick;
	border-color:#CCC;


}
.twoColFixLtHdr #mainContent_Ordering {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_ordering2.jpg);
	background-repeat: no-repeat;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0px 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	height: 500px;
	width: 580px;
	color: #FFF;
	border:thick;
	border-color:#CCC;

}
.twoColFixLtHdr #mainContent_gallery {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_gallery.jpg);
	background-repeat:repeat-x;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	height: 500px;
	width: 850px;
	color: #FFF;
	border:thick;
	border-color:#CCC;

}.twoColFixLtHdr #mainContent_Luthier {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_Luthier.jpg);
	background-repeat:repeat-x;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	height: 500px;
	width: 850px;
	color: #FFF;
	border:thick;
	border-color:#CCC;

}
.twoColFixLtHdr #nestedboxright {
	float: right;
	margin-top: 24px;
	position: relative;
	width: 320px;
	height: 360px;
	
	

	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 24px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;	
	
}

.twoColFixLtHdr #nestedboxleft {
	float: left;
	margin-top: 24px;
	position: relative;
	width: 320px;
	height: 360px;
	
	

	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 24px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;	
	
}.twoColFixLtHdr #mainContent_Guitars {
	margin: 0 0 0 150px;
	background-image:url(images/MainContent_background_guitarspage.jpg);
	background-repeat:no-repeat;
	width: 860px;
	height: 500px;
	
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	color: #FFF;
	border:thick;
	border-color:#CCC;

}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:300;
	margin: 0px;
	padding: 0px;
	font-style:oblique;
	font-size:12px;
	color:#b46a2b;
	line-height: 18px;	
}
.quoter {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size:12px;
	color:#b46a2b;
	line-height: 18px;	
}
.clickhere {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	margin: 0px;
	padding: 1px;
	font-style:normal;
	font-size:12px;
	color:#c1b489;
	line-height: 18px;
	
}
.clickhere a:link {
	text-decoration: underline;
	color:#c1b489;
}
.clickhere a:visited {
	text-decoration: underline;
	color:#c1b489;
}
.guitar_titles {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:20px;
	letter-spacing: 2px;
	color:#d3c796;
	
}


.guitar_titles {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:20px;
	letter-spacing: 2px;
	color:#d3c796;
	
}

.gallery_titles a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#d3c796;
	letter-spacing: 2px;
	text-decoration:none;
	
}
.gallery_titles a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #88491D;
	letter-spacing: 2px;
	text-decoration:none;

}


.gallery_titles a:hover{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#660
	text-decoration:none;;
	
}

.gallery_titles a:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#660
	text-decoration:none;;
	
}
.page_titles {
	font-size:12px;
	font-weight:normal
	letter-spacing: 3px;
	color:#d3c796;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d3c796;
	font-family: Arial, Helvetica, sans-serif;
}

.gallery_specs {
	font-weight: lighter;
	color: #d3c796;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	text-align: left;
	font-weight: lighter;
	font-size:9px;
	font-variant:normal;
	line-height: 26px;
	letter-spacing: 1px;
}
.gallery_specs a:link{
	color:#d3c796;
	
}
.gallery_specs a:visited{
	color:#88491D;
	
}
.gallery_specs a:hover{
	color:#660;
	
}

.gallery_types {
	font-weight: lighter;
	color: #d3c796;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #d3c796;
	text-align: center;
	font-weight: lighter;
	font-size:9px;
	font-variant:normal;
	line-height: 26px;
	letter-spacing: 6px;
}

.hr{
	
	color:#FF9;
	height:2px;
	width: 100%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;
	
}
.hr.li {
	
	color:#366;
	height:.5px;
	width: 100%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0;
	
	}
	
	

}
.twoColFixLtHdr #mainContent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: lighter;
	color: #CCC;
	letter-spacing:3px;
	font-style:inherit;
	line-height: 26px;
	margin-left: 0px;

}
.maincontainter_text_HP {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: lighter;
	color:#CCC;
	line-height: 22px;
	margin-left: 0px;
	margin-right: 20px;
	padding-left: 0px;
	overflow: hidden;
}
.maincontainter_text_creme {
	font-family:Arial, Helvetica, sans-serif;
	color:#d3c796;
	margin-right: 20px;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
.maincontainter_text_creme a:link{
	color:#d3c796;
	
}
.maincontainter_text_creme a:visited{
	color:#88491D;
	
}
.maincontainter_text_creme a:hover{
	color:#660;

}
.maincontainter_header_HP {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: lighter;
	color: #CCC;
	line-height: 26px;
	margin-left: 0px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 0 170px;
	 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: thin solid #d3c796;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	border: thin solid #d3c796;
}
.fltlft_noborder { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	border-top-style: none;
	border-top-color: #d3c796;
	border-right-color: #d3c796;
	border-bottom-color: #d3c796;
	border-left-color: #d3c796;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent_Guitars P .maincontainter_text_creme_bld {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent_HP .maincontainter_header_HP {
	color: #d3c796;
}

