@charset "utf-8";
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;
	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 */
	/* background settings*/
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/finest-stair-parts.com-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/* end: background settings*/
	
	/* font settings */
	color: #484747;
	font-family: Helvetica,Arial,Helvetica,sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 18px;
	/* end: font settings */
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	0padding: 0 10px 0 20px;  /* 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. */
	height: 65px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	background: #d9d9d9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 15px;
	border: 1px solid #ccc;
}
.twoColFixRtHdr #left-content {
	margin: 0 345px 0 0;
	width: 640px;
	padding: 1em 0 1em 1em;
} 
.twoColFixRtHdr #footer {
	margin: 3em auto 0 auto;
	height: 697px;
	background-attachment: scroll;
	background-color: #DDDDDD;
	background-image: url(../images/finest-stair-parts.com-footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
.twoColFixRtHdr #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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#container #header-mast {
	height: 181px;

	0margin-top: 10px;
	background-attachment: scroll;
	background-image: url(../images/finest-stair-parts-head-mast.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#container #header-line-ads {
	height: 47px;
	;
}
h3 {
	font-weight: bold;
	font-variant: normal;
	font-size: 1.2em;
}
#container #header-line-ads p {
	color: #99cc00;
	font-size: 14px;
	text-align: center;
}
#container #content-area #left-content h1 {
	line-height: normal;
	font-variant: normal;
	color: #993300;
	font-size: 32px;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#footer #footer-content {
	margin: 4em auto 0 auto;
	width: 1000px;
	padding-top: 4em;
}
#footer #footer-content #footer-ads1 p,
#footer #footer-content #footer-ads2 p{
	padding-top: 16em;
	text-align: left;
	padding-left: 3.5em;
}
#footer #footer-content #footer-ads1 h3,
#footer #footer-content #footer-ads2 h3{
	text-indent: -10000px;
}

#footer #footer-content #footer-ads1 {
	float: left;
	height: 350px;
	width: 440px;
	background-attachment: scroll;
	background-image: url(../images/finest-stair-parts.com_footer-ads1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 4em;
}

#footer #footer-content #footer-ads2 {
	float: left;
	height: 350px;
	width: 495px;
	background-attachment: scroll;
	background-image: url(../images/finest-stair-parts.com_footer-ads2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer #footer-content #footer-nav {
	clear: both;
	padding-top: 10em;
	position: relative;
	width: 1000px;
}
#footer #footer-content #footer-copyright p.copyright {
	color: #AC8C0E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	padding-left: 3em;
	padding-top: 5em;
}
#footer #footer-content #footer-copyright .copyright span {
	color: #999;
	padding-left: 1em;
}

/* top nav*/
#top-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	width:100%;
}

#top-nav ul li a {
	color:#C90;
	text-decoration:none;		
}

#top-nav ul li {
	display:inline;
	float:left;
}

#top-nav a:focus, 
#top-nav ul a:active, 
#top-nav ul a:hover,
#top-nav ul a.selected-nav{
	color:#f5f5f5;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	border-bottom:8px solid #996B15;
	padding:10px 10px 8px 10px;
	background-image:url(../images/finest-stair-parts.com-top-nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:scroll;
	height: 38px;
	0display:inline-block;
}

#top-nav ul a {
	padding:10px 10px;
}
#top-nav ul a {
	display:block;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
}

#top-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#top-nav ul a.home {
	margin:0 12px 0 0;
}
#top-nav ul a.menu-item {
	margin:0 12px 0 0;
}

/*end: top nav*/
#container #header #top-nav {
	height: 55px;
}

/* footer nav */
#footer-nav {
	height: 55px;
	clear:both;
}
#footer-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	width:100%;
}
#footer-nav ul li a {
	0color:#d9d9d9; 
	color:#999;
	text-decoration:none;		
}
#footer-nav ul li {
	display:inline;
	float:left;
}
#footer-nav a:focus, 
#footer-nav ul a:active, 
#footer-nav ul a:hover,
#footer-nav ul a.selected-nav{
	color:#C90;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:10px 10px 8px 10px;
	height: 38px;
	text-decoration:underline;
}
#footer-nav ul a {
	display:block;
	font-size:1.5em;	
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	padding:10px 10px;
	border-right:1px solid #333;
}
#footer-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer-nav ul a.home {
	margin:0 12px 0 0;
}
#footer-nav ul a.menu-item {
	margin:0 12px 0 0;
}

#footer #footer-content #footer-nav ul {
	padding-left: 10em;
}

#footer-nav ul a.footer-last-item {
	border-right:none;
}

#footer-nav ul a.footer-last-item:hover {
	border-right:1px solid #333;
}
/* end:footer nav*/


.img-no-border {
	border:none;
}
.twoColFixRtHdr #container #header-line-ads p a.showroom-link {
	color: #99CC00;
	padding-left: 25px;
	background-attachment: scroll;
	background-image: url(../images/showroom-link-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
.twoColFixRtHdr #container #header-line-ads p a:link,
.twoColFixRtHdr #container #header-line-ads p a:visited{
	text-decoration: none;
}
	
.twoColFixRtHdr #container #header-line-ads p a:hover,
.twoColFixRtHdr #container #header-line-ads p a:active{
	text-decoration: underline;
}

.twoColFixRtHdr #container #header-line-ads p span {
	font-size: 18px;
	font-weight: bold;
	color: #C93;
	vertical-align: top;
}
.twoColFixRtHdr #container #header-mast h1 {
	height: 85px;
	width: 500px;
	margin: 0;
	padding: 0;
}

a#sitename1{
	display:block;
	width:500px; /* maximum 500px */
	height:85px; /* maximum 68px */
	text-indent:-2000px;
	color:#3d1808;
}


/*  pages navigation */
.pages-navigation {
	display:block;
	margin:0;
	position: relative;
	height: 30px;
	float: right;
}

.pages-navigation ul {
	margin: 0;
	padding: 5px 15px 0px 0;
	list-style: none;
	height: 19px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:13px;
	color:#330000;
}
.pages-navigation  ul  li {
	float: left;
	padding: 0;
	font-size: 1em;
}
.pages-navigation ul li a {
	margin: 0 0.2em;
	padding:0.3em 0.4em;
	font-size:0.95em;
	line-height:1em;
	text-decoration:none;
	color:#960;
	float:left;
	display:block;
	font-weight:bold;
	0border: 1px solid #C93;
	border: 1px solid #D2CEBF;
}


.pages-navigation ul li a:hover,
.pages-navigation ul li a:active {
	text-decoration:underline;
	background-color:#835425;
	color:#FFF;
	border: 1px solid #FF9900;
}

.pages-navigation ul a.current-page:link,
.pages-navigation ul a.current-page:visited {
	color:#fff;
	background-color:#6e3703;
	border:1px solid #FF9900;
}

.pages-navigation   ul   a.current-page:hover, 
.pages-navigation   ul   a.current-page:active{
	text-decoration:underline;
	background-color:#000000;
}

.pages-navigation   ul   a.nolink-page:link,
.pages-navigation   ul   a.nolink-page:visited,
.pages-navigation   ul   a.nolink-page:hover, 
.pages-navigation   ul   a.nolink-page:active
{
	text-decoration:none;
	border:none;
	color:#960;	
	cursor:default;
	font-weight:normal;
	font-size:12px;
	background-color: transparent;
}
#left-content-history-body {
with:300px;

}
.twoColFixRtHdr #container #content-area #left-content #left-content-history-body {
	display: block;
	position: relative;
}
.twoColFixRtHdr #container #content-area #left-content #left-content-h1 {
	display: block;
	position: relative;
	width: 100%;
	margin: 4.5em 0 0 0;
}
.italic-sub-note {
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px dotted #d9d9d9;
	font-style: italic;
}
.twoColFixRtHdr #container #content-area #left-content #left-content-history-body h2 {
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	margin-top: 2em;
}
.twoColFixRtHdr #container #content-area #left-content #left-content-history-body p {
	line-height: 20px;
	font-family: Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
}
.margin-top-2em {
	margin-top: 2em;
}

.img-centered {
	margin:0 auto;
	display:block;
	text-align:center;
}
