@charset "utf-8";
/* CSS Document */
<!--
body {
	background-image: url(/images/sweet_background.gif);
	 margin: 0;
	 font-family:Arial, Helvetica, sans-serif;
}
.container{ /*use this whenever you want something to stay within 1000px wide*/
	width: 100%; /*width: 1000px;*/
	max-width: 1000px;
	margin: auto;	
}
#menu_bar {
	display:none;
}
#word_logo_box {
	width: 303px;
	float:left;
	margin-top:10px;
	text-align:center;
	margin-left:30px;
}
#menu_right {
	width:510px;
	float:right;
	padding-top:15px;
	margin-right:20px;
}
#menu_content {   
	margin-top:0px;
	float:left;
	width:100%;
}
.menu_tab_button {
	width:165px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration:none;
	float: left;
	margin-left:5px;
	margin-top:10px;
	padding-top:.2em;
	padding-bottom:.2em;
	text-align:center;
	background-color:#007236;
	font-weight: bold;
	display:block;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: inset 0 0 3px #005836;
-webkit-box-shadow: inset 0 0 3px #005836;
box-shadow: inset 0 0 3px #005836;  
	
}
.menu_tab_button:hover {
	cursor:pointer;
}
.menu_box {
	display:none;
	width:96%;
	background-color:#FFFFFF;
	float:left;
	margin-top:.5em;
	margin-bottom:.5em;
	margin-left:2%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #756D5E;
	border-right-color: #756D5E;
	border-bottom-color: #756D5E;
	border-left-color: #756D5E;
	-moz-border-radius:3px;
	border-radius:3px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.menu_label {
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#756D5E;
	text-indent:10px;
}
.menu_instructions {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#756D5E;
	text-indent:10px;
}
.menu_close {
	width:30px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height:30px;
	color: #FFF;
	text-indent:0;
	float: right;
	margin-top:4px;
	margin-right:4px;
	text-align:center;
	background-color:#007236;
	font-weight: bold;
	display:block;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: inset 0 0 3px #756D5E;
    -webkit-box-shadow: inset 0 0 3px #756D5E;
    box-shadow: inset 0 0 3px #756D5E;	
}
.menu_close:hover {
	cursor:pointer;
}
.menu_category {
	height:45px;
	width:100%;
	float:left;
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;   
	font-size:1.35em;
	font-weight:bold;
	line-height:45px;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #756D5E;
}
.menu_list {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	width:100%;
	display:none;
}
.menu_list a{
	height:45px;
	line-height:45px;
	text-decoration: none;
	display:block;
	width:100%;
	text-indent:25px;
	color:#0033CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3DAC8;
}
.menu_list a:visited {
  color:#0033CC;
}
.menu_list_none {
	height:45px;
	line-height:45px;
	text-decoration: none;
	display:block;
	width:100%;
	text-indent:25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3DAC8;
}
#mobile_contact_tab {
	display:none;
}
#menu_loading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: blue;
	text-align:center;
	font-weight:bold;
	display:none;
	height:25px;
	line-height:25px;
	float:right;
	width:175px;
}
.mobile_item_row {
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
.mobile_item_link {
	height:50px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0044CC;
	
}
.mobile_item_link:hover {
	cursor:pointer;
}
.mobile_item_result {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-bottom:10px;
	min-width:50px;
}
.mobile_plywood_item_link {
	height:50px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0044CC;
}
.mobile_plywood_item_link:hover {
	cursor:pointer;
}
.mobile_plywood_item_result {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-bottom:10px;
	min-width:50px;
}
#mobile_plywood_item_box {
	display:none;	
}
.mobile_edgeband_item_link {
	height:50px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0044CC;
}
.mobile_edgeband_item_link:hover {
	cursor:pointer;
}
.mobile_edgeband_item_result {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-bottom:10px;
	min-width:50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
#mobile_edgeband_item_box {
	display:none;	
}
.mobile_veneer_item_link {
	height:50px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#0044CC;
}
.mobile_veneer_item_link:hover {
	cursor:pointer;
}
.mobile_veneer_item_result {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-bottom:10px;
	min-width:50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
#mobile_veneer_item_box {
	display:none;	
}
@media screen and (min-width : 825px) { /*this is for things that must apply only to large screen*/
#page {
	z-index:100;
	background-color:#FFFFFF;
	padding-bottom:25px;
	-moz-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: inset 0 0 5px #444;
   -webkit-box-shadow: inset 0 0 5px #444;
   box-shadow: inset 0 0 5px #444;
}
}
/* Small ----------- */    
@media screen and (max-width : 825px) {	   
#menu_bar {
	display:block;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-image: url(/images/sweet_background.gif);
	-moz-box-shadow: inset 0 -3px 3px #9C917E;
    -webkit-box-shadow: inset 0 -3px 3px #9C917E;
     box-shadow: inset 0 -3px 3px #9C917E;
}
#menu_button {
	width:60px;
	margin:auto;
	color:#007236;
}
#menu_button:hover {
	cursor:pointer;
}
#mobile_menu {
	width:33%;
	height:50px;
	float:right;
	line-height:50px;
	text-align:center;
	font-size:2.7em;
}
#bee_logo_box {
	height: 50px;
	width: 33%;
	float:left;
	text-align:center;
}
#word_logo_box {
	width: 80%;
	max-width:303px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.menu_label {
	font-size:1.5em;
}
#menu_content {
	margin-top:50px;
}
.menu_tab_button {
	width:60%;
	font-size: 1.4em;
	float: left;
	margin-left:20%;
	margin-top:10px;
	padding-top:.4em;
	padding-bottom:.4em;	
}
.menu_tab_button:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
	-moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;	
}
#mobile_contact_tab {
	display:block;
}
#desktop_contact_tab {
	display:none;
}
.menu_tab {
	display:none;
}   
.menu_tab_link_mobile {
	display:none;
}
#menu_loading {
	float:left;
	width:100%;
}
#menu_right {
	width:100%;
	float:none;
	padding-top:10px;
	margin-right:0px;
}

} /*end Small 700px*/

/* Smallest ----------- */
@media screen and (max-width : 550px) {
} /*end Smallest 650px*/
-->

