@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align: ;
outline: none;
}
body{
	background: #ccc;
	line-height:16px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	cursor:default;
	margin-top: 20px;
	text-align: center;
	overflow: auto;
	height:100%;
}
<!--[if IE 6]>

 body{
	background: #ccc;
	line-height:16px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	cursor:default;
	margin-top: 20px;
	text-align: center;
	height:100%;
}

<![endif]-->



html,body{
	height:100%;
	text-align: center;
}

.deepred{
	display: none;
	}
img.HLimage{
	padding-bottom: 0px;
	}
img.redbar{
	padding-bottom: 15px;
	padding-top: 5px;
	}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

td.mc1 {
	border-top: 1px solid #e7e0d0;
	border-bottom: 1px solid #e7e0d0;
	padding: 10px 5px 10px 10px; /* top right bottom left*/
	}
td.mc2 {
	border-top: 1px solid #e7e0d0;
	border-bottom: 1px solid #e7e0d0;
	padding: 10px 5px 10px 10px; /* top right bottom left*/
	}
.Wrapper #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.Wrapper #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.Wrapper #header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.Wrapper #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	height: 100%;
}


/******* SUBNAV *******/

#subnav{
	padding-left: 1px;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 28px;
	margin-right: 3px;
	background-color: #fff;
	
}
#subnav ul {
	list-style-type: none;
	
	}
	#subnav ul li.sub{
		
		margin-bottom: -5px;
		}
	
	#subnav ul li.sub a{
		background-image: url(../images/SubNav_BG_Up.png);
		background-repeat: no-repeat;
		padding-top:6px;
		padding-bottom:6px;
		display: list-item;
		background-position: left px;
		padding-left: 24px;
		margin-bottom: 2px;
		color: #7D7F82;
		}
		
	#subnav ul li.sub a:hover, #subnav ul li.subActive a{
		background-image: url(../images/SubNav_BG_Over.png);
		background-repeat: no-repeat;
		padding-top:6px;
		padding-bottom:6px;
		display: list-item;
		background-position: left px;
		padding-left: 24px;
		color: #EF3E42;
		font-weight: 500;
		}
		
	#subnav ul li.subSub a{
		padding-top:2px;
		padding-bottom:3px;
		display: list-item;
		background-position: left px;
		border-bottom: 1px solid #a7a9ab;
		padding-left: 34px;
		margin-bottom: 2px;
		color: #b3b3b3;
		width: 195px;
		font-size: 11px;
		}
		#subnav ul li.subSub a:hover, #subnav ul li.subSubActive a{
		padding-top:2px;
		padding-bottom:3px;
		display: list-item;
		background-position: left px;
		border-bottom: 1px solid #a7a9ab;
		padding-left: 34px;
		margin-bottom: 2px;
		color: #EF3E42;
		width: 195px;
		font-size: 11px;
		}
		
		
	#subnav ul li.subLast a{
		background-image: url(../images/SubNav_BG_Up_Last.png);
		background-repeat: no-repeat;
		padding-top:6px;
		padding-bottom:6px;
		display: list-item;
		background-position: left px;
		padding-left: 24px;
		margin-bottom: 2px;
		color: #7D7F82;
		}
		#subnav ul li.subLast a:hover{
		background-image: url(../images/SubNav_BG_Over.png);
		background-repeat: no-repeat;
		padding-top:6px;
		padding-bottom:6px;
		display: list-item;
		background-position: left px;
		padding-left: 24px;
		margin-bottom: 2px;
		color: #EF3E42;
		}

		#subnav ul li.subLastactive a{
		background-image: url(../images/SubNav_BG_Over.png);
		background-repeat: no-repeat;
		padding-top:6px;
		padding-bottom:6px;
		display: list-item;
		background-position: left px;
		padding-left: 24px;
		margin-bottom: 2px;
		color: #EF3E42;
		}
td.secContent {
	padding: 20px 20px 0px 20px; /* top right bottom left*/
	}

a{
	text-decoration: none;
}
a.red{
	text-decoration: none;
	color: #ef3e42;
	font-weight: 800;
}
strong{
	font-weight: 700;
}
p {
	margin: 6px 0px 6px 0px;/* top right bottom left*/
}

/* Interior Pages */
 #Contentcontainer { 
	width: 737px;
	background: #FFFFFF;
	text-align: left; 
	margin: 0px 0px 0px 233px;
	border: 0px solid;
} 
 #Contentheader { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px; 
} 

 #Contentsidebar1 {
	float: right;
	width: 240px;
	margin-top:20px;
	margin-right: 20px;
	background-color: #fff;
	
	
}
 #SecmainContent { 
	margin: 0px 280px 0px 0px;/* top right bottom left*/
	padding: 20px 10px 0px 20px; /* top right bottom left*/
	background-color: #fff;
} 
 #SecmainContentPartners { 
	margin: 0px 280px 0px 0px;/* top right bottom left*/
	padding: 20px 10px 0px 20px; /* top right bottom left*/
	background-color: #fff;
	
} 
#SecmainContent ul, #SecmainContent ol {
	margin-left: 16px;
	}
 #SecmainContentFull { 
	margin: 0px 10px 0px 0px;/* top right bottom left*/
	padding: 20px 10px 0px 20px; /* top right bottom left*/
	background-color: #fff;
} 
 #SecmainContentMgmt { 
	margin: 50px 10px 0px 0px;/* top right bottom left*/
	padding: 20px 0px 0px 20px; /* top right bottom left*/
	width: 717px;
	background-color: #fff;
} 

.Secclearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MANAGEMENT STYLES*/

#mgmtNav{
	padding: 0 0px 0 0px; 
	height: 102px;
	}
		
	


.mgmtName{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2em;
	color: #ef3e42;
	margin-bottom: .3em;
	text-transform: uppercase;
	
	}
.mgmtTitle{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2em;
	color: #bottom;
	margin-bottom: .3em;
	text-transform: uppercase;
	}
#LBsidebarNewsLeft{
	background-color: #f2f0ea;
	padding: 10px 10px 20px 15px; /* top right bottom left*/
	color: #6d6e70;
	width: 320px;
	float: left;
	}
td.LBsidebarPartners{
	background-color: #f2f0ea;
	padding: 10px 10px 10px 15px; /* top right bottom left*/
	color: #6d6e70;
	width: 707px;
	margin-left: 3px;
	}
		td.partnerProd1{
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 10px;
			border-bottom: 1px #e7e0d0 solid;
			
			}
		td.partnerProdContent11{
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 20px;
			border-bottom: 1px #e7e0d0 solid;
			}
			
			td.partnerProdContent11 ul{
			margin-left: 20px;
			}
		td.partnerProdContent12{
			padding-top: 20px;
			padding-bottom: 10px;
			padding-right: 20px;
			border-bottom: 1px #e7e0d0 solid;
			}
		td.partnerLogos{
			padding: 20px 30px 10px 15px; /* top right bottom left*/
			border-bottom: 1px #e7e0d0 solid;
			
			}
		img.learnmore{
			margin-top: 10px;
			}
#LBsidebarNewsRight{
	background-color: #f2f0ea;
	padding: 10px 10px 20px 15px; /* top right bottom left*/
	color: #6d6e70;
	width: 320px;
	float: right;
	}
#LBsidebarContactLeft{
	background-color: #f2f0ea;
	padding: 10px 10px 20px 15px; /* top right bottom left*/
	color: #6d6e70;
	width: 410px;
	float: left;
	}
#LBsidebarContactRight{
	background-color: #fff;
	padding: 10px 10px 20px 15px; /* top right bottom left*/
	color: #6d6e70;
	width: 230px;
	float: right;
	}
#LBsidebarThanksRight{
	background-color: #fff;
	padding: 02px 10px 20px 0px; /* top right bottom left*/
	color: #6d6e70;
	width: 230px;
	float: left;
	}
#LBsidebarMgmtRight{
	background-color: #f2f0ea;
	padding: 0px; 
	color: #6d6e70;
	width: 367px;
	float: right;
	}
#LBsidebarMgmtLeft{
	background-color: #f2f0ea;
	padding: 10px 10px 10px 15px; /* top right bottom left*/
	color: #6d6e70;
	width: 320px;
	float: left;
	}
#LBsidebar{
	background-color: #f2f0ea;
	padding: 10px 15px 20px 15px; /* top right bottom left*/
	color: #6d6e70;
	}
#BoxCon{
	margin-top: 0px;
	}
#LBsidebar ul{
	margin-top: 10px;
	margin-left: 16px;
	}
#redhighlight{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;
	color: #ef3e42;
	border-top: 4px solid #e7e0d0;
	border-bottom: 1px solid #e7e0d0;
	padding: 5px 0px 5px 0px; /* top right bottom left*/
	
	}
	
	#ArticleNav a:link              { color: #5f6062; text-decoration: none; }
    #ArticleNav a:visited           { color: #5f6062; text-decoration: none; }
    #ArticleNav a:hover             { color: #f13e42; text-decoration: none; }
    #ArticleNav a:active            { color: red; text-decoration: none; }

#Newshighlight{
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2em;
	color: #414142;
	border-top: 4px solid #e7e0d0;
	border-bottom: 1px solid #e7e0d0;
	padding: 5px 0px 5px 0px; /* top right bottom left*/
	
	}

#contentVid{
	margin-bottom: 40px;
	text-align: right;
	}
#SolidLogo{
	margin-bottom: 40px;
	text-align: left;
	}
#underSubNav{
	min-height: 100%;
	}
#underSubNavWireless{
	margin-top:156px;
	}
#underSubNavPartners{
	margin-top:144px;
	}
#underSubNavDesign{
	margin-top:100px;
	}
#underSubNavAboutus{
	margin-top:80px;
	min-height: 100%;
	}
#underSubNavMgmt{
	margin-top:65px;
	}
#underSubNavNews{
	margin-top:95px;
	}
#underSubNavAboutusOverview{
	margin-top: -5px;
	}
#underSubNavOtherPartners{
	margin-top: 175px;
	height: 100%;
	}
#underSubNavIndustry{
	margin-top:124px;
	}
#custShow{
	border-top: 1px solid #a7a9ab;
	border-bottom: 1px solid #a7a9ab;
	padding: 5px 5px 5px 10px; /* top right bottom left*/
	color: #ef3e42;
	font-weight: 400;
	font-size: 12px;
	}
	#logoshow{
	border-bottom: 1px solid #a7a9ab;
	padding: 5px 5px 5px 2px; /* top right bottom left*/
	}
	#VideoImg{
		padding-top: 20px;
		background-image: url(../images/GradientSideBar.jpg);
		background-repeat: no-repeat;
		}
	#VideoImgMgmt{
		padding-top: 35px;
		background-image: url(../images/GradientSideBar.jpg);
		height: 252px;
		background-repeat: no-repeat;
		}
		#brochureLastmgmt{
		text-align: center;
		padding-top: 37px;
		background-color: #c9c9c9;
		height: 0px;
		}
	#brochureImg{
		text-align: center;
		padding-top: 25px;
		background-image: url(../images/GradientLeftSide_Interior_Industry.jpg);
		}
		#brochureLast{
		text-align: center;
		padding-top: 173px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastMasterP{
		text-align: center;
		padding-top: 90px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastSystemD{
		text-align: center;
		padding-top: 110px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastInstallation{
		text-align: center;
		padding-top: 135px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastSmall{
		text-align: center;
		padding-top: 58px;
		background-color: #c9c9c9;
		min-height: 100%;
		}
		
		#brochureLastaboutus{
		text-align: center;
		padding-top: 54px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastaboutusOver{
		text-align: center;
		padding-top: 14px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastmediacenter{
		text-align: center;
		padding-top: 14px;
		background-color: #c9c9c9;
		height: 320px;
		}
		#brochureLastimplement{
		text-align: center;
		padding-top: 54px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#underjobs{
		text-align: center;
		padding-top: 50px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastContactus{
		text-align: center;
		background-color: #c9c9c9;
		height: 122px;
		}
		#brochureLastNews{
		text-align: center;
		background-color: #c9c9c9;
		padding-top: 123px;
		height: 0px;
		}
		#brochureLastSmaller{
		text-align: center;
		padding-top: 15px;
		background-color: #c9c9c9;
		height: 0px;
		}
		#brochureLastprtns{
		text-align: center;
		padding-top: 712px;
		background-color: #c9c9c9;
		
		}
		#brochureLastCompliance{
		text-align: center;
		padding-top: 714px;
		background-color: #c9c9c9;
		height:100%;
		}
#LeftcontentBlock{
	position: relative;
	top: 290px;
	left: 23px;
	width: 310px;
	float: left;
	}
#rightcontentBlock{
	position: relative;
	top: 290px;
	left: -20px;
	width: 310px;
	float: right;
	}
/******* GENERAL RESET *******/
h1{
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2em;
	color: #ef3e42;
	margin-bottom: .3em;
	text-transform: uppercase;
	font-family: "Trebuchet MS", sans-serif;  

}
h2{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2em;
	color: #5f6062;
	margin-bottom: .3em;
	text-transform: uppercase;
}
h3{
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2em;
	color: #5f6062;
	margin-bottom: 1em;
	padding-top: 2px;
}
/******* NAVIGATION *******/

td.newsbar{
	background-color: #8e9093;
	padding-top: 5px;
	color: #fff;
	}
td.newsbar a{
	
	color: #fff;
	}
/******* Section Content *******/

.Wrapper #SecContainer { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
 	
}
.Wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 233px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: 000#; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 100%;
}
.Wrapper #mainSecContent { 
	margin: 0 0 2px 233px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainSecContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/industry_over_BG.jpg);
	height: 566px;
	
} 
.Wrapper #mainSecContentEXP { 
	
	} 
.Wrapper #mainSecContentWireless { 
	margin: 0px 0px 0px 233px; /* top right bottom left*/
	padding: 0px 20px 0px 20px;/* top right bottom left*/
	background: #fff url(../images/MainImage_Overview_Wireless.jpg) no-repeat;
	font-size: 10px;
	height: 568px;
	} 
.Wrapper #mainSecContentDesign { 
	margin: 0px 0px 0px 233px; /* top right bottom left*/
	padding: 0px 20px 0px 20px;/* top right bottom left*/
	background: #fff url(../images/Design_Over_MainImage.jpg) no-repeat;
	font-size: 10px;
	height: 568px;
	} 
.Wrapper #SecContentDesignInteriors { 
	margin: 0px 0px 0px 233px; /* top right bottom left*/
	padding: 0px 20px 0px 0px;	
	font-size: 10px;
	height: 568px;
	} 
#mainSecContentAbout{ 
	margin: 0px 0px 0px 233px; /* top right bottom left*/
	padding: 0px 20px 0px 20px;
	background-image: url(../images/About_Over_MainImage.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 568px;
	} 
	 
#mainSecContentPartners{ 
	margin: 0px 0px 0px 233px; /* top right bottom left*/
	padding: 0px 20px 0px 20px;
	background-image: url(../images/Partner_Over_MainImage.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	height: 568px;
	} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a SecContainer that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

label{
	color:#5f6062;
	}
input{
	height:12px;
	padding:2px;
	width: 180px;
	border: 1px solid #999;
	font-size: 10px;
	}
input.small{
	height:12px;
	padding:2px;
	width: 20px;
	border: 1px solid #999;
	font-size: 10px;
	}
input.zip{
	height:12px;
	padding:2px;
	width: 110px;
	border: 1px solid #999;
	font-size: 10px;
	}
input.button{
	background-image: url(../images/About_Contact_SubmitButton.jpg);
	width:124px;
	height:22px;
	border: 0px;
	margin-top:10px;
	}
textarea{
	height:60px;
	padding:5px;
	width: 370px;
	font-family: inherit;
	}
.formHolder{
	padding-left:10px;padding-top:15px; color:#fff
	}


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 230px; }
</style>
<![endif]-->

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainSecContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

	
/******FOOTER*********/

 .Wrapper #footer a {
	color: #333;
	
	}
	.Wrapper #footer a:hover {
	color: #EF3E42;
	
	}
	
 .footerCopy {
 	padding-right: 250px;
 	padding-left: 0px;
 	}
 .customlogin {
 	padding-right: 35px;
 	padding-left: 35px;
 	}
 	img.fbicon{
 	margin-top: -8px;
 	}
	 .solideula {
 	padding-right: 35px;
 	padding-left: 0px;
 	}
 .red{
 	color: #EF3E42;
 	}
 .Wrapper #footNote {
	padding: 7px 3px 10px 22px;/* top right bottom left*/
	margin: 0px 3px 3px 3px;/* top right bottom left*/
	background-image: url(../images/BottomGradient_Flash.jpg);
	height: 45px;
	color: #5F6062;
	background-repeat: repeat-x;
	line-height:15px;
	
}
.Wrapper #footNote p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Wrapper #footer {
	padding:  5px 0px 0px 10px;/* top right bottom left this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e6e1d6;
	margin: 0px 3px 0px 3px;/* top right bottom left*/
	height: 20px;
	font-size: 9px;
	text-transform: uppercase;
	color: #5F6062;
	margin-bottom: 3px;
	position: relative;
}
	.bmnotice{
		position: absolute;
		top: 35px;
		right: 35px;		
		}
		.bmnotice a{
			color: #5f6062;
			text-decoration: none;	
			text-transform: none;
		}
		.bmnotice a:hover{
			color: #f13e42;
			text-decoration: none;	
		}
	.Wrapper #footer a:link              { color: #5f6062; text-decoration: none; }
    .Wrapper #footer a:visited           { color: #5f6062; text-decoration: none; }
   	.Wrapper #footer a:hover             { color: #f13e42; text-decoration: none; }
    .Wrapper #footer a:active            { color: red; text-decoration: none; }
.Wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}