@charset "UTF-8";
/* CSS Document */

/* This stylesheet is for all of Martin's Chair webpages excluding the Online Catalog. To change the stylesheet for the Online Catalog, you will find it in the directory Web/skins/Skin_3/css   */


body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../graphics/bground.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	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: #000000;
	
}

/* These are for container and header */
.twoColFixLtHdr #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	background-image: url(../graphics/light-background.jpg);
	background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	background-image:url(../graphics/banner.gif); 
	height: 78px;
} 
.twoColFixLtHdr #header ul {
    margin: 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #C5B9AF;
	padding: 55px 15px 0px 0px
}
.twoColFixLtHdr #header ul li{
    margin: 0 0 0 5px;
	text-align: right;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
}	
/* These are for the "non-red" links in the header */
a:link.upperlinks, a:visited.upperlinks {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.upperlinks{
	text-decoration: none;
	color: #FED18E;
}
/* This is for the red link in header */
a:link.cart, a:visited.cart{
	color: #B45748;
	text-decoration: none;
}
a:hover.cart {
	color: #FED18E;
	text-decoration: none;
}
/* These are for the left sidebar */
.twoColFixLtHdr #sidebar1 {
	width: 162px; /* 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 */
	position: absolute;
	top: 0px;
	/* z-index: 900; */
}
.twoColFixLtHdr #submenuline {
    margin: 8px 0 0 0;
}

/* This is for the homepage animation area */
.twoColFixLtHdr #animationArea { 
	padding: 0;
    height: 303px;
}
/* This is for the very top area of the Store pages (May not need to use - delete later) */
.twoColFixLtHdr #storetextArea { 
	padding: 0px 25px 0px 187px;
	font-size: 11px;
	color: #534741;
	line-height: 18px;
}
.twoColFixLtHdr #storetextArea p {
    margin: 12px 0;
}
.twoColFixLtHdr #storetextArea h1 {
    margin: 0;
	padding-top: 10px;
	color: #BD8F86;
	font-size: 30px;
	font-family: "Times New Roman", Times, Georgia, serif;
	letter-spacing: 2px;
	font-weight: normal;	
}
.twoColFixLtHdr #storetextArea h2 {
    margin: 4px 0 0 0;
	padding-top: 0px;
    color: #AF9F7E;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #storetextArea a:link, .twoColFixLtHdr #storetextArea a:visited {
	color: #A43929;
	text-decoration: none;
}
.twoColFixLtHdr #storetextArea a:hover {
	color: #CC9900;
	text-decoration: underline;
}
.twoColFixLtHdr #bottomline2 {
    background-image: url(../graphics/bottom-line2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* This is for the image headers of the About Us and other information pages */
.twoColFixLtHdr #imageheader { 
	padding: 0;
	height: 177px;
	text-align: left;
	margin: 0;
}
.twoColFixLtHdr #imageheader p {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 186px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #AF9F7E;
}
.twoColFixLtHdr #imageheader h1 {
    margin: 0px 0 0 0px;
	padding: 140px 0 0 186px;
	font-weight: normal;
	font-family: "Times New Roman", Times, Georgia, serif; 
	color: white;
	font-size: 27px;
	}
/* This is for link layout right below header image */
.twoColFixLtHdr #minorlinks {
    margin: 0px;
	height: 27px;
	text-align: right;
}
.twoColFixLtHdr #minorlinks ul {
    margin: 0;
	padding: 3px 15px 0px 0px;
	font-size: 11px;
}
.twoColFixLtHdr #minorlinks ul li {
    margin: 0 0 0 5px;
	list-style-type: none;
	display: inline;
}
	
/* These are for the links right below of header image */
a:link.minorlinksbold, a:visited.minorlinksbold {
	font-size: 11px;
	color: #3A3632;
	font-weight: bold;
	text-decoration: none;
}
a:hover.minorlinksbold {
    color:#CC9900;
}
a:link.minorlink, a:visited.minorlink {
	font-size: 11px;
	color: #797168;
	text-decoration: none;
}
a:hover.minorlink {
    color: #CC9900;
}
/* This is main content area */		
.twoColFixLtHdr #mainContent { 
	margin: 0px 250px 20px 32px; /* 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. */
      /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	font-size: 11px;
	color: #534741;
	line-height: 18px;
}
/* Heading Tags in main content area */
.twoColFixLtHdr #mainContent h1 {
	margin: 0;
	padding-top: 10px;
	color: #BD8F86;
	font-size: 24px;
	font-family: "Times New Roman", Times, Georgia, serif;
	letter-spacing: 2px;
	font-weight: normal;	
}
	
.twoColFixLtHdr #mainContent p {
	margin: 12px 0px 30px 0px;
		
}	

/* This is for links in main content area */
.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited {
	color: #A43929;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #CC9900;
	text-decoration: underline;
}

/* This is for the Store's Main Content */
.twoColFixLtHdr #storemainContent table { 
	margin: 0px 25px 20px 187px; /* 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. */
      /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	font-size: 11px;
	color: #534741;
	line-height: 18px;
	height: 500px;
	width: 568px;
}
/* This is main content area for pages other than Homepage */		
.twoColFixLtHdr #mainContent2 { 
	margin: 0px 240px 20px 187px; /* 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. */
      /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	font-size: 11px;
	color: #534741;
	line-height: 18px;
}
/* Heading Tags in main content area for pages other than Homepage */
.twoColFixLtHdr #mainContent2 h1 {
	margin: 4px 0 0 0;
	padding-top: 0px;
    color: #AF9F7E;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;	
}	
.twoColFixLtHdr #mainContent2 p {
	margin: 3px 0px 30px 0px;
		
}
.twoColFixLtHdr #mainContent2 .dropcap {
	font-family: "Times New Roman", Times, serif;
	float:left;
	color:#BD8F86;
	font-size:40px;
	line-height:30px;
	padding:3px 2px 0 0;
}	

/* This is for links in main content area for pages other than Homepage */
.twoColFixLtHdr #mainContent2 a:link, .twoColFixLtHdr #mainContent2 a:visited {
	color: #A43929;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent2 a:hover {
	color: #CC9900;
	text-decoration: underline;
}

/* This is for right sidebar */
#rightmenu {
    margin: 25px 0 0 0;
	width: 206px;
	float: right;
	padding: 0;
	color: #534741;
}
#rightmenu h3 {
	margin: 6px 15px 0px 0px;
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia, serif;
	line-height: 18px;
	font-weight: normal;
	color: #534741;
	
}
#rightmenu p {
	margin: 8px 15px 8px 0px;
}
#rightmenu a {
	font-size: 10px;
	
}
#rightmenu a:link, #rightmenu a:visited{
	color: #CC9900;
	text-decoration: none;
}
#rightmenu a:hover{
	color: #CC9900;
	text-decoration: underline;
}

/* This is for lower left sidebar */
h3.leftmenu1 {
	margin: 6px 7px 0px 0px;
	font-size: 19px;
	font-family: "Times New Roman", Times, Georgia, serif;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #534741;
	
}
ul.leftmenu {
	margin: 6px 9px 8px 0px;
	list-style: none;
	line-height: 20px;
	font-weight: 500;
	text-align: right;
	color: #534741;
}
a.leftmenu2 {
	font-size: 10px;
	
}
a:link.leftmenu2, a:visited.leftmenu2 {
	color: #3F3331;
	text-decoration: none;
}
a:hover.leftmenu2 {
	color: #C89B38;
	text-decoration: underline;
}

/* This is for footer*/   
.twoColFixLtHdr #footer { 
      /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 3px solid #ffffff;
	background:#8F8B86; 
} 
.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: 5px 0px 6px 32px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
}

.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;
}


