body {
	margin: 0;
	font: .9em Arial, Helvetica, sans-serif;
	background: url(Images/design/pageback.gif) repeat-x;
}

/* ----------------MENUS----------------- */
.menu {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	background: #7FACCE;
}



.menu a:link {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	border-top: 1px solid #A4CAE7;
	border-right: 1px solid #6E879B;
	border-bottom: 1px solid #6E879B;
	border-left: 1px solid #A4CAE7;
	font-weight: bold;
}
.menu a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	border-top: 1px solid #A4CAE7;
	border-right: 1px solid #6E879B;
	border-bottom: 1px solid #6E879B;
	border-left: 1px solid #A4CAE7;
	font-weight: bold;
}
.menu a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #2d2d6d;
	border-top: 1px solid #1c1d3e;
	border-right: 1px solid #4e50aa;
	border-bottom: 1px solid #4e50aa;
	border-left: 1px solid #1c1d3e;
}

.menu a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #2d2d6d;
	border-top: 1px solid #1c1d3e;
	border-right: 1px solid #4e50aa;
	border-bottom: 1px solid #4e50aa;
	border-left: 1px solid #1c1d3e;
}

.submenu a:link {

	font-size: 11px;
	font-style: italic;
	text-align: right;
	color: #fff;
	text-decoration: none;
	background: #526776;
	border-top: 1px solid #8aa7bc;
	border-right: 1px solid #3b5f79;
	border-bottom: 1px solid #3b5f79;
	border-left: 1px solid #8aa7bc;
}

.submenu a:visited {

	font-size: 80%;
	font-style: italic;
	text-align: right;
	color: #fff;
	text-decoration: none;
	background: #526776;
	border-top: 1px solid #8aa7bc;
	border-right: 1px solid #3b5f79;
	border-bottom: 1px solid #3b5f79;
	border-left: 1px solid #8aa7bc;
}
.submenu a:hover {
	color: #530;
	background: #b6d1e7 right;
	border-top: 1px solid #7facce;
	border-right: 1px solid #d8e8f6;
	border-bottom: 1px solid #d8e8f6;
	border-left: 1px solid #7facce;
}
.submenu a:active {
	color: #530;
	background: #b6d1e7 right;
	border-top: 1px solid #7facce;
	border-right: 1px solid #d8e8f6;
	border-bottom: 1px solid #d8e8f6;
	border-left: 1px solid #7facce;
}



#menu2 {
  font: 11px Arial, Helvetica, sans-serif;
  display:table;
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  
  }
#menu2 li {
  float:left;
  position:relative;
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a:link {
	color:#000;
	width:auto;
	float:left;
	 clear:none;
	border-top: 1px solid #A4CAE7;
	border-right: 1px solid #6E879B;
	border-bottom: 1px solid #6E879B;
	border-left: 1px solid #A4CAE7;
	margin: 0;
	background: #7FACCE;
	padding: 2px 8px;
	text-decoration:none;
	font-weight: bold;
  }
  
  #menu2 a:visited {
  color:#000;
  width:auto;
  float:left;
  clear:none;
  	border-top: 1px solid #A4CAE7;
	border-right: 1px solid #6E879B;
	border-bottom: 1px solid #6E879B;
	border-left: 1px solid #A4CAE7;
	margin: 0;
	background: #7FACCE;
	padding: 2px 8px;
  text-decoration:none;
  font-weight: bold;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color: #fff;
	text-decoration: none;
	background: #2d2d6d;
	border-top: 1px solid #1c1d3e;
	border-right: 1px solid #4e50aa;	
	border-bottom: 1px solid #4e50aa;
	border-left: 1px solid #1c1d3e;
	font-weight: bold;

  }
  
#menu2 a:active {
  color: #fff;
	text-decoration: none;
	background: #2d2d6d;
	border-top: 1px solid #1c1d3e;
	border-right: 1px solid #7FACCE;
	border-bottom: 1px solid #7FACCE;
	border-left: 1px solid #1c1d3e;
	font-weight: bold;

  }
  
 .superheader {
	text-transform: uppercase;
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 5px 3px;
	background: #e09f4a;
	font-weight: bold;
	border-top: 1px solid #ffd296;
	border-right: 1px solid #704e22;
	border-bottom: 1px solid #704e22;
	border-left: 1px solid #ffd296;
	font-size: 1.2em;
 }
 
  .superheader2 {
	text-transform: uppercase;
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 5px 3px;
	background: #e09f4a;
	font-weight: bold;
	border-top: 1px solid #e09f4a;
	border-right: 1px solid #704e22;
	border-bottom: 1px solid #704e22;
	border-left: 1px solid #ffd296;
	font-size: 1.2em;
 }
  
 .header {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	background: #a67431;
	border-top: 1px solid #ffd296;
	border-right: 1px solid #60482a;
	border-bottom: 1px solid #60482a;
	border-left: 1px solid #ffd296;
	font-weight: bold;
	
}

#mortiser, #slotter, #beamsaw, #portable_bandsaw, #planer, #notcher, #hand_tools, #whetstone, #drill_guide, #drill_bits, #mortise_chain, #accessories, #wood_finish, #lignatool, #tenon_cutter, #four_sided_planer, #CNC, #portable_sawmill, #avola, #stone_saw { 
	display:none;

}
  
/* ---------------- END MENUS -----------------*/  


#top {
	margin: 0;
	padding: 0;
	height: 82px;
	width: 100%;
	background: url(Images/design/tools-header.jpg) repeat-x 333px top;
	left: 0;
	float: left;
	position: absolute;
	clear: none;
}





.imgright {
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
.infoform {
	padding: 5px;
	border: 1px solid #CC8433;
	font-size: .9em;
	background: #FFF6D5;
}


.maintext {
	list-style-position: outside;
	list-style-image: url(Images/img_browndot.gif);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.maintext ol li {
	list-style-position: inside;
	list-style-type: decimal;
}
.maintext a {
	color: #258;
}
.spectable {
	font-size: 12px;
	border: 1px solid #a67431;
}
.spectable th {
	font-weight: bold;
	color: #FFFFFF;
	background: #a67431;
	
}
.spectable .sub {
	font-weight: normal;
	color: #000000;
	background: #ffd396;
	text-align: center;
}

.bluetable {
	border: 1px solid #258;
}
.bluetable th {
	font-weight: bold;
	color: #FFFFFF;
	background: #258;
	
}
.bluetable .sub {
	font-weight: normal;
	color: #000000;
	background: #ffd396;
	text-align: center;
}
.bluetable .first {
	background: #eeefff;
}

.redtable {
	font-size: 12px;
	border: 1px solid #990000;
}
.redtable th {
	font-weight: bold;
	color: #FFFFFF;
	background: #990000;
	border-top: 1px solid #CC3300;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #CC3300;
}
.redtable td {
	background: #efefef;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
.redtable .sub {
	font-weight: normal;
	color: #000000;
	background: #EECC99;
	text-align: center;
}




#productname {
	font-style: italic;
	font-weight: bold;
	color: #aa6611;
}
#caption {
	font: italic 12px Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	line-height: 120%;
	color: #a63131;
}
h3 {
	line-height: 110%;
	font-weight: bold;
	color: #a50;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 110%;
}
.h3 a:link {
	color: #a50;
}
.h3 a:visited {
	color: #a50;
}
.h3 a:hover {
	color: #a50;
}
.h3 a:active {
	color: #a50;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}


h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	line-height: 130%;
	color: #258;
}
#product {
	font-weight: bold;
	color: #993300;
}
.rednumber {
	font-weight: bold;
	color: #FFFFFF;
	background: #a63131;
	margin: 0;
	padding: 0 2px;
	border: 1px solid #000000;
	text-decoration: none;
}


.footertext {
	font-size: 65%;
	color: #666666;
}



.imgleft {
	float: left;
	padding-right: 0;
	margin-right: 5px;
}
.clearlist ol li {
	margin-bottom: 10px;
}
.clearlist li {
	clear: both;
}

.clearlist ul li {
	display: block;
	clear: both;
	padding-bottom: 10px;
}
.clearlist img {
	margin-bottom: 10px;
	float: right;
	margin-left: 5px;
}
.first {
	background: #fec;
}


.SERRAmenu {
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 4px;
}
div.SERRAmenu a:link {
	text-decoration: none;
	background: #fff;
	color: #993300;
	padding: 4px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #930;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.SERRAmenu a:visited {

	text-decoration: none;
	background: #fff;
	color: #930;
	padding: 4px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #930;
}


div.SERRAmenu a:hover {
	color: #000;
	text-decoration: none;
	background: #EECC99;
	display: inline;
	padding: 4px;
border: 1px solid #930;
}
div.SERRAmenu a:active {
	
	color: #FFFFFF;
	padding: 4px;
	display: inline;
	background: #EECC99;
border: 1px solid #930;

}
div.SERRAmenu #current {
	color: #000;
	text-decoration: none;
	background: #EECC99;
	display: inline;
	padding: 4px;
	border: 1px solid #930;
	font-size: 12px;
	font-weight: bold;
}
.modelMenu {
	margin-left: 110px;
	margin-top: 10px;
	margin-bottom: 2px;
}
div.modelMenu a:link {
	text-decoration: none;
	background: #930;
	color: #FFFFFF;
	padding: 2px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}


div.modelMenu a:visited {

	text-decoration: none;
	background: #930;
	color: #FFFFFF;
	padding: 2px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}


div.modelMenu a:hover {
	color: #000;
	text-decoration: none;
	background: #fff;
	display: inline;
	padding: 2px;
border: 1px solid #930;
}
div.modelMenu a:active {
	
	color: #000;
	padding: 2px;
	display: inline;
	background: #fff;
border: 1px solid #930;

}
div.modelMenu #current {
	text-decoration: none;
	background: #06069a;
	color: #FFFFFF;
	padding: 2px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

.modelSubMenu {
	margin-left: 180px;
	margin-top: 10px;
	margin-bottom: 2px;
}
div.modelSubMenu a:link {
	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 2px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.modelSubMenu a:visited {

	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 2px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}


div.modelSubMenu a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
	display: inline;
	padding: 2px;
border: 1px solid #000;
}
div.modelSubMenu a:active {
	
	color: #fff;
	padding: 2px;
	display: inline;
	background: #000;
border: 1px solid #000;

}
div.modelSubMenu #current {
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 2px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.maintext .spectable th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.maintext .spectable th a:visited {

	color: #FFFFFF;
	text-decoration: underline;
}
.maintext .spectable th a:hover {


	color: #000000;
	text-decoration: none;
}
.maintext .spectable th a:active {


	color: #FFFFFF;
	text-decoration: underline;
}
.serraNav {
	border: 1px solid #930;
	padding: 5px;
}
#horiz_menu {
	background: url(Images/smalltimberbanner.jpg) no-repeat;
}



#container {
	clear:none;
	text-decoration:none;
	position: absolute;
	top: 63px;
	width: 390px;
	left: 378px;
}
* html .container {
	display:inline-block;
}

.imgleftclearboth {
	clear: both;
	float: left;
	margin-right: 5px;
}
.imgrightclearboth {
	clear: both;
	float: right;
	margin-left: 8px;
}
.righttable table {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	float: right;
	clear: none;
	border-top: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #999999;
}

#tollfree {

	position: absolute;
	top: 5px;
	height: 41px;
	width: 145px;
	left: 615px;
	z-index: 99;
}
.price {
	font-size: 22px;
	font-weight: bold;
	color: #a63131;
	margin-bottom: 0;
	padding-bottom: 3px;
	margin-top: 0;
	padding-top: 3px;
	text-align: center;
}
.subprice {
	font-size: 12px;
	font-weight: bold;
	color: #a63131;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	text-align: center;
}
.product {

	font-size: .9em;
	border: 1px solid #CC8433;
}
.product td {
	border-bottom: 1px dotted #999999;
}
.imgleftclearleft {

	clear: left;
	float: left;
	margin-right: 5px;
}
.greydots {
	background: url(Images/grey-dotted-line.gif) repeat-y center;
}
.sunburst {
	background: url(Images/starburst200.jpg) no-repeat center top;
	height: 200px;
	width: 250px;
	text-align: center;
}
.sunburst a {
	font-weight: bold;
	color: #CC0000;
}

#content {
	position: absolute;
	left: 148px;
	top: 83px;
}
#mainwide {

	position: relative;
	left: 0;
	top: 10px;
	width: 845px;
}
#leftcol {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 82px;
}
#leftmenu {
	float:left;
	width: 120px;
}
.six_ten {
	width: 610px;
}
.clear {
	clear: both;
}
.redbox {
	border: 4px solid #870B0D;
}
#footer {
	background: #fec url(Images/logo-footer.gif) no-repeat;
	border: 1px solid #A87131;
	padding: 5px 20px 5px 170px;
	width: 420px;
	margin-top: 10px;
	clear: both;
}
.footertext1 {
	font-size: 20px;
	color: #a63131;
	font-weight: bold;
}
.quote {
	font-style: italic;
	color: #A63131;
}
.small {
	font-size: .7em;
}
.eight45px {

	width: 845px;
}
.floatleft {
	float:left;
	clear:none;
	
}
.floatbox250green {
	border: 1px solid #008d10;
	width: 250px;
	height: 200px;
	float:left;
	clear:none;
	padding:5px;
	margin:5px;
	vertical-align: middle;
}
img a {
text-decoration:none;
background-color:none;
}.imgrightclearright {

	clear: right;
	float: right;
	margin-left: 8px;
}
