@charset "utf-8";

/* ######### General Page Styles ######### */

body  {
	margin: 13px; /* Clear Browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(../images/08hol-bggreen.jpg) repeat;
}

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;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0 auto;
} 

#header {
	padding: 10px 0 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 5px;
	font: bold normal 16px Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
#header img {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#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: #013101;
	padding: 0px 0px 15px;
	overflow: hidden;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	border-top: 1px solid #FF0000;
	height: 100%;
	border-bottom: 1px solid #FF0000;
}
#leftnav img {
	margin: 0px auto;
	padding: 10px 0px 0px;
}
#leftnav h4 {
	color: #FFFFFF;
	text-align: center;
	font: 11px Georgia, "Times New Roman", Times, serif;
}


#mainContent {
	margin: 0 0 0 120px;
	padding: 0 0px 0px 10px;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	clear: none;
}

#footer {
	background:#FFFFFF;
	text-align: center;
	clear: left;
	border: 2px solid #990000;
	padding: 7px 10px 0 20px;
} 
#footer a {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #990000;
	background: #B7FFB7;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element to avoid margin collapse - a space between divs */
	padding: 10px 0;
	font-weight: bold;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#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: 400px;
	text-align: right;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-bottom: 0;
}
#utility form {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
}

#utility a, #utility span a {
	color: #003300;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#utility a:hover, #utility span a:hover {
	color: #990000;
	background: #B7FFB7;
}

/* ######### 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;
}

.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 white;
	margin: 0px;
	padding: 2px 2px 2px 0px;
	cursor: pointer;
	color: #FFFFFF;
	background: #013101 url(../images/gift_navleftarrow.gif) no-repeat 5px center;
	font: bold 11px/19px Georgia, "Times New Roman", Times, serif;
}

p.AccordionPanelTab, p.AccordionPanelTab a:visited {
	background: #013101 url(../images/gift_navleftbullet.gif) no-repeat 5px center;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font: bold 11px/19px Georgia, "Times New Roman", Times, serif;
}

p.AccordionPanelTab a:hover {
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftbullet81_ro.gif) no-repeat 5px center;
	color:#990000;
	line-height: 19px;
}

.AccordionPanelTab a {
	color: #FFFFFF;
	text-decoration: none;
	background: 3px center;
	display: block;
	padding-left: 15px;
	line-height: 19px;
}

.AccordionPanelTab a:hover {
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
	color: #FF0000;
}

.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 #990000;
	background:#FFF;
	font-weight: bold;
}

.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: #003300;
}

.AccordionPanelContent li a:hover {
	background: #990000;
	color: #FFFFFF;
}

.AccordionPanelOpen .AccordionPanelTab { /* Active Panel Tab */
	background: #FFFFFF url(../images/gift_navleftarrowdown.gif) no-repeat 5px center;
	border-bottom-color: #FF0000;
	border-bottom-style: dotted;
	color: #006633;
}

.AccordionPanelTabHover { /* Panel Tab on MouseOver */
	color: #990000;
	background: #FFFFFF url(http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/navleftarrow80.gif) no-repeat 5px center;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #990000;
}

.AccordionFocused .AccordionPanelTab { /* Panel Tab When Accordion Has Focus */
	background-color: #013101;
	color: #FFF;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab { /* Open Panel Tab When Accordion Has Focus */
	background: #FFFFFF url(../images/gift_navleftarrowdown.gif) no-repeat 5px center;
	color: #990000;
	border-bottom-color: #FF0000;
	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(../images/gift_tabcorner.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(../images/gift_tabmiddle.jpg) no-repeat right top;
	padding: 0px 8px 2px 7px;
	line-height:200%;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
	background: #FFFFFF url(../images/gift_tabcornerRO.jpg) no-repeat left top;
}

.ddcolortabs a:hover span{
	background: url(../images/gift_tabmiddleRO.jpg) no-repeat right top;
}

.ddcolortabs .selected a { /*currently selected tab*/
	background: #FFFFFF url(../images/gift_tabcornerRO.jpg) no-repeat left top;
	color: #FFFFFF;
}

.ddcolortabs .selected a span {
	background:transparent url(../images/gift_tabmiddleRO.jpg) no-repeat right top;
}

.ddcolortabs .selected a:hover { /*currently selected tab*/
	background: #FFFFFF url(../images/gift_tabcornerRO.jpg) no-repeat left top;
	color: #FFFFFF;
}

.ddcolortabs .selected a:hover span {
	background:transparent url(../images/gift_tabmiddleRO.jpg) no-repeat right top;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #990000 url(../images/gift_horizbar_end.gif) no-repeat right top; /*Remove this to remove border between bar and tabs*/
	border-top: 2px solid #FFFFFF;
	margin: 0px;
	border-bottom: 1px solid #FF0000;
}

/* Style for Tab Drop Down Menus */

.dropmenudiv_a{
	position:absolute;
	top: 3px;
	z-index:100;
	width: 180px;
	visibility: hidden;
	border-top: 8px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 0 solid #FF0000;
	border-left: 1px solid #FF0000;
	background: #003300;
}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #990000;
	border-bottom: 1px solid #990000;
	padding: 3px 0;
	text-decoration: none;
	color: #FFF;
	font: normal 11px Arial, Helvetica, sans-serif;
}

* html .dropmenudiv_a a{ /* IE only hack */
	width: 100%;
}

.dropmenudiv_a a:hover {
	color: #990000;
	background: #FFFFFF;
}

#footer .copyright {
	font-size: 10px;
	color: #666666;
}

#related {
	background: #EFECE1;
	color: #006666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 100%;
}

#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;
}

#leftnav h4 a {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#leftnav h4 a:hover {
	font-style: italic;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #990000;
	text-decoration: none;
}
