<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MENU */
.top-menu {float: right;}

.top-menu { margin: 15px 20px 15px 0px; }

.top-menu li {
	float:left;
	padding: 0px 10px 0px 10px;
	border-right: 1px silver solid;
}

.top-menu li:last-child {
	float:left;
	padding: 0px 0px 0px 10px;
	border-right: 0px silver solid;
}

.bottom-menu {float: right;}

.bottom-menu { margin: 7px 0px 15px 0px; }

.bottom-menu li {
	float:left;
	padding: 0px 10px 0px 10px;
	border-right: 1px silver solid;
}

.bottom-menu li:last-child {
	float:left;
	padding: 0px 0px 0px 10px;
	border-right: 0px silver solid;
}


.nav ul li.current-cat &gt; a, 
.nav ul li.current_page_item &gt; a, 
.nav ul li.current-menu-item &gt; a,
.nav ul li a:hover {
	color: white;
	border-bottom: 3px solid #888;
	padding:15px 15px 12px 15px;
	background-color: #f57729;
}

.nav ul ul li.current-cat &gt; a, 
.nav ul ul li.current_page_item &gt; a, 
.nav ul ul li.current-menu-item &gt; a {
	color: white;
	border-bottom: solid 1px #EFEFEF;
	border-top: 0px solid;
	padding:9px 15px 9px 15px;
}

.nav ul ul ul li.current-cat &gt; a, 
.nav ul ul ul li.current_page_item &gt; a, 
.nav ul ul ul li.current-menu-item &gt; a {
	color: white;
	border-bottom: solid 1px #EFEFEF;
	border-top: 0px solid;
	padding:9px 15px 9px 15px;
}

.nav ul ul li a:hover {
	color: white;
	border-bottom: solid 1px #EFEFEF;
	border-top: 0px solid;
	padding:9px 15px 9px 15px;
}

.nav {
    margin: 0px 0px 0px 0px; 
    padding: 0; 
    height: 43px; 
    color: #fff; 
    z-index: 1000; 
}
.sf-menu, .sf-menu * {
	z-index: 99;
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	visibility: hidden;
	position:		absolute;
	background: #FBFBFB;
	border-left: solid 0px #EFEFEF;
	border-right: solid 0px #EFEFEF;
	border-bottom: solid 0px #EFEFEF;
	border-top: 0px;
	margin-top:25px;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul ul {margin:0; margin-top:50px;}
.sf-menu ul li {
	width: 100%;
	

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	color: #444444;
	font-size:13px;
	font-family: "Arial";
	float:left; 
	text-decoration:none; 
	padding:15px 15px 15px 15px;
	margin: 0px 1px 0px 0px;
	display:		block;
	position:		relative;
}

.sf-menu ul a {
	color: #444444;
	font-size:12px;
	font-family: "Arial";
	float:left; 
	border-bottom: solid 1px #EFEFEF; 
	text-decoration:none; 
	padding:9px 15px 9px 15px;
	margin: 0px 0px 0px 0px!important;
	display:		block;
	position:		relative;
}

.sf-menu li a strong {color:#444444; display:block;  font-size:13px;  font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.sf-menu li a span {display:block; font-size:12px; text-transform:lowercase;  line-height:12px; padding-top:6px; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover a strong, .sf-menu li.sfHover a strong{
color: #fa3500;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a &gt; .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus &gt; .sf-sub-indicator,
a:hover &gt; .sf-sub-indicator,
a:active &gt; .sf-sub-indicator,
li:hover &gt; a &gt; .sf-sub-indicator,
li.sfHover &gt; a &gt; .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a &gt; .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus &gt; .sf-sub-indicator,
.sf-menu ul a:hover &gt; .sf-sub-indicator,
.sf-menu ul a:active &gt; .sf-sub-indicator,
.sf-menu ul li:hover &gt; a &gt; .sf-sub-indicator,
.sf-menu ul li.sfHover &gt; a &gt; .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0px 0px 0px 0px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-menu span {float:left; text-decoration:none; }
#info {
    width: 180px; 
    opacity: 1.0  
}  

#info li {
    width: 200px; 
    border-top: none;
    padding: 0px 10px; 
    text-align: left
}

#menu-search {
    float: right;
    width: 40px;
    height: 40px;
    margin-right:20px;
    border-left: solid 1px #e7e7e7;
    overflow: hidden
}

#menu-search-button {
    float: right;
    cursor: pointer; 
    border: 0;  
    background: url(images/growing/search-icon.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2
}

#menu-search-input {
    display: none;
    width: 150px;
    height: 30px;
    float: left;
    border: 0;
    padding: 5px 10px 5px 10px; 
    background: none; 
    color: #434343;
    font-size: 12px;
    z-index: 1;
    position: absolute
}


/*-----------------------------------------------------------------------------------*/
/*  3.  Navigation
/*-----------------------------------------------------------------------------------*/

#footer_menu div ul li a{ padding: 0 }

/* BREADCRUMB */

#title_left { 
    width: 600px; 
    float: left 
}

#breadcrumb-style { 
    padding: 10px 0px 0px 0; 
}

#breadcrumb-style a, 
#breadcrumb-style span, 
#breadcrumb-style p { 
    padding: 0px;
    margin: 0px;
    color: #787878;
    font-size: 11px;
}

#header-title #breadcrumb-style a, 
#header-title #breadcrumb-style span, 
#header-title #breadcrumb-style p { 
    padding: 0px;
    margin: 0px;
    color: #DCDCDC;
}


.menu_categories {
    font-weight: 400; 
    padding: 10px 0 0 0; 
    margin: 0
}

#full-page-home div div ul { padding: 0 0 15px 0!important }

.menu_categories h3{
	margin-bottom: 20px;
}

.menu_categories ul, 
#full-page-home div div ul { 
    list-style: none; 
    margin: 5px 0px 15px 0px; 
}

.menu_categories ul li{ 
    padding: 8px 0px 8px 0px; 
    font-size: 12px;
    margin: 0; 
    color: #444;  
    overflow: hidden;
    border-bottom: solid 1px #e7e7e7;
    background: url(images/arrow-sidebar.png) right 8px no-repeat;
}

.menu_categories ul li ul, 
#full-page div div ul li ul { 
    padding: 0px 0 0px 18px; 
    margin: 8px 0 0 0!important; 
    color: #999999;  
    overflow: hidden;
    border-top: 1px solid #e7e7e7
}

.menu_categories ul li ul li, 
#full-page-home div div ul li  ul li{ 
    padding: 8px 0px 8px 0px!important; 
    margin: 0px 0px 0px 18px!important; 
    color: #999999;  
    overflow: hidden;
    background: url(images/arrow-sidebar.png) right 8px no-repeat;
    border-bottom: 1px solid #e7e7e7
}

.menu_categories ul li ul li:last-child, 
#full-page-home div div ul li  ul li:last-child{ 
    overflow: hidden;
    padding: 8px 0px 0px 0px!important; 
    margin: 0px 0px 0px 18px!important; 
    border-bottom: 0px solid #F3F3F3
}

.menu_categories ul li a, 
#full-page-home div div ul li a,
.menu_categories ul li ul li a, 
#full-page-home div div ul li ul li a {
    text-decoration: none; 
    background: none
}

.menu_categories ul li a:hover, 
#full-page-home div div ul li a:hover,
.menu_categories ul li ul li a:hover, 
#full-page-home div div ul li ul li a:hover { text-decoration: none }

.menu_categories ul li ul, 
#full-page-home div div ul li ul { 
    list-style: none; 
    padding-left: 0px; 
    padding-top: 0px; 
    margin: 0
}

.menu_categories ul li ul li, 
#full-page-home div div ul li ul li { 
    font-weight: 400; 
    color: #999999; 
    margin: 0; 
}

/* UL &amp; OL */

ul { 
    margin: 0px 0px 15px 30px; 
}

ul li { padding: 5px 0px 5px 0px }

ol { margin:0px 0px 15px 30px }

ol li { padding:5px 0 5px 0 }

.default-color-theme .nivo-caption-bg, 
.default-color-theme .nav ul li.current-cat &gt; a, 
.default-color-theme .nav ul li.current_page_item &gt; a, 
.default-color-theme .nav ul li.current-menu-item &gt; a, 
.default-color-theme .nav ul li a:hover, 
.default-color-theme ul#filterm li.current a, 
.default-color-theme ul#filterm li a:hover,
.default-color-theme .home-page-posts-portfolio-frame-hover,
.default-color-theme .read-more-post a,
.default-color-theme .wpcf7-submit,
.default-color-theme .form-submit #submit,
.default-color-theme .pricing-table .button-shortcode { background-color: #f57729!important }

.default-color-theme .nav ul li.current-cat &gt; a, 
.default-color-theme .nav ul li.current_page_item &gt; a, 
.default-color-theme .nav ul li.current-menu-item &gt; a, 
.default-color-theme .nav ul li a:hover, 
.default-color-theme ul#filterm li.current a, 
.default-color-theme ul#filterm li a:hover,
.default-color-theme .nivo-caption-bg a,
.default-color-theme .read-more-post a,
.default-color-theme .wpcf7-submit,
.default-color-theme .form-submit #submit,
.default-color-theme .nivo-caption-bg,
.default-color-theme .pricing-table .button-shortcode { border-color: #888888!important }

.default-color-theme .nivo-caption-bg a,
.default-color-theme #post-link-button a,
.default-color-theme .menu_categories a,
.default-color-theme .last-news-link,
.default-color-theme .portfolio_link,
.default-color-theme .logged-in-as a,
.default-color-theme .comment-reply-link { color: #888888!important }

.default-color-theme .last-new-shortcode-li a:hover,
.default-color-theme .menu_categories a:hover,
.default-color-theme #post-link-button a:hover,
.default-color-theme .last-news-link:hover, 
.default-color-theme .meta-date-blog a:hover, 
.default-color-theme .meta-category-blog a:hover, 
.default-color-theme .meta-author-blog a:hover, 
.default-color-theme .meta-tags-blog a:hover, 
.default-color-theme .home-page-posts-portfolio-container a:hover,
.default-color-theme .meta-comment-blog a:hover,
.default-color-theme .portfolio_link:hover,
.default-color-theme .entry-title a:hover,
.default-color-theme .logged-in-as a:hover,
.default-color-theme .vcard a:hover
.default-color-theme a:hover,
.default-color-theme #breadcrumb-style a:hover { color: #f57729!important }
			#logo {
background-image: url(http://bmc.bmcgroupmaterials.com/wp-content/uploads/BMCgroup_IM_logo_small.png)!important;
padding-bottom: 10px;
width: 200px;
height: 55px;
display: block;
float: left;
background-repeat: no-repeat;
}
#header-right {
float: right;
}
#header {
    min-height: 50px;
    padding: 20px 20px 0;
    margin-right: auto;
    margin-left: auto;
}
.left-content {
    margin-top: 0px;
}
#content {
    padding: 0;
    width:100%;
}
#inner-content {
    background: none repeat scroll 0 0 white;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 20px 20px;
    width: 920px;
}
#slider {
    background: none repeat scroll 0 0 white;
    border: 0 solid #E6E6E6;
    min-height: 1px;
    padding: 10px 20px 0;
    width: 920px;
}
.nivo-caption {
    height: 300px;
    overflow: hidden;
}
#slider-nivo {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 920px;
}
#slider-nivo img {
    height: 300px;
}
.nivo-controlNav {
    top: 180px;
    visibility: hidden; 
}
.frame_box {
    padding: 0;
}
.nivo-caption-bg {
    height: 300px;
    padding: 0 20px !important
}

#right-sidebar {
    margin-top: 0px;
}
.button-shortcode {
    margin: 0;
}
hr {
    margin: 10px 0;
}
p, pre, dl, dd, blockquote, address, table, fieldset, form {
    padding: 0px;
}
#input_1_1 {
    width:90%;
}
#input_1_2 {
    width:90%;
}
#input_1_3 {
    width:90%;
}
#gform_submit_button_1 {
    background-color: #FF8F00;
    border-bottom: 2px solid #CB7200;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 15px 0;
    padding: 8px 14px 4px;
    text-transform: uppercase;
}

#all-web {
    padding: 0;
    width: 100%;
}

#pixels {
height:70px; 
width:auto; 
background: url("http://bmc.bmcgroupmaterials.com/wp-content/uploads/pixelstrip_5-12.jpeg") no-repeat scroll 0 0 white;
padding-bottom: 10px;
margin-top:10px;
border-top: 1px solid #ddd;
}

#pixels-small {
height:0px; 
}

.menu_categories ul, #full-page-home div div ul {
    list-style: none outside none;
    margin: 5px 0 0;
}

.widget_span {
    background: none;
    color: #000;
    font-size: 16px !important;
    margin-bottom: 4px;
    text-transform:none;
}

a {
    color: #F57729;
    font-weight: bold;
}

.list_icon ul li {
    color: #666666;
}
blockquote p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.light-style-theme .footer_widget_midle a, .light-style-theme .footer_widget_midle div a, .light-style-theme .footer_widget_midle div div a, .light-style-theme .bottom-menu a, .light-style-theme .top-menu a, .light-style-theme .sf-menu li a {
    color: #666;
}

.menu_categories {
    padding: 0 0 10px;
}

.light-style-theme #footer p, .light-style-theme #footer p, .light-style-theme #footer div p, .light-style-theme #footer div div p span, .light-style-theme #footer, .light-style-theme #footer div, .light-style-theme #footer div div p {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}

.light-style-theme .top-menu li, .light-style-theme .bottom-menu li, .light-style-theme #footer_columns_midle, .light-style-theme .footer_widget_midle ul li, .light-style-theme .footer_widget_midle div ul li, .light-style-theme .footer_widget_midle div div ul li {
    border-color: #f57729;
    border-style: none;
}

.nav {
    height: 50px;
}

#header-title #title-left {
    background: none repeat scroll 0 0 transparent;
    max-width: 610px;
}

.sf-menu {
    font-size:16px;
    width: 658px;
}

.sf-menu a {
    text-transform: none;
}

.sf-menu ul a {
    text-transform: none;
}

.sf-menu ul {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
}
#logo {
    padding-bottom: 10px;
    width:200px;
}
#menu_top a {
    color:#eee;
    text-transform:none;
}
#footer_columns_midle a {
    color: #555;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
    text-transform: none;
}

#footer_columns_midle a:hover {
    color: #f57729;
}
#menu_footer a {
    font-weight: normal;
    color:#eee;
    text-transform:none;
}
.footer_widget_midle ul li, .footer_widget_midle div ul li, .footer_widget_midle div div ul li {
    padding: 4px 0;
}
#footer p, #footer p, #footer div p, #footer div div p span, #footer, #footer div, #footer div div p {
    text-transform: none;
}
#footer_columns_midle {
    padding: 10px 0;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
}
#footer {
    padding: 0;
    width: 100%;
}
#right-sidebar .widget_span {
    color: #FFFFFF;
    font-size: 14px !important;
    padding: 4px;
    text-transform: none;
    font-family: arial;
}
h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-family: arial;
    font-weight: normal;
    text-transform: none;
}
#breadcrumb-style a, #breadcrumb-style span, #breadcrumb-style p {
    text-transform: none;
}

#header-title #breadcrumb-style span, #header-title #breadcrumb-style p, #header-title #breadcrumb-style a {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#header-title #title-left p {
    color: #717171;
    padding: 5px 3px 0;
}

#header-title #title-left h1 {
    color: #717171;
}

a:hover {
    color:#666;
}

#header-right {
    float: right;
    width: 660px;
}

input, textarea, .search-input {
    padding: 4px 5px;
}

.pricing-table .button-shortcode {
    margin-bottom: 18px;
}

.succes_box {
    background-color: #FFEBCD;
    border: 1px solid #ffd18c;
    color: #573400;
    margin: 10px 0;
    padding: 10px;
}
.pricingspecial 
{
margin-top:10px !important;
}

.sf-menu a {
    font-size:14px;
}

.top-menu {
    margin: 0;
}

#footer-left, #footer-right {
    text-align: center;
    width: 100%;
}

.menu_categories ul li {
padding: 3px 10px;
background: none;
border-bottom: none;
list-style: none;
color: #555;
}

#footer_columns_midle {
border-bottom: 0;
}

@font-face{
    font-family: 'WebSymbols';
    src: url('http://bmc.bmcgroupmaterials.com/css/websymbols/websymbols-regular-webfont.eot');
    src: url('http://bmc.bmcgroupmaterials.com/css/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://bmc.bmcgroupmaterials.com/css/websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('http://bmc.bmcgroupmaterials.com/css/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('http://bmc.bmcgroupmaterials.com/css/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.symbol{
	font-family:'WebSymbols', verdena, arial;    
    font-size:24px;
    white-space:nowrap;
   	padding-top:-2px;
}

#left-sidebar {
width: 180px;
margin-top:0;
}
.right-content {
width: 730px;
}

.one_fourth {
    padding: 0;
    width: 190px;
}

.one_half {
    padding: 0 15px 0 0;
    width: 555px;
}

.one_fourth_last {
    width: 160px;
}
.menu_categories ul li ul li, #full-page-home div div ul li ul li {
margin: 0 0 0 14px !important;
background: none;
}

.menu_categories ul li ul, #full-page div div ul li ul {
padding: 0;
}

.menu_categories ul li ul li:last-child, #full-page-home div div ul li ul li:last-child {
    margin: 0 0 0 14px !important;
    padding: 8px 0 2px !important;
}

.slider-ul { 
    margin: auto;
}
.royalSlider .royalSlide, .royalSlider .royalWrapper {
    background: none repeat scroll 0 0 white;
    border: 0px solid #EEEEEE;
}
.three_fourth_contact {
    width: 480px;
    clear: right;
    float: left;
    margin-right: 0 !important;
    padding: 0;
}
.royalSlider.iskin .arrow.right {
    background-position: right top;
    right: -22px;
}
.royalSlider.iskin .arrow.left {
  background-position: left top;
  left: -22px;
}
a.read-more {
  font-weight:normal;
}

.list_icon.icon_arrow ul li, .icon_arrow {
    background-position: 0 top !important;
}

.list_icon.orange ul li, .icon_text.orange {
    background-image: url("http://bmc.bmcgroupmaterials.com/wp-content/uploads/bullet.png") !important;
}

.list_icon.icon_yes ul li, .icon_yes {
    background-position: 0 top !important;
}

.list_icon.icon_info ul li, .icon_info {
    background-position: 0 top !important;
}

ol, ul {
    list-style: disc outside none;
    padding: 0;
}

.clear {
clear: both;
display: block;
font-size: 0;
line-height: 0;
width: 100%;
}

.clients a{font-weight:normal!important;}</pre></body></html>