@charset "utf-8";

body{
	font:100% Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	width:100%;
	height:100%;
	overflow:auto;
}
a:link{color: #f00;}
a:hover{color:#06c;}
a:visited{color:#5B24A3;}

#bg{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:-1;
}
#headerOuter{
	width:960px;
	height: 210px;
	background-color: #6E6E6E;
	border:1px solid #000;
	text-align:center;
	margin-bottom:10px;
	margin-top:1px;
	border-radius:10px;
	-moz-border-radius:25px;
	box-shadow:5px 5px 5px #222;
}
#header{
	height:180px;
	background-image: url(../images/bannerFinal.gif);
	background-repeat:no-repeat;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:25px;
	margin:5px 3px 3px 5px;
	border:1px solid #000;
	border-radius:10px;
	background-color: white;
}
#headerLogoLink{
	float:left;
	width:280px;
	height:170px;
}
#bannerEmail{
	margin-top: 165px;
	margin-left: -260px;
	float:left;
	font-size:18px;
	font-weight:bolder;
	border:0;
}
/*#bannerEmail a:link{ color:#FFF }
#bannerEmail a:visited{ color:#FFF }
#bannerEmail a:hover{ color:#000 }*/
#statement{
	color:#FFF;
	width:100%;
}
.navbar{
	margin-top: 10px;
	margin-bottom: 50px;
}/*
.navbar ul li{
	display: inline;
	margin:0;
	padding-bottom:0;
	list-style-type:none;
	text-align:left;
    color:#fff;
}
/*.navbar ul li{
    display: inline;
}
.navbar ul li a{
    color:#fff;
	text-decoration:none;
	padding: 5px 28px 5px 28px;
    border:2px solid #fff;
	border-radius:10px;
	-moz-border-radius:25px;
	box-shadow: 3px 3px 3px #E2E2E3;
}
.navbar ul li a:hover{
	text-decoration:underline;
}*/
/*#homeButton{
	padding-left: 4.8em;
	padding-right: 4.8em;
}
#designProcessButton{
	padding-left: 2.5em;
	padding-right: 2.5em;
}
#contactUsButton{
	padding-left: 3.5em;
	padding-right: 3.5em;
}*/
#container{
	width:960px;
	background-color: #6E6E6E;
	border:1px solid #000;
	text-align:center;
	margin-bottom:10px;
	border-radius:10px;
	-moz-border-radius:25px;
	box-shadow:5px 5px 5px #222;
}
#container #interiorContainer{
	padding:10px;
	min-height: 500px;
	margin:5px 3px 3px 5px;
	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:25px;
	background: #e8eee7;
}
#mainContent{
	margin-top:2%;
	text-align:justify;
	font-size: 20px;
	background: #e5ece3;
}
#mainContent p{
	margin: 2em 3em .5em 2em;
	padding: 25px;
	text-indent:40px;
	text-align:justify;
}
#statement{
	text-align:center;
	font-style:italic;
	font-weight:bolder;
	font-size:20px;
	margin-top:20px;
	padding-top:-1;
}
.STI_buttons{
	padding-left:3%;
	padding-right:3%;
}
#productsRows{
	position:relative;
	overflow:auto;
	margin-left: 40px;
}
#productsRows ul li{
	font-size:14px;
	text-align:left;
}
#productsRows table tr td{text-align:left}
#productsRows table tr td ul li{
	list-style-type:circle;
	padding:1%;
}
.tableDataSpacer{width:8%}
#step1 li{ 
	margin: 20px 0 10px 65px;
	width:805px;
	background-color: #D40202;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	box-shadow: 0 0 5px 5px rgba(255,255,255,250);
}
#step1 h1{
	color:#F03;
	text-decoration:underline;
}
#step1 p{
	font-weight:bolder;
}
#step1 img{
	position:relative;
	float:right;
	padding:5px;
	margin-right:60px;
}
#step2 li{
	margin: 20px 0 10px 65px;
	width:805px;
	background-color: #0C06C5;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	box-shadow: 0 0 5px 5px rgba(255,255,255,250);
}
#step2 h1{
	color:#09F;
	text-decoration:underline;
}
#step2 p{
	font-weight:bolder;
}
#step2 img{
	position:relative;
	float:left;
	padding:5px;
	margin: 10px 0 0 60px;
}
#step3 li{
	margin: 20px 0 10px 65px;
	width:805px;
	background-color: #D40202;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	box-shadow: 0 0 5px 5px rgba(255,255,255,250);
}
#step3 h1{
	color:#F03;
	text-decoration:underline;
}
#step3 p{
	font-weight:bolder;
}
#step3 img{
	position:relative;
	float:right;
	padding:5px;
	margin-right:60px;
}
#step4 li{
	margin: 20px 0 10px 65px;
	width:805px;
	background-color: #0C06C5;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	box-shadow: 0 0 5px 5px rgba(255,255,255,250);
}
#step4 h1{
	color:#09F;
	text-decoration:underline;
}
#step4 p{
	font-weight:bolder;
	padding: 90px 0 70px 0;
}
#step4 img{
	position:relative;
	float:left;
	padding:5px;
	margin-left: 60px;
}
#contactTable{
	cell-padding:0;
	cell-spacing:0;
	width:800px;
}
#contactTable td{
	padding-bottom:5px;
	font-size: 20px;
}
#submit {
	font-size: 20px;	
}
#reset{
	font-size: 20px;	
}
#spacer{
	font-size: 20px;
	visibility:hidden;
}
.rightCells{text-align:right}
.cellSpacer{padding-right:5px}
#country{width:100%}
#commentsTextarea{
	resize:none;
	width:99%;
}
#state{width:100%}
#textDecor{
	font-style:italic;
	font-weight:bolder;
	font-size:18px;
	background-image:url(../images/textDecor.png);
	width:300px;
	height:42px;
	display:inline-block;
	vertical-align:text-bottom;
}
#footer{
	width:960px;
	background-color: #6E6E6E;
	border:1px solid #000;
	text-align:center;
	margin-bottom:10px;
	border-radius:10px;
	-moz-border-radius:25px;
	box-shadow:5px 5px 5px #222;
}
#footer #innerFooter{
	/*padding:10px;*/
	margin:5px 3px 3px 5px;
	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:25px;
	background: #CCC;
	min-height: 180px;
	background-color: white;
}
/*#footerBorderImg{
	width:948px;
	margin-top: 1px;
	height:15px;
	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:25px;
}*/
#translate{
	float:right;
	margin-top:30px;
	margin-right:5px;
	overflow:hidden;
	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:25px;
}
.fltrt{
	float:right;
	margin-left:8px;
}
.fltlft{
	float:left;
	margin-right:8px;
}
.clearfloat{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
#siteMapLinks{
	font-size: 11px;
	padding-top:30px;
	padding-bottom:4px;
	text-align:center;
}
#siteMapLinks ul li{
	list-style-type:none;
}
#siteMapLinks strong{
	color:#000;
}
#footerAddress{
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	margin-top:25px;
}
#headerAddress{
	font-family:Arial;
	font-style:italic;
	text-align:left;
	font-size: 15px;
	font-weight:bold;
	position:relative;
	left: 108px;
	top: -10px;
	margin: auto;
	width: 50%;
}
#contactAddress{
	font-family:Arial;
	text-align:center;
	font-size: 20px;
	font-weight:bold;
	margin-top: 5px;
	position:relative;
	left: 570px;
}
#photoInfo{
	font-family:Arial;
	font-style:italic;
	text-align:right;
	font-size: 16px;
	font-weight:bold;
	position:relative;
	left: 200px;
}
.logo{
	margin-left:5px;
	float:left;
	width:260px;
}
.logo p{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.noPrintB {visibility:hidden;}
.noPrintC {visibility:hidden;}
.noPrintD {visibility:hidden;}
.noPrintE {visibility:hidden;}

#homePage img{
	position:relative;
	margin: auto;
    padding: 10px;
}
#homePage2 img{
	position:relative;
	float:left;
	padding:5px;
	margin-left:40px;	
}
.partsTable {
	font-size:11px;
	border: thin solid #000;
	margin: 1em 3em 1em 3em;
	text-align: center;
	width: 850px;
}
.partsTable td{
	padding: .5em;
	font-weight:bold;
	border: thin solid #000;
}
.partsTable th{
	font-size:20px;
	padding: .5em;
	font-weight:bold;
	border: thin solid #000;
}

/*.partsTable a{
	color:#F00;
}*/

.partNumber{
	width: 125px;
}

.partInfo{
	width: 2000px;
}

.partDesc{
	width: 500px;
}
.partsTable tr.oddRow{
	background-color:#DDD;
	padding: 50px;
}
.partsTable tr.evenRow{
	background-color:#CCC;
	padding: 50px;
}
#myPDF{
	position:relative;
	height: 1020px;
	width: 800px;
}
caseTable{
	padding: 100px;
}
#box{
	display:block;
	background-color:#D40202;
}

.box{
	display: block;
	background-color: #F00;
	padding: 0.5em 0.5em 0.5em 0.75em;
	margin: 5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	box-shadow: 0 0 5px 5px rgba(255,255,255,250);
}

.sbox{
	display: block;
	background-image: linear-gradient( #ff8a8a, #a71a1a);
	padding: 0.5em 0.5em 0.5em 0.75em;
	margin: 5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius:10px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,250);
	box-shadow: 0 0 5px 5px rgba(255,255,255,250);
}
a.smbox:link{color:#FFF;
			  text-decoration: none;}
a.smbox:hover{color:#06c;}
a.smbox:visited{color:#5B24A3;}

.McsSensingKbImg{
	border-radius: 10%;
	justify-content: center;
	margin-left: 15%;
}

#textfont{
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-decoration: none;
	color: rgb(7, 141, 74);
	padding-left:12px;
	justify-content: center;
}

/* EMAIL SETTINGS */
#GeneralDptBtn1{
	font-size: 15px;
	margin-left: -5px;
}

.StiEmail{

	border: none; color: rgb(226, 14, 14);
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	
}

.StiEmail{
	display: inline-block;
 
  color: rgb(241, 9, 9);
  font-weight: 600;
  transition: all 0.25s ease;
}

.StiEmail:hover {
  transform: translateY(-5px);
}

