@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #607c91; /* 82846e */
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#container { 
	max-width: 980px;
	background: #fff;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: #607c91;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: underline;
	color: #900;
}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 2em; font-weight: normal; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.7em; margin: 0 0 1em 0; }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; margin: 0 0 1em 0; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 1.5em 0 .3em 0; }
p { margin: 0 0 .75em 0; font-size: 100%; line-height: 1.3em; }

img {
	max-width: 100%;
	height: auto;
}

#header { 
	margin: 0;
	padding: 0;
	background: #fff;
} 
#header picture {
	display: block;
	text-align: center;
}


#sidebar1 {
	float: left;
	width: 200px; /* actual width of sidebar1 is 230px when you account for the padding below */
	padding: 10px 15px;
}

#mainContent { 
	margin: 0 0 0 235px;
	padding: 0 20px 0 0;
}
#mainContent div#homeButtons { /* 4 buttons in content area of home page only */
	padding: 10px 0;
}
#mainContent div#homeButtons img {
	margin-right: 1px;
}
#mainContent h1,
#mainContent h2 {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	padding-top: 15px; /* move just first content heading down to line up with top of nav buttons */
	font-size: 160%;
}
#mainContent h2 {
	font-size: 140%;
}

#mainContent p {
	margin: 0;
	padding: 10px 0;
}
#mainContent h2.homePageAnnouncement,
#mainContent div.homePageAnnouncement {
	background-color: #eee;
	border: 1px solid #900;
	color: #900;
	font-weight: normal;
	padding: 6px 15px 8px 15px;
}

#footer { 
	clear: left;
	padding: 0 15px;
	background-color: #d8d9c2;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: .75em;
}
.floatRight {
	float: right;
	margin-left: 15px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
.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;
}

/* Styles for moldings catalog pages */

div#thumbsGallery {
	float: left;
	width: 100%;
	font-size: 85%;
	text-align: left;
	padding-bottom: 20px;
}
div#thumbsGallery a {
	float: left;
	margin: 10px 10px 0 0;
	padding: 5px;
	text-align: center;
}
div#thumbsGallery a:link {
	border: 4px solid #039;
}
div#thumbsGallery a:visited {
	border: 4px solid #aaa;
}
div#thumbsGallery a:hover {
	border: 4px solid #900
}
div#thumbsGallery a:active {
	border: 4px solid #900;
}
div#thumbsGallery img {
	border: 0;
	max-width: 100%;
}

div#fullsizeView {
	text-align: center;
}
div#fullsizeView img {
	max-width: 100%;
	border: 4px solid #999;
	padding: 10px;
}

div#flooringSpeciesGallery img {
	padding-right: 30px;
	padding-bottom: 30px;
}

/* STYLES FOR 'GO TO TOP' BUTTON */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/* MAKE GOOGLE MAPS ON CONTACT PAGE RESPONSIVE */
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}