body{
	margin:10px 0 40px;
	font-size:10pt;
	line-height:14pt;
	font-family:"Arial","Trebuchet MS","Myriad Pro", "Lucida Grande", sans-serif;
	background:#f6f6f6;
}
h1,h2,h3,h4,p,form,input,textarea{margin:0;padding:0;font-weight:normal;}
h1{
	line-height:2em;
	color:#f00;
}
h2{
	padding:3px 0 4px;
	color:#f00;
}
h3{
	padding:10px 0 3px;
	font-size:13pt;
	font-weight:bold;
}
h3 small{
	font-size:11pt;
}
img{border:0;}
p{
	padding:2px 0 8px;
	font-family:"Arial";
}
ul{
	list-style:square;
}
ul,ol{
	padding-top:10px;
	padding-bottom:10px;
}
a{
	color:#fd0000;
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	color:#c00;
	text-decoration:none;
}
a:active{
	color:#600;
}
address{
	display:block;
	padding:6px 0 10px;
}
/** Start Forms **/
input,select,textarea{
	padding:4px;
	color:#777;
	border:1px solid #ccc;
	background: url(../images/form-background.png) no-repeat #eee;
	outline-color:#999;
}
input:hover,select:hover,textarea:hover{
	color:#333;
}
input:focus,select:focus,textarea:focus{
	color:#000;
}
.button,input[type=submit]{
	padding:4px 10px;
	color:#eee;
	border:1px solid #400;
	background:#611;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0px 0px 3px #eee;
}
.button:hover,input[type=submit]:hover{
	color:#fff;
	background:#511;
}
.button:active,input[type=submit]:active{
	background:#300;
	text-shadow:1px 1px 3px #000;
}
form small{
	padding:0 0 0 10px;
}
/** End Forms **/
/** Start Tables **/
th{
	padding:3px;
	text-align:center;
	font-weight:bold;
	background:none;
}
thead tr.even,thead tr.odd{
	background:none;
}
tr.even{
	background:#dcdcdc;
}
tr.odd{
	background:#eee;
}
tr:hover{
	background:#ffffe0;
}
td{
	padding:1px 3px;
}
/** End Tables **/
.highlight{
	color:#fd0000;
}
.alt-highlight{
	color:#3cf;
}
.link-highlight{
	color:#00f;
}
.alert{
	display:block;
	padding:3px 6px;
	color:#111;
	background:#ffffe0;
	border:1px solid #e6db55;
}
.error{
	display:block;
	padding:3px 6px;
	color:#eee;
	font-style:oblique;
	background:#300;
	border:1px solid #600;
}
.col-l{
	padding:10px 10px 10px 0;
	width:340px;
	list-style:none;
}
.col-r{
	float:right;
	margin:0;
	padding:10px 0 10px 10px;
	width:340px;
	list-style:none;
}
.col-l li, .col-r li{
	padding:10px 0;
}
.left{
	float:left;
	padding:18px 20px 20px 0;
}
.top-left{
	float:left;
	padding:0 20px 20px 0;
}
.right{
	float:right;
	padding:18px 0 20px 20px;
}
.top-right{
	float:right;
	padding:0 0 20px 20px;
}
.clear{
	clear:both;
}
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}
.flash-replaced .alt{
	display:none;
}
.hide{
	display:none;
}
.subtle{
	color:#222;
	text-decoration:none;
}
.subtle:hover{
	color:#444;
}
.subtle:active{
	color:#000;
}
#payment-methods{
	margin-bottom:20px;
	width:258px;
	height:50px;
	background:url(../images/payment-methods.png) no-repeat;
	text-indent:-5000px;
}
#content .col-r{
	margin:0;
}
#site{
	margin:0 auto;
	width:1009px;
}
#top-navigation{
	font-size:9pt;
	text-align:right;
	color:#999;
}
#top-navigation a{
	color:#999;
	text-decoration:none;
}
#top-navigation a:hover{
	text-decoration:underline;
}
#top-navigation a:active{
	color:#555;
}
#top-navigation a.alt-highlight{
	color:#3cf;
}
#top-navigation a.alt-highlight:hover{
	color:#4ef;
}
#top-navigation a.alt-highlight:active{
	color:#29e;
}
#logo{
	float:left;
	display:block;
	margin:0 0 0 30px;
	width:263px;
	height:49px;
	background:url(../images/sensr-accelerometers-logo.png) no-repeat;
	text-indent:-5000px;
	outline:none;
}
/** Start Main Navigation **/
#navigation{
	float:right;
	padding:0;
	margin:30px 0 0;
	width:570px;
	height:45px;
	list-style:none;
	font-size:12pt;
}
#navigation a{
	padding:0 0 0 10px;
	display:block;
	height:45px;
	line-height:25px;
	color:#888;
	text-decoration:none;
	border-left:1px solid #dadada;
}
#navigation a:hover{
	text-decoration:none;
	color:#666;
	border-left:1px solid #ccc;
}
#navigation a:active{
	color:#333;
	text-shadow:1px 1px 3px #111;
}
#navigation a.last{
	border:none;
}
#navigation a.alt{
	cursor:default;
	text-shadow:none;
	color:#888;
	outline:none;
}
#navigation li{ /** all list items **/
	float:left;
	width:114px; /** width needed or else Opera goes nuts **/
}
#navigation li ul{ /** second-level lists **/
	position:absolute;
	margin:0;
	padding:0;
	background:#f6f6f6;
	border-top:none;
	width:194px;
	left:-999em; /** using left instead of display to hide menus because display: none isn't read by screen readers **/
	text-align:left;
	list-style:none;
	z-index:999;
}
#navigation li ul li{
	width:194px;
}
#navigation li ul a{
	padding:3px 6px;
	height:26px;
	line-height:16pt;
	color:#555;
	text-shadow:none;
	border-bottom:1px solid #dadada;
}
#navigation li ul a:hover{
	color:#111;
	background:#fff;
}
#navigation li ul a:active{
	color:#000;
}
#navigation li ul ul{ /** third-and-above-level lists **/
	margin:-1.9em 0 0 11.4em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul{
	left:-999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul{ /** lists nested under hovered list items **/
	left:auto;
}
#navigation li:hover, #navigation li.hover{ /** IE7 sticky menu fix **/
    position:static;  
}
/** End Main Navigation **/
/** Start Homepage **/
#content-home{
	clear:both;
	padding:26px 10px;
	height:610px;
	background:url(../images/home-background.jpg) no-repeat;
	color: #eee;
}
* html #content-home{
	padding:26px 0;
}
#content-home #sidebar{
	float:right;
	padding:16px;
	width:170px;
}
* html #content-home #sidebar{
	padding:16px 0;
}
#content-home h1{
	margin-left:20px;
	font-size:26pt;
	color:#fff;
}
#content-home p .alt-highlight{
	font-size:16pt;
}
#content-home p{
	font-size:14px;
	margin-left:20px;
	width:700px;
}
#content-home .subtle{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #111;
}
#content-home .subtle:hover{
	color:#ccc;
}
#content-home .subtle:active{
	color:#999;
}
/** Start Home Feature Link Blocks **/
#content-home .item{
	display:block;
	float:left;
	margin:20px 0 0 10px;
	width:250px;
	height:290px;
	text-decoration:none;
	color:#f6f6f6;
	opacity:0.94;
}
#content-home .item:hover{
	color:#eee;
	opacity:1;
}
#content-home .item:hover .title{
	background:url(../images/white-arrow-red.png) no-repeat #f00;
	background-position:234px 20px;
}
#content-home .item .title{
	display:block;
	padding:20px 10px 0;
	height:48px;
	font-size:13pt;
	text-transform:uppercase;
	border-top:4px solid #eee;
	background:url(../images/white-arrow-red.png) no-repeat #f60000;
	background-position:230px 20px;
	text-shadow:none;
}
#content-home .item .info{
	display:block;
	padding:10px 10px 0;
	height:250px;
	font-size:9pt;
	line-height:11pt;
}
#civil-structural-engineering-item{
	background:url(../images/civil-structural-engineering-item.jpg) no-repeat;
}
#testing-development-item{
	background:url(../images/testing-development-item.jpg) no-repeat;
}
#shipping-logistics-item{
	background:url(../images/shipping-logistics-item.jpg) no-repeat;
}
/** End Home Feature Link Blocks **/
/** End Homepage **/
/** Start Content **/
#content{
	clear:both;
	padding:26px 26px 60px;
}
#close-demo{display:none;}
/** Start Link Item **/
#content .item{
	display:block;
	float:left;
	margin:10px 10px 0 0;
	padding:5px;
	width:220px;
	text-decoration:none;
	text-align:center;
	background:url(../images/thumb-item-background.png) no-repeat top left #e1e1e1;
}
#content .item:hover{
	background:url(../images/thumb-item-background.png) no-repeat top right #d6d6d6;
}
#content .item img{
	display:block;
	margin:0 auto;
}
#content .item .title{
	display:block;
	font-size:11pt;
	font-weight:bold;
}
#content .item .desc{
	display:block;
	font-size:9pt;
	color:#444;
	text-align:left;
}
#content .item .read-more{
	display:block;
	padding:14px 0 0;
	font-size:11pt;
	color:#444;
	text-align:right;
}
/** End Link Item **/
/** End Content **/
/** Start Contact Tag **/
#contact{
	float:right;
	padding:8px;
	width:200px;
	background:#1b0f03;
}
#content-home #contact{
	float:none;
	padding:8px 0;
}
#contact .alt-highlight{
	display:block;
	font-size:10pt;
}
#contact .phone-number{
	font-size:14pt;
	color:#eee;
}
#content-home #contact{
	background:none;
}
/** End Contact Tag **/
/** Start Customers List **/
#customers{
	font-size:14px;
	font-weight:bold;
	padding:8px 0;
	height:210px;
}
#customers .list ul{
	margin:0;
	padding:10px 0 0;
	width:170px;
	list-style:none;
}
#customers .list ul li{
	font-weight: normal;
	padding: 1px 0;
	border-bottom:1px dotted #444;
}
#customers .list ul li:last-child{
	border-bottom:none;
}
/** End Customers List **/
#content-home #sensr-news{
	margin-top:10px;
}
#content-home #sensr-news ul{
	margin:0;
	padding:5px 0 0;
	width:170px;
	list-style:none;
}
#content-home #sensr-news ul a{
	color:#fff;
	text-decoration:none;
}
#content-home #sensr-news ul a:hover{
	text-decoration:underline;
}
#content-home #sensr-news ul a:active{
	color:#ccc;
}
#content-home #sensr-news ul li{
	padding: 5px 0;
	border-bottom:1px dotted #444;
}
#content-home #sensr-news ul li:last-child{
	border-bottom:none;
}
#sensr-news{
	padding:20px 0 0 0;
}
#sensr-news .highlight,#content #sidebar #side-contact .highlight{
	font-size:11pt;
	font-weight:bold;
	width:174px;
}
/** Start More Info Block **/
#more-info{
	position:absolute;
	top:530;
	width:1009px;
	padding:20px 0 50px;
	background:#f6f6f6;
}
#more-info p{
	width:400px;
}
* html #more-info table,* html #more-info h3,* html #more-info p,* html #more-info #payment-methods{
	margin-left:0;
}
#more-info .highlight{
	color:#000;
	font-size:14pt;
}
#more-info-button{
	display:block;
	width:270px;
	font-weight:bold;
}
tr.usa{
	background:none;
}
tr.usa th{
	padding:2px 0 18px;
}
/** End More Info Block **?
/** Start Overlay **/
.overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background:url(../images/white-60.png);
}
.overlay .box{
	margin:102px auto;
	padding:6px;
	width:425px;
	background:#111;
	text-align:center;
}
.overlay a.close{
	display:block;
	padding:10px;
	color:#ccc;
	text-align:center;
	text-decoration:none;
}
.overlay a.close:hover{
	color:#fff;
	background:#222;
}
.overlay a.close:active{
	background:none;
}
/** End Overlay **/
#footer{
	clear:both;
	font-size:8pt;
	cursor:default;
}
#footer a{
	text-decoration:none;
}