body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #352e2c;
}

.text_white {
	color: #ffffff;
	font-size: 13px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

.text_white_no_border {
	color: #ffffff;
	font-size: 13px;
	padding-bottom: 2px;
	text-align: left;
}

/* Main columns */

.center_col {
	background-color: #e5e5d9;
	padding-left: 13px;
	padding-right: 13px;
}

.center_col_color {
	background-color: #e5e5d9;
}

.right_col {
	background-color: #cacab4;
}

.left-col {
	background-color: #d9d9c9;
}




/* Heading BG Colors */

.hd_bg_home {
	background-color: #72624b;
	padding: 20px;
	padding-bottom: 12px;
}

.hd_bg_opening {
	background-color: #5c8f5c;
	padding: 20px;
	padding-bottom: 12px;
}

.hd_bg_reinforcement {
	background-color: #c25c00;
	padding: 20px;
	padding-bottom: 12px;
}

.hd_bg_specialty {
	background-color: #6a8ba2;
	padding: 20px;
	padding-bottom: 12px;
}

.hd_bg_wood {
	background-color: #8f8f5c;
	padding: 20px;
	padding-bottom: 12px;
}

.hd_bg_case {
	background-color: #990000;
	padding: 20px;
	padding-bottom: 12px;
}


/* Main Content Headings */

.hd_reinforcement {
	font-size: 14px;
	color: #c25c00;
	font-weight: bold;
}

.hd_home {
	font-size: 14px;
	color: #352e2c;
	font-weight: bold;
}

.hd_opening {
	font-size: 14px;
	color: #5c8f5c;
	font-weight: bold;
}

.hd_specialty {
	font-size: 14px;
	color: #6a8ba2;
	font-weight: bold;
}

.hd_wood {
	font-size: 14px;
	color: #8f8f5c;
	font-weight: bold;
}


/* Text Elements */

.hd_white_lrg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 14px;
}

.hd_white_lrg_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 6px;
}

.lbl_red {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.lbl_products {
	font-size: 13px;
	font-weight: bold;
	color: #e5e5d9;
	vertical-align: top;
}

.lbl_case {
	font-size: 12px;
	color: #352e2c;
	font-weight: bold;
}

.center_text {
	vertical-align: middle;
	font-size: 11px;
	color: #352e2c;
}

.tag_text {
	vertical-align: middle;
	font-size: 12px;
	color: #352e2c;
}

#text {
	font-size: 11px;
	color: #352e2c;
}

#text a {
	font-size: 11px;
	color: #352e2c;
}

#text a:visited {
	font-size: 11px;
	color: #352e2c;
}

#text a:active {
	font-size: 11px;
	color: #352e2c;
}

.right_text {
	font-size: 11px;
	color: #352e2c;
	padding-left: 13px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 13px;
}

.center_col_heading_reinforcement {
	color: #C25C00;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;
}

.center_col_heading_opening {
	color: #5C8F5C;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;
}

.center_col_heading_specialty {
	color: #6a8ba2;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;
}

.center_col_heading_wood {
	color: #8f8f5c;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;
}

.footer_text {
	font-size: 10px;
	color: #726248;
	padding-bottom: 20px;	
}

#footer_text a{
	color: #726248;
	font-size: 10px;
	vertical-align: top;
}

#footer_text a:visited {
	color: #726248;
}

#footer_text a:hover {
	color: #726248;
}

/* Misc */

.product_imgs {
	padding-top: 16px;
}

.left_image_border {
	border-bottom: 2px solid #e5e5d9;
}

.right_image_border {
	border-top: 6px solid #e5e5d9;
}

.top_left_image_border {
	border-top: 2px solid #e5e5d9;
	border-bottom: 2px solid #e5e5d9;
}

.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav_button_1st {
	float: left;
}

.dropdown {
	padding-right: 20px;
	padding-bottom: 20px;
}

.tm {
	font-size: 7px;
	font-weight: bold;
	color: #352e2c;
	vertical-align: super;
}