@charset "utf-8";
/* ------------ TOP NAV LIST ------------------
#TopNavBox {
	width: 100%;
	float: left;
	background-color: #000;
}*/
/* ------------------- TOP HORIZONTAL NAV W/ PULLDOWNS ---------------- */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		padding:0px 0px 0px 15px;
		margin:0px;
		background-color:#000000;
		border-width:0px 0px 4px;
		border-style:solid;
		border-color:#dba905;
	}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 16px 3px 12px;
		background-color:#000000;
		color:#ffffff;
		font-family:Verdana;
		font-size:11px;
		font-weight:700;
		letter-spacing:0.5px;
		text-align: left;
		text-decoration:none;
		border-width:0px 0px 0px 1px;
		border-style:solid;
		border-color:#ffffff;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#dba905;
		color:#000;
		text-decoration:none;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#dba905;
		color:#000;
		text-decoration:none;
	}

	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-color:#000000;
		color:#ffffff;
	}

	/*"""""""" (MAIN) Parent Hover State""""""""*/	
	#qm0 .qmparent:hover	
	{	
		background-color:#999;
		color:#333;
	}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#999;
		color:#000000;
		text-decoration:none;
	}

	/*"""""""" (MAIN) Persistent State""""""""*/	
	body #qm0 .qmpersistent, body #qm0 .qmpersistent:hover	
	{	
		background-color:#dba905;
		color:#000000;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background-color:#f8f8f8;
		border-width:1px;
		border-style:solid;
		border-color:#333333;
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:1px 30px 1px 8px;
		background-color:transparent;
		color:#333333;
		font-family:Verdana;
		font-weight:normal;
		font-size:11px;
		line-height:15px;
		border-width:0px 0px 0px 4px;
		border-style:solid;
		border-color:#f8f8f8;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:transparent;
		text-decoration:none;
		border-color:#a2a1ad;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:transparent;
		text-decoration:none;
		border-color:#a2a1ad;
	}

	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-color:transparent;
	}

	/*"""""""" (SUB) Parent Hover State""""""""*/	
	#qm0 div .qmparent:hover	
	{	
		background-color:transparent;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:transparent;		
		text-decoration:none;
		border-color:#a2a1ad;
	}


	/*"""""""" (SUB) Persistent State""""""""*/	
	body #qm0 div .qmpersistent, body #qm0 div .qmpersistent:hover	
	{	
		background-color:transparent;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px;
		color:#112747;
		font-family:Arial;
		font-size:11px;
		font-weight:bolder;
	}

	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px;
		border-color:#a2a1ad;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		text-decoration:underline;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{	
		background-position:92% 50%;
	}

.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}


/*  ------------------- END TOP HORIZ LIST ------------------------------ */

/* BREADCRUMB TEXT + LINKS */
.breadcrumbs {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 0.7em;
	color: #333;
	text-align: left;
	padding: 6px 10px 4px 10px;
}
.breadcrumbs a {
	font-size: 1.0em;
	color: #666;
}
.breadcrumbs a:link {	
	text-decoration: none;
}
.breadcrumbs a:visited {
	text-decoration: none;
	color: #666;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #333;
	background-color: #A6A8A5;
}
.breadcrumbs a:active {
	text-decoration: none;
	color: #000;
	background-color: #DBA905;
}


/* --------------- LEFT NAV LIST ---------------------------- */
#navcontainer {
	width: 180px;	
	padding: 0;
	background: #FFF;	
}
/* NAV LIST */
ul#navlist li a, ul#subnavlist li a {
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 0.70em;
	font-weight: 700;
	text-decoration: none;
}
ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFF;	
}
ul#navlist li { 
	display: inline;
}
ul#navlist li a:link {
	color: #4D4D4D;
	display: block;
	padding: 4px 0 4px 15px;
	border-bottom: 1px solid #9DA09C;
	width: 165px;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	background-position: left;
}
ul#navlist li a:visited {
	color: #4D4D4D;
	display: block;
	padding: 4px 0 4px 15px;
	border-bottom: 1px solid #9DA09C;
	width: 165px;
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	background-position: left;
}
ul#navlist li a:hover {
	color: #4D4D4D;
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}
ul#navlist li a:active {
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #666;
}
ul#navlist li a#current {
	color: #FFF;
	/* add image for left of text ? */
	background-repeat: no-repeat;
	background-color: #666;
}
/* SUB NAV LIST */
ul#subnavlist {
	font-size: .85em;
	line-height: 1.2em;
	margin: 0 0 0 20px;
	list-style-type: none;
	padding: 0;
}
ul#subnavlist li { 
	display: inline; 
}
ul#subnavlist li a:link {
	display: block;
	color: #444;
	padding: 4px 2px 4px 10px;
	border-bottom: dashed 1px #333;
	height: auto;
	width: 148px;
	background-color: #FFF;
}
ul#subnavlist li a:visited {
	display: block;
	color: #444;
	padding: 4px 2px 4px 10px;
	border-bottom: dashed 1px #333;
	height: auto;
	width: 148px;
	background-color: #FFF;
}
ul#subnavlist li a:hover { 
	background: #F3F3F3; 
	color: #333;
}
ul#subnavlist li a:active{ 
	background: #FFF; 
	color: #007862;
}
ul#navlist li a#subcurrent {
	color: #007862;
	background: #FFF;	
}
ul#navlist li a#subcurrent:hover {
	background: #EAEAEA;
}
/* ------- ========= END LEFT NAV LIST ============= --------- */


/* TABS */
#TabsBox {
	width: 540px;
	margin: 20px 0;
	height: 40px;
}
#tabs {
	float: left;
	width: 100%;
	background: #FFF;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: normal;
	border-bottom: 4px solid #C5C7C5;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("/awmv/images/tab_left_02.gif") no-repeat left top;
	margin:0;
	padding:0 3px 0 16px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("/awmv/images/tab_right_02.gif") no-repeat right top;
	padding:5px 15px 4px 4px;
	color:#333;
}
#tabs a:hover span {
	color:#333;
	background-position:100% -42px;
	cursor:hand;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a#current span {
	color:#333;
	background-position:100% -42px;
}
#tabs a#current {
	background-position:0% -42px;
}
/* END TABS */

/* --------------- SOLUTIONS -- SUBTIERS -- left column----------- */
#solutions {
	margin: 10px 0;
	padding: 5px 0 20px 0;
	background: #A55333 url(/images/bkg_solutions_01.gif) no-repeat bottom;	
}
.Views {
	padding: 0 0 0 15px;
	background-color: #A55333;
}
.Views span {
	display: none;
}
#SolutionsSawmills {
	display: block;
	width: 154px;
	height: 19px;
	background: url("/awmv/images/btn_solutions_sawmills.gif") no-repeat 0 0;
}
#SolutionsSawmills:hover {
	background-position: 0 -19px;
}
#SolutionsMoulding {
	display: block;
	width: 154px;
	height: 19px;
	background: url("/awmv/images/btn_solutions_moulding.gif") no-repeat 0 0;
}
#SolutionsMoulding:hover {
	background-position: 0 -19px;
}
#SolutionsPallets {
	display: block;
	width: 154px;
	height: 19px;
	background: url("/awmv/images/btn_solutions_pallets.gif") no-repeat 0 0;
}
#SolutionsPallets:hover {
	background-position: 0 -19px;
}
#SolutionsRemanufacturing {
	display: block;
	width: 154px;
	height: 19px;
	background: url("/awmv/images/btn_solutions_remanufacturing.gif") no-repeat 0 0;
}
#SolutionsRemanufacturing:hover {
	background-position: 0 -19px;
}
#SolutionsFurniture {
	display: block;
	width: 154px;
	height: 19px;
	background: url("/awmv/images/btn_solutions_furniture.gif") no-repeat 0 0;
}
#SolutionsFurniture:hover {
	background-position: 0 -19px;
}
/* ----- End "VIEWS" SUBTIERS ---------->

/* --------------- SOLUTIONS -- HOME PAGE -- ONLY----------- */
#solutionsHome {
	width: 248px;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	float:right;
	background: url("/awmv/images/bkg_home_solutions_03.gif") no-repeat;	
}
.ViewsHome {
	padding: 0 0 0 20px;
	/* background-color: #A55333; */
}
.ViewsHome span {
	display: none;
}
#SolutionsHomeSawmills {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_solutions_sawmills.gif") no-repeat 0 0;
}
#SolutionsHomeSawmills:hover {
	background-position: 0 -25px;
}
#SolutionsHomeMoulding {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_solutions_moulding.gif") no-repeat 0 0;
}
#SolutionsHomeMoulding:hover {
	background-position: 0 -25px;
}
#SolutionsHomePallets {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_solutions_pallets.gif") no-repeat 0 0;
}
#SolutionsHomePallets:hover {
	background-position: 0 -25px;
}
#SolutionsHomeRemanufacturing {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_solutions_remanufacturing.gif") no-repeat 0 0;
}
#SolutionsHomeRemanufacturing:hover {
	background-position: 0 -25px;
}
#SolutionsHomeFurniture {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_solutions_furniture.gif") no-repeat 0 0;
}
#SolutionsHomeFurniture:hover {
	background-position: 0 -25px;
}
/* ----- End "VIEWS" HOME PAGE ---------->*/




/* --------------- PRODUCTS -- HOME PAGE -- ONLY----------- */
#ProductsHome {
	width: 248px;
	margin: 15px 0 0 0;
	padding: 0 0 16px 0;
	float:right;
	background: url("/awmv/images/bkg_home_solutions_03.gif") no-repeat;	
}
.ViewsHome2 {
	padding: 0 0 0 20px;
	/* background-color: #A55333; */
}
.ViewsHome2 span {
	display: none;
}
#ProductsHomeBlank {
	display: block;
	width: 220px;
	height: 22px;
	background: url("/awmv/images/spacer.gif") no-repeat 0 0;
}
#ProductsHomeSawmills {
	display: block;
	width: 220px;
	height: 22px;
	background: url("/awmv/images/btn_home_products_thinKerf2.gif") no-repeat 0 0;
}
#ProductsHomeSawmills:hover {
	background-position: 0 -25px;
}
#ProductsHomeMoulding {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_products_edger.gif") no-repeat 0 0;
}
#ProductsHomeMoulding:hover {
	background-position: 0 -25px;
}
#ProductsHomePallets {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_products_material.gif") no-repeat 0 0;
}
#ProductsHomePallets:hover {
	background-position: 0 -25px;
}
#ProductsHomeRemanufacturing {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_products_resaws.gif") no-repeat 0 0;
}
#ProductsHomeRemanufacturing:hover {
	background-position: 0 -25px;
}
#ProductsHomeFurniture {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_products_moulders.gif") no-repeat 0 0;
}
#ProductsHomeFurniture:hover {
	background-position: 0 -25px;
}
#ProductsHomeFurniture2 {
	display: block;
	width: 194px;
	height: 22px;
	background: url("/awmv/images/btn_home_products_thinKerf.gif") no-repeat 0 0;
}
#ProductsHomeFurniture2:hover {
	background-position: 0 -25px;
}
/* ----- End "VIEWS" HOME PAGE ---------->*/


#CatalogHome {
	width: 275px;
	height:50px;
	clear:right;
	margin: 162px 0 0 0;
/*	padding: 0 0 25px 0;	
	background: url("/awmv/images/bkg_home_solutions_03.gif") no-repeat;	*/
	float:right;
}





