@charset "UTF-8";
body {
	margin-top: 20px;
	margin-bottom:20px;
	padding: 0;
	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 */
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image:url(images/background.jpg);
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.inlineDiv {
	display: inline;
}
.oneColFixCtrHdr #header {
/*	background: #DDDDDD;   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. */
	color: #333333;
	background-color:transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
/* was 165px high with the old while background */
	height:270px;
	background-image:url(images/scott/whiteHeaderBackground.png); 
	background-repeat:no-repeat;
	background-position:left top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background-color: transparent;
	background-image: url(images/scott/whiteBackground.png);
	background-position:left top;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
	height: 100%;
	width: 915px;
}
.oneColFixCtrHdr #footer {
	background-color: transparent;
	background-image:url(images/scott/Footer.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:50px;
	margin-left:3px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#footer p{
	font-size:16px;
}
.image {
	border: thin ridge #333333;
}
.imageFloatRight {
	float: right;
	margin-left: 10px;
	border: thin ridge #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageFloatLeft {
	float: left;
	margin-right: 10px;
	border: thin ridge #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageTextLeft {
	float: left;
	width: 350px;
}
.imageTextRight {
	width: 350px;
	margin-left: 390px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a:link, #footer a:visited, #footer p {
	font-family: 'EB Garamond', serif;
}
.highlightBox {
	background-color:#EFEFEF;
	padding: 10px;
	
		/*Rounded Corners*/
	/*top-left rounded Corners*/
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	
	/*top-right rounded Corners*/
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	/*bottom-left rounded Corners*/
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	/*bottom-right rounded Corners*/
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.highlightBoxOwners {
	background-color: #EFEFEF;
	width: 25%;
	border: thin ridge #333;
	padding-left: 2px;
	padding-right: 2px;
	float: right;
	overflow: visible;
	
		/*Rounded Corners*/
	/*top-left rounded Corners*/
    -moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	
	/*top-right rounded Corners*/
    -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	/*bottom-left rounded Corners*/
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	/*bottom-right rounded Corners*/
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: x-large;
	line-height: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-variant: small-caps;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 110%;
	color: #950B00;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-style: normal;
	color: #950B00;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size: x-large;
	line-height: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-variant: small-caps;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size: medium;
	font-variant: small-caps;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}
h6 {
	font-family: 'Lato', sans-serif;
	color:#333333;
	font-size:16px;
	font-weight:normal;
}
.orderTitle{
	font-size: 16px;
	font-weight:bold;
	font-variant: small-caps;
	color: #333333;
}
a:link {
	color: #950B00;
	font-weight:bold;
}
a:visited {
	color: #950B00;
	font-weight:bold;
	text-decoration:underline;
}
ul.headline {
    max-width: 100em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
/*	text-align:center;*/
}
.headline li{
	color: #333333;
	font-size: x-large;
	line-height:normal;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:bold;
}
ul.headline li:before {
    float: left;
	color: #333333;
    width: 0;
    white-space: nowrap;
    content:
"............................................"
"............................................"
"............................................"
"............................................"
"............................................"}
ul.headline span:first-child {
    padding-right: 0.33em;
    background: white;
}
.indentBulletList {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.modelBullet {
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-weight: bold;
	color: #950B00;
	list-style-position: outside;
	list-style-type: disc;
}
.footnote {
	font-family: 'Lato', sans-serif;
	font-size: small;
	color: #950B00;
	list-style-position: outside;
	list-style-type: disc;
}
blockquote {
	line-height: normal;
}
.indentList {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nasItem {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(images/leaf.png);
}
.newsBlurb {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	font-variant: small-caps;
}
.headingNoPadding {
	font-family: 'Lato', sans-serif;
	font-size: medium;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
.indentedDiv {
	width: 650px;
	padding-left: 50px;
}
.dsuEntry {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #950B00;
	font-variant: small-caps;
}
.newsTitleSmall {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #950B00;
	font-variant: small-caps;
}
.dsuEntryDetails {
	font-size: small;
	margin-left: 20px;
}
.woodName {
	text-align: center;
	color: #950B00;
	font-size: x-large;
}
#instrumentDetails {
	margin-left: 0em;
	width: 590px;
	float: left;
	margin-right: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
}
.catalogItemPrice {
	font-family: 'Lato', sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	font-variant: small-caps;
}
.div90PercentWide {
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	overflow: visible;
}
.imageFloatLeftNoBorder {
	float: left;
	margin-right: 10px;
	border: thick none #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageFloatRightNoBorder {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thick none #333333;
}
.redBorder {
	border: thin ridge #950B00;
}
.featureToolTip {
	background-color: #FFF;
	color: #333333;
	font-size: small;
	border: thin double #000;
	padding: 5px;
}
.orangeOnDarkText {
	color: #950B00;
}
.fbPage {
	background-color: #333333;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
}
.woodSwatch {	
 position: absolute;
    clip: rect(110px 170px 210px 80px);
    /* clip: shape(top right bottom left); NB 'rect' is the only available option */
	top:-110px;
    left:-80px;
}
.swatchWrapper {
	position: relative;
	width: 90px;
  	height:100px;
}


a.button {
	/* Sliding right image */
    background: transparent url('images/button_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
text-decoration: none;
	color: #333333;
	font-size:11px;
}
a.button span {
/* Background left image */ 
background: transparent url('images/button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}
.lb {background-color:#FFFFFF}
.lb p, .lb h6, .lb li, .lb h1, .lb h4, .lb h2, .lb td, .lb h3{color:#333333}
.topBorder{
	border-top:dotted;
}
.cascadeHeader {
	font-family: 'EB Garamond', serif;
	font-weight:bold;
	font-size:16px;
}