@charset "utf-8";

/* ######### General Page Styles ######### */

body  {
	margin: 13; /* Clear Browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
}

div, form, input, h2, img, script {
margin:0;
padding:0;
}

.clearfloat { /* Contains a float within its container div */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ######### Main Page Sections ######### */

#container {
	width: 800px;
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/leftnav_extended.gif) repeat-y left top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0 auto;
} 

#header {
	padding: 0;
	margin: 0 0 0px;
	width: 790px;
	background: #FFFFFF url(none);
} 
.center {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	color: #999999;
}


#header h1 {
	margin: 0; /* prevent margin collapse */
	padding: 3px 0 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #666666;
}
#header img {
	margin: 0px;
	padding: 0px;
}

#leftnav {
	float: left; /* Requires Set Width */
	width: 120px; /* 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: #E0D9CF;
	padding: 0px 0px 15px;
	overflow: hidden;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	border-top: 1px solid #E0D9CF;
	height: 100%;
}
#leftnav img {
	padding-bottom: 11px;
	padding-left: 7px;
	padding-top: 10px;
}
#leftnav h2 {
}



#mainContent {
	margin: 0 0 0 120px;
	padding: 0 0px 0px 10px;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	clear: none;
}

#footer {
	background:#FFFFFF;
	text-align: center;
	border-top: 2px solid #D4D1A4;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: left;
} 
#footer a {
	color: #9A8E61;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #554128;
	background: #FFFFCC;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element to avoid margin collapse - a space between divs */
	padding: 10px 0; 
}

#footer ul {
	list-style:disc;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
}
#footer ul li {
	display:inline;
	padding-right: 10px;
}

#utility {
	float: right;
	width: 510px;
	text-align: right;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
#utility form {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#utility a, #utility span a {
	color: #554128;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#utility a:hover, #utility span a:hover {
	color: #000000;
	background: #FFFFCC;
}

/* ######### Left Navigation Styles ######### */

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.5 
Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion { /* Main Accordion Section Container */
	overflow: hidden;
}
#related h2 {
	color: #009999;
}

#related p {
}


.AccordionPanel { /* AccordionPanel Container which houses the panel tab and a panel content area. */
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {/* AccordionPanelTab (Title/Control) */
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	cursor: pointer;
	color: #000000;
	background: #E0D9CF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
	line-height: 19px;
}

.AccordionPanelTab a {
	color: #000000;
	text-decoration: none;
	background: 3px center;
	display: block;
	padding-left: 15px;
	line-height: 19px;
}

.AccordionPanelTab a:hover {
	background: #FFFFCC url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
	color: #554128;
}

.AccordionPanelContent { /* Panel's (Expanded) Content area. */
	overflow: hidden;
	margin: 0px;
	padding: 0px; /* Keep at 0 for Animation */
	height: 200px;  /*Height Required */
	border-bottom: 1px solid #666666;
	background:#EFECE1;
}

.AccordionPanelContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.AccordionPanelContent li {
	margin: 0px;
	padding: 4px 0px;
	list-style: none;
}

.AccordionPanelContent a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	color: #000000;
}

.AccordionPanelContent li a:hover {
	background: #FFFFCC;
	color: #554128;
}

.AccordionPanelOpen .AccordionPanelTab { /* Active Panel Tab */
	background: #FFFFCC url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80down.gif) no-repeat 5px center;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}

.AccordionPanelTabHover { /* Panel Tab on MouseOver */
	color: #554128;
	background: #FFFFCC url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000000;
}

.AccordionFocused .AccordionPanelTab { /* Panel Tab When Accordion Has Focus */
	background-color: #E0D9CF;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab { /* Open Panel Tab When Accordion Has Focus */
	background: #FFFFCC url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80down.gif) no-repeat 5px center;
	color: #554128;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}


/* ######### Top Tab Navigation Styles ######### */

.ddcolortabs{
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	font: bold 11px Arial, Geneva, Helvetica, sans-serif;
	margin-top: 8px;
}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	height: 27px;
}

/*.ddcolortabs a{
	float:left;
	color: white;
	background: #FFFFFF url() no-repeat left top;
	margin:0 2px 0 0;
	text-decoration:none;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url() no-repeat right top;
	padding: 0px 8px 0px 7px;
}*/

.ddcolortabs a{
	float:left;
	color: white;
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabcorner80.jpg) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 0px 2px;
	text-decoration:none;
	letter-spacing: normal;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabmiddle80.jpg) no-repeat right top;
	padding: 0px 8px 2px 7px;
	line-height:200%;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabcornerRO80.jpg) no-repeat left top;
}

.ddcolortabs a:hover span{
	background: url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabmiddleRO80.jpg) no-repeat right top;
}

.ddcolortabs .selected a { /*currently selected tab*/
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabcornerRO80.jpg) no-repeat left top;
	color: #FFFFCC;
}

.ddcolortabs .selected a span {
	background:transparent url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabmiddleRO80.jpg) no-repeat right top;
}

.ddcolortabs .selected a:hover { /*currently selected tab*/
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabcornerRO80.jpg) no-repeat left top;
	color: #FFFFCC;
}

.ddcolortabs .selected a:hover span {
	background:transparent url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_tabmiddleRO80.jpg) no-repeat right top;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #A8A8A8 url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/mlcs_horizgraybar_end.jpg) no-repeat right top; /*Remove this to remove border between bar and tabs*/
	border-top: 2px solid #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #A8A8A8;
}

/* Style for Tab Drop Down Menus */

.dropmenudiv_a{
	position:absolute;
	top: 1px;
	z-index:100;
	width: 180px;
	visibility: hidden;
	border-top: 8px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	border-bottom: 0 solid #ABABAB;
	border-left: 1px solid #ABABAB;
	background: #EFECE1;
}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #6F746E;
	border-bottom: 1px solid #6F746E;
	padding: 3px 0;
	text-decoration: none;
	color: black;
	font: normal 11px Arial, Helvetica, sans-serif;
}

* html .dropmenudiv_a a{ /* IE only hack */
	width: 100%;
}

.dropmenudiv_a a:hover {
	color: #554128;
	background: #FFFFCC;
}

#footer .copyright {
	font-size: 10px;
	color: #666666;
}

#related {
	background: #EFECE1;
	color: #006666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#related li a {
	color: #3D6364;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999999;
}

#related li a:hover {
	color: #0789A9;
	background: #FFFFCC;
}

#leftnav strong {
	font-weight: bold;
	background-color:#EFECE1;
}

#related ul {
	margin: 0px;
	padding: 0px;
	list-style: url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif);
}

#related li {
	display: block;
	margin: 0px;
	color: #0099A6;
	line-height: 19px;
	padding: 0px;
}
#related li a {
	color: #006666;
	margin: 0px;
	padding-left: 5px;
}


#related p {
	padding-left: 5px;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #EFECE1;
	color: #006666;
	font: bold 11px/19px Arial, Helvetica, sans-serif;
}

.holiday a:link {
	background:#CC0000;
	color: #003300;
	font-weight: bold;
}
#leftnav input.submit {
	text-align: center;
	margin-left: 37px;
}


.holiday a:hover {
	background: #003300;
	color: #990000;
}

form {
	text-align: left;
}

li.pdf {
	list-style: url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/pdf.gif);
}

#leftnav h2 {
	font-size: 12px;
	color: #660000;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #E0D9CF;
}

#leftnav form {
	border-bottom: 1px solid #666666;
}

#leftnav input {
	font-size: 9px;
}

p.AccordionPanelTab, p.AccordionPanelTab a:visited {
	background: url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftbullet81.gif) no-repeat 5px center;
}

p.AccordionPanelTab a:hover {
	background: #FFFFCC url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftbullet81_ro.gif) no-repeat 5px center;
}

#mainContent a:link { /*Remove*/
		color: #663300;
		text-decoration: underline;
		}
#mainContent a:visited { /*Remove*/
		color: #663300;
		text-decoration: none;
		}
#mainContent a:hover { /*Remove*/
		color: #cc6600;
		text-decoration: none;
		}
#mainContent a:active { /*Remove*/
		color: #cc6600;
		text-decoration: none;
	}
	
#specials_menu a.holiday {
	background-color: #003300;
	color:#FFFFFF;
}

#specials_menu a.holiday:hover {
	background-color: #FFFFFF;
	color: #660000;
}

.message {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background: #FFFFCC;
}
